Fix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized.
[glibc.git] / ChangeLog
blob21c4fa68e00060d862f93bc406d8f9afe75e3445
1 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
4         a conditional in forcing "inexact".
5         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
6         Likewise.
8 2015-05-22  Roland McGrath  <roland@hack.frob.com>
10         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
11         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
12         for each INTERNAL_SYSCALL use.
14 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
16         [BZ #438]
17         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
18         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
19         variable.
21         [BZ #18444]
22         * string/basename.c (basename): Rename to __basename and define as
23         weak alias of __basename.  Use libc_hidden_weak.
24         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
25         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
26         __basename instead of basename.
27         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
28         Remove variable.
29         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
31 2015-05-18  Florian Weimer  <fweimer@redhat.com>
33         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
34         (_IO_JUMPS_FILE_plus): New.
35         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
36         _IO_CAST_FIELD_ACCESS.
37         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
38         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
39         * libio/freopen.c (freopen): Likewise.
40         * libio/freopen64.c (freopen64): Likewise.
41         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
42         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
43         * libio/iofwide.c (_IO_fwide): Likewise.
44         * libio/memstream.c (open_memstream): Likewise.
45         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
46         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
47         * libio/oldiopopen.c (_IO_old_popen): Likewise.
49 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
51         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
52         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
53         NADJ.
54         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
55         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
56         NADJ.
57         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
58         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
59         NADJ.
61         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
62         (p == 4) case.
64         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
65         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
66         Remove variable.
67         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
68         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
69         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
71 2015-05-21  Florian Weimer  <fweimer@redhat.com>
73         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
74         Adjust jump table label generation macros.
76 2015-05-21  Florian Weimer  <fweimer@redhat.com>
78         * stdio-common/vfprintf.c (vfprintf): Move local variables
79         args_malloced, specs, specs_malloced, and the code after
80         do_positional to the printf_positional function.
81         (printf_positional): New function.
83 2015-05-21  Florian Weimer  <fweimer@redhat.com>
85         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
86         function.
87         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
88         STEP4_TABLE, process_arg): Move macro definitions
89         out of the vfprintf function.  (Cosmetic change only.)
91 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
93         * benchtests/Makefile (stdio-common-bench): Define.
94         (benchset): Add stdio-common-bench.
95         * sprintf-inputs: New file.
96         * sprintf-source.c: New file.
98 2015-05-21  Andreas Schwab  <schwab@suse.de>
100         [BZ #13028]
101         [BZ #17053]
102         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
103         of struct __res_state.
104         * resolv/res_send.c (__libc_res_nsend): Likewise.
105         (get_nsaddr): New function.
106         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
107         statp directly.
109 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
111         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
112         -D_POSIX_C_SOURCE=199506L.
114         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
116         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
117         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
118         Do not mention otherwise.
119         [POSIX] (_XOPEN_VERSION): Do not expect.
120         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
121         [POSIX] (_POSIX2_C_BIND): Likewise.
122         [POSIX] (_POSIX2_VERSION): Likewise.
123         [POSIX] (_XOPEN_XPG2): Likewise.
124         [POSIX] (_XOPEN_XPG3): Likewise.
125         [POSIX] (_XOPEN_XPG4): Likewise.
126         [POSIX] (_XOPEN_UNIX): Likewise.
127         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
128         [POSIX] (_POSIX_BARRIERS): Likewise.
129         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
130         [POSIX] (_POSIX_CPUTIME): Likewise.
131         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
132         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
133         [POSIX] (_POSIX_SHELL): Likewise.
134         [POSIX] (_POSIX_SPAWN): Likewise.
135         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
136         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
137         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
138         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
139         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
140         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
141         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
142         [POSIX] (_XBS5_LP64_OFF64): Likewise.
143         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
144         [POSIX] (_POSIX_TIMEOUTS): Likewise.
145         [POSIX] (_POSIX2_PBS): Likewise.
146         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
147         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
148         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
149         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
150         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
151         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
152         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
153         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
154         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
155         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
156         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
157         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
158         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
159         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
160         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
161         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
162         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
163         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
164         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
165         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
166         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
167         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
168         [POSIX] (_SC_2_C_BIND): Likewise.
169         [POSIX] (_SC_2_C_VERSION): Likewise.
170         [POSIX] (_SC_2_PBS): Likewise.
171         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
172         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
173         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
174         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
175         [POSIX] (_SC_2_PBS_TRACK): Likewise.
176         [POSIX] (_SC_ATEXIT_MAX): Likewise.
177         [POSIX] (_SC_BARRIERS): Likewise.
178         [POSIX] (_SC_BASE): Likewise.
179         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
180         [POSIX] (_SC_DEVICE_IO): Likewise.
181         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
182         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
183         [POSIX] (_SC_FD_MGMT): Likewise.
184         [POSIX] (_SC_FIFO): Likewise.
185         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
186         [POSIX] (_SC_FILE_LOCKING): Likewise.
187         [POSIX] (_SC_FILE_SYSTEM): Likewise.
188         [POSIX] (_SC_IOV_MAX): Likewise.
189         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
190         [POSIX] (_SC_NETWORKING): Likewise.
191         [POSIX] (_SC_PAGE_SIZE): Likewise.
192         [POSIX] (_SC_PASS_MAX): Likewise.
193         [POSIX] (_SC_PIPE): Likewise.
194         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
195         [POSIX] (_SC_REGEXP): Likewise.
196         [POSIX] (_SC_SHELL): Likewise.
197         [POSIX] (_SC_SIGNALS): Likewise.
198         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
199         [POSIX] (_SC_SPIN_LOCKS): Likewise.
200         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
201         [POSIX] (_SC_USER_GROUPS): Likewise.
202         [POSIX] (_SC_USER_GROUPS_R): Likewise.
203         [POSIX] (_SC_STREAMS): Likewise.
204         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
205         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
206         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
207         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
208         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
209         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
210         [POSIX] (_PC_FILESIZEBITS): Likewise.
211         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
212         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
213         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
214         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
215         [POSIX] (uid_t): Likewise.
216         [POSIX] (gid_t): Likewise.
217         [POSIX] (off_t): Likewise.
218         [POSIX] (pid_t): Likewise.
219         [POSIX] (cuserid): Allow.
220         (_SC_2_CHAR_TERM): Require constant.
221         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
222         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
223         variable.
225 2015-05-20  Roland McGrath  <roland@hack.frob.com>
227         * sysdeps/nacl/pthread-pids.h: New file.
228         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
229         (create_thread): Use __nacl_get_tid to initialize PD->tid.
231         * nptl/pthread-pids.h: New file.
232         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
233         * nptl/nptl-init.c: Include <pthread-pids.h>.
234         (__pthread_initialize_minimal_internal):
235         Call __pthread_initialize_pids instead of set_tid_address syscall.
237         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
238         * sysdeps/posix/usleep.c: ... here.
240 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
242         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
243         call_pselect6 object.
244         [$(subdir) = io]: Remove call_sync_file_range object.
245         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
246         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
247         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
248         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
250 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
252         * math/s_cproj.c: Add include "math_private.h".
253         * math/s_cprojf.c: Likewise.
254         * math/s_cprojl.c: Likewise.
256 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
258         [BZ #18244]
259         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
260         high mantissa bit when testing whether P is a NaN.
261         * math/libm-test.inc (remainder_test_data): Add more tests.
262         (remquo_test_data): Likewise.
264         [BZ #18049]
265         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
266         below -32, return the argument, with underflow if subnormal.
267         * math/auto-libm-test-in: Add more tests of atanh.
268         * math/auto-libm-test-out: Regenerated.
270 2015-05-19  Roland McGrath  <roland@hack.frob.com>
272         [BZ #18434]
273         * nptl/tst-sem15.c: New file.
274         * nptl/Makefile (tests): Add it.
275         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
276         s/<</>>/ to fix typo in EOVERFLOW check.
277         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
279 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
281         * manual/strings.texi (envz_remove): Fix typo in safety
282         annotations.
284 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
285             Steve Ellcey  <sellcey@imgtec.com>
287         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
288         in order to avoid strict alias warnings.
289         (iruserok_af): Ditto for ra.
291 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
293         [BZ #17581]
294         * malloc/hooks.c
295         (magicbyte): Convert to a function and avoid returning 0x01.
296         (mem2mem_check): Avoid using a length byte equal to the magic byte.
297         (mem2chunk_check): Fix unsigned comparisons to zero.
298         Hoist defs of sz and magic.
300 2015-05-19  Richard Henderson  <rth@redhat.com>
302         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
304         * sysdeps/alpha/fpu/libm-test-ulps: Update.
306 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
308         [BZ #16159]
309         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
310         * malloc/arena.c (arena_lock): Check if arena is corrupt.
311         (reused_arena): Find a non-corrupt arena.
312         (heap_trim): Pass arena to unlink.
313         * malloc/hooks.c (malloc_check_get_size): Pass arena to
314         malloc_printerr.
315         (top_check): Likewise.
316         (free_check): Likewise.
317         (realloc_check): Likewise.
318         * malloc/malloc.c (malloc_printerr): Add arena argument.
319         (unlink): Likewise.
320         (munmap_chunk): Adjust.
321         (ARENA_CORRUPTION_BIT): New macro.
322         (arena_is_corrupt): Likewise.
323         (set_arena_corrupt): Likewise.
324         (sysmalloc): Use mmap if there are no usable arenas.
325         (_int_malloc): Likewise.
326         (__libc_malloc): Don't fail if arena_get returns NULL.
327         (_mid_memalign): Likewise.
328         (__libc_calloc): Likewise.
329         (__libc_realloc): Adjust for additional argument to
330         malloc_printerr.
331         (_int_free): Likewise.
332         (malloc_consolidate): Likewise.
333         (_int_realloc): Likewise.
334         (_int_memalign): Don't touch corrupt arenas.
335         * malloc/tst-malloc-backtrace.c: New test case.
337         * Makefile (summarize-tests): Fix return value on success.
339         * manual/string.texi (Envz Functions): Add envz_remove.
341 2015-05-18  Roland McGrath  <roland@hack.frob.com>
343         * sysdeps/posix/opendir.c: Include <stdbool.h>.
344         (invalid_name): New function, broken out of ...
345         (__opendirat): ... here.  Call it.
346         (need_isdir_precheck): New function, broken out of ...
347         (__opendirat): ... here.  Call it.
348         Use __fxstatat64, not __xstatat64.
349         (opendir_oflags): New function, broken out of ...
350         (__opendirat): ... here.  Call it.
351         (opendir_tail): New function, broken out of ...
352         (__opendirat): ... here.  Call it.
353         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
354         opendir_tail, rather than punting to __opendirat.
355         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
357 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
359         * .gitignore: Ignore generated *.pyc.
361 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
363         * include/stdio.h: Define __need_wint_t.
364         * test-skeleton.c: Avoid `for' loop initial declaration.
365         * nptl/tst-initializers1.c: Use test-skeleton.c.
367 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
369         [BZ #18418]
370         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
372 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
374         [BZ #16352]
375         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
376         (__ieee754_atanh): Force underflow exception for results with
377         small absolute value.
378         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
379         (__ieee754_atanhf): Force underflow exception for results with
380         small absolute value.
381         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
382         (__ieee754_atanh): Force underflow exception for results with
383         small absolute value.
384         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
385         (__ieee754_atanhf): Force underflow exception for results with
386         small absolute value.
387         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
388         (__ieee754_atanhl): Force underflow exception for results with
389         small absolute value.
390         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
391         (__ieee754_atanhl): Force underflow exception for results with
392         small absolute value.
393         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
394         (__ieee754_atanhl): Force underflow exception for results with
395         small absolute value.
396         * math/auto-libm-test-in: Do not allow missing underflow
397         exceptions from atanh.
398         * math/auto-libm-test-out: Regenerated.
400         [BZ #18221]
401         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
402         2**-28 as threshold for returning x or +/- 1/x.
403         * math/auto-libm-test-in: Add more tests of tan.
404         * math/auto-libm-test-out: Regenerated.
406         [BZ #18220]
407         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
408         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
409         * math/auto-libm-test-in: Add another test of lgamma.
410         * math/auto-libm-test-out: Regenerated.
412 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
414         * stdio-common/printf_fp.c (___printf_fp): Use abs.
415         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
416         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
417         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
418         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
419         (ADD2A): Use fabs.  (SUB2A): Use fabs.
420         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
421         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
422         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
423         (log1): Use fabs.  (my_log2): Use fabs.
424         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
425         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
426         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
427         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
428         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
429         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
430         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
431         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
432         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
433         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
434         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
436 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
438         [BZ #18217]
439         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
440         as threshold for returning 1 - x.
441         * math/auto-libm-test-in: Add more tests of erfc.
442         * math/auto-libm-test-out: Regenerated.
444 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
446         [BZ #18196]
447         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
448         threshold for large arguments.
449         * math/auto-libm-test-in: Add another test of atan.
450         * math/auto-libm-test-out: Regenerated.
452         [BZ #16339]
453         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
454         (__log1p): Force underflow exception for results with small
455         absolute value.
456         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
457         (__log1pf): Force underflow exception for results with small
458         absolute value.
459         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
460         (__log1p): Force underflow exception for results with small
461         absolute value.
462         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
463         (__log1pf): Force underflow exception for results with small
464         absolute value.
465         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
466         (__log1pl): Force underflow exception for results with small
467         absolute value.
468         * math/auto-libm-test-in: Do not allow missing underflow
469         exceptions from log1p.
470         * math/auto-libm-test-out: Regenerated.
472 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
473             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
475         [BZ #16704]
476         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
478 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
480         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
481         (libmvec): New variable.
482         * configure.ac: Added option for mathvec build.
483         * configure: Regenerated.
484         * mathvec/Depend: New file.
485         * mathvec/Makefile: New file.
486         * shlib-versions: Added libmvec.
487         * math/Makefile: Added rule for libm.so installation.
489         * bits/math-vector.h: New file.
490         * bits/libm-simd-decl-stubs.h: New header.
491         * math/Makefile (headers): Added new header
492         libm-simd-decl-stubs.h.
493         * math/math.h (__MATHCALL_VEC): New macro.
495         * math/gen-libm-have-vector-test.sh: Script generates series of macros
496         for conditions in testing functions.
497         * math/Makefile: Added call of libm-have-vector-test.sh.
498         * math/libm-test.inc (HAVE_VECTOR): New macros.
500         * math/libm-test.inc: START refactored.
501         * math/test-double.c (TEST_MATHVEC): Add define.
502         * math/test-float.c: Likewise.
503         * math/test-idouble.c: Likewise.
504         * math/test-ifloat.c: Likewise.
505         * math/test-ildoubl.c: Likewise.
506         * math/test-ldouble.c: Likewise.
507         * sysdeps/generic/math-tests-arch.h
508         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
509         architecture check.
511         * math/test-double.c (FUNC_TEST): New macro.
512         * math/test-float.c: Likewise.
513         * math/test-idouble.c: Likewise.
514         * math/test-ifloat.c: Likewise.
515         * math/test-ildoubl.c: Likewise.
516         * math/test-ldouble.c: Likewise.
517         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
519 2015-05-13  Roland McGrath  <roland@hack.frob.com>
521         * sysdeps/nacl/fdopendir.c: New file.
523         * dirent/scandir-tail.c: New file.
524         * dirent/scandir64-tail.c: New file.
525         * dirent/Makefile (routines): Add them.
526         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
527         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
528         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
529         [!SCANDIR] (SCANDIR_TAIL): New macro.
530         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
531         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
532         (SCANDIRAT): Macro removed.
533         (SCANDIR_TAIL): New macro.
534         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
535         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
536         (SCANDIRAT): Just call __opendirat and __scandir_tail.
537         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
538         (READDIR): Macro removed.
539         (SCANDIR_TAIL): New macro.
540         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
541         (SCANDIR_TAIL): New macro.
543         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
544         * dirent/scandir-cancel.c: ... to this new file.
545         * dirent/Makefile (routines): Add it.
546         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
547         * sysdeps/unix/sysv/linux/i386/scandir64.c
548         (SKIP_SCANDIR_CANCEL): Macro removed.
549         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
551         * dirent/tst-scandir.c: New file.
552         * dirent/tst-scandir64.c: New file.
553         * dirent/Makefile (tests): Add them.
555 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
557         [BZ #18409]
558         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
560 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
562         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
563         list.
565 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
567         * benchtests/bench-strcoll.c: New benchmark.
568         * benchtests/Makefile: Generate locales and run benchmark.
569         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
570         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
571         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
572         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
573         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
574         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
575         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
576         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
577         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
578         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
579         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
580         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
581         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
582         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
583         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
584         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
585         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
586         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
587         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
588         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
589         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
590         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
591         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
592         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
594 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
596         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
597         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
599 2015-05-12  Roland McGrath  <roland@hack.frob.com>
601         * posix/uname-values.h: New file.
602         * posix/uname.c: Include that instead of <config-name.h>.
603         * sysdeps/nacl/uname-values.h: New file.
604         * sysdeps/arm/nacl/uname-values.h: New file.
606 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
608         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
609         splitting into fields.
611 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
613         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
614         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
615         * locale/localeinfo.h: Add enum collation_encoding_type.
616         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
617         * programs/ld-collate.c (collate_output): Add encoding type info.
618         * string/strcoll_l.c (STRDIFF): New function.
619         * (STRCOLL): Use STRDIFF to skip over equal prefix.
620         * wcsmbs/wcscoll_l.c: Define STRDIFF.
622 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
624         [BZ #18397]
625         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
626         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
627         <fpu_control.h> instead of <math/fpu_control.c>.
628         * sysdeps/mips/mips32/fpu/Makefile: New file.
630 2015-05-11  Andreas Schwab  <schwab@suse.de>
632         [BZ #18007]
633         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
634         nss_endgrent.
635         (_nss_compat_endgrent): Call nss_endgrent.
636         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
637         nss_endpwent.
638         (_nss_compat_endpwent): Call nss_endpwent.
639         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
640         needent, call nss_setspent only if non-zero.
641         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
642         (internal_endspent): Don't call nss_endspent.
643         (_nss_compat_endspent): Call nss_endspent.
644         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
645         Remove.  All uses removed.
646         (internal_setent): Remove parameter stayopen, add parameter
647         stream.  Use it instead of global variable.
648         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
649         (internal_endent, internal_getent): Add parameter stream.  Use it
650         instead of global variable.
651         (CONCAT(_nss_files_end,ENTNAME))
652         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
653         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
654         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
655         uses removed.
656         (internal_setent, internal_endent): Add parameter stream.  Use it
657         instead of global variable.
658         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
659         stream.
660         (get_next_alias): Add parameter stream.
661         (_nss_files_getaliasent_r): Pass global stream.
662         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
663         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
664         (_nss_files_gethostbyname4_r): Pass local stream to
665         internal_setent, internal_getent and internal_endent.  Remove
666         locking.
668 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
670         * tst-strfmon1.c (tests): Update expected currency symbol.
672 2015-05-08  Roland McGrath  <roland@hack.frob.com>
674         * sysdeps/nacl/gethostname.c: New file.
676 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
678         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
679         and sinh.
680         * math/auto-libm-test-out: Regenerated.
681         * sysdeps/i386/fpu/libm-test-ulps: Update.
682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
684 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
686         [BZ #18125]
687         * stdlib/tst-setcontext3.c: New file.
688         * stdlib/tst-setcontext3.sh: New file.
689         * stdlib/Makefile (tests): Add tst-setcontext3.
690         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
691         to verify test program created output file.
692         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
693         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
694         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
695         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
697 2015-05-06  Roland McGrath  <roland@hack.frob.com>
699         [BZ #18383]
700         * elf/tst-tlsalign.c: New file.
701         * elf/tst-tlsalign-static.c: New file.
702         * elf/tst-tlsalign-lib.c: New file.
703         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
704         (tests-static): Add tst-tlsalign-static.
705         (modules-names): Add tst-tlsalign-lib.
706         (test-xfail-tst-tlsalign): New variable.
707         (test-xfail-tst-tlsalign-static): New variable.
709         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
710         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
712 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
714         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
715         csqrt, erfc, sin and sincos.
716         * math/auto-libm-test-out: Regenerated.
717         * sysdeps/i386/fpu/libm-test-ulps: Update.
718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
720 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
722         * sysdeps/aarch64/libm-test-ulps: Update.
724 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
726         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
727         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
728         * math/auto-libm-test-out: Regenerated.
729         * sysdeps/i386/fpu/libm-test-ulps: Update.
730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
732 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
734         [BZ #18265]
735         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
736         (wcsncpy): Likewise.
738 2015-05-05  Florian Weimer  <fweimer@redhat.com>
740         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
741         Assume __ASSUME_FALLOCATE is always true.
742         * sysdeps/unix/sysv/linux/posix_fallocate64.c
743         (__posix_fallocate64_l64): Likweise.
744         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
745         (posix_fallocate): Likewise.
746         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
747         (__posix_fallocate64_l64): Likewise.
748         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
749         [!__ASSUME_FALLOCATE]: Add comment.
751 2015-05-05  Florian Weimer  <fweimer@redhat.com>
753         * sysdeps/unix/sysv/linux/i386/Makefile
754         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
755         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
756         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
757         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
758         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
759         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
760         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
762 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
764         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
765         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
766         tgamma.
767         * math/auto-libm-test-out: Regenerated.
768         * sysdeps/i386/fpu/libm-test-ulps: Update.
769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
771 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
773         * math/auto-libm-test-in: Add more tests of tgamma.
774         * math/auto-libm-test-out: Regenerated.
775         * sysdeps/i386/fpu/libm-test-ulps: Update.
776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
778         * math/auto-libm-test-in: Add more tests of tanh.
779         * math/auto-libm-test-out: Regenerated.
780         * sysdeps/i386/fpu/libm-test-ulps: Update.
781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
783         * math/auto-libm-test-in: Add more tests of tan.
784         * math/auto-libm-test-out: Regenerated.
785         * sysdeps/i386/fpu/libm-test-ulps: Update.
786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
788         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
789         * math/auto-libm-test-out: Regenerated.
790         * sysdeps/i386/fpu/libm-test-ulps: Update.
791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
793         * math/auto-libm-test-in: Add another test of pow.
794         * math/auto-libm-test-out: Regenerated.
795         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
797         * math/auto-libm-test-in: Add more tests of lgamma.
798         * math/auto-libm-test-out: Regenerated.
799         * sysdeps/i386/fpu/libm-test-ulps: Update.
800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
802         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
803         log1p.
804         * math/auto-libm-test-out: Regenerated.
805         * sysdeps/i386/fpu/libm-test-ulps: Update.
806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
808 2015-05-01  Mark Wielaard  <mjw@redhat.com>
810         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
811         Elf64_Chdr structs and ELFCOMPRESS constants.
813 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
815         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
816         expm1.
817         * math/auto-libm-test-out: Regenerated.
818         * sysdeps/i386/fpu/libm-test-ulps: Update.
819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
821         * math/auto-libm-test-in: Add more tests of erf and erfc.
822         * math/auto-libm-test-out: Regenerated.
823         * sysdeps/i386/fpu/libm-test-ulps: Update.
824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
826 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
828         * config.h.in (HAVE_AARCH64_BE): Add.
830 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
832         * math/auto-libm-test-in: Add more tests of csqrt.
833         * math/auto-libm-test-out: Regenerated.
834         * sysdeps/i386/fpu/libm-test-ulps: Update.
835         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
837         * math/auto-libm-test-in: Add more tests of cosh and sinh.
838         * math/auto-libm-test-out: Regenerated.
839         * sysdeps/i386/fpu/libm-test-ulps: Update.
840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
842         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
844 2015-04-29  Roland McGrath  <roland@hack.frob.com>
846         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
847         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
849         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
850         (euidaccess, eaccess): Define as weak aliases.
852         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
853         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
854         but __suseconds_t is often 'long int' so some sources assume that
855         type is being used (e.g. they use %ld to print tv_usec).
857 2015-04-29  Florian Weimer  <fweimer@redhat.com>
859         [BZ #18007]
860         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
861         (CVE-2014-8121)
862         * nss/tst-nss-getpwent.c: New file.
863         * nss/Makefile (tests): Add new test.
865 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
867         [BZ #18346]
868         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
869         exponents less than 48 as cases where high part of mantissa needs
870         examining to determine whether argument is integral.
871         * math/libm-test.inc (round_test_data): Add more tests.
873 2015-04-28  Mark Wielaard  <mjw@redhat.com>
875         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
877 2015-04-27  David S. Miller  <davem@davemloft.net>
879         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
880         __tls_get_addr.
881         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
883 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
885         [BZ#18333]
886         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
888 2015-04-27  Florian Weimer  <fweimer@redhat.com>
890         [BZ#18333]
891         * time/tzset.c (parse_tzname): Return error on memory allocation
892         failure.
893         * test-skeleton.c (struct temp_name_list): Change type of name
894         member to non-const.
895         (add_temp_file): Create a copy of the file name.
896         (delete_temp_files): Deallocate memory.
897         (create_temp_file): Add comment.
899 2015-04-24  Florian Weimer  <fweimer@redhat.com>
901         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
902         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
904 2015-04-24  Roland McGrath  <roland@hack.frob.com>
906         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
907         * sysdeps/arm/configure: Regenerated.
909 2015-04-24  Florian Weimer  <fweimer@redhat.com>
911         [BZ #17715]
912         * time/tzfile.c (__tzfile_read): Check for large values of
913         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
914         * time/tzset.c (__tzstring_len): New function, based on the old
915         __tzstring function.
916         (__tzstring): Call __tzstring_len.
917         (parse_tzname): New helper function extracted from
918         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
919         the input string.
920         (parse_offset): New helper function extracted from
921         __tzset_parse_tz.  Replace switch with fallthrough with
922         initialization before sscanf.
923         (parse_rule): Likewise.
924         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
925         new-style function definition.
926         * timezone/Makefile (tests): Add tst-tzset.
927         (tst-tzset.out): Dependencies on time zone files.
928         (tst-tzset-ENV): Set TZDIR.
929         (testdata/XT%): Copy crafted time zone files.
930         * timezone/README: Mention crafted time zone files.
931         * timezone/testdata/XT1, timezone/testdata/XT2,
932         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
933         files.
934         * timezone/tst-tzset.c: New test.
936 2015-04-24  Florian Weimer  <fweimer@redhat.com>
938         * Makeconfig (+gccwarn): Remove -Winline.
940 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
942         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
944 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
946         * NEWS: Mention sysconf() cache information support for s390.
947         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
949 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
951         * math/k_casinh.c (__kernel_casinh): Use __copysign.
952         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
953         (__nearbyint): Likewise.
954         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
955         (copysignl): Likewise.
957 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
959         [BZ #18287]
960         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
961         based on padding.  (CVE-2015-1781)
963 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
965         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
966         libc-vdso.h.
967         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
968         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
969         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
970         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
971         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
972         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
973         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
974         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
975         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
976         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
977         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
978         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
979         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
980         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
981         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
982         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
983         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
984         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
985         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
986         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
987         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
988         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
989         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
991 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
993         * stdlib/setenv.c (__add_to_environ):
994         Dump core quickly if setenv (..., NULL, ...) is called.
995         This time, do it the right way, and pacify GCC with a pragma.
997 2015-04-17  Roland McGrath  <roland@hack.frob.com>
999         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
1000         IMAP->l_prev cannot be null, and #if out the code for the contrary
1001         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
1002         believe that NS (&_dl_ns[NSID]) could point outside the array.
1004         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
1005         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
1006         before using NSID as an index.
1008 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
1010         [BZ #17825]
1011         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
1012         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1013         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
1015 2015-04-17  Roland McGrath  <roland@hack.frob.com>
1017         Add preliminary port to Google Native Client on ARM.
1018         * abi-tags (.*-.*-nacl.*): New entry.
1019         * sysdeps/arm/nacl: New directory.
1020         * sysdeps/nacl: New directory.
1022 2015-04-16  David S. Miller  <davem@davemloft.net>
1024         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
1025         lowlevellock-futex.h
1027 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
1029         * sysdeps/tile/configure.ac: New file.
1030         * sysdeps/tile/configure: Regenerated.
1032 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1034         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
1035         conditionals for weak_alias and libc_hidden_weak.
1036         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
1037         libc_hidden_weak and weak_alias.
1038         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
1039         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
1040         and weak_alias for static one.
1042 2015-04-15  David S. Miller  <davem@davemloft.net>
1044         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
1046 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1048         [BZ #18206]
1049         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
1050           Use signed comparision instead of substraction to avoid
1051           overflow bug.
1052         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
1053           Take the sign of ret.
1054         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
1055           Do not expect precise return values. Only the sign matters.
1056         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
1057         * wcsmbs/test-wcsncmp.c: New File.
1058         * string/test-strncmp.c: Add wcsncmp support.
1060 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1062         [BZ #6792]
1063         * math/w_log1p.c: New file.
1064         * math/w_log1pf.c: Likewise.
1065         * math/w_log1pl.c: Likewise.
1066         * math/Makefile (libm-calls): Add w_log1p.
1067         * math/s_log1pl.c (log1pl): Remove weak_alias.
1068         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
1069         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
1070         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
1071         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
1072         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
1073         [NO_LONG_DOUBLE] (log1pl): Likewise.
1074         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
1075         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
1076         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
1077         (log1p): Remove long_double_symbol.
1078         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
1079         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
1080         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
1081         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
1082         remove weak_alias for corresponding log1p function.
1083         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
1084         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
1085         * sysdeps/ia64/fpu/w_log1p.c: New file.
1086         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
1087         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
1088         * math/libm-test.inc (log1p_test_data): Add errno expectations.
1090 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
1092         [BZ #18247]
1093         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
1094         decimal exponent by 1.
1095         * stdlib/tst-strtod-round-data: Add more tests.
1096         * stdlib/tst-strtod-round.c (tests): Regenerated.
1098 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
1100         * math/auto-libm-test-in: Add more tests of clog and clog10.
1101         * math/auto-libm-test-out: Regenerated.
1102         * sysdeps/i386/fpu/libm-test-ulps: Update.
1103         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1105 2015-04-09  Roland McGrath  <roland@hack.frob.com>
1107         * Makeconfig (module-cppflags): Exclude all .v.i files.
1108         (skip-module-cppflags): Variable removed.
1110         * configure.ac (libc_config_ok): Initialize before reading
1111         preconfigure scripts, not after.
1112         * configure: Regenerated.
1114         * test-skeleton.c (TIMEOUT): Move #define to top level.
1115         (main): Grok environment variable TEST_DIRECT.  If set, print
1116         test expectation details into that file and then behave as if
1117         given --direct.
1119 2015-04-09  Florian Weimer  <fweimer@redhat.com>
1121         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
1122         warning on 32-bit.
1124 2015-04-08  David S. Miller  <davem@davemloft.net>
1126         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1128 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
1130         * math/auto-libm-test-in: Add more tests of atanh.
1131         * math/auto-libm-test-out: Regenerated.
1132         * sysdeps/i386/fpu/libm-test-ulps: Update.
1133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1135         * math/auto-libm-test-in: Add more tests of atan.
1136         * math/auto-libm-test-out: Regenerated.
1137         * sysdeps/i386/fpu/libm-test-ulps: Update.
1138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1140 2015-04-08  Florian Weimer  <fweimer@redhat.com>
1142         * elf/pldd.c (main): Rewrite to use struct
1143         scratch_buffer instead of extend_alloca.
1144         * elf/pldd-xx.c (find_maps): Likewise.
1145         * grp/initgroups.c: Include <scratch_buffer.h> instead of
1146         <alloca.h>.
1147         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
1148         scratch_buffer instead of extend_alloca.
1149         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
1150         grp/compat-initgroups.c.
1151         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
1152         Rewrite to use struct scratch_buffer instead of extend_alloca.
1153         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
1154         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1156 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
1158         * math/auto-libm-test-in: Add more tests of cbrt.
1159         * math/auto-libm-test-out: Regenerated.
1160         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1162         * math/auto-libm-test-in: Add more tests of cabs.
1163         * math/auto-libm-test-out: Regenerated.
1164         * sysdeps/i386/fpu/libm-test-ulps: Update.
1165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1167         [BZ #18210]
1168         [BZ #18211]
1169         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
1170         (__ieee754_atan2): Set FE_TONEAREST mode for internal
1171         computations.
1172         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
1173         clog10.
1174         * math/auto-libm-test-out: Regenerated.
1175         * sysdeps/i386/fpu/libm-test-ulps: Update.
1176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1178         [BZ #18197]
1179         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
1180         (atan): Set FE_TONEAREST mode for internal computations.
1181         * math/auto-libm-test-in: Add more tests of atan.
1182         * math/auto-libm-test-out: Regenerated.
1184 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
1186         [BZ #17930]
1187         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
1189 2015-04-07  Florian Weimer  <fweimer@redhat.com>
1191         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
1193 2015-04-07  Florian Weimer  <fweimer@redhat.com>
1195         * include/scratch_buffer.h: New file.
1196         * malloc/scratch_buffer_grow.c: Likewise.
1197         * malloc/scratch_buffer_grow_preserve.c: Likewise.
1198         * malloc/scratch_buffer_set_array_size.c: Likewise.
1199         * malloc/tst-scratch_buffer.c: Likewise.
1200         * malloc/Makefile (routines): Add scratch_buffer_grow.
1201         (tests): Add test case.
1202         * malloc/Versions (GLIBC_PRIVATE): Export
1203         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
1204         __libc_scratch_buffer_set_array_size.
1206 2015-04-06  Richard Henderson  <rth@redhat.com>
1208         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
1209         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1211         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
1212         unsigned int before printing.
1214 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1216         [BZ #17596]
1217         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
1218         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1220 2015-04-02  Florian Weimer  <fweimer@redhat.com>
1222         * include/libc-internal.h (libc_max_align_t): Define.
1224 2015-04-02  Andreas Schwab  <schwab@suse.de>
1226         [BZ #16850]
1227         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
1229 2015-04-02  Mel Gorman  <mgorman@suse.de>
1231         [BZ #17195]
1232         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
1233         as well as the main arena.
1235 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1237         [BZ #18185]
1238         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
1239         sharing L2 cache to 2 for Silvermont/Knights Landing.
1241 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1243         [BZ #17711]
1244         * config.make.in (have-protected-data): New.
1245         * configure.ac: Check linker support for protected data symbol.
1246         * configure: Regenerated.
1247         * elf/Makefile (modules-names): Add tst-protected1moda and
1248         tst-protected1modb if $(have-protected-data) is yes.
1249         (tests): Add tst-protected1a and tst-protected1b if
1250         $(have-protected-data) is yes.
1251         ($(objpfx)tst-protected1a): New.
1252         ($(objpfx)tst-protected1b): Likewise.
1253         (tst-protected1modb.so-no-z-defs): Likewise.
1254         * elf/tst-protected1a.c: New file.
1255         * elf/tst-protected1b.c: Likewise.
1256         * elf/tst-protected1mod.h: Likewise.
1257         * elf/tst-protected1moda.c: Likewise.
1258         * elf/tst-protected1modb.c: Likewise.
1260 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1262         [BZ #17711]
1263         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
1264         indicates it is called from do_lookup_x on relocation against
1265         protected data, skip the data definion in the executable from
1266         copy reloc.
1267         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
1268         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
1269         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
1270         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
1271         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
1272         otherwise to 0.
1273         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
1274         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
1275         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
1276         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
1277         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
1278         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
1280 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
1282         * sysdeps/nptl/pthread.h: Remove duplicate definition of
1283         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
1285 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
1287         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
1288         THREAD_SETMEM_NC.
1289         * sysdeps/x86_64/nptl/tls.h: Ditto.
1291 2015-03-27  Roland McGrath  <roland@hack.frob.com>
1293         * dlfcn/tststatic.c (main): Converted to ...
1294         (do_test): ... this.
1295         (TEST_FUNCTION): New macro.
1296         Include test-skeleton.c.
1298 2015-03-26  Alan Modra  <amodra@gmail.com>
1300         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
1301         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
1302         zero for undefined weak.
1303         (elf_machine_plt_conflict): Similarly.
1305 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
1307         * math/auto-libm-test-in: Add more tests of acosh, asinh and
1308         atanh.
1309         * math/auto-libm-test-out: Regenerated.
1310         * sysdeps/i386/fpu/libm-test-ulps: Update.
1311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1313         * math/auto-libm-test-in: Add another test of asin.
1314         * math/auto-libm-test-out: Regenerated.
1315         * sysdeps/i386/fpu/libm-test-ulps: Update.
1316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1318         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
1319         Remove macro.
1320         (LLL_EBX_REG): Likewise.
1321         (LLL_ENTER_KERNEL): Likewise.
1323         * math/auto-libm-test-in: Add more tests of asin.
1324         * math/auto-libm-test-out: Regenerated.
1325         * sysdeps/i386/fpu/libm-test-ulps: Update.
1326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1328         [BZ #18138]
1329         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
1330         libc_do_syscall_args): New structure.
1331         (INTERNAL_SYSCALL_MAIN_0): New macro.
1332         (INTERNAL_SYSCALL_MAIN_1): Likewise.
1333         (INTERNAL_SYSCALL_MAIN_2): Likewise.
1334         (INTERNAL_SYSCALL_MAIN_3): Likewise.
1335         (INTERNAL_SYSCALL_MAIN_4): Likewise.
1336         (INTERNAL_SYSCALL_MAIN_5): Likewise.
1337         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
1338         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
1339         Replace conditional definitions by conditional definitions of ....
1340         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
1341         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
1342         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
1343         (libpthread-sysdep_routines): Add libc-do-syscall.
1344         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
1345         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
1346         to __NR_futex not 240.
1348 2015-03-25  Alan Modra  <amodra@gmail.com>
1350         * NEWS: Advertise TLS optimization.
1351         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
1352         (DT_PPC_NUM): Increment.
1353         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
1354         (CHECK_STATIC_TLS): Use here.
1355         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
1356         TLS descriptors.
1357         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1358         * sysdeps/powerpc/dl-tls.c: New file.
1359         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
1360         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
1361         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
1362         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
1363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
1364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
1365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
1367 2015-03-25  Alan Modra  <amodra@gmail.com>
1369         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
1370         for overlapping .opd entries" to "support...".
1371         * sysdeps/powerpc/powerpc64/configure: Regenerate
1373 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
1375         * math/auto-libm-test-in: Add more tests of acos.
1376         * math/auto-libm-test-out: Regenerated.
1377         * sysdeps/i386/fpu/libm-test-ulps: Update.
1378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1380         * math/auto-libm-test-in: Add more tests of expm1.
1381         * math/auto-libm-test-out: Regenerated.
1382         * sysdeps/i386/fpu/libm-test-ulps: Update.
1383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1385 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
1387         * math/auto-libm-test-in: Add more tests of cosh and sinh.
1388         * math/auto-libm-test-out: Regenerated.
1389         * sysdeps/i386/fpu/libm-test-ulps: Update.
1390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1392         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
1393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1395         * math/auto-libm-test-in: Add more tests of log2.
1396         * math/auto-libm-test-out: Regenerated.
1397         * sysdeps/i386/fpu/libm-test-ulps: Update.
1398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1400 2015-03-23  Roland McGrath  <roland@hack.frob.com>
1402         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
1403         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
1404         _IO_IS_APPENDING bit in READ_WRITE instead.
1406 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1408         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1409         (__determine_cpumask_size): Replace extend_alloca with a
1410         variable-length array.  Do not treat res == 0 as an error.
1412 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1414         [BZ #18100]
1415         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
1416         and integer overflow.
1417         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
1418         (main): Add integer overflow tests.
1419         * manual/pattern.texi (Calling Wordexp): Document additional use
1420         for WRDE_SYNTAX.
1422 2015-03-23  Alan Modra  <amodra@gmail.com>
1424         * config.h.in: Remove HAVE_ASM_PPC_REL16.
1425         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
1426         and false branch of conditional.
1427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
1428         Likewise.
1430 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
1432         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
1433         libc-modules.h
1434         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
1435         unused declaration of _hurd_intr_rpc_msg_in_trap.
1436         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
1437         defined instead of whether it is non-zero.
1438         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
1439         input constraint instead of both input and output constraint.  Use ecx
1440         clobber instead of %ecx.
1441         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
1442         mutex_unlock): Use a statement expression instead of an expression list.
1443         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
1444         type to vm_size_t instead of vm_address_t.
1445         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
1446         defined instead of whether it is non-zero.
1447         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
1448         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
1449         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
1450         comparisons with mapaddr.
1451         * nscd/nscd-client.h: Include <time.h>.
1452         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
1453         9th parameter to __vm_region instead of int.
1454         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
1455         * scripts/check-local-headers.sh (exclude): Add device/,
1456         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
1457         cthreads.h.
1459 2015-03-19  Roland McGrath  <roland@hack.frob.com>
1461         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
1462         to account for alignment padding.
1463         * sysdeps/arm/memmove.S: Likewise.
1465 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
1467         * sysdeps/unix/sysv/linux/generic/README: New file.
1469 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
1471         [BZ #18138]
1472         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
1473         (futex_abstimed_wait)
1474         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
1475         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
1476         of lll_futex_timed_wait.
1478 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
1480         [BZ #17542]
1481         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
1483 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
1485         [BZ #17090]
1486         [BZ #17620]
1487         [BZ #17621]
1488         [BZ #17628]
1489         * NEWS: Update.
1490         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
1491         entries with Static TLS too.  Skip entries past the end of the
1492         allocated DTV, from Alan Modra.
1493         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
1494         Static TLS DTV entry set up from...
1495         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
1496         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
1497         * nptl/allocatestack.c (init_one_static_tls): ... and here...
1498         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
1499         for Static TLS.
1500         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
1501         that the slot we find is associated with the given map before
1502         using its generation count.
1503         * nptl_db/db_info.c: Include ldsodefs.h.
1504         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
1505         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
1506         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
1507         (link_map::l_tls_offset): New struct field.
1508         (dtv_t::counter): Likewise.
1509         (rtld_global): New struct.
1510         (_rtld_global): New rtld variable.
1511         (dl_tls_dtv_slotinfo_list): New rtld global field.
1512         (dtv_slotinfo_list): New struct.
1513         (dtv_slotinfo): Likewise.
1514         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
1515         (td_lookup): Rename to...
1516         (td_mod_lookup): ... this.  Use new mod parameter instead of
1517         LIBPTHREAD_SO.
1518         * nptl_db/td_thr_tlsbase.c: Include link.h.
1519         (dtv_slotinfo_list, dtv_slotinfo): New functions.
1520         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
1521         addresses even if the DTV is out of date or missing them.
1522         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1523         index zero-length arrays.
1524         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1525         (td_lookup): Make it a macro implemented in terms of...
1526         (td_mod_lookup): ... this declaration.
1527         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1528         (DB_MAIN_VARIABLE): Likewise.
1530 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1532         [BZ #18134]
1533         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1535 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
1537         * stdlib/setenv.c (__add_to_environ): Revert previous change.
1539 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
1541         [BZ #18128]
1542         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1543         (atomic_add, atomic_increment_and_test)
1544         (atomic_decrement_and_test): Fix 64-bit arithmetic.
1546 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1548         * stdlib/setenv.c (__add_to_environ):
1549         Dump core quickly if setenv (..., NULL, ...) is called.
1551 2015-03-13  Roland McGrath  <roland@hack.frob.com>
1553         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1554         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1555         all the necessary asm magic in one place.
1556         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1557         using those.
1559 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
1561         [BZ #14906]
1562         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1563         traced file mtime. Use consistent log message.
1564         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1565         (register_traced_file): Call install_watches. Always set mtime.
1566         (invalidate_cache): Iterate over all trace files. Call install_watches.
1567         (inotify_check_files): Don't inline. Handle watching parent
1568         directories and configuration file movement in and out.
1569         (handle_inotify_events): New function.
1570         (main_loop_poll): Call handle_inotify_events.
1571         (main_loop_epoll): Likewise.
1572         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1573         (struct traced_file): Use array of inotify fds. Add parent directory,
1574         and basename.
1575         (struct database_dyn): Remove unused file_mtime.
1576         (init_traced_file): New inline function.
1577         (define_traced_file): New macro.
1578         * nss/nss_db/db-init.c: Use define_traced_file.
1579         (_nss_db_init): Use init_traced_file.
1580         * nss/nss_files/files-init.c: Use define_traced_file.
1581         (_nss_files_init): Use init_traced_file.
1583 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
1585         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1586         [_LIBC]: Do not include <stdlib.h>.
1587         [!_LIBC] (abort): Remove declaration.
1588         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1589         _FP_STATIC_ASSERT instead of conditionally calling abort.
1590         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1591         (_FP_EXTEND_CNAN): Likewise.
1592         (FP_TRUNC): Likewise.
1593         (__FP_CLZ): Likewise.
1594         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1596 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1598         * manual/string.texi (XPG basename): Fix prototype.
1600 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1602         [BZ #18080]
1603         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1604         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1605         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1606         (__setcontext): Likewise.
1607         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1608         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1609         Call rt_sigprocmask syscall one time to set new signal mask
1610         and retrieve the current signal mask instead of two calls.
1611         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1612         (__swapcontext): Likewise.
1613         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1614         * stdlib/tst-setcontext2.c: New file.
1616 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1618         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1620 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1622         [BZ #18093]
1623         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1624         the wrong size.
1626 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1628         [BZ #18043]
1629         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1631 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1633         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1634         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1635         Remove define.
1636         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1637         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1638         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1639         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1640         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1641         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1642         define.
1643         * nptl_db/td_symbol_list.c (td_lookup): Remove
1644         HAVE_ASM_GLOBAL_DOT_NAME code.
1645         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1646         HAVE_ASM_GLOBAL_DOT_NAME check.
1647         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1648         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1649         (DOT_LABEL): Remove define.
1650         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1651         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1652         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1653         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1654         (__TLS_GET_ADDR): Likewise.
1655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1656         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1658 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1660         [BZ #18111]
1661         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1662         (_FPU_SETCW): Initialize cw from fpsr before storing.
1663         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1664         (fesetexceptflag): Rewrite using fpu_control.h.
1665         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1667 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1669         [BZ #18110]
1670         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1671         asms.
1672         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1674 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1676         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1677         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1678         abort.
1679         (_FP_FMA): Likewise.
1680         (_FP_DIV): Likewise.
1682 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1684         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1685         with 0 in that case.
1686         * Makefile (summarize-tests): New canned sequence, factored out of
1687         commands for targets tests and xtests.  Display summary lines that
1688         don't start with PASS: or XFAIL: rather than ones that do start with
1689         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1690         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1691         do start with ERROR: or FAIL:.
1692         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1693         (except for [$(build-shared) = yes]).
1694         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1695         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1696         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1697         * nptl/Makefile: Revert 2015-03-04 changes.
1698         [$(CXX) empty] (tests-unsupported): New variable.
1699         * debug/Makefile: Likewise.
1701         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1702         gnulib file.  Replace __attribute with __attribute__ throughout.
1704 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1706         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1708 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1710         [BZ #18104]
1711         * math/auto-libm-test-in: Add another test of pow.
1712         * math/auto-libm-test-out: Regenerated.
1714 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1716         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1717         $(config-cflags-nofma).
1719 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1721         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1722         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1723         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1724         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1725         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1726         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1727         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1728         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1729         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1730         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1731         Add comment on closing #endif.
1733 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1735         * posix/wordexp.c (CHAR_IN_SET): New macro.
1736         (parse_param): Use it.
1738 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1740         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1742 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1744         [BZ #18043]
1745         * posix/wordexp.c (parse_param): Fix buffer overflow.
1746         * posix/wordexp-test.c (test_case): Add test case.
1748 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1750         [BZ #18042]
1751         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1752         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1754 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1756         [BZ #18043]
1757         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1758         (do_bz18043): Delete.
1759         (at_page_end): New.
1760         (testit): Refactor to have words at the edge of unreadable page.
1762 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1764         [BZ #16734]
1765         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1766         Cleanup read-only streams as well.
1767         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1769 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1771         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1772         <bits/libc-lockP.h>
1774 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1776         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1777         on [__KERNEL__].
1778         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1779         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1780         * soft-fp/op-common.h (_FP_DECL): Likewise.
1782 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1784         * elf/ifuncdep2.c (global): Replace
1785         __attribute__((visibility("protected"))) with
1786         asm (".protected global").
1787         * elf/ifuncmod1.c (global): Likewise.
1788         * elf/ifuncmod5.c (global): Likewise.
1790 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1792         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1793         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1795 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1797         * manual/install.texi (Configuring and compiling):
1798         Document test-wrapper-env-only.
1799         * INSTALL: Regenerated.
1801 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1803         [BZ #18043]
1804         * posix/wordexp.c (parse_param): Fix buffer overflow.
1805         * posix/wordexp-test.c (do_bz18043): Add test case.
1807 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1809         * time/tst-strptime2.c (do_test): Ensure failing tests are
1810         reported correctly.
1811         * time/tst-strptime3.c (do_test): Likewise.
1813 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1815         Fix aio_error thread-safety.
1816         * sysdeps/pthread/aio_error.c: New file
1817         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1818         synchronization.
1820 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1822         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1823         (group_number, vfprintf): Use it.
1824         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1825         (JUMP, REF): Use it.
1826         (WORK_BUFFER_SIZE): New enum constant.
1827         (process_arg, vfprintf): Use it.
1829 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1831         * manual/errno.texi (Error Messages): Complete example function
1832         by adding missing #define.
1833         (program_invocation_name): Add statement indicating GNU
1834         extension and reference which header file declares the variable.
1835         (program_invocation_short_name): Likewise.
1837 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1839         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1840         compatibility note.
1842 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1844         * Makeconfig (test-wrapper-env-only): New variable.
1845         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1846         then use that with $(test-wrapper-env-only) rather than using
1847         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1849 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1851         [BZ #18082]
1852         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1853         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1854         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1855         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1856         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1857         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1858         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1859         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1860         Likewise.
1861         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1862         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1863         Likewise.
1864         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1865         Likewise.
1866         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1867         Likewise.
1868         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1869         Likewise.
1870         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1871         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1872         Likewise.
1873         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1874         Likewise.
1875         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1876         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1878 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1880         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1881         (ETH_ALEN): New macro.
1882         (struct ether_addr): Use it for length of ether_addr_octet.
1884         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1885         (setdb): Don't call __nss_configure_lookup for "rpc".
1886         (do_test): Don't call test_rpc.
1887         (output_rpcent, test_rpc): Functions moved ...
1888         * sunrpc/test-rpcent.c: ... to this new file.
1889         * sunrpc/Makefile (tests): Add it.
1891         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1892         __xpg_sigpause.
1893         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1894         * nptl/tst-signal6.c: Likewise.
1895         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1896         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1898         * configure.ac (libc_cv_cxx_link_ok): New check.
1899         Reset CXX to empty if it fails to link.
1900         * configure: Regenerated.
1901         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1902         bug-atexit3-lib only if $(CXX) is nonempty.
1903         * nptl/Makefile (tests): Likewise for tst-cancel24.
1904         (tests, tests-static): Likewise for tst-cancel24-static.
1905         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1906         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1907         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1908         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1910 2015-03-04  Andreas Schwab  <schwab@suse.de>
1912         [BZ #17631]
1913         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1914         for non-GCC compilers.
1915         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1916         Likewise.
1918 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1920         [BZ #17776]
1921         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1922         integer before bitwise and assembly operations.
1923         (feclearexcept): Likewise.
1924         * math/test-fenvinline.c: New file.
1925         * math/Makefile: Add test-fenvinline test.
1927 2015-03-03  Alan Modra  <amodra@gmail.com>
1929         [BZ #16512]
1930         * scripts/localplt.awk: Strip off symbol version.
1931         * NEWS: Mention bug fix.
1933 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1935         * sysdeps/pthread/timer_routines.c
1936         (timer_free_list, thread_free_list, thread_active_list): Make static.
1938 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1940         [BZ #17779]
1941         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1942         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1943         Undefine.
1944         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1945         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1946         Likewise.
1947         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1948         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1949         Likewise.
1951 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1953         [BZ #18036]
1954         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1955         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1957 2015-03-02  Andreas Schwab  <schwab@suse.de>
1959         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1960         variable name.
1962 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1964         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1965         Return error status.
1967 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1969         [BZ #15969]
1970         * locale/findlocale.c (_nl_find_locale): Introduce const
1971         version of loc_name and drop unsafe type casts.
1973 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1975         * dlfcn/tststatic2.c (main): Converted to ...
1976         (do_test): ... this.
1977         (TEST_FUNCTION): New macro.
1978         Include test-skeleton.c.
1980 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1982         [BZ #17711]
1983         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1984         (tests-pie): Add vismain.
1985         (CFLAGS-vismain.c): New.
1986         * elf/vismain.c: Add comments for PIE requirement.
1988 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1990         [BZ #18046]
1991         [BZ #18047]
1992         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1993         0x1p-56L as threshold for just returning the argument.
1994         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1995         0x1p-32L as threshold for just returning the argument.
1996         * math/auto-libm-test-in: Add more tests of atanh.
1997         * math/auto-libm-test-out: Regenerated.
1998         * sysdeps/i386/fpu/libm-test-ulps: Update.
1999         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
2001 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
2003         * string/bcopy.c (bcopy): Call memmove for performance.
2005 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
2007         * string/bzero.c (__bzero): Call memset for performance.
2009 2015-02-27  John David Anglin  <dave.anglin@bell.net>
2011         [BZ #18068]
2012         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
2013         to 00100000.
2015 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
2017         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
2019 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
2021         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
2022         (__kernel_standard): Use CSTR macro when setting exc.name.
2023         * sysdeps/ieee754/Makefile [$(subdir) = math]
2024         (CFLAGS-k_standard.c): Remove variable.
2026         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
2027         setting p and q from "else if" to "else".
2028         (qzero): Likewise.
2029         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
2030         (qone): Likewise.
2031         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
2032         (qzerof): Likewise.
2033         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
2034         (qonef): Likewise.
2035         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
2036         (qzero): Likewise.
2037         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
2038         (qone): Likewise.
2040         [BZ #18038]
2041         [BZ #18039]
2042         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
2043         return pi/2 for arguments below 0x1p-113L.
2044         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
2045         return pi/2 for arguments below 0x1p-106L.
2046         * math/auto-libm-test-in: Add more tests of acos.
2047         * math/auto-libm-test-out: Regenerated.
2049         [BZ #16351]
2050         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
2051         (MO): New macro.
2052         (__ieee754_asin): Force underflow exception for results with small
2053         absolute value.
2054         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
2055         (MO): New macro.
2056         (__ieee754_asinf): Force underflow exception for results with
2057         small absolute value.
2058         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
2059         (__ieee754_asin): Force underflow exception for results with small
2060         absolute value.
2061         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
2062         (__ieee754_asinf): Force underflow exception for results with
2063         small absolute value.
2064         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
2065         (__ieee754_asinl): Force underflow exception for results with
2066         small absolute value.
2067         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
2068         (__ieee754_asinl): Force underflow exception for results with
2069         small absolute value.
2070         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
2071         (__ieee754_asinl): Force underflow exception for results with
2072         small absolute value.
2073         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
2074         Include <math.h>.
2075         * math/auto-libm-test-in: Do not mark underflow exceptions as
2076         possibly missing for bug 16351.
2077         * math/auto-libm-test-out: Regenerated.
2079         [BZ #18030]
2080         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
2081         of power of 2 down when low part has opposite sign.
2082         * math/libm-test.inc (logb_test_data): Add more tests.
2084 2015-02-26  Andreas Schwab  <schwab@suse.de>
2086         [BZ #18032]
2087         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
2088         over collating symbol inside a bracket expression.  Minor cleanup.
2089         * posix/tst-fnmatch3.c (do_test): Add test case.
2091 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
2093         [BZ #18029]
2094         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
2095         Adjust exponent of power of 2 down when low part has opposite
2096         sign.
2097         * math/libm-test.inc (ilogb_test_data): Add more tests.
2099 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
2101         [BZ #15969]
2102         * locale/findlocale.c (_nl_find_locale): Fix constness error in
2103         the previous change.
2105         [BZ #15969]
2106         * locale/findlocale.c (_nl_find_locale): Retry archive search
2107         after alias expansion.
2109 2015-02-25  Roland McGrath  <roland@hack.frob.com>
2111         * iconv/tst-iconv3.c (main): Converted to ...
2112         (do_test): ... this.
2113         (TEST_FUNCTION): New macro.
2114         Include test-skeleton.c.
2116         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
2117         (convert): Make function static.
2118         (test_unalign): Likewise.  Add const to argument pointee types.
2119         (main): Replace with static function do_test.
2120         Print "Succeeded." only if RET is zero.
2121         (TEST_FUNCTION): New macro.
2122         Include test-skeleton.c.
2124         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
2125         returns a null pointer.
2127 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2129         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
2130         to __memcpy_ppc only for static builds.
2132 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
2134         [BZ #18020]
2135         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
2136         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
2137         * math/auto-libm-test-in: Add more tests of asinh.
2138         * math/auto-libm-test-out: Regenerated.
2139         * sysdeps/i386/fpu/libm-test-ulps: Update.
2140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2142 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
2144         [BZ #15850]
2145         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
2146         and ip6_mtuinfo definitions here.
2147         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
2148         in this define too.  Update comment.
2150 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
2152         * elf/sprof.c (load_shobj): Tweak error message to match others.
2154 2015-02-24  Kevin Easton  <kevin@guarana.org>
2156         [BZ #16145] (partial fix)
2157         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
2158         to reduce lock contention.
2160 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
2162         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
2163         (struct timex): Update time comment.
2164         (ADJ_SETOFFSET): Define.
2166 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
2168         [BZ #18019]
2169         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
2170         2**56 not 2**28 as threshold for log (2x) formula.
2171         * math/auto-libm-test-in: Add more tests of acosh.
2172         * math/auto-libm-test-out: Regenerated.
2173         * sysdeps/i386/fpu/libm-test-ulps: Update.
2174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2176 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
2178         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
2179         parenthesis around the buf assignment.
2180         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
2182 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
2184         [BZ #16783]
2185         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
2186         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
2187         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
2188         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
2189         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
2190         * math/libm-test.inc (scalb_test_data): Add more tests.
2192 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
2194         [BZ #17916]
2195         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
2196         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
2198 2015-02-24  Eric Rannaud  <e@nanocritical.com>
2200         [BZ #17523]
2201         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
2202         * io/bits/fcntl2.h (open): Use it.
2203         (openat): Likewise.
2204         * io/open.c (__libc_open): Likewise.
2205         * io/open64.c (__libc_open64): Likewise.
2206         * io/open64_2.c (__open64_2): Likewise.
2207         * io/open_2.c (__open_2): Likewise.
2208         * io/openat.c (__openat): Likewise.
2209         * io/openat64.c (__openat64): Likewise.
2210         * io/openat64_2.c (__openat64_2): Likewise.
2211         * io/openat_2.c (__openat_2): Likewise.
2212         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
2213         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
2214         * sysdeps/posix/open64.c (__libc_open64): Likewise.
2215         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
2216         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
2217         (__open_nocancel): Likewise.
2218         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
2219         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
2220         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
2222 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2224         [BZ #14841]
2225         * resolv/gethnamaddr.c (getanswer): Skip logging if
2226         RES_USE_DNSSEC is set.
2227         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
2229 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
2231         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
2233 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
2235         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
2236         201304L, for Unicode 7.
2238 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2240         [BZ #17836]
2241         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
2242         shared library.  Add gmon-start.os otherwise.
2243         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
2244         $(objpfx)gmon-start.os if builing shared library.
2245         ($(objpfx)g$(static-start-installed-name)): Likewise.
2247 2015-02-23  Andreas Schwab  <schwab@suse.de>
2249         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
2251 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
2253         [BZ #17269]
2254         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
2255         (enlarge_userbuf): Likewise.
2257 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
2259         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
2260         * math/atest-exp.c (TIMEOUT): Adjust to 200.
2261         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
2262         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
2264 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
2266         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
2267         expression inside statement expression.
2269 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2271         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
2272         <sysdeps/nptl/lowlevellock.h> and remove macros and
2273         functions that are now defined there.
2274         (SYS_futex): Remove.
2275         (lll_compare_and_swap): Remove.
2276         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
2278 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
2280         [BZ #17999]
2281         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
2282         instead of scandirat.
2283         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
2284         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
2285         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
2286         __scandirat.
2287         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
2288         (__scandirat): Declare.  Use libc_hidden_proto.
2289         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
2290         Remove variable.
2291         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2293 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
2295         [BZ #15319]
2296         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
2297         (MO): New macro.
2298         (__ieee754_atan2): For results with small absolute value, force
2299         underflow exception and remove excess range and precision from
2300         return value.
2301         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
2302         (MO): New macro.
2303         (__ieee754_atan2f): For results with small absolute value, force
2304         underflow exception and remove excess range and precision from
2305         return value.
2306         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
2307         (MO): New macro.
2308         (__atan): For results with small absolute value, force underflow
2309         exception and remove excess range and precision from return value.
2310         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
2311         (MO): New macro.
2312         (__atanf): For results with small absolute value, force underflow
2313         exception and remove excess range and precision from return value.
2314         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
2315         <math.h>.
2316         (__ieee754_atan2): Force underflow exception for results with
2317         small absolute value.
2318         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
2319         <math_private.h>.
2320         (atan): Force underflow exception for results with small absolute
2321         value.
2322         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
2323         (__atanf): Force underflow exception for results with small
2324         absolute value.
2325         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
2326         <math.h>.
2327         (__atanl): Force underflow exception for results with small
2328         absolute value.
2329         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
2330         (__atanl): Force underflow exception for results with small
2331         absolute value.
2332         * sysdeps/x86/fpu/bits/mathinline.h
2333         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
2334         (__ieee754_atan2): Only define inline for long double.
2335         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
2336         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
2337         * math/auto-libm-test-in: Do not mark underflow exceptions as
2338         possibly missing for bug 15319.  Add more tests of atan2.
2339         * math/auto-libm-test-out: Regenerated.
2340         * math/libm-test.inc (casin_test_data): Do not mark underflow
2341         exceptions as possibly missing for bug 15319.
2342         (casinh_test_data): Likewise.
2343         * sysdeps/i386/fpu/libm-test-ulps: Update.
2345 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
2347         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
2348         * sysdeps/mips/bits/endian.h: Fix comments.
2350 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
2352         [BZ #17996]
2353         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
2354         (hdestroy_r): Likewise.
2355         (hsearch_r): Likewise.
2356         (__hcreate_r): Declare and use libc_hidden_proto.
2357         (__hdestroy_r): Likewise.
2358         (__hsearch_r): Likewise.
2359         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
2360         (hcreate): Call __hcreate_r instead of hcreate_r.
2361         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
2362         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
2363         as weak alias of __hcreate_r.
2364         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
2365         __hdestroy_r.
2366         (hsearch_r): Rename to __hsearch_r and define as weak alias of
2367         __hsearch_r.
2368         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
2369         Remove variable.
2370         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2371         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2372         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2373         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2375 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2377         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
2378         arena_lock into a single arena_get.
2380 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
2382         * dl-reloc.c: Inlucde libc-internal.h.
2383         (_dl_try_allocate_static_tls): Call ALIGN_UP.
2384         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
2385         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
2386         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
2387         (grow_heap): Likewise.
2388         * malloc/malloc.c: Include libc-internal.h.
2389         (do_check_malloc): Call powerof2.
2390         (sysmalloc): Use pagesize. Call ALIGN_UP.
2391         (systrim): Use pagesize.
2392         (mremap_chunk): Use pagesize. Call ALIGN_UP.
2393         (__libc_valloc): Use pagesize.
2394         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
2396 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2398         [BZ #17991]
2399         * include/sys/resource.h (__getrlimit64): Declare.  Use
2400         libc_hidden_proto.
2401         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
2402         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
2403         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
2404         getrlimit64.
2405         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
2406         __getrlimit64.
2407         [!getrlimit64] (getrlimit64): Define as weak alias of
2408         __getrlimit64.  Use libc_hidden_weak.
2409         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
2410         using __getrlimit64 not __new_getrlimit64.
2411         (__GI_getrlimit64): Likewise.
2412         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
2413         Likewise.
2414         (__GI_getrlimit64): Likewise.
2415         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
2416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
2417         (getrlimit): Add __getrlimit64 alias.
2418         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
2419         Likewise.
2420         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
2421         Remove variable.
2422         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2423         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2425 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
2427         * libio/fileops.c: Add missing sys/mman.h
2428         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
2430 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2432         * manual/math.texi (Errors in Math Functions): Clarify goals
2433         regarding inexact and underflow exceptions.
2435 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2437         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
2438         * sysdeps/mips/memset.S: Ditto.
2440 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2442         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
2444 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2446         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
2447         (__v1longjmp): Remove versioned symbol.
2448         (__v1siglongjmp): Remove alias and versioned symbol.
2449         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
2450         (__v2siglongjmp): Likewise.
2452 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2454         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
2456 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
2458         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
2460 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2462         [BZ #17987]
2463         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
2464         zero result does not depend on the sign resulting from
2465         subtraction.
2466         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2467         Likewise.
2468         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2469         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2470         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2471         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2472         * math/libm-test.inc (remquo_test_data): Add more tests.
2474 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
2476         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
2477         Problem reported by J William Piggott.
2479 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2481         [BZ #17978]
2482         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
2483         products 4 * y and 2 * y where those would overflow.
2484         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2485         Likewise.
2486         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2487         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2488         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2489         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2490         * math/libm-test.inc (remquo_test_data): Add more tests.
2492         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
2494         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
2495         [defined _COMPILING_NEWLIB].
2496         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
2497         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
2499         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
2500         [!defined __mips_isa_rev || __mips_isa_rev < 6].
2502 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2504         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
2505         acquired.
2507 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
2509         [BZ #17792]
2510         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
2511         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
2512         HOST_STACK_END_ADDR): Likewise.
2514 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
2516         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
2517         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
2518         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2520 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2522         * sysdeps/generic/c++-types.data: New file.
2523         * sysdeps/generic/ld.abilist: New file.
2524         * sysdeps/generic/libBrokenLocale.abilist: New file.
2525         * sysdeps/generic/libanl.abilist: New file.
2526         * sysdeps/generic/libc.abilist: New file.
2527         * sysdeps/generic/libcrypt.abilist: New file.
2528         * sysdeps/generic/libdl.abilist: New file.
2529         * sysdeps/generic/libm.abilist: New file.
2530         * sysdeps/generic/libpthread.abilist: New file.
2531         * sysdeps/generic/libresolv.abilist: New file.
2532         * sysdeps/generic/librt.abilist: New file.
2534 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2536         [BZ #17569]
2537         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2538         Compute absolute value of x as modified by fmod, not original
2539         value of x.
2540         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2541         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
2542         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
2543         RUN_TEST_ffI_f1_mod8.
2544         (remquo_test_data): Add more tests.
2546 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2548         * sysdeps/init_array/pt-crti.S: New file.
2550 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2552         [BZ #17967]
2553         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2554         __builtin_fmaf instead of relying on contraction of a * b + c.
2556 2015-02-12  J William Piggott  <elseifthen@gmx.com>
2558         [BZ #17969]
2559         * manual/time.texi: correct the zoneinfo path in the TZ Variable
2560         node.
2562 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2564         [BZ #17964]
2565         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2566         __builtin_fma instead of relying on contraction of a * b + c.
2568 2015-02-12  Roland McGrath  <roland@hack.frob.com>
2570         * Makeconfig (ASFLAGS): Add -Werror=undef.
2571         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2572         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2573         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2575         * Makeconfig (after-link): New variable.
2576         (+link-pie, +link-pie-tests): Use it.
2577         (+link-static, +link-static-tests): Likewise.
2578         (+link, +link-tests): Likewise.
2579         * Makerules (build-module, build-module-asneeded): Likewise.
2580         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2581         Likewise.
2582         * elf/Makefile ($(objpfx)ld.so): Likewise.
2584 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
2586         [BZ #17965]
2587         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2588         both struct timeval and struct timespec.
2590 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2592         [BZ #16560]
2593         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2594         and redefine.
2595         (__ieee754_exp2l): Do not multiply small fractional parts by
2596         M_LN2l.
2597         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2598         small argument.
2599         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2600         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2601         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2602         * math/auto-libm-test-in: Add more tests of exp2.
2603         * math/auto-libm-test-out: Regenerated.
2605 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2607         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2608         unaligned path.
2610 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2612         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2613         little endian.
2615 2015-02-12  Andreas Schwab  <schwab@suse.de>
2617         [BZ #15790]
2618         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2619         Filter out elision flags from value returned in kind.
2620         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2621         * nptl/tst-pthread-mutexattr.c: New file.
2623 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2625         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2626         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2627         into gnu-gnu, and update comment to refer to abi-tags.
2629 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2631         [BZ #15467]
2632         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2633         (__sincos): Set errno to EDOM for infinite argument.
2634         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2635         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2636         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2637         (__sincosl): Set errno to EDOM for infinite argument.
2638         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2639         (__sincosl): Set errno to EDOM for infinite argument.
2640         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2641         (__sincosl): Set errno to EDOM for infinite argument.
2642         * math/libm-test.inc (sincos_test_data): Test errno setting.
2644 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2646         * string/strxfrm_l.c: Remove #define STRCMP.
2647         * string/strcoll_l.c: Remove #define STRLEN.
2648         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2649         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2651 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2653         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2654         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2655         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2656         * sysdeps/mips/mips64/Makefile: ... here.
2657         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2658         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2659         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2660         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2661         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2662         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2663         * sysdeps/mips/mips64/n64/Implies: Likewise.
2665 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2667         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2668         <sys/time.h>, <string.h>, and <errno.h>.
2669         (dest_offset, dest_address, value, zero): Remove unused variables.
2670         (ldouble): Remove typedef.
2671         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2672         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2673         1).  Fix code style.
2674         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2675         (check): Function removed.
2676         (CHECK): New macro.
2677         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2678         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2679         Don't call set_sigaction_FP and remove_sigaction_FP here.
2680         (ldouble_test): Just use 'long double' as macro argument, no need for
2681         the 'ldouble' typedef.
2682         (do_test): Set up SIGFPE handler at start, using plain signal rather
2683         than sigaction.  Fix code style.
2685 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2687         [BZ #17949]
2688         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2689         jump label.
2691 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2693         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2694         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2696         * sysdeps/powerpc/configure.ac: Remove file.
2697         * sysdeps/powerpc/configure: Likewise.
2699         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2700         [sysdep_routines]: Remove wordcopy-power6 object.
2701         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2702         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2703         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2704         (__memmove_ppc32): Likewise.
2705         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2706         file.
2707         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2708         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2709         Remove preprocessor.
2711         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2712         [sysdep_routines]: Remove wide chars objects.
2713         [wcsmbs]: New rule for wide char objects.
2715         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2716         Remove wordcopy-power6 obejct.
2717         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2718         Use local call for wordcopy and memcpy symbols.
2719         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2720         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2721         implementation for loader.
2722         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2724         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2725         Remove wordcopy-power7 object.
2726         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2727         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2728         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2729         (_wordcopy_fwd_dest_aligned): Likewise.
2730         (_wordcopy_bwd_aligned): Likewise.
2731         (_wordcopy_bwd_dest_aligned): Likewise.
2733         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2734         Rewrite to call __memmove_ppc instead of include default
2735         implementation.
2737         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2738         Remove wide chars objects.
2739         [wcsmbs]: New rule for wide char objects.
2741 2015-02-09  Andreas Schwab  <schwab@suse.de>
2743         [BZ #17912]
2744         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2745         in terms of __O_DIRECTORY.
2747 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2749         * time/getdate.c: Include <stdbool.h>.
2750         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2751         call PTR_MANGLE.
2752         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2753         PTR_DEMANGLE.
2755 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2757         Add ersatz _Static_assert on older C hosts
2758         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2759         pre-C11 C platform that is not known to support _Static_assert.
2761 2015-02-07  Richard Braun  <rbraun@sceen.net>
2763         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2764         sigstate.
2765         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2767 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2769         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2770         priority against unexistent AIO_PRIO_DELTA_MAX.
2771         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2772         instead of int.
2773         * misc/fchflags.c (fchflags): Likewise.
2774         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2775         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2776         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2777         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2778         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2779         Declare macros.
2780         [__USE_MISC] (chflags, fchflags): Declare functions.
2781         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2782         EINVAL when nfds is greater than FD_SETSIZE.
2783         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2784         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2785         45.
2786         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2787         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2788         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2789         MACH_RCV_TIMED_OUT.
2790         * hurd/hurd/signal.h (_hurd_self_sigstate,
2791         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2792         Explicit casts from void *.
2793         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2794         * abi-tags: Rename gnu-gnu os into gnu.
2796         [BZ #4719]
2797         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2798         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2799         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2800         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2801         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2802         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2804         [BZ #17944]
2805         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2806         duplicates ADDR->sun_path with sockaddr LEN limitation.
2807         * sysdeps/mach/hurd/connect.c: Include <string.h>
2808         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2809         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2810         * sysdeps/mach/hurd/sendto.c: Likewise.
2811         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2812         implementing it by hand.
2814 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2816         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2817         Use sfi_breg on ldr.
2818         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2819         Likewise.
2821         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2822         it's defined.
2823         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2824         Test SIGSETXID only if it's defined.
2826         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2828         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2829         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2831         * nptl/tst-align2.c: Moved ...
2832         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2833         * nptl/Makefile (tests): Remove tst-align2.
2834         * sysdeps/unix/sysv/linux/Makefile
2835         [$(subdir) = nptl] (tests): Add tst-align-clone.
2836         * nptl/tst-getpid1.c: Moved ...
2837         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2838         * nptl/tst-getpid2.c: Moved ...
2839         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2840         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2841         * sysdeps/unix/sysv/linux/Makefile
2842         [$(subdir) = nptl] (tests): ... here.
2843         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2844         * sysdeps/unix/sysv/linux/Makefile
2845         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2847         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2848         Drop trailing \n from perror argument.  Use return rather than exit.
2850         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2851         on [SA_SIGINFO].
2852         * nptl/tst-cancel21.c (do_test): Likewise.
2853         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2854         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2855         [!SA_SIGINFO]: Make it a stub test.
2857         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2858         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2860         * posix/tst-getlogin.c: Move to ...
2861         * login/tst-getlogin.c: ... here.
2862         * posix/Makefile (tests): Move tst-getlogin to ...
2863         * login/Makefile (tests): ... here.
2865         * libio/tst-atime.c (do_test): Move local variables SV and E
2866         inside [ST_NOATIME] conditional.
2868         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2870         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2872         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2873         (wait_code): New function replaces macro.
2874         Call nanosleep rather than syscall.
2876         * nptl/pt-system.c: Rewritten.  Put everything under
2877         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2878         Use IFUNC to redirect when possible.
2880         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2881         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2882         Use IFUNC to redirect when possible.
2884         * nptl/pt-fork.c: Rewritten.  Put everything under
2885         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2886         Use IFUNC to redirect when possible.
2887         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2889         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2890         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2891         unconditionally nowadays.  This included the only reference to
2892         __vdso_clock_gettime that appears outside libc proper.
2893         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2894         Remove version set (containing only __vdso_clock_gettime).
2895         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2896         Add attribute_hidden.
2897         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2898         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2899         libc_hidden_data_def.
2900         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2901         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2903         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2904         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2905         setrpcent, and getrpcport to ...
2906         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2907         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2908         getrpcbynumber_r, and getrpcent_r to ...
2909         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2910         * inet/getrpcbyname.c: Moved ...
2911         * sunrpc/getrpcbyname.c: ... here.
2912         * inet/getrpcbyname_r.c: Moved ...
2913         * sunrpc/getrpcbyname_r.c: ... here.
2914         * inet/getrpcbynumber.c: Moved ...
2915         * sunrpc/getrpcbynumber.c: ... here.
2916         * inet/getrpcbynumber_r.c: Moved ...
2917         * sunrpc/getrpcbynumber_r.c: ... here.
2918         * inet/getrpcent.c: Moved ...
2919         * sunrpc/getrpcent.c: ... here.
2920         * inet/getrpcent_r.c: Moved ...
2921         * sunrpc/getrpcent_r.c: ... here.
2922         * inet/Makefile (routines): Move those to ...
2923         * sunrpc/Makefile (routines): ... here.
2924         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2925         the $(subdirs) list.
2926         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2927         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2928         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2929         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2931         * elf/Makefile (routines): Include $(all-dl-routines), not just
2932         $(dl-routines).
2933         (rtld-routines): Likewise.  Use = rather than :=.
2934         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2935         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2936         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2937         * sysdeps/arm/Makefile: Likewise.
2938         * sysdeps/i386/Makefile: Likewise.
2939         * sysdeps/x86_64/Makefile: Likewise.
2940         * sysdeps/hppa/Makefile [$(subdir) = elf]
2941         (sysdep_routines, sysdep-rtld-routines): Don't add
2942         $(sysdep-dl-routines) to these.
2943         * sysdeps/ia64/Makefile: Likewise.
2944         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2945         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2946         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2947         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2948         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2949         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2950         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2951         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2952         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2953         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2954         these; sysdep-dl-routines alone is enough.
2956 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2958         [BZ #17932]
2959         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2960         where multiplication results in zero and third argument is finite
2961         and nonzero.
2962         * math/auto-libm-test-in: Add more tests of fma.
2963         * math/auto-libm-test-out: Regenerated.
2965         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2966         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2967         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2968         (_FP_CMP_EQ): Likewise.
2969         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2971         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2972         extra argument CHECK_NAN.  Redefine as wrapper around
2973         _FP_EXTEND_CNAN.
2975 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2977         * version.h (RELEASE): Set to "stable".
2978         (VERSION): Set to "2.21"
2979         * include/features.h (__GLIBC_MINOR__): Set to 21.
2981         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2983 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2984             Paul Eggert  <eggert@cs.ucla.edu>
2986         [BZ #16618]
2987         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2988         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2989         size in bytes. Store needed elements in wpmax. Use needed size
2990         in bytes for extend_alloca.
2992 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2994         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2995         binutls 2.25, and texinfo 5.2.
2996         * INSTALL: Regenerate.
2997         * sysdeps/nios2/configure: Regenerate.
2998         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2999         * manual/contrib.texi: Update.
3000         * po/be.po: Update.
3001         * po/bg.po: Update.
3002         * po/ca.po: Update.
3003         * po/cs.po: Update.
3004         * po/da.po: Update.
3005         * po/de.po: Update.
3006         * po/el.po: Update.
3007         * po/eo.po: Update.
3008         * po/es.po: Update.
3009         * po/fi.po: Update.
3010         * po/fr.po: Update.
3011         * po/gl.po: Update.
3012         * po/hr.po: Update.
3013         * po/hu.po: Update.
3014         * po/ia.po: Update.
3015         * po/id.po: Update.
3016         * po/it.po: Update.
3017         * po/ja.po: Update.
3018         * po/ko.po: Update.
3019         * po/lt.po: Update.
3020         * po/nb.po: Update.
3021         * po/nl.po: Update.
3022         * po/pl.po: Update.
3023         * po/pt_BR.po: Update.
3024         * po/ru.po: Update.
3025         * po/rw.po: Update.
3026         * po/sk.po: Update.
3027         * po/sl.po: Update.
3028         * po/sv.po: Update.
3029         * po/tr.po: Update.
3030         * po/uk.po: Update.
3031         * po/vi.po: Update.
3032         * po/zh_CN.po: Update.
3033         * po/zh_TW.po: Update.
3035         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
3036         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
3037         * sysdeps/hppa/dl-irel.h: Remove #warning.
3038         * sysdeps/hppa/entry.h: Provide prototype for
3039         __canonicalize_funcptr_for_compare and cast argument.
3040         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
3041         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
3042         * sysdeps/hppa/sotruss-lib.c: New file.
3043         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
3044         (atomic_compare_and_exchange_val_acq): Use __typeof__.
3045         (atomic_compare_and_exchange_bool_acq): Likewise.
3046         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
3047         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
3049         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
3050         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
3051         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
3053 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
3055         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
3056         called function in non-PIC case.
3058 2015-01-31  David S. Miller  <davem@davemloft.net>
3060         * sysdeps/sparc/sparc32/bits/atomic.h
3061         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
3062         unlock not after it.
3063         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
3064         volatile register usage warnings from the compiler.
3066         * sysdeps/sparc/nptl/sem_init.c: Delete.
3067         * sysdeps/sparc/nptl/sem_post.c: Delete.
3068         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
3069         * sysdeps/sparc/nptl/sem_wait.c: Delete.
3070         * sysdeps/sparc/sparc32/sem_init.c: New file.
3071         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
3072         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
3073         padding explicitly initialized.
3074         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
3075         padding for in-semaphore spinlock.
3076         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
3077         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
3078         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
3079         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
3080         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
3081         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
3082         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
3083         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
3084         version.
3085         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
3086         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
3088 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
3090         [BZ #17801]
3091         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3092         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
3093         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
3094         New.
3095         (index_AVX_Fast_Unaligned_Load): Likewise.
3096         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
3097         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
3098         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
3099         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
3100         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
3101         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
3102         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
3103         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
3104         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
3106 2015-01-29  Andreas Schwab  <schwab@suse.de>
3108         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
3110 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
3112         [BZ #17892]
3113         * nscd/nscd_stat.c (send_stats): Initialize DATA.
3115 2015-01-28  Martin Sebor  <msebor@redhat.com>
3117         * math/README.libm-test: Clarify. Add "How to read the test output."
3119 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
3121         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
3122         Define to 0.
3124 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
3126         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
3127         (__HAVE_64B_ATOMICS): Define to 0.
3129 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3131         [BZ #17885]
3132         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
3133         value to set as new flag.
3135         [BZ #16576]
3136         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
3137         and use _ARCH_PPCSQ instead.
3138         (__ieee754_sqrt): Likewise.
3139         (__ieee754_sqrtf): Likewise.
3140         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
3141         _ARCH_PPCSQ is defined.
3142         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
3143         fsqrt instruction.
3144         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
3145         _ARCH_PPCSQ is defined.
3146         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
3147         fsqrts instruction.
3148         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
3150 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3152         * iconv/loop.c: Suppress array out of bound warning caused by GCC
3153         bug (GCC BZ #64739).
3155 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
3157         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
3158         Mark _retval as used.
3159         (lll_futex_wake_unlock): Likewise.
3160         (lll_futex_timed_wait_requeue_pi): Likewise.
3162         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3163         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
3164         register variables.
3166         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
3167         libm_hidden_def.
3169         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
3170         (__bswap_64): Mark as __always_inline.
3172 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
3174         [BZ #15378]
3175         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
3176         when none of the search directories exist.
3178 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3180         [BZ #17869]
3181         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
3182         power8 in .machine directive.
3184         [BZ #17868]
3185         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
3186         set dependency from opd value.
3188 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
3190         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3191         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
3192         architecture.
3194 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
3196         [BZ #17870]
3197         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
3198         with uint64_t.
3199         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
3200         (uint64_t) 1.
3201         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
3202         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
3203         Replace 1UL with (uint64_t) 1.
3204         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
3205         int with uint64_t.
3207 2015-01-23  Roland McGrath  <roland@hack.frob.com>
3209         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
3210         (if_freenameindex): Likewise.
3212         * resource/getrlimit64.c: Add missing libc_hidden_def.
3214 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
3216         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
3217         __label__.
3218         (_FP_FMA): Likewise.
3219         (_FP_TO_INT_ROUND): Likewise.
3220         (_FP_FROM_INT): Likewise.
3222 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3224         [BZ #16418]
3225         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
3226         Make code racy and cancel safe.
3228 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
3230         * sysdeps/arm/unwind-resume.h: Fix copyright year.
3231         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
3232         attribution.
3234         * pwd/tst-getpw.c: Rewrite.
3236         [BZ #17702]
3237         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
3238         (modules-names): Add moddummy1 and moddummy2.
3239         ($(objpfx)tst-rec-dlopen): Define.
3240         * dlfcn/moddummy1.c: New file.
3241         * dlfcn/moddummy2.c: New file.
3242         * dlfcn/tst-rec-dlopen.c: New file.
3243         * elf/dl-cache.c (_dl_load_cache_lookup):
3244         Return char*. Copy result with alloca/strcpy/strdup.
3245         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
3246         returns char*. Free cached. If not saving realname
3247         free cached.
3248         * elf/dl-open.c (dl_open_worker): Do not assert that
3249         _r_debug->r_state is RT_CONSISTENT.
3250         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
3251         returns char*.
3253 2015-01-21  Torvald Riegel  <triegel@redhat.com>
3254             Carlos O'Donell  <carlos@redhat.com>
3256         [BZ #12674]
3257         * nptl/sem_waitcommon.c: New file.
3258         * nptl/sem_wait.c: Include sem_waitcommon.c.
3259         (__sem_wait_cleanup, do_futex_wait): Remove.
3260         (__new_sem_wait): Adapt.
3261         (__new_sem_trywait): New function.
3262         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
3263         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
3264         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
3265         (sem_timedwait): Adapt.
3266         * nptl/sem_post.c (__new_sem_post): Adapt.
3267         (futex_wake): New function.
3268         (__old_sem_post): Add release MO fence.
3269         * nptl/sem_open.c (sem_open): Adapt.
3270         * nptl/sem_init.c (__new_sem_init): Adapt.
3271         (futex_private_if_supported): New function.
3272         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
3273         (__old_sem_getvalue): Add using previous code.
3274         * sysdeps/nptl/internaltypes.h: Adapt.
3275         * nptl/tst-sem13.c (do_test): Adapt.
3276         * nptl/tst-sem11.c (main): Adapt.
3277         * nptl/sem_trywait.c: Remove.
3278         * nptl/DESIGN-sem.txt: Remove.
3279         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
3280         (gen-as-const-headers): Remove structsem.sym.
3281         * nptl/structsem.sym: Remove.
3282         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
3283         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
3284         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
3285         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
3286         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
3287         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
3288         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
3289         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
3290         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
3291         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
3292         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
3293         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
3294         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
3295         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
3296         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
3297         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
3298         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
3299         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
3300         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
3301         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
3302         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
3303         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
3305 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
3307         * INSTALL: Regenerated.
3309         * po/libc.pot: Regenerated.
3311 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
3312             Sandra Loosemore  <sandra@codesourcery.com>
3313             Andrew Jenner  <andrew@codesourcery.com>
3314             Joseph Myers  <joseph@codesourcery.com>
3315             Nathan Sidwell  <nathan@codesourcery.com>
3317         * NEWS: Mention new Nios II port.
3318         * sysdeps/nios2/Implies: New file.
3319         * sysdeps/nios2/Makefile: New file.
3320         * sysdeps/nios2/Subdirs: New file.
3321         * sysdeps/nios2/Versions: New file.
3322         * sysdeps/nios2/__longjmp.S: New file.
3323         * sysdeps/nios2/abort-instr.h: New file.
3324         * sysdeps/nios2/backtrace.c: New file.
3325         * sysdeps/nios2/bits/endian.h: New file.
3326         * sysdeps/nios2/bits/fenv.h: New file.
3327         * sysdeps/nios2/bits/link.h: New file.
3328         * sysdeps/nios2/bits/setjmp.h: New file.
3329         * sysdeps/nios2/bsd-_setjmp.S: New file.
3330         * sysdeps/nios2/bsd-setjmp.S: New file.
3331         * sysdeps/nios2/configure: New generated file.
3332         * sysdeps/nios2/configure.ac: New file.
3333         * sysdeps/nios2/crti.S: New file.
3334         * sysdeps/nios2/crtn.S: New file.
3335         * sysdeps/nios2/dl-init.c: New file.
3336         * sysdeps/nios2/dl-machine.h: New file.
3337         * sysdeps/nios2/dl-sysdep.h: New file.
3338         * sysdeps/nios2/dl-tls.h: New file.
3339         * sysdeps/nios2/dl-trampoline.S: New file.
3340         * sysdeps/nios2/gccframe.h: New file.
3341         * sysdeps/nios2/gmp-mparam.h: New file.
3342         * sysdeps/nios2/jmpbuf-offsets.h: New file.
3343         * sysdeps/nios2/jmpbuf-unwind.h: New file.
3344         * sysdeps/nios2/ldsodefs.h: New file.
3345         * sysdeps/nios2/libc-tls.c: New file.
3346         * sysdeps/nios2/libm-test-ulps: New file.
3347         * sysdeps/nios2/machine-gmon.h: New file.
3348         * sysdeps/nios2/math-tests.h: New file.
3349         * sysdeps/nios2/math_private.h: New file.
3350         * sysdeps/nios2/memusage.h: New file.
3351         * sysdeps/nios2/nptl/Makefile: New file.
3352         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
3353         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
3354         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
3355         * sysdeps/nios2/nptl/pthreaddef.h: New file.
3356         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
3357         * sysdeps/nios2/nptl/tls.h: New file.
3358         * sysdeps/nios2/preconfigure: New file.
3359         * sysdeps/nios2/s_fma.c: New file.
3360         * sysdeps/nios2/s_fmaf.c: New file.
3361         * sysdeps/nios2/setjmp.S: New file.
3362         * sysdeps/nios2/sfp-machine.h: New file.
3363         * sysdeps/nios2/sotruss-lib.c: New file.
3364         * sysdeps/nios2/stackguard-macros.h: New file.
3365         * sysdeps/nios2/stackinfo.h: New file.
3366         * sysdeps/nios2/start.S: New file.
3367         * sysdeps/nios2/sysdep.h: New file.
3368         * sysdeps/nios2/tls-macros.h: New file.
3369         * sysdeps/nios2/tst-audit.h: New file.
3370         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
3371         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
3372         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
3373         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
3374         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
3375         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
3376         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
3377         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
3378         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
3379         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
3380         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
3381         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
3382         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
3383         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
3384         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
3385         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
3386         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
3387         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
3388         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
3389         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
3390         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
3391         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
3392         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
3393         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
3394         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
3395         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
3396         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
3397         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
3398         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
3399         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
3400         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
3401         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
3402         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
3403         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
3404         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
3405         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
3406         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
3407         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
3408         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
3409         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
3410         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
3411         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
3412         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
3413         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
3415 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3417         [BZ #17844]
3418         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
3419         (getutent): Use weak_alias in non SHARED case
3420         and default_symbol_version in SHARED case.
3421         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
3422         (getutent_r, pututline): Likewise.
3423         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
3424         (getutid): Likewise.
3425         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
3426         (getutid_r): Likewise.
3427         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
3428         (getutline): Likewise.
3429         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
3430         (getutline_r): Likewise.
3431         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
3432         (updwtmp): Likewise.
3434 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3436         [BZ #17848]
3437         * sysdeps/s390/s390-32/memcmp.S
3438         (memcmp_g5): Rename to __memcmp_g5.
3439         * sysdeps/s390/s390-32/memcpy.S
3440         (memcpy_g5): Rename to __memcpy_g5.
3441         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3442         (memcpy_mvcle) Rename to __memcpy_mvcle.
3443         * sysdeps/s390/s390-32/memset.S
3444         (memset_g5): Rename to __memset_g5.
3445         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
3446         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3447         and use prefixed functions.
3448         * sysdeps/s390/s390-32/multiarch/memcmp.S
3449         (memcmp_z196): Rename to __memcmp_z196.
3450         (memcmp_z10): Rename to __memcmp_z10.
3451         (memcmp): Set alias to __memcmp_g5.
3452         (bcmp): Set alias to __memcmp_g5.
3453         * sysdeps/s390/s390-32/multiarch/memcpy.S
3454         (memcpy_z196): Rename to __memcpy_z196.
3455         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3456         (memcpy_z10): Rename to __memcpy_z10.
3457         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3458         (memcpy): Set alias to __memcpy_g5.
3459         * sysdeps/s390/s390-32/multiarch/memset.S
3460         (memset_z196): Rename to __memset_z196.
3461         Jump to __memset_mvcle instead of memset_mvcle.
3462         (memset_z10): Rename to __memset_z10.
3463         Jump to __memset_mvcle instead of memset_mvcle.
3464         (memset_mvcle) Rename to __memset_mvcle.
3465         (memset): Set alias to __memset_g5.
3466         * sysdeps/s390/s390-64/memcmp.S
3467         (memcmp_z900): Rename to __memcmp_z900.
3468         * sysdeps/s390/s390-64/memcpy.S
3469         (memcpy_z900): Rename to __memcpy_z900.
3470         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3471         (memcpy_mvcle) Rename to __memcpy_mvcle.
3472         * sysdeps/s390/s390-64/memset.S
3473         (memset_z900): Rename to __memset_z900.
3474         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
3475         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3476         and use prefixed functions.
3477         * sysdeps/s390/s390-64/multiarch/memcmp.S
3478         (memcmp_z196): Rename to __memcmp_z196.
3479         (memcmp_z10): Rename to __memcmp_z10.
3480         (memcmp): Set alias to __memcmp_z900.
3481         (bcmp): Set alias to __memcmp_z900.
3482         * sysdeps/s390/s390-64/multiarch/memcpy.S
3483         (memcpy_z196): Rename to __memcpy_z196.
3484         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3485         (memcpy_z10): Rename to __memcpy_z10.
3486         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3487         (memcpy): Set alias to __memcpy_z900.
3488         * sysdeps/s390/s390-64/multiarch/memset.S
3489         (memset_z196): Rename to __memset_z196.
3490         Jump to __memset_mvcle instead of memset_mvcle.
3491         (memset_z10): Rename to __memset_z10.
3492         Jump to __memset_mvcle instead of memset_mvcle.
3493         (memset_mvcle) Rename to __memset_mvcle.
3494         (memset): Set alias to __memset_z900.
3496 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
3498         [BZ #17748]
3499         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
3500         __fesetenv instead of fesetenv.
3502 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3504         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
3505         macro.
3507 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3509         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
3510         regression on LE.
3512         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
3513         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
3514         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3515         strncmp-power8 object.
3516         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3517         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
3518         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
3519         * NEWS: Update.
3521 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3522             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3524         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3525         trailing byte check.
3527 2015-01-13  David S. Miller  <davem@davemloft.net>
3529         * include/signal.h (__sigreturn): Guard with __USE_MISC.
3531 2015-01-13  Roland McGrath  <roland@hack.frob.com>
3533         * login/logout.c (logout): Use memset rather than bzero.
3534         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3535         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3536         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3537         (_gethtbyaddr): Likewise.
3538         * locale/programs/simple-hash.c (bcopy): Macro removed.
3540 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3542         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3543         Add strcmp-power8 object.
3544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3545         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3546         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3547         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3548         __strcmp_power8 implementation.
3549         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3550         * NEWS: Update.
3552         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3553         Add strncpy-power8 and stpncpy-power8 objects.
3554         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3555         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3556         implementations.
3557         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3558         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3559         __stpncpy_power8 implementation.
3560         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3561         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3562         __strncpy_power8 implementation.
3563         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3564         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3565         * NEWS: Update.
3567         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3568         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3569         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3571         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3572         strncat-power8 object.
3573         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3574         __strcat_power8 implementation.
3575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3576         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3577         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3578         optimized strcat for power8.
3580         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3581         strcpy-power8 and stpcpy-power8 objects.
3582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3583         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3584         implementations.
3585         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3586         multiarch stpcpy implementation for POWER8.
3587         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3588         multiarch strcpy implementation for POWER8.
3589         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3590         __strcpy_power8 function.
3591         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3592         stpcpy for POWER8.
3593         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3594         strcpy for POWER8.
3595         * NEWS: Update.
3597 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3599         [BZ #16009]
3600         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3601         weights and rules. Use do_xfrm_cached if data fits in cache,
3602         do_xfrm otherwise.  Moved former main loop to...
3603         * (do_xfrm_cached): New function.
3604         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3605         find_idx, find_position and stack_push.
3606         * (find_idx): New function.
3607         * (find_position): Likewise.
3608         * localedata/sort-test.sh: Added test run for do_xfrm.
3609         * localedata/xfrm-test.c (main): Added command line option
3610         -nocache to run the test with strings that are too large for
3611         the STRXFRM cache.
3613 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3615         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3616         variable to lll_futex_wake call, not the value itself.
3618 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3620         [BZ #17803]
3621         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3622         twom64.  Adjust value to 0x1p-64L.
3623         (__scalblnl): Only return standard underflowing result for K <=
3624         -64 not K <= -63; adjust exponent for underflowing result by 64
3625         not 63.
3626         * math/libm-test.inc (scalbn_test_data): Add more tests.
3627         (scalbln_test_data): Likewise.
3629         [BZ #17834]
3630         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3631         0x1p63L.
3632         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3633         not HX.
3634         * math/libm-test.inc (scalbn_test_data): Add more tests.
3635         (scalbln_test_data): Likewise.
3637 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3638             Stefani Seibold  <stefani@seibold.net>
3640         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3641         (sysdep_routines): Add dl-vdso here, ...
3642         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3643         (sysdep_routines): ... not here.
3644         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3645         fallback when vDSO is not presented.
3646         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3647         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3648         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3649         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3650         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3651         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3652         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3653         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3654         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3655         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3656         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3657         fallback configurable symbol when vDSO is not available.
3658         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3659         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3660         be able to redefine fallback symbol when vDSO is not available.
3661         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3662         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3664 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3666         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3667         (TLS_INIT_TP): Add tm_capable initialization.
3668         (TLS_DEFINE_INIT_TP): Likewise.
3669         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3670         TCB.
3671         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3672         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3673         calculation.
3674         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3675         transactoion is lock elision is built and TCB tm_capable is set.
3676         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3678         (INTERNAL_SYSCALL_NCS): Likewise.
3679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3680         (INTERNAL_SYSCALL_NCS): Likewise.
3681         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3683         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3684         for powerpc.
3685         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3686         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3687         and remove it for 32 bits case.
3688         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3689         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3690         initialization.
3691         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3692         Disable lock elision with rdlocks if elision is not available.
3694         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3695         (sysdep_routines): Add lock elision objects.
3696         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3697         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3698         [pthread_mutex_t] (__elision): Add field.
3699         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3700         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3701         elision definitions for powerpc.
3702         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3703         implementation of lock elision for powerpc.
3704         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3705         implementation of timed lock elision for powerpc.
3706         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3707         implementation of trylock with lock elision for powerpc.
3708         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3709         implementaion of unlock for lock elision for powerpc.
3710         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3711         automatic enable lock elision for mutexes.
3712         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3713         transaction execution definitions for powerpc.
3714         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3715         definitions.
3716         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3717         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3718         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3719         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3720         * NEWS: Update.
3722 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3724         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3725         for #include of <shm-directory.h>.
3727 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3729         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3730         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3732 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3734         [BZ #17791]
3735         * NEWS: Mention bug fix.
3736         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3737         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3738         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3740 2015-01-09  Torvald Riegel <triegel@redhat.com>
3742         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3744 2015-01-09  Torvald Riegel <triegel@redhat.com>
3746         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3748 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3750         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3751         pointer and cast to uintptr_t.
3753 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3755         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3756         removed.
3757         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3759 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3761         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3762         of 0.
3764 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3766         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3767         <nptl/pthreadP.h> instead.
3768         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3770         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3771         already defined.
3772         [__SIGRTMIN] (init): Function removed.
3773         [__SIGRTMIN] (initialized): Variable removed.
3774         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3775         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3776         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3777         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3778         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3779         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3780         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3781         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3782         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3783         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3784         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3785         * sysdeps/nptl/allocrtsig.c: New file.
3786         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3787         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3788         * sysdeps/generic/testrtsig.h: File removed.
3790         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3791         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3793         * nptl/nptl-init.c (pthread_functions): Conditionalize
3794         .ptr__nptl_setxid initialization on [SIGSETXID].
3796         * sysdeps/nptl/sys/procfs.h: New file.
3797         * nptl_db/Makefile (headers): Add it.
3798         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3800         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3801         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3802         * nptl/pthread_attr_setaffinity.c: Include it.
3803         * nptl/pthread_setattr_default_np.c: Likewise.
3804         * nptl/check-cpuset.h: New file.
3806 2015-01-08  Richard Henderson  <rth@redhat.com>
3808         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3809         (CFLAGS-tst-execstack-prog.c): Likewise.
3810         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3812 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3813             Sandra Loosemore  <sandra@codesourcery.com>
3814             Andrew Jenner  <andrew@codesourcery.com>
3815             Joseph Myers  <joseph@codesourcery.com>
3816             Nathan Sidwell  <nathan@codesourcery.com>
3818         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3819         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3820         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3821         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3822         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3823         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3824         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3825         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3826         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3827         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3828         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3829         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3830         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3831         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3832         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3833         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3834         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3836 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3838         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3839         timespec struct member in syscall macro.
3840         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3841         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3842         first timeval struct member in syscall macro.
3843         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3845 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3847         [BZ #17748]
3848         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3849         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3850         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3851         __feupdateenv and define as weak alias of __feupdateenv.  Use
3852         libm_hidden_weak.
3853         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3854         libm_hidden_def.
3855         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3856         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3857         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3858         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3859         libm_hidden_def.
3860         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3861         __feupdateenv and define as weak alias of __feupdateenv.  Use
3862         libm_hidden_weak.
3863         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3864         libm_hidden_def.
3865         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3866         __feupdateenv and define as weak alias of __feupdateenv.  Use
3867         libm_hidden_weak.
3868         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3869         libm_hidden_def.
3870         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3871         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3872         (__feupdateenv): Likewise.
3873         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3874         __feupdateenv and define as weak alias of __feupdateenv.  Use
3875         libm_hidden_weak.
3876         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3877         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3878         libm_hidden_def.
3879         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3880         function.
3881         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3882         libm_hidden_def.
3883         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3884         __feupdateenv instead of feupdateenv.
3885         (default_libc_feupdateenv_test): Likewise.
3886         (libc_feresetround_ctx): Likewise.
3888 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3890         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3891         prototype.
3893 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3895         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3896         COLL_SYM in a couple of places to avoid uninitialized variable
3897         wanings on tilegx gcc 4.8.2.
3899 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3901         * sysdeps/aarch64/strcpy.S: New file.
3902         * sysdeps/aarch64/stpcpy.S: New file.
3903         * NEWS: Updated.
3905 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3907         * sysdeps/aarch64/strrchr.S: New file.
3908         * NEWS: Updated.
3910 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3912         [BZ #17658]
3913         * stdlib/setenv.c: Fix memory leak when setting large,
3914         duplicate string.
3916 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3918         [BZ #17273]
3919         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3920         and tabs from buffer before parsing fstab entry.
3921         * misc/tst-mntent.c (main): Add test for mount entry with
3922         trailing spaces and tabs.
3924 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3926         [BZ #17748]
3927         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3928         * math/fesetround.c (fesetround): Rename to __fesetround and
3929         define as weak alias of __fesetround.  Use libm_hidden_weak.
3930         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3931         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3932         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3933         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3934         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3935         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3936         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3937         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3938         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3939         __fesetround_inline.
3940         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3941         __fesetround_inline instead of __fesetround.
3942         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3943         __fesetround and define as weak alias of __fesetround.  Use
3944         libm_hidden_weak.  Call __fesetround_inline instead of
3945         __fesetround.
3946         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3947         __fesetround and define as weak alias of __fesetround.  Use
3948         libm_hidden_weak.
3949         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3950         Likewise.
3951         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3952         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3953         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3954         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3955         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3956         __fesetround and define as weak alias of __fesetround.  Use
3957         libm_hidden_weak.
3958         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3959         __fesetround instead of fesetround.
3960         (default_libc_feholdexcept_setround): Likewise.
3961         (libc_feholdsetround_ctx): Likewise.
3962         (libc_feholdsetround_noex_ctx): Likewise.
3964         [BZ #17748]
3965         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3966         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3967         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3968         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3969         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3970         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3971         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3972         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3973         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3974         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3975         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3976         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3977         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3978         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3979         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3980         libm_hidden_def.
3981         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3982         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3983         Likewise.
3984         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3985         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3986         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3987         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3988         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3989         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3990         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3991         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3992         __fesetenv instead of fesetenv.
3993         (libc_feresetround_noex_ctx): Likewise.
3994         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3995         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3996         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3997         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3998         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3999         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4000         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
4001         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
4002         (__feupdateenv): Likewise.
4003         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4004         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4005         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4006         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
4008 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
4010         [BZ #17806]
4011         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
4012         addresses have been freed.
4014 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
4016         * resolv/res_init.c (__res_vinit): Improve comments about nserv
4017         and nservall.
4019 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
4021         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
4022         Clean up check_pf allocation pattern. addresses
4024 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4026         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
4027         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
4028         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
4029         * nptl/pthread_exit.c (__pthread_exit): Likewise.
4030         * nptl/pthread_join.c (pthread_join): Likewise.
4031         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
4032         * sysdeps/posix/waitid.c (__waitid): Likewise.
4033         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
4034         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
4035         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
4036         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
4037         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
4038         Likewise.
4039         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
4040         (__libc_pread64): Likewise.
4041         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
4042         (__libc_pwrite): Likewise.
4043         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
4044         (__libc_pwrite64): Likewsie.
4045         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
4046         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
4047         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
4048         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
4049         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
4050         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
4051         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
4052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
4053         Likewise.
4054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
4055         (__libc_pread64): Likewise.
4056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
4057         Likewise.
4058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
4059         (__libc_pwrite64): Likewise.
4060         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
4061         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
4062         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
4063         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
4064         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
4065         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
4066         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
4067         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
4068         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
4069         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
4070         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
4071         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
4072         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
4073         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
4074         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
4075         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
4076         Likewise.
4078 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4080         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
4081         (CFLAGS-test-double.c): Likewise.
4082         (CFLAGS-test-ldouble.c): Likewise.
4083         (CPPFLAGS-test-ifloat.c): Likewise.
4084         (CPPFLAGS-test-idouble.c): Likewise.
4085         (CPPFLAGS-test-ildoubl.c): Likewise.
4086         (CFLAGS-test-test-fenv.c): Remove variable.
4087         (CFLAGS-test-misc.c): Likewise.
4089 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
4091         [BZ #17797]
4092         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
4093         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
4094         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
4095         CLOCKS_PER_SEC == 1000000.
4096         * time/clocktest.c (main): Replace %ld with %jd and cast to
4097         intmax_t.
4099 2015-01-05  Roland McGrath  <roland@hack.frob.com>
4101         * sysdeps/generic/unwind-resume.h: New file.
4102         * sysdeps/gnu/unwind-resume.c: Include it.
4103         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
4104         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
4105         argument list.
4106         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
4107         global rather than static.
4108         (_Unwind_Resume): Update user.
4109         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
4110         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
4111         rather than static.  Add __attribute__ ((cold)).
4112         (_Unwind_Resume, __gcc_personality_v0): Update callers.
4113         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
4114         * sysdeps/arm/arm-unwind-resume.S: New file.
4115         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
4116         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
4117         * sysdeps/arm/Makefile [$(subdir) = csu]
4118         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
4119         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
4120         Add rt-arm-unwind-resume.
4121         [$(subdir) = nptl]
4122         (libpthread-sysdep_routines, libpthread-shared-only-routines):
4123         Add pt-arm-unwind-resume.
4124         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
4125         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
4127 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4129         [BZ #17748]
4130         * include/fenv.h (__feholdexcept): Declare.  Use
4131         libm_hidden_proto.
4132         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
4133         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
4134         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4135         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
4136         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
4137         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
4138         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
4139         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4140         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
4141         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
4142         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4143         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
4144         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
4145         (feholdexcept): Likewise.
4146         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
4147         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
4148         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4149         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4150         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
4151         __feholdexcept instead of feholdexcept.
4152         (default_libc_feholdexcept_setround): Likewise.
4154 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4156         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
4157         to avoid using stl/str to align destination.
4159 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4161         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
4163 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4165         [BZ #17796]
4166         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
4167         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
4168         Define as weak alias not strong alias.
4170 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4172         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
4173         bltzal with addiupc.
4174         (RTLD_START): Ditto.
4176 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
4178         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
4179         for __vdso_* functions in declarations.
4180         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
4181         definitions.
4182         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
4183         INTERNAL_VSYSCALL): Use struct return types to check for error.
4185         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
4186         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
4187         function with cast from llround().
4188         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
4189         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
4190         Define.
4192 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4194         [BZ #17793]
4195         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
4196         Define as weak alias not strong alias.
4198         [BZ #17635]
4199         * ctype/ctype-c99.c: New file.  isblank implementation moved from
4200         ...
4201         * ctype/ctype-extn.c: ... here.
4202         (__isblank_l): Move to ...
4203         * ctype/ctype-c99_l.c: ... here.  New file.
4204         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
4205         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
4206         Remove variable.
4207         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4208         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4209         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4210         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4211         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4213         [BZ #17777]
4214         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
4215         (posix_fadvise64): Define as weak alias not strong alias.
4216         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
4217         (posix_fallocate64): Likewise.
4218         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
4219         Remove variable.
4220         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4221         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4222         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4223         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4224         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4226 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
4228         [BZ #16191]
4229         * NEWS: Mention bug fix.
4230         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
4231         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
4232         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
4233         (HOST_STACK_END_ADDR): Likewise.
4235 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
4237         [BZ #17748]
4238         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
4239         * math/fegetround.c (fegetround): Rename to __fegetround and
4240         define as weak alias of __fegetround.  Use libm_hidden_weak.
4241         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
4242         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
4243         * sysdeps/arm/fegetround.c (fegetround): Likewise.
4244         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
4245         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
4246         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
4247         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
4248         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
4249         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
4250         Undefine after rather than before function definition; use
4251         parentheses around function name in definition.
4252         (__fegetround): Also undefine macro after function definition.
4253         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
4254         __fegetround and define as weak alias of __fegetround.  Use
4255         libm_hidden_weak.  Do not undefine as macro.
4256         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
4257         Likewise.
4258         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
4259         __fegetround and define as weak alias of __fegetround.  Use
4260         libm_hidden_weak.
4261         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
4262         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
4263         * sysdeps/tile/math_private.h (__fegetround): New inline function.
4264         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
4265         __fegetround and define as weak alias of __fegetround.  Use
4266         libm_hidden_weak.
4267         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
4268         __fegetround instead of fegetround.
4270         [BZ #17782]
4271         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
4272         Condition macro definition on [__USE_MISC].
4274         [BZ #17781]
4275         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
4276         (struct sigaction): Change type of sa_flags field to int.
4278         [BZ #17780]
4279         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
4280         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
4281         __glibc_reserved0.
4283         * nptl/version.c (banner): Use single year in copyright notice.
4285         * NEWS: Update copyright dates.
4286         * catgets/gencat.c (print_version): Likewise.
4287         * csu/version.c (banner): Likewise.
4288         * debug/catchsegv.sh: Likewise.
4289         * debug/pcprofiledump.c (print_version): Likewise.
4290         * debug/xtrace.sh (do_version): Likewise.
4291         * elf/ldconfig.c (print_version): Likewise.
4292         * elf/ldd.bash.in: Likewise.
4293         * elf/pldd.c (print_version): Likewise.
4294         * elf/sotruss.sh: Likewise.
4295         * elf/sprof.c (print_version): Likewise.
4296         * iconv/iconv_prog.c (print_version): Likewise.
4297         * iconv/iconvconfig.c (print_version): Likewise.
4298         * locale/programs/locale.c (print_version): Likewise.
4299         * locale/programs/localedef.c (print_version): Likewise.
4300         * login/programs/pt_chown.c (print_version): Likewise.
4301         * malloc/memusage.sh (do_version): Likewise.
4302         * malloc/memusagestat.c (print_version): Likewise.
4303         * malloc/mtrace.pl: Likewise.
4304         * manual/libc.texinfo: Likewise.
4305         * nptl/version.c (banner): Likewise.
4306         * nscd/nscd.c (print_version): Likewise.
4307         * nss/getent.c (print_version): Likewise.
4308         * nss/makedb.c (print_version): Likewise.
4309         * posix/getconf.c (main): Likewise.
4310         * scripts/test-installation.pl: Likewise.
4311         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
4313 2015-01-02  Will Newton  <will.newton@linaro.org>
4315         * sysdeps/arm/armv7/configure: Removed.
4316         * sysdeps/arm/armv7/configure.ac: Likewise.
4318 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
4320         * All files with FSF copyright notices: Update copyright dates
4321         using scripts/update-copyrights.
4322         * intl/plural.c: Regenerated.
4323         * locale/programs/charmap-kw.h: Likewise.
4324         * locale/programs/locfile-kw.h: Likewise.
4326 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4328         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
4330 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4332         [BZ #17748]
4333         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
4334         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
4335         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
4336         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
4337         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4338         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
4339         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4340         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
4341         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4342         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4343         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4344         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4345         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4346         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4347         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
4348         libm_hidden_def.
4349         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
4350         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
4351         Likewise.
4352         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4353         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4354         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
4355         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4356         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
4357         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
4358         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
4359         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
4360         __fegetenv instead of fegetenv.
4361         (libc_feholdsetround_noex_ctx): Likewise.
4363 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4365         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
4366         (Elf_MIPS_ABIFlags_v0): New structure.
4367         (EF_MIPS_FP64): Define.
4368         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
4369         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
4370         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
4371         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
4372         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
4373         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
4374         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
4375         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
4376         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
4377         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
4378         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
4379         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
4380         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
4381         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
4382         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
4383         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
4384         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
4385         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
4386         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
4387         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
4388         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
4389         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
4390         field.
4391         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
4392         EF_MIPS_FP64.
4393         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
4394         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
4395         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
4396         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
4397         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
4398         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
4399         * sysdeps/mips/tst-abi-interlink.c: Likewise.
4400         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
4401         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
4402         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
4403         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
4404         record the current FP ABI extension.
4405         (mips-mode-switch): Define to show if kernel headers support mode
4406         switching.
4407         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
4408         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
4409         supported SYSV ABI version to 3.
4410         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
4411         feature.
4413 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4414             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4416         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
4417         path.
4418         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
4420 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4422         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
4423         __fegetround and redefine to call __fegetround.  Remove condition
4424         on [!__NO_MATH_INLINES].
4425         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
4426         function.
4427         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
4428         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
4429         Remove macro.
4430         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
4431         instead of <fenv_libc.h>.
4432         (__llrintl): Call fegetround instead of __fegetround.
4433         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
4434         instead of <fenv_libc.h>.
4435         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
4436         (__lrintl): Call fegetround instead of __fegetround.
4437         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
4438         instead of <fenv_libc.h>.
4439         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
4440         (__rintl): Call fegetround instead of __fegetround.
4442 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
4444         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
4445         arrays.
4447 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4449         [BZ #17775]
4450         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
4451         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
4452         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
4454 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4456         * sysdeps/i386/tls-macros.h: Include <features.h>.
4457         (TLS_LE): Use non-PIC version for GCC >= 5.0.
4458         (TLS_IE): Likewise.
4459         (TLS_LD): Likewise.
4460         (TLS_GD): Likewise.
4461         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
4462         define for GCC >= 5.0.
4464 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
4466         * math/test-fenv.c (test_single_exception, set_single_exc,
4467         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
4468         feexcp_mask_test, feenable_test, fe_single_test): Add
4469         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
4470         case where they are not used.
4471         * math/libm-test.inc: Likewise.
4472         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
4473         unused in the absence of FP rounding/exception support.
4474         * stdio-common/tst-printf-round.c: Likewise.
4475         * stdlib/tst-strtod-round.c: Likewise.
4476         * stdlib/tst-strtod-underflow.c: Likewise.
4478 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
4480         [BZ #17723]
4481         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
4482         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
4483         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4484         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4485         libm_hidden_weak.
4486         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
4487         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4488         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
4489         libm_hidden_def.
4490         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4491         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4492         libm_hidden_weak.
4493         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
4494         Likewise.
4495         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
4496         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4497         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4498         libm_hidden_weak.
4499         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4500         libm_hidden_def.
4501         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
4502         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
4503         (__feraiseexcept): Likewise.
4504         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4505         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4506         libm_hidden_weak.
4507         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4508         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4509         libm_hidden_def.
4510         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
4511         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
4512         Use libm_hidden_def.
4513         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
4514         libm_hidden_def.
4515         (feraiseexcept): Define as weak not strong alias.  Use
4516         libm_hidden_weak.
4517         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
4518         New inline function.  Factored out of ...
4519         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
4520         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4521         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4522         feraiseexcept.
4523         * math/w_acos.c (__acos): Likewise.
4524         * math/w_asin.c (__asin): Likewise.
4525         * math/w_ilogb.c (__ilogb): Likewise.
4526         * math/w_j0.c (y0): Likewise.
4527         * math/w_j1.c (y1): Likewise.
4528         * math/w_jn.c (yn): Likewise.
4529         * math/w_log.c (__log): Likewise.
4530         * math/w_log10.c (__log10): Likewise.
4531         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4532         * sysdeps/aarch64/fpu/math_private.h
4533         (libc_feupdateenv_test_aarch64): Likewise.
4534         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4535         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4536         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4537         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4538         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4539         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4540         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4541         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4542         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4543         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4545 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4547         [BZ #17732]
4548         * io/test-utime.c (main): Replace %ld with %jd and cast to
4549         intmax_t.
4550         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
4551         * nptl/tst-mutex5.c: Include <stdint.h>.
4552         (do_test): Replace %ld with %jd and cast to intmax_t.
4553         * posix/tst-regex.c (run_test): Likewise.
4554         (run_test_backwards): Likewise.
4555         * rt/tst-clock.c: Include <stdint.h>.
4556         (clock_test): Replace %ld with %jd and cast to intmax_t.
4557         * rt/tst-cpuclock1.c: Include <stdint.h>.
4558         (do_test): Replace %lu with %ju and cast to uintmax_t.
4559         * rt/tst-cpuclock2.c: Include <stdint.h>.
4560         (do_test): Replace %lu with %ju and cast to uintmax_t.
4561         * rt/tst-mqueue1.c: Include <stdint.h>.
4562         (check_attrs): Replace %ld with %jd and cast to intmax_t.
4563         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4564         intmax_t.
4565         * rt/tst-mqueue4.c (do_test): Likewise.
4566         * rt/tst-timer4.c: Include <stdint.h>.
4567         (check_ts): Replace %ld with %jd and cast to intmax_t.
4568         (do_test): Likewise.
4569         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4570         and cast to intmax_t.
4571         * sysdeps/pthread/tst-timer.c (main): Likewise.
4572         * time/clocktest.c (main): Likewise.
4573         * time/tst-posixtz.c (do_test): Likewise.
4574         * timezone/tst-timezone.c (main): Likewise.
4576 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4577             H.J. Lu  <hongjiu.lu@intel.com>
4579         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4580         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4581         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4582         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4583         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4584         version if bit_Fast_Unaligned_Load is set.
4585         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4586         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4587         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4588         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4589         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4590         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4591         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4592         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4593         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4594         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4595         to 4.
4596         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4597         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4598         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4599         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4601 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4603         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4604         instead of #if to avoid a Wundef warning.
4605         * stdlib/tst-limits.c (do_test): Likewise.
4607         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4608         parallel other exception macros.
4609         (fegetenv): Convert from macro to extern inline so that it applies
4610         retroactively to inline functions already seen by the compiler.
4611         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4613         * posix/Makefile (before-compile): Use $(objpfx) for
4614         posix-conf-vars-def.h.
4616 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4618         * posix/getconf.c (main): Use size_t for type of I.
4619         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4620         NSPEC.
4622         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4623         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4624         * posix/posix-envs.def: Likewise.
4625         * sysdeps/posix/sysconf.c: Likewise.
4626         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4627         (specs): Remove array.
4628         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4629         array.
4631         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4632         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4633         (__sysconf): Use CONF_IS_* macros.
4635         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4636         ($(objpfx)posix-conf-vars-def.h): New target.
4637         * posix/posix-conf-vars.list: New file.
4638         * posix/posix-conf-vars.h: New file.
4639         * posix/confstr.c: Include posix-conf-vars.h.
4640         (confstr): Use CONF_IS_* macros.
4641         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4642         CONF_IS_* macros.
4643         * scripts/gen-posix-conf-vars.awk: New file.
4645 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4647         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4648         fegetround): Add no-op macros to avoid linknamespace issues.
4650         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4651         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4653         * sysdeps/unix/sysv/linux/tile/sysdep.h
4654         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4655         assembly-specific section to avoid a redefinition warning.
4657         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4658         long before casting to pointer to avoid a cast warning.
4660 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4662         * sysdeps/tile/tilegx/Implies: New file.
4664 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4666         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4668 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4670         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4672 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4674         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4675         not define.
4676         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4677         <kernel-features.h>.
4678         (__utimes) [__NR_utimes]: Make code unconditional.
4679         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4680         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4681         (__ASSUME_UTIMES): Do not undefine.
4682         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4683         (__ASSUME_UTIMES): Likewise.
4684         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4685         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4686         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4687         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4689 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4691         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4693 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4695         [BZ #17747]
4696         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4697         alias to weak alias for j0l, y0l.
4698         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4699         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4701         [BZ #17746]
4702         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4703         conversion.
4705 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4707         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4708         to zero if not already defined.
4710 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4712         [BZ #17724]
4713         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4714         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4715         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4716         (char *) casts added.
4717         * sysdeps/ieee754/k_standardf.c: New file.
4718         * sysdeps/ieee754/k_standardl.c: Likewise.
4719         * math/Makefile (libm-support): Remove k_standard.
4720         (libm-calls): Add k_standard.
4722 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4724         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4725         Optimize to avoid an unnecessary FPCR read.
4727 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4729         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4730         Optimize to reduce FPCR/FPSR accesses.
4732 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4734         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4735         Call libc_fetestexcept_aarch64.
4737 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4739         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4740         Call libc_fesetround_aarch64.
4742 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4744         [BZ #17733]
4745         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4746         (__bind): Do not define as weak alias.
4747         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4748         define.
4749         (__getsockname): Do not define as weak alias.
4751 2014-12-22  Will Newton  <will.newton@linaro.org>
4753         * manual/install.texi: Document that we require bison 2.7
4754         or above.
4755         * INSTALL: Regenerate.
4756         * configure.ac: Use AC_CHECK_PROG_VER instead of
4757         AC_PATH_PROG when checking for bison and check for
4758         version 2.7 or above.
4759         * configure: Regenerate.
4761 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4763         [BZ #17745]
4764         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4765         * sysdeps/tile/ffsll.c (ffsll): To here.
4767         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4769 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4771         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4772         if not defined.
4773         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4774         definition.
4775         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4776         hidden ___tls_get_addr.
4777         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4778         hidden __tls_get_addr.
4779         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4780         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4781         Likewise.
4783 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4785         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4786         _dl_init call.
4788 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4790         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4791         from "call _dl_init@PLT".
4792         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4794 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4796         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4797         guarantees.
4799 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4801         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4803 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4805         [BZ #17744]
4806         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4807         strnlen.
4809 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4811         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4812         of multu on MIPSr6.
4813         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4814         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4815         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4816         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4817         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4819 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4821         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4822         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4823         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4824         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4825         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4826         mips32r6/mips64r6.
4827         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4829 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4831         * string/strncat.c (STRNCAT): Simplify implementation.
4833 2014-12-19  David S. Miller  <davem@davemloft.net>
4835         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4836         access the quad as both a long double and as a series of 4 words.
4838         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4839         link_map->l_info array access.
4841 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4843         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4845         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4846         * math/atest-exp2.c (TIMEOUT): Likewise.
4847         * math/atest-sincos.c (TIMEOUT): Likewise.
4849 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4851         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4852         -Wno-error with -fno-builtin-lround.
4854 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4856         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4857         Contains futex constants and functions moved over from ...
4858         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4859         <lowlevellock-futex.h>.
4860         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4861         (lll_timedwait_tid): Add comments and parentheses around macro
4862         arguments.
4864 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4866         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4867         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4868         (__lll_private_flag): Remove.
4869         (lll_futex_wait): Likewise.
4870         (lll_futex_timed_wait): Likewise.
4871         (lll_futex_wake): Likewise.
4872         (lll_futex_requeue): Likewise.
4873         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4874         (__lll_timedwait_tid): Spell out argument names.
4875         (lll_timedwait_tid): Add comments and parentheses around macro
4876         arguments.
4877         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4878         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4880 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4882         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4883         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4884         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4885         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4886         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4887         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4888         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4889         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4890         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4891         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4892         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4893         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4894         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4895         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4896         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4897         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4898         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4899         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4900         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4902 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4904         * sysdeps/x86_64/x32/Makefile: New file.
4906 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4908         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4909         1L with (mp_limb_t) 1.
4911 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4913         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4914         * nptl/libc_pthread_init.c: ... here.
4915         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4916         * nptl/register-atfork.c: ... here.
4918         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4919         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4920         Use assert_perror to check its return value.
4921         (__gai_create_helper_thread): Likewise.
4923         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4925         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4927 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4929         [BZ #17725]
4930         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4931         __profil_counter.
4932         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4933         Likewise.
4934         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4935         Likewise.
4936         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4937         Likewise.
4938         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4939         (profil_counter): Likewise.
4940         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4941         (profil_counter): Likewise.
4942         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4943         Likewise.
4944         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4945         Likewise.
4946         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4947         (profil_counter): Likewise.
4948         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4949         Likewise.
4950         [!__profil_counter] (profil_counter): Define as weak alias of
4951         __profil_counter.
4952         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4953         (profil_counter): Rename to __profil_counter.
4954         [!__profil_counter] (profil_counter): Define as weak alias of
4955         __profil_counter.
4956         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4957         (profil_counter): Rename to __profil_counter.
4958         [!__profil_counter] (profil_counter): Define as weak alias of
4959         __profil_counter.
4960         * sysdeps/posix/profil.c: Update comment referring to
4961         profil_counter.
4962         (__profil): Use __profil_counter instead of profil_counter.
4963         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4964         __profil_counter.  Use __profil_counter_ushort and
4965         __profil_counter_uint in definitions.
4966         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4967         instead of profil_counter_uint and profil_counter_ushort.
4969         [BZ #17722]
4970         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4971         define as weak alias of __inet_makeaddr.
4972         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4973         as weak alias of __inet_addr.
4974         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4975         as weak alias of __inet_pton.  Use libc_hidden_weak.
4976         * include/arpa/inet.h (__inet_pton): Declare.  Use
4977         libc_hidden_proto.
4978         (inet_makeaddr): Don't use libc_hidden_proto.
4979         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4980         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4981         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4982         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4983         Remove variable.
4984         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4985         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4987 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4989         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4991 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4993         * stdio-common/bug-vfprintf-nargs.c (do_test):
4994         Cast value to intptr_t to avoid format warning
4995         for usage with PRIdPTR printing macro.
4997 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4999         * libio/tst-widetext.c (do_test):
5000         Use format type %td instead of %Zd for ptrdiff_t
5001         in order to avoid format warning.
5003 2014-12-17  Andreas Schwab  <schwab@suse.de>
5005         * nscd/mem.c (gc): Add size_t cast to match printf format.
5007 2014-12-16  Roland McGrath  <roland@hack.frob.com>
5009         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
5010         (init): Apply PTR_MANGLE to pointers before storing them.
5011         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
5012         before using them.
5014 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
5016         [BZ #17719]
5017         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
5018         define as weak alias of __memrchr.
5019         (__memrchr): Do not define as strong alias of memrchr.
5020         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
5021         Remove variable.
5022         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5023         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5024         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5026         [BZ #17717]
5027         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
5028         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
5029         (if_indextoname): Rename to __if_indextoname and define as weak
5030         alias of __if_indextoname.  Use libc_hidden_weak.
5031         (if_freenameindex): Rename to __if_freenameindex and define as
5032         weak alias of __if_freenameindex.
5033         (if_nameindex): Rename to __if_nameindex and define as weak alias
5034         of __if_nameindex.
5035         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
5036         __if_nametoindex and define as weak alias of __if_nametoindex.
5037         Use libc_hidden_weak.
5038         (if_freenameindex): Rename to __if_freenameindex and define as
5039         weak alias of __if_freenameindex.
5040         (if_nameindex): Rename to __if_nameindex and define as weak alias
5041         of __if_nameindex.
5042         (if_indextoname): Rename to __if_indextoname and define as weak
5043         alias of __if_indextoname.  Use libc_hidden_weak.
5044         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
5045         __if_nametoindex and define as weak alias of __if_nametoindex.
5046         Use libc_hidden_weak.
5047         (if_freenameindex): Rename to __if_freenameindex and define as
5048         weak alias of __if_freenameindex.  Use libc_hidden_weak.
5049         (if_nameindex_netlink): Use __if_freenameindex instead of
5050         if_freenameindex.
5051         (if_nameindex): Rename to __if_nameindex and define as weak alias
5052         of __if_nameindex.  Use libc_hidden_weak.
5053         (if_indextoname): Rename to __if_indextoname and define as weak
5054         alias of __if_indextoname.  Use libc_hidden_weak.
5055         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
5056         libc_hidden_proto.
5057         [!_ISOMAC] (__if_freenameindex): Likewise.
5058         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
5059         if_nametoindex.
5060         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
5061         variable.
5062         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5063         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5064         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5065         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5066         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5067         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5068         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5070         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
5071         Remove variable.
5072         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5073         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5075 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5077         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
5078         subscript above bounds'
5080         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
5081         bounds.
5083 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
5085         * libio/tst-fopenloc.c: Use test-skeleton.c.
5087         * stdlib/tst-bsearch.c: Use test-skeleton.c.
5088         (entry): Rename to ITEM.
5089         (do_test, comp): Adjust.
5091         * stdio-common/tst-fseek.c: Use test-skeleton.c.
5093 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5095         * string/tester.c: Include <libc-internal.h>.
5096         (test_memset): Ignore -Wmemset-transposed-args.
5098 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5100         * misc/tst-mntent2.c (do_test): Fix warning.
5102 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5104         * elf/tst-unique4lib.cc(a): Mark as used.
5106 2014-12-16  Florian Weimer  <fweimer@redhat.com>
5108         [BZ #17630]
5109         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
5110         names.
5112 2014-12-16  Allan McRae  <allan@archlinux.org>
5114         * stdio-common/Makefile (tests): Re-add bug26.
5116 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
5118         [BZ #17657]
5119         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
5120         static array.
5122 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
5124         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
5125         (__lll_lock_wait): Likewise.
5126         (__lll_timedlock_wait): Likewise.
5127         (__lll_timedwait_tid): Likewise.
5128         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
5129         (__lll_robust_timedlock_wait): Likewise.
5130         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
5131         (lll_cond_trylock): Likewise.
5132         (__lll_lock): Likewise.
5133         (__lll_robust_lock): Likewise.
5134         (__lll_cond_lock): Likewise.
5135         (lll_robust_cond_lock): Likewise.
5136         (__lll_timedlock): Likewise.
5137         (__lll_robust_timedlock): Likewise.
5138         (__lll_unlock): Likewise.
5139         (__lll_robust_unlock): Likewise.
5140         (lll_wait_tid): Likewise.
5141         (lll_timedwait_tid): Likewise.
5143 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5145         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
5147 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5149         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
5151 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
5153         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
5154         * stdio-common/tst-sprintf.c: Likewise.
5156 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5158         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
5160 2014-12-15  Jeff Law  <law@redhat.com>
5162         [BZ #16617]
5163         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
5164         on the heap.  (CVE-2012-3406)
5165         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
5166         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
5167         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
5169 2014-12-15  Will Newton  <will.newton@linaro.org>
5171         * manual/install.texi: Bump required version of texinfo
5172         to 4.7 from 4.5.
5173         * INSTALL: Regenerated.
5174         * configure.ac: Check for makeinfo version 4.7 and above.
5175         * configure: Regenerated.
5177 2014-12-12  Roland McGrath  <roland@hack.frob.com>
5179         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
5180         PREFIX, string constant to insert between directory and name.
5181         * sysdeps/posix/shm_open.c: Update caller.
5182         * sysdeps/posix/shm_unlink.c: Likewise.
5183         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
5184         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
5185         (SEM_SHM_PREFIX): New macro.
5186         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
5187         [$(have-thread-library) = no].
5188         * nptl/Makefile (libpthread-routines): Add shm-directory.
5189         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
5190         * sysdeps/nptl/shm-directory.h: New file.
5191         * sysdeps/posix/shm-directory.c
5192         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
5193         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
5194         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
5195         INTERNAL_SYSCALL.
5196         (__where_is_shmfs): Function removed.
5197         (mountpoint, defaultmount, defaultdir, __namedsem_once):
5198         Variables removed.
5199         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
5200         Use SHM_GET_NAME.
5201         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
5203         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
5204         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
5205         unconditional for use inside libpthread.
5206         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
5208 2014-12-12  Roland McGrath  <roland@hack.frob.com>
5210         * nptl/pthread_getaffinity.c: New file.
5211         * nptl/pthread_setaffinity.c: New file.
5212         * nptl/pthread_getname.c: New file.
5213         * nptl/pthread_setname.c: New file.
5215         * nptl/pthread_create.c (START_THREAD_DEFN)
5216         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
5218 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5219             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5221         * resolv/res_send.c (send_vc): Disable warning resplen may
5222         be used uninitialized.
5224 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5226         * nptl/tst-mutex6.c
5227         (ATTR_NULL): New define checks ATTR against NULL.
5228         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
5229         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
5231 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
5233         [BZ #17581]
5234         * malloc/hooks.c
5235         (mem2mem_check): Revert my previous change.
5236         (malloc_check_get_size): Revert my previous change.
5237         (mem2chunk_check): Revert my previous change.
5239 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5241         * sysdeps/posix/shm-directory.c: New file.
5242         * sysdeps/posix/shm-directory.h: New file.
5243         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
5244         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
5245         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
5246         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
5247         Transmute EPERM to EACCES.
5248         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
5249         from ...
5250         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
5251         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
5253 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5255         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
5256         pointer and cast to uintptr_t.
5257         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
5258         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
5259         Add cast to avoid warning.
5260         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
5262 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
5264         * nptl/semaphore.h: Move to ...
5265         * sysdeps/pthread/semaphore.h: ... here.
5266         * Makefile (installed-headers): Change nptl/semaphore.h to
5267         sysdeps/pthread/semaphore.h.
5269 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5271         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
5272         generated error format strings.
5274         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
5275         -Wformat-extra-args warnings for scanf formats.
5276         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
5277         test of zero-length format (duh).
5278         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
5279         corner-case scanf format test.
5280         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
5281         generated fprintf format string.
5282         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
5283         corner-case sprintf format tests.
5284         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
5285         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
5286         -Wformat-extra-args warnings throughout.
5287         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
5288         (CFLAGS-scanf4.c): Likewise.
5289         (CFLAGS-scanf7.c): Likewise.
5290         (CFLAGS-tst-sprintf.c): Likewise.
5291         (CFLAGS-tst-printf.c): Likewise.
5292         (CFLAGS-tst-printfsz.c): Likewise.
5294 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
5296         * include/cpio.h: New file.
5297         * include/fmtmsg.h: Likewise.
5299         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
5300         corresponding format argument to size_t.
5301         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
5302         arguments.
5303         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
5304         corresponding format argument to size_t.
5305         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
5306         arguments.
5307         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
5308         corresponding format argument to size_t.
5309         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
5310         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
5311         (CFLAGS-tst-mbswcs2.c): Likewise.
5312         (CFLAGS-tst-mbswcs3.c): Likewise.
5313         (CFLAGS-tst-mbswcs4.c): Likewise.
5314         (CFLAGS-tst-mbswcs5.c): Likewise.
5315         (CFLAGS-tst-trans.c): Likewise
5317 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5319         * posix/regexbug1.c (main): Use "%s" format with regerror results,
5320         rather than assuming they won't contain any '%'s.
5322 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
5324         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
5325         inhibit_loop_to_libcall to avoid recursive calls.
5326         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
5327         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
5329 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
5331         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
5332         prototype.
5334 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
5336         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
5337         integer value instead of boolean.
5339 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
5341         * malloc/malloc.c: Fix powerof2 check.
5343 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5345         * locale/programs/locfile.h (maybe_swap_uint32):
5346         Remove inline and add unused attribute.
5348 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5350         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5351         Truncating assembler expression to a .long expression.
5353 2014-12-11  Andreas Schwab  <schwab@suse.de>
5355         * elf/rtld.c (struct map_args): Constify str member.
5356         (do_preload): Constify fname argument.
5358 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5360         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
5361         constants definition.
5363 2014-12-11  Andreas Schwab  <schwab@suse.de>
5365         [BZ #16657]
5366         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
5367         FORCE_ELISION instead of DO_ELISION.
5368         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
5369         Remove.
5370         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
5371         Likewise.
5373         * iconvdata/gconv-modules: Remove duplicate entry.
5375 2014-12-11  Will Newton  <will.newton@linaro.org>
5377         Merge gettext 0.19.3 into intl/.
5379         This involves a number of cosmetic changes to comments
5380         and ANSI function definitions and prototypes throughout
5381         all the files. The gettext copyright header is used but
5382         with the date ranges taken from the glibc copy.
5384         * NEWS: Add gettext merge to 2.21.
5385         * intl/bindtextdom.c: Switch to gettext copyright.
5386         Use ANSI definitions and prototypes.
5387         Use gl_* locking primitives rather than __libc_* ones.
5388         Use __builtin_expect rather than __glibc_likely/unlikely.
5389         * intl/dcgettext.c: Switch to gettext copyright.
5390         Use ANSI definitions and prototypes.
5391         * intl/dcigettext.c: Switch to gettext copyright.
5392         Use ANSI definitions and prototypes.
5393         (INTDIV0_RAISES_SIGFPE): New define.
5394         Use gl_* locking primitives rather than __libc_* ones.
5395         Include eval-plural.h instead of plural-eval.c.
5396         Use __builtin_expect rather than __glibc_likely/unlikely.
5397         * intl/dcngettext.c: Switch to gettext copyright.
5398         Use ANSI definitions and prototypes.
5399         * intl/dgettext.c: Likewise.
5400         * intl/dngettext.c: Likewise.
5401         * intl/plural-eval.c: Renamed to...
5402         * intl/eval-plural.h: ...this.
5403         * intl/explodename.c: Switch to gettext copyright.
5404         Use ANSI definitions and prototypes.
5405         (_nl_explode_name): Use strchr instead of __rawmemchr.
5406         * intl/finddomain.c: Switch to gettext copyright.
5407         Use ANSI definitions and prototypes.
5408         Use gl_* locking primitives rather than __libc_* ones.
5409         (_nl_find_domain): Use malloc rather than alloca for
5410         allocation of temporary locale name.
5411         * intl/gettext.c: Switch to gettext copyright.
5412         Use ANSI definitions and prototypes.
5413         * intl/gettextP.h: Switch to gettext copyright.
5414         Use ANSI definitions and prototypes.
5415         Use gl_* locking primitives rather than __libc_* ones.
5416         * intl/gmo.h: Switch to gettext copyright.
5417         (struct sysdep_string): Move struct segment_pair outside of
5418         struct definition.
5419         * intl/hash-string.c: Use ANSI definitions and prototypes.
5420         * intl/hash-string.h: Switch to gettext copyright.
5421         Use ANSI definitions and prototypes.
5422         * intl/l10nflist.c: Switch to gettext copyright.
5423         Use ANSI definitions and prototypes.
5424         (_nl_normalize_codeset): Avoid integer overflow.
5425         * intl/loadinfo.h: Switch to gettext copyright.
5426         Use ANSI definitions and prototypes.
5427         (LIBINTL_DLL_EXPORTED): New define.
5428         (PATH_SEPARATOR): New define.
5429         * intl/loadmsgcat.c: Switch to gettext copyright.
5430         * intl/localealias.c: Switch to gettext copyright.
5431         Use ANSI definitions and prototypes.
5432         (_nl_expand_alias): Use PATH_SEPARATOR.
5433         * intl/ngettext.c: Switch to gettext copyright.
5434         Use ANSI definitions and prototypes.
5435         * intl/plural-exp.c: Likewise.
5436         * intl/plural-exp.h: Switch to gettext copyright.
5437         Use ANSI definitions and prototypes.
5438         (struct expression): Move definition of enum operator outside
5439         of struct definition.
5440         * intl/plural.c: Regenerate.
5441         * intl/plural.y: Switch to gettext copyright.
5442         Use ANSI definitions and prototypes.
5443         Port to bison 3.0.
5444         * intl/textdomain.c: Switch to gettext copyright.
5445         Use ANSI definitions and prototypes.
5446         Use gl_* locking primitives rather than __libc_* ones.
5448 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
5450         * debug/warning-nop.c: Add used atrribute.
5452 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5454         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
5456         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
5457         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
5458         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
5460 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5461             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5463         [BZ #17634]
5464         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
5465         Undefine after defining function.  Define as weak alias of
5466         __wcschr.  Use libc_hidden_weak.
5467         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
5468         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
5469         (libc_hidden_def): Also define __GI___wcschr alias.
5470         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
5471         __wcschr and define as weak alias of __wcschr.
5472         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
5473         __wcschr.
5474         [!WCSCHR] (DEFAULT_WCSCHR): Define.
5475         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
5476         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
5477         libc_hidden_weak.  Do not use libc_hidden_def.
5478         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
5479         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
5480         __GI___wcschr alias.
5481         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
5482         [IS_IN (libc)] (wcschr): Define as macro expanding to
5483         __redirect_wcschr.
5484         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
5485         [IS_IN (libc)] (__wcschr_power6): Likewise.
5486         [IS_IN (libc)] (__wcschr_power7): Likewise.
5487         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
5488         instead of wcschr.
5489         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
5490         __libc_wcschr.
5491         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
5492         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
5493         __wcschr and define as weak alias of __wcschr.  Use
5494         libc_hidden_builtin_def.
5495         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
5496         as weak alias of __wcschr.  Use libc_hidden_weak.
5497         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
5498         wcschr.
5499         * time/era.c (_nl_init_era_entries): Likewise.
5500         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
5501         variable.
5502         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5503         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5505 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5507         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
5508         format for long int variable.
5510 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
5512         [BZ #10672]
5513         * manual/search.texi: (Array Sort Function): Remove claim how to make
5514         qsort stable.
5516 2014-12-10  Andreas Schwab  <schwab@suse.de>
5518         [BZ #12847]
5519         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5520         user-controlled locks.
5522 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
5524         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5525         register.
5527 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5529         * configure.ac (--disable-werror): New configure option.
5530         (enable_werror): New AC_SUBST.
5531         * configure: Regenerated.
5532         * config.make.in (enable-werror): New variable.
5533         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5534         -Wno-error=undef.
5535         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5536         * manual/install.texi (Configuring and compiling): Document
5537         --disable-werror.
5538         * INSTALL: Regenerated.
5539         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5540         (CFLAGS-tst-chk2.c): Likewise.
5541         (CFLAGS-tst-chk3.c): Likewise.
5542         (CFLAGS-tst-chk4.cc): Likewise.
5543         (CFLAGS-tst-chk5.cc): Likewise.
5544         (CFLAGS-tst-chk6.cc): Likewise.
5545         (CFLAGS-tst-lfschk1.c): Likewise.
5546         (CFLAGS-tst-lfschk2.c): Likewise.
5547         (CFLAGS-tst-lfschk3.c): Likewise.
5548         (CFLAGS-tst-lfschk4.cc): Likewise.
5549         (CFLAGS-tst-lfschk5.cc): Likewise.
5550         (CFLAGS-tst-lfschk6.cc): Likewise.
5552         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5553         (main): Disable -Wdeprecated-declarations around calls to
5554         register_printf_function.
5556         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5557         (do_test): Disable -Wdiv-by-zero around some calls to
5558         fwrite_unlocked and fread_unlocked.
5560         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5561         (DIAG_POP_NEEDS_COMMENT): Likewise.
5562         (_DIAG_STR1): Likewise.
5563         (_DIAG_STR): Likewise.
5564         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5565         * stdio-common/bug21.c: Include <libc-internal.h>.
5566         (do_test): Disable -Wformat around call to sscanf.
5567         * stdio-common/scanf14.c: Include <libc-internal.h>.
5568         (main): Disable -Wformat around some calls to scanf functions.
5570 2014-12-09  Torvald Riegel  <triegel@redhat.com>
5572         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5574 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5576         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5577         stack variable alignment.
5579 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
5581         [BZ #17682]
5582         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5583         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5584         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5585         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5586         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5587         __getrlimit instead of getrlimit.
5588         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5589         __gettimeofday instead of gettimeofday.
5590         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5591         Likewise.
5592         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5593         Likewise.
5594         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5595         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5596         Remove variable.
5597         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5598         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5600 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5602         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5603         for wide-character tests.
5605 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5607         * io/openat64.c: #include <libc-internal.h>
5608         (__openat64): Prototypify.  Use ignore_value on MODE.
5609         * io/openat.c: Likewise.
5610         * misc/reboot.c: #include <libc-internal.h>
5611         (reboot): Prototypify.  Use ignore_value on HOWTO.
5612         * misc/ptrace.c: #include <libc-internal.h>
5613         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5615 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5617         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5618         XPG4, UNIX98 and XOPEN2K.
5619         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5620         Remove variable.
5621         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5623 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5625         * libio/fileops.c: Use ISO C style for function definitions.
5626         * libio/iofopen.c: Likewise.
5627         * libio/wfileops.c: Likewise.
5629         [BZ #17653]
5630         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5631         offset on EOF.
5632         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5633         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5634         (fgets_func): Function pointer to fgets and fgetws.
5635         (do_ftell_test): Add test to verify ftell value after read
5636         EOF.
5637         (do_test): Set fgets_func.
5639         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5640         O_TRUNC flag for w and w+ modes.
5641         (do_rewind_test): Likewise.
5642         (do_ftell_test): Likewise.
5643         (do_write_test): Likewise.
5645         [BZ #17647]
5646         * libio/fileops.c (do_ftell): Seek only when there are
5647         unflushed writes.
5648         * libio/wfileops.c (do_ftell_wide): Likewise.
5649         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5650         test case.
5651         (do_one_test): Call it.
5653 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5655         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5656         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5657         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5658         Remove variable.
5659         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5660         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5661         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5663 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5665         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5666         Remove variable.
5667         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5669         [BZ #17668]
5670         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5671         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5672         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5673         __freeifaddrs.  Use libc_hidden_weak.
5674         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5675         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5676         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5677         __freeifaddrs.  Use libc_hidden_weak.
5678         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5679         __getifaddrs and define as weak alias of __getifaddrs.  Use
5680         libc_hidden_weak.
5681         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5682         __freeifaddrs.  Use libc_hidden_weak.
5683         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5684         Remove variable.
5685         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5686         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5688 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5690         [BZ #17601]
5691         * sysdeps/mips/start.S (__start): Use indirect jump to call
5692         __libc_start_main.
5694 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5696         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5698         * nptl/tst-mutex1.c: Include <stdbool.h>.
5699         [!ATTR] (ATTR_NULL): New macro.
5700         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5701         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5702         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5704         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5705         to char *.
5707         [BZ #17665]
5708         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5709         Change conditional to [__USE_MISC].
5711         [BZ #17664]
5712         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5713         fgets_unlocked.
5714         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5715         __fgets_unlocked.
5716         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5717         fgets_unlocked.
5718         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5719         Remove variable.
5720         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5721         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5722         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5723         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5724         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5725         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5726         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5727         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5728         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5730         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5732 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5734         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5735         Remove strpbrk objects.
5736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5737         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5738         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5739         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5740         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5741         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5743         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5744         Remove strcspn objects.
5745         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5746         (__libc_ifunc_impl_list): Remove strcspn implementation.
5747         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5748         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5749         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5750         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5752         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5753         Remove strspn objetcs.
5754         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5755         (__libc_ifunc_impl_list): Remove strspn implementation.
5756         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5757         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5758         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5759         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5761 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5763         [BZ #17581]
5764         * malloc/hooks.c
5765         (mem2mem_check): Add a terminator to the chain of checking blocks.
5766         (malloc_check_get_size): Use it here.
5767         (mem2chunk_check): Ditto.
5769 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5771         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5772         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5774 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5776         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5778         * nptl/nptl-init.c: Include libc-internal.h.
5779         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5781         * elf/ldconfig.c (search_dir): Expand comment.
5783 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5785         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5786         variable.
5787         (linknamespace-symlist-stdlibs-tests): Likewise.
5788         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5789         instead of $(objpfx)symlist-stdlibs.
5790         (linknamespace-libs-isoc): New variable.
5791         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5792         (linknamespace-libs-ISO): New variable.
5793         (linknamespace-libs-ISO99): Likewise.
5794         (linknamespace-libs-ISO11): Likewise.
5795         (linknamespace-libs-XPG3): Likewise.
5796         (linknamespace-libs-XPG4): Likewise.
5797         (linknamespace-libs-POSIX): Likewise.
5798         (linknamespace-libs-UNIX98): Likewise.
5799         (linknamespace-libs-XOPEN2K): Likewise.
5800         (linknamespace-libs-POSIX2008): Likewise.
5801         (linknamespace-libs-XOPEN2K8): Likewise.
5802         ($(objpfx)symlist-stdlibs): Replace by
5803         $(linknamespace-symlist-stdlibs-tests).  Use
5804         $(linknamespace-libs-$*) as set of libraries.
5805         ($(linknamespace-header-tests)): Update dependencies.  Use
5806         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5807         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5808         * conform/linknamespace.pl: Remove comment about considering
5809         definitions of symbols from irrelevant libraries.
5811 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5813         [BZ #13862]
5814         * elf/dl-tls.c: Include <atomic.h>.
5815         (oom): Remove #ifdef SHARED/#endif.
5816         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5817         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5818         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5819         big enough.
5820         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5821         * nptl/Makefile (tests): Add tst-stack4.
5822         (modules-names): Add tst-stack4mod.
5823         ($(objpfx)tst-stack4): New.
5824         (tst-stack4mod.sos): Likewise.
5825         ($(objpfx)tst-stack4.out): Likewise.
5826         ($(tst-stack4mod.sos)): Likewise.
5827         (clean): Likewise.
5828         * nptl/tst-stack4.c: New file.
5829         * nptl/tst-stack4mod.c: Likewise.
5831 2014-11-27  J. Brown  <jb999@gmx.de>
5833         * sysdeps/x86/bits/string.h: Add recent CPUs.
5835 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5837         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5838         sigblock.
5840         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5841         feof.
5843         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5844         variable.
5846 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5848         * nscd/connections.c: Include libc-internal.h because of macro
5849         usage ignore_value.
5851 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5853         * string/bits/string3.h (__warn_memset_zero_len): Don't
5854         declare for gcc newer than 5.0.
5855         (memset): Don't test for zero-length __LEN for gcc newer than
5856         5.0.
5858 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5860         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5861         size_t for %zu format.
5863         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5864         difference, not %ju.
5866 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5868         * include/libc-internal.h (ignore_value): New macro.
5869         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5870         with ignore_value.
5872         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5873         definition.
5875         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5876         pthread_cleanup_push to void *.
5878         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5879         Undefine.
5881         [BZ #16619]
5882         [BZ #16740]
5883         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5884         instead of 1L << 52.
5886         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5887         * libio/bug-rewind2.c (do_test): Likewise.
5889         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5890         * debug/test-strcpy_chk-ifunc.c: Likewise.
5891         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5892         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5893         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5894         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5895         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5896         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5897         * Rules [$(multi-arch) = no] (tests): Do not filter out
5898         $(tests-ifunc).
5899         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5900         * debug/Makefile (tests-ifunc): Remove variable.
5901         (tests): Do not add $(tests-ifunc).
5902         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5903         (tests): Do not add $(tests-ifunc).
5904         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5905         [TEST_IFUNC]: Remove conditionals.
5906         * string/test-string.h (TEST_IFUNC): Remove macro.
5907         [TEST_IFUNC]: Remove conditionals.
5909         * string/test-strchr.c [!WIDE] (L): New macro.
5910         [WIDE] (L): Likewise.
5911         (check1): Use CHAR instead of char.  Use L on string and character
5912         constants.
5914 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5916         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5917         tests.
5918         * sysdeps/powerpc/bits/atomic.h
5919         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5920         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5921         (atomic_exchange_and_add_acq): Likewise.
5922         (atomic_exchange_and_add_rel): Likewise.
5923         * sysdeps/powerpc/powerpc32/bits/atomic.h
5924         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5925         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5926         * sysdeps/powerpc/powerpc64/bits/atomic.h
5927         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5928         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5930 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5932         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5933         Change synchronization of __sched_fifo_min_prio and
5934         __sched_fifo_max_prio.
5935         * nptl/pthread_mutexattr_getprioceiling.c
5936         (pthread_mutexattr_getprioceiling): Likewise.
5937         * nptl/pthread_mutexattr_setprioceiling.c
5938         (pthread_mutexattr_setprioceiling): Likewise.
5939         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5940         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5941         Likewise.
5943 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5945         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5946         void.
5948 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5950         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5951         third argument const.
5953 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5955         fnmatch: work around GCC compiler warning bug with uninit var
5956         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5957         This works around a bug with x86-64 GCC 4.9.2 and earlier
5958         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5959         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5960         used uninitialized in this function [-Wmaybe-uninitialized]".
5962 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5964         * posix/bug-regex31.c (main): Return RES not 0.
5966 2014-11-25  Anton Blanchard <anton@samba.org>
5968         * sysdeps/powerpc/bits/atomic.h
5969         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5971 2014-11-24  Sterling Augustine  <saugustine@google.com>
5973         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5975 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5977         [BZ #17608]
5978         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5980 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5982         [BZ #17633]
5983         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5984         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5985         variable.
5986         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5987         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5989 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5991         * string/strncpy.c (strncpy): Improve performance by using memset.
5993 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5995         * string/strcpy.c (strcpy):
5996         Improve performance by using strlen and memcpy.
5998 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
6000         * string/strcoll_l.c (get_next_seq): __always_inline.
6001         * string/strcoll_l.c (do_compare): __always_inline.
6003 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6005         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
6006         defined.
6007         * include/mqueue.h: Likewise.
6008         * include/stdlib.h: Likewise.
6010         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
6011         (get_null_defines): Adjust.
6012         * sunrpc/Makefile: Adjust comment.
6013         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
6014         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
6015         (CFLAGS-interp.c): Likewise.
6016         (CFLAGS-ldconfig.c): Likewise.
6017         (CPPFLAGS-.os): Likewise.
6018         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6019         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6020         * extra-modules.mk (extra-modules.mk): Likewise.
6021         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
6022         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
6023         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
6024         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
6025         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
6026         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
6027         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
6028         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
6029         * iconvdata/Makefile (CPPFLAGS): Likewise.
6030         (cpp-srcs-left): Add libof for all iconvdata routines.
6031         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
6032         * include/assert.h: Likewise.
6033         * include/ctype.h: Likewise.
6034         * include/errno.h: Likewise.
6035         * include/libc-symbols.h: Likewise.
6036         * include/math.h: Likewise.
6037         * include/netdb.h: Likewise.
6038         * include/resolv.h: Likewise.
6039         * include/stdio.h: Likewise.
6040         * include/stdlib.h: Likewise.
6041         * include/string.h: Likewise.
6042         * include/sys/stat.h: Likewise.
6043         * include/wctype.h: Likewise.
6044         * intl/l10nflist.c: Likewise.
6045         * libidn/idn-stub.c: Likewise.
6046         * libio/libioP.h: Likewise.
6047         * nptl/libc_multiple_threads.c: Likewise.
6048         * nptl/pthreadP.h: Likewise.
6049         * posix/regex_internal.h: Likewise.
6050         * resolv/res_hconf.c: Likewise.
6051         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
6052         * sysdeps/arm/memmove.S: Likewise.
6053         * sysdeps/arm/sysdep.h: Likewise.
6054         * sysdeps/generic/_itoa.h: Likewise.
6055         * sysdeps/generic/symbol-hacks.h: Likewise.
6056         * sysdeps/gnu/errlist.awk: Likewise.
6057         * sysdeps/gnu/errlist.c: Likewise.
6058         * sysdeps/i386/i586/memcpy.S: Likewise.
6059         * sysdeps/i386/i586/memset.S: Likewise.
6060         * sysdeps/i386/i686/memcpy.S: Likewise.
6061         * sysdeps/i386/i686/memmove.S: Likewise.
6062         * sysdeps/i386/i686/mempcpy.S: Likewise.
6063         * sysdeps/i386/i686/memset.S: Likewise.
6064         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
6065         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
6066         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
6067         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
6068         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
6069         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
6070         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
6071         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
6072         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
6073         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
6074         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
6075         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
6076         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
6077         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
6078         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
6079         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
6080         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
6081         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
6082         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
6083         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
6084         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
6085         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
6086         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
6087         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
6088         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
6089         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
6090         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
6091         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
6092         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
6093         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
6094         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
6095         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
6096         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
6097         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
6098         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
6099         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
6100         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
6101         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
6102         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
6103         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
6104         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
6105         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
6106         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
6107         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
6108         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
6109         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
6110         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
6111         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
6112         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
6113         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
6114         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
6115         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
6116         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
6117         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
6118         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
6119         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
6120         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
6121         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
6122         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
6123         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
6124         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
6125         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
6126         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
6127         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6128         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6129         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
6130         * sysdeps/posix/closedir.c: Likewise.
6131         * sysdeps/posix/opendir.c: Likewise.
6132         * sysdeps/posix/readdir.c: Likewise.
6133         * sysdeps/posix/rewinddir.c: Likewise.
6134         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
6135         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
6136         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
6137         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
6138         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
6139         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
6140         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
6141         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
6142         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
6143         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
6144         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
6145         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
6146         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
6147         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
6148         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
6149         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
6150         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
6151         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
6152         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
6153         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
6154         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
6155         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
6156         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
6157         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
6158         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
6159         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
6160         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
6161         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
6162         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
6163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
6164         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
6165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
6166         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
6167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
6168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
6169         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
6170         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
6171         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
6172         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
6173         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
6174         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
6175         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
6176         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
6177         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
6178         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
6179         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
6180         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
6181         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
6182         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
6183         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
6184         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
6185         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
6186         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
6187         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
6188         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
6189         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
6190         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
6191         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
6192         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
6193         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
6194         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
6195         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
6196         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
6197         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
6198         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
6199         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
6200         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
6201         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
6202         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
6203         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
6204         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
6205         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
6206         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
6207         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
6208         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
6209         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
6210         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
6211         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
6212         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
6213         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
6214         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
6215         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
6216         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
6217         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
6218         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
6219         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
6220         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
6221         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
6222         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
6223         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
6224         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
6225         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
6226         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
6227         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
6228         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
6229         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
6230         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
6231         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
6232         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
6233         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
6234         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
6235         * sysdeps/unix/alpha/sysdep.S: Likewise.
6236         * sysdeps/unix/alpha/sysdep.h: Likewise.
6237         * sysdeps/unix/make-syscalls.sh: Likewise.
6238         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6239         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6240         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6241         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
6242         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6243         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
6244         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
6245         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6246         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6247         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
6248         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6249         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6250         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6251         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
6252         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6253         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
6254         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6255         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
6256         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
6257         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6258         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
6259         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6260         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6261         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6262         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6263         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6264         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6267         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
6268         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6269         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6270         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
6271         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6272         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6273         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6274         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
6275         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6276         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6277         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
6278         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6279         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6280         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6281         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
6282         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6283         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6284         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6285         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6286         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6287         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6288         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6289         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6290         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6291         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6292         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
6293         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6294         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6295         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6296         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
6297         * sysdeps/x86_64/memcpy.S: Likewise.
6298         * sysdeps/x86_64/memmove.c: Likewise.
6299         * sysdeps/x86_64/memset.S: Likewise.
6300         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
6301         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
6302         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
6303         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
6304         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
6305         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
6306         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
6307         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
6308         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
6309         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
6310         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
6311         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
6312         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
6313         * sysdeps/x86_64/multiarch/memset.S: Likewise.
6314         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6315         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
6316         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
6317         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
6318         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
6319         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
6320         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
6321         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
6322         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
6323         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
6324         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
6325         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
6326         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
6327         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
6328         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
6329         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
6330         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
6331         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
6332         * sysdeps/x86_64/strcmp.S: Likewise.
6334         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
6336         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
6337         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
6338         * elf/rtld-Rules: Likewise.
6339         * elf/setup-vdso.h: Likewise.
6340         * include/assert.h: Likewise.
6341         * include/bits/stdlib-float.h: Likewise.
6342         * include/errno.h: Likewise.
6343         * include/sys/stat.h: Likewise.
6344         * include/unistd.h: Likewise.
6345         * sysdeps/aarch64/setjmp.S: Likewise.
6346         * sysdeps/alpha/setjmp.S: Likewise.
6347         * sysdeps/arm/__longjmp.S: Likewise.
6348         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
6349         * sysdeps/arm/setjmp.S: Likewise.
6350         * sysdeps/arm/sysdep.h: Likewise.
6351         * sysdeps/generic/_itoa.h: Likewise.
6352         * sysdeps/generic/dl-sysdep.h: Likewise.
6353         * sysdeps/generic/ldsodefs.h: Likewise.
6354         * sysdeps/i386/dl-tls.h: Likewise.
6355         * sysdeps/i386/setjmp.S: Likewise.
6356         * sysdeps/m68k/setjmp.c: Likewise.
6357         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
6358         * sysdeps/mach/hurd/opendir.c: Likewise.
6359         * sysdeps/posix/getcwd.c: Likewise.
6360         * sysdeps/posix/opendir.c: Likewise.
6361         * sysdeps/posix/profil.c: Likewise.
6362         * sysdeps/powerpc/dl-procinfo.h: Likewise.
6363         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
6364         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
6365         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
6366         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6367         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
6368         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6369         * sysdeps/s390/dl-tls.h: Likewise.
6370         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6371         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6372         * sysdeps/sh/sh3/setjmp.S: Likewise.
6373         * sysdeps/sh/sh4/setjmp.S: Likewise.
6374         * sysdeps/unix/alpha/sysdep.h: Likewise.
6375         * sysdeps/unix/arm/sysdep.S: Likewise.
6376         * sysdeps/unix/i386/sysdep.S: Likewise.
6377         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6378         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6379         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6380         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6381         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6382         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
6383         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6384         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6385         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
6386         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
6387         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
6388         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6389         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6392         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6393         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6394         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6395         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6396         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6397         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6398         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6399         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6400         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6401         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6402         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6403         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6404         * sysdeps/unix/x86_64/sysdep.S: Likewise.
6405         * sysdeps/x86_64/setjmp.S: Likewise.
6407         * include/math.h: Use IS_IN instead of IS_IN_libm.
6408         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
6409         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6410         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
6411         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
6412         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
6413         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
6414         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
6415         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
6416         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
6417         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
6418         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
6419         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6420         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
6421         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6422         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6423         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
6424         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
6425         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6426         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
6427         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
6428         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
6429         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
6430         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
6431         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
6432         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
6433         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
6434         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
6435         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
6436         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
6437         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6438         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
6439         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
6440         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6442         Likewise.
6443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
6444         Likewise.
6445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
6446         Likewise.
6447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
6448         Likewise.
6449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
6450         Likewise.
6451         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
6452         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
6453         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
6454         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
6455         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
6456         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
6457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
6459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
6460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
6461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
6462         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
6463         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
6464         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6465         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6466         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
6467         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6468         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6469         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
6470         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
6471         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
6472         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
6473         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
6474         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
6475         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
6476         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6477         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
6479         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
6480         * nptl/pthreadP.h: Likewise.
6481         * nptl_db/structs.def: Likewise.
6482         * sysdeps/arm/sysdep.h: Likewise.
6483         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6484         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6485         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
6486         * sysdeps/unix/alpha/sysdep.h: Likewise.
6487         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6488         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6489         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6490         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6491         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6492         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6493         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6494         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6495         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6496         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6497         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6498         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6499         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6500         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6503         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6504         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6505         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6506         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6507         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6508         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6509         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6510         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6511         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
6512         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6514         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
6515         * nptl/pthreadP.h: Likewise.
6516         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6517         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6518         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6519         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6520         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6521         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6522         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6523         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6524         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6525         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6526         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6527         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6529         Likewise.
6530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6531         Likewise.
6532         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6533         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6534         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6535         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6536         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6537         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6538         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6539         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6541         * dlfcn/dladdr.c: Use IS_IN.
6542         * dlfcn/dladdr1.c: Likewise.
6543         * dlfcn/dlclose.c: Likewise.
6544         * dlfcn/dlerror.c: Likewise.
6545         * dlfcn/dlinfo.c: Likewise.
6546         * dlfcn/dlmopen.c: Likewise.
6547         * dlfcn/dlopen.c: Likewise.
6548         * dlfcn/dlsym.c: Likewise.
6549         * dlfcn/dlvsym.c: Likewise.
6551         * include/ifaddrs.h: Use IS_IN.
6552         * inet/check_pf.c: Likewise.
6553         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6554         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6556         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6557         IS_IN_ldconfig.
6558         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6559         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6561         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6562         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6563         IS_IN (libc).
6565         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6567         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6568         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6569         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6570         * include/libc-symbols.h (IS_IN_LIB): New macro.
6571         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6572         * include/netdb.h: Likewise.
6573         * include/stap-probe.h: Remove all uses of IN_LIB.
6575         * Makeconfig (module-cppflags-real): Define MODULE_NAME
6576         instead of IN_MODULE.
6577         * include/libc-symbols.h (IN_MODULE): Define using
6578         MODULE_NAME.
6579         (PASTE_NAME, PASTE_NAME1): New macros.
6580         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6581         of IN_LIB.
6582         (STAP_PROBE_ASM): Likewise.
6584 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6586         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6587         __mach_init in dlopened libc.
6589 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
6591         * sysdeps/arm/preconfigure.ac: Delete EABI check.
6592         * sysdeps/arm/preconfigure: Regenerate.
6594 2014-11-21  Roland McGrath  <roland@hack.frob.com>
6596         * nptl/pthread_create.c (__pthread_create_2_1): Set
6597         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6598         when copying values from IATTR into PD.
6600 2014-11-21  Will Newton  <will.newton@linaro.org>
6601             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6603         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6604         Refactor inline-asm.  Also add comment.
6606         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6607         ElfW macro instead of hardcoded Elf64 types.
6608         (la_aarch64_gnu_pltenter): Likewise.
6609         * sysdeps/aarch64/dl-machine.h
6610         (elf_machine_runtime_setup): Use ElfW(Addr).
6612         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6613         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6614         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6615         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6616         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6617         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6618         (R_AARCH64_TLS_DTPMOD): This.
6619         (R_AARCH64_TLS_DTPREL64): Rename to ...
6620         (R_AARCH64_TLS_DTPREL): This.
6621         (R_AARCH64_TLS_TPREL64): Rename to ...
6622         (R_AARCH64_TLS_TPREL): This.
6623         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6624         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6625         R_AARCH64_TLS_TPREL64.
6626         (elf_machine_rela): Likewise.
6628 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6630         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6631         by setting it to 0.  64b atomics are not supported currently.
6633 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6635         [BZ #16469]
6636         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6637         search domain names.
6639 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6641         [BZ #16469]
6642         * NEWS: Update.
6643         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6644         trailing dot.
6645         * posix/tst-getaddrinfo5.c: New.
6646         * posix/Makefile (tests): Add it.
6648 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6650         [BZ #14498]
6651         * NEWS: Fixed.
6652         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6653         after parsing line but before break_if_match.
6654         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6655         if there is a protocol mismatch.
6657 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6659         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6660         because the potential race is on the user-supplied stream.
6662 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6664         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6665         string literal if not passed a buffer.
6666         * manual/job.texi (ctermid): Update reasoning, note deviation
6667         from posix, suggest mtasurace when not passed a buffer, for
6668         future non-preliminary safety notes.
6670 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6672         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6673         of not passing it a buffer.
6674         Reported by Peng Haitao.
6676 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6678         * manual/Makefile ($(objpfx)stamp-summary): Require
6679         check-safety.sh to pass.
6680         * manual/check-safety.sh: Wish for verification that every
6681         @deftypefn and @deftypefun is followed by a @safety remark.
6683 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6685         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6687         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6688         PTHREAD_CANCEL_ASYNCHRONOUS.
6689         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6690         send SIGCANCEL.
6692         * nptl/default-sched.h: New file.
6693         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6694         * nptl/pthread_create.c: Include it.
6695         (__pthread_create_2_1): Use collect_default_sched instead of making
6696         Linux syscalls here directly.
6698 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6700         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6701         __pthread_once): Use C11 atomics.
6703 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6705         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6707 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6709         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6710         atomic_thread_fence_acquire, atomic_thread_fence_release,
6711         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6712         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6713         atomic_compare_exchange_weak_relaxed,
6714         atomic_compare_exchange_weak_acquire,
6715         atomic_compare_exchange_weak_release,
6716         atomic_exchange_acquire, atomic_exchange_release,
6717         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6718         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6719         atomic_fetch_and_acquire,
6720         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6722 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6724         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6725         USE_ATOMIC_COMPILER_BUILTINS): Define.
6726         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6727         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6728         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6729         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6730         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6731         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6732         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6733         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6734         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6735         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6736         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6737         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6738         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6739         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6740         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6741         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6742         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6743         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6744         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6745         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6746         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6747         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6748         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6749         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6750         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6751         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6752         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6753         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6754         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6755         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6756         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6757         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6758         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6759         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6760         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6761         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6762         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6763         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6764         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6765         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6767 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6769         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6770         the sched_priority value here.  It was already checked when the user
6771         called pthread_attr_setschedparam.
6773         * nptl/tst-bad-schedattr.c: New file.
6774         * nptl/Makefile (tests): Add it.
6776 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6777             Florian Weimer  <fweimer@redhat.com>
6778             Joseph Myers  <joseph@codesourcery.com>
6779             Adam Conrad  <adconrad@0c3.net>
6780             Andreas Schwab  <schwab@suse.de>
6781             Brooks  <bmoses@google.com>
6783         [BZ #17625]
6784         * wordexp-test.c (__dso_handle): Add prototype.
6785         (__register_atfork): Likewise.
6786         (__app_register_atfork): New function.
6787         (registered_forks): New global.
6788         (register_fork): New function.
6789         (test_case): Add 3 new tests for WRDE_CMDSUB.
6790         (main): Call __app_register_atfork.
6791         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6792         fork count is non-zero fail the test.
6793         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6794         is set.
6795         (parse_dollars): Remove check for WRDE_NOCMD.
6796         (parse_dquote): Likewise.
6798 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6800         * Makeconfig (built-modules): List non-library modules to be
6801         built.
6802         (module-cppflags): Include libc-modules.h for
6803         everything except shlib-versions.v.i.
6804         (CPPFLAGS): Use it.
6805         (before-compile): Add libc-modules.h.
6806         ($(common-objpfx)libc-modules.h,
6807         $(common-objpfx)libc-modules.stmp): New targets.
6808         (common-generated): Add libc-modules.h and libc-modules.stmp.
6809         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6810         * include/libc-symbols.h: Don't include libc-modules.h.
6811         * include/libc-modules.h: Remove file.
6812         * scripts/gen-libc-modules.awk: New script to generate
6813         libc-modules.h.
6814         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6815         Depend on libc-modules.stmp.
6817         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6819         * Makeconfig (in-module): Get value of libof set for the
6820         translation unit.
6821         (CPPFLAGS): Use $(in-module).
6822         * Makerules: Don't suffix routine names for nonlib.
6823         * include/libc-modules.h: New file.
6824         * include/libc-symbols.h: Include libc-modules.h
6825         (IS_IN): New macro to replace IS_IN_* macros.
6826         * elf/Makefile: Set libof-* for each routine.
6827         * elf/rtld-Rules: Likewise.
6828         * extra-modules.mk: Likewise.
6829         * iconv/Makefile: Likewise.
6830         * iconvdata/Makefile: Likewise.
6831         * locale/Makefile: Likewise.
6832         * malloc/Makefile: Likewise.
6833         * nss/Makefile: Likewise.
6834         * sysdeps/gnu/Makefile: Likewise.
6835         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6836         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6837         * sysdeps/s390/s390-64/Makefile: Likewise.
6838         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6839         CPPFLAGS for nscd instead of nonlib.
6841 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6843         * nptl/createthread.c: New file.
6845         * nptl/createthread.c: Moved ...
6846         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6848         * nptl/createthread.c: Add proper top-line comment.
6849         (do_clone): Folded into ...
6850         (create_thread): ... here.  Take new arguments STOPPED_START and
6851         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6852         increment __nptl_threads, do event-reporting logic, do
6853         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6854         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6855         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6856         just send SIGCANCEL.
6857         * nptl/pthread_create.c: Forward-declare create_thread before
6858         including createthread.c.
6859         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6860         declaration, and new macro START_THREAD_SELF to replace argument.
6861         Remove return statement.
6862         (report_thread_creation): New function.
6863         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6864         synchronization logic, and __nptl_nthreads increment here, around
6865         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6866         PD->parent_cancelhandling here, before create_thread.  When
6867         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6868         __deallocate_stack, and ENOMEM translation here.
6870 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6872         [BZ #17616]
6873         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6874         (mptwo): Rename to __mptwo.
6875         (__inv): Use __mptwo instead of mptwo.
6876         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6877         (mptwo): Rename to __mptwo.
6878         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6879         of mpone and __mptwo instead of mptwo.
6880         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6881         instead of mpone.
6882         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6883         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6884         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6885         of mpone and __mptwo instead of mptwo.
6886         (__mpranred): Use __mpone instead of mpone.
6887         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6888         variable.
6889         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6890         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6891         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6892         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6893         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6894         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6895         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6896         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6897         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6898         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6899         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6900         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6901         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6902         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6903         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6904         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6905         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6906         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6907         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6909 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6911         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6912         replace BSD Handler xref with BSD Signal Handling.
6914 2014-11-17  Richard Henderson  <rth@redhat.com>
6916         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6917         (_FP_PACK_RAW_2): Remove.
6918         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6919         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6920         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6921         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6922         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6923         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6924         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6925         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6926         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6927         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6928         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6929         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6930         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6931         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6932         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6933         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6935 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6937         * signal/signal.h [__USE_MISC]
6938         (struct sigvec): Remove type.
6939         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6940         (sigvec): Remove declaration.
6941         * sysdeps/posix/sigvec.c: Moved ...
6942         * signal/sigvec.c: ... here, replacing old file.
6943         (struct sigvec): New type, copied from old signal.h definition.
6944         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6945         (__sigvec): Convert definition to prototype.
6946         (sigvec): Replace weak_alias with compat_symbol.
6947         * signal/Versions (libc: GLIBC_2.21): New version set.
6948         * include/signal.h: Remove __sigvec declaration.
6949         * sysdeps/unix/bsd/sigvec.c: Remove file.
6950         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6951         * manual/signal.texi (BSD Handler): Remove subsection.
6952         Move siginterrupt up to ...
6953         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6954         (Blocking in BSD): Fold subsection into its parent.
6955         * NEWS: Mention sigvec removal.
6957 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6959         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6960         (DLA_FMS): Make definition conditional only on [__FMA4__].
6961         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6962         definition.
6964         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6965         Make definition conditional only on [PROF].
6966         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6967         definition.
6968         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6969         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6971         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6972         !__GNUC__].
6973         * include/signal.h (__sigpause): Move declaration above call to
6974         libc_hidden_proto.
6975         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6976         variable.
6977         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6978         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6980 2014-11-14  David S. Miller  <davem@davemloft.net>
6982         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6983         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6985 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6987         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6988         * configure: Regenerated.
6989         * manual/install.texi (Tools for Compilation): Document a
6990         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6991         compiler verified to work.
6992         * INSTALL: Regenerated.
6994         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6995         redeclare with asm name.
6996         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6997         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6998         including <string.h>.
6999         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7000         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
7001         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7002         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
7003         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7004         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
7005         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7007 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
7009         * stdlib/strtol.c (__strtol): Use prototype definition.
7011         [BZ #17594]
7012         * stdlib/strtol.c (SYM__): New macro.
7013         (SYM__1): Likewise.
7014         (__strtol): Likewise.
7015         (strtol): Rename to __strtol and define as weak alias of
7016         __strtol.  Use libc_hidden_weak.
7018 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7020         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
7021         Use numbered labels in inline assembly.
7023 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7025         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
7026         Add setjmp LIBC_PROBE.
7027         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
7028         Likewise.
7029         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
7030         Add longjmp, longjmp_target LIBC_PROBE.
7031         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
7032         Likewise.
7034 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7036         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
7037         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
7038         to get rid of unused variable warning.
7040 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7042         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
7043         Check for unwind_backtrace ==  NULL only in SHARED case.
7044         (__backchain_backtrace): Compile only in SHARED case.
7045         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
7046         Likewise.
7047         (__backchain_backtrace): Declare as static.
7049 2014-11-12  Roland McGrath  <roland@hack.frob.com>
7051         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
7052         (__libc_multiple_threads_ptr): Variable moved ...
7053         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
7055 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
7057         * conform/GlibcConform.pm: New file.
7058         * conform/conformtest.pl: Use GlibcConform module.
7059         * conform/linknamespace.pl: New file.
7060         * conform/list-header-symbols.pl: Likewise.
7061         * conform/Makefile (linknamespace-symlists-base): New variable.
7062         (linknamespace-symlists-tests): Likewise.
7063         (linknamespace-header-base): Likewise.
7064         (linknamespace-header-tests): Likewise.
7065         (tests-special): Add new tests.
7066         ($(linknamespace-symlists-tests)): New rule.
7067         (linknamespace-libs): New variable.
7068         ($(objpfx)symlist-stdlibs): New rule.
7069         ($(linknamespace-header-tests)): Likewise.
7070         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
7071         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
7072         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
7073         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
7074         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
7075         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
7076         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
7077         (test-xfail-ISO/math.h/linknamespace): Likewise.
7078         (test-xfail-ISO/signal.h/linknamespace): Likewise.
7079         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
7080         (test-xfail-ISO/time.h/linknamespace): Likewise.
7081         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
7082         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
7083         (test-xfail-ISO99/math.h/linknamespace): Likewise.
7084         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
7085         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
7086         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
7087         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
7088         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
7089         (test-xfail-ISO11/math.h/linknamespace): Likewise.
7090         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
7091         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
7092         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
7093         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
7094         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
7095         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
7096         (test-xfail-XPG3/math.h/linknamespace): Likewise.
7097         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
7098         (test-xfail-XPG3/search.h/linknamespace): Likewise.
7099         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
7100         (test-xfail-XPG3/time.h/linknamespace): Likewise.
7101         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
7102         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
7103         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
7104         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
7105         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
7106         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
7107         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
7108         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
7109         (test-xfail-XPG4/math.h/linknamespace): Likewise.
7110         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
7111         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
7112         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
7113         (test-xfail-XPG4/search.h/linknamespace): Likewise.
7114         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
7115         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
7116         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
7117         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
7118         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
7119         (test-xfail-XPG4/time.h/linknamespace): Likewise.
7120         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
7121         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
7122         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
7123         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
7124         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
7125         (test-xfail-POSIX/math.h/linknamespace): Likewise.
7126         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
7127         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
7128         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
7129         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
7130         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
7131         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
7132         (test-xfail-POSIX/time.h/linknamespace): Likewise.
7133         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
7134         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
7135         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
7136         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
7137         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
7138         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
7139         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
7140         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
7141         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
7142         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
7143         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
7144         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
7145         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
7146         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
7147         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
7148         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
7149         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
7150         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
7151         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
7152         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
7153         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
7154         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
7155         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
7156         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
7157         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
7158         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
7159         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
7160         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
7161         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
7162         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
7163         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
7164         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
7165         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
7166         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
7167         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
7168         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
7169         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
7170         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
7171         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
7172         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
7173         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
7174         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
7175         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
7176         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
7177         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
7178         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
7179         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
7180         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
7181         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
7182         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
7183         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
7184         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
7185         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
7186         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
7187         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
7188         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
7189         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
7190         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
7191         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
7192         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
7193         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
7194         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
7195         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
7196         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
7197         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
7198         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
7199         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
7200         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
7201         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
7202         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
7203         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
7204         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
7205         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
7206         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
7207         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
7208         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
7209         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
7210         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
7211         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
7212         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
7213         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
7214         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
7215         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
7216         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
7217         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
7218         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
7219         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
7220         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
7221         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
7222         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
7223         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
7224         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
7225         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
7226         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
7227         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
7228         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
7229         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
7230         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
7232         [BZ #17589]
7233         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
7234         of fgets_unlocked.
7236         [BZ #17585]
7237         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
7238         (memmem): Rename to __memmem and define as weak alias of
7239         __memmem.  Use libc_hidden_weak.
7240         (__memmem): Use libc_hidden_def.
7241         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
7242         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
7243         memmem.
7245         [BZ #17582]
7246         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
7247         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
7248         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
7249         and define as weak alias of __fgets_unlocked.  Use
7250         libc_hidden_weak.
7251         (__fgets_unlocked): Use libc_hidden_def.
7252         * include/stdio.h (__fgets_unlocked): Declare.  Use
7253         libc_hidden_proto.
7254         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
7255         __fgets_unlocked instead of fgets_unlocked.
7256         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
7257         (GET_NPROCS_CONF_PARSER): Likewise.
7258         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
7259         (GET_NPROCS_CONF_PARSER): Likewise.
7261         [BZ #17574]
7262         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
7263         weak alias of __wmemset.  Use libc_hidden_weak.
7264         (__wmemset): Use libc_hidden_def.
7265         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
7266         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
7267         of wmemset.
7269         [BZ #17573]
7270         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
7271         with asm name __mempcpy.
7272         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
7274         [BZ #17572]
7275         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
7276         and define as weak alias of __rawmemchr.
7277         (__rawmemchr): Do not define as strong alias of rawmemchr.
7279         [BZ #17571]
7280         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
7281         alias of __qsort_r.
7282         (qsort): Call __qsort_r instead of qsort_r.
7283         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
7284         (__qsort_r): Declare.  Call libc_hidden_proto.
7285         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
7286         instead of qsort_r.
7287         * nscd/gai.c (__qsort_r): Define to qsort_r.
7288         * posix/tst-rfc3484.c (__qsort_r): Likewise.
7289         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
7290         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
7292         [BZ #17570]
7293         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
7294         define as weak alias of __malloc_info.
7296         [BZ #17584]
7297         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
7298         as weak alias of __rewinddir.  Don't use libc_hidden_def.
7299         (__rewinddir): Use libc_hidden_def.
7300         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
7301         as weak alias of __rewinddir.  Don't use libc_hidden_def.
7302         (__rewinddir): Use libc_hidden_def.
7303         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
7304         weak alias of __rewinddir.  Don't use libc_hidden_def.
7305         (__rewinddir): Use libc_hidden_def.
7306         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
7307         (__rewinddir): Use libc_hidden_proto.
7308         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
7309         rewinddir.
7310         (__getcwd): Use __rewinddir instead of rewinddir.
7312         [BZ #17583]
7313         * libio/fileno.c (fileno): Rename to __fileno and define as weak
7314         alias of __fileno.  Use libc_hidden_weak.
7315         (__fileno): Use libc_hidden_def.
7316         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
7317         * libio/ftello.c (ftello): Rename to __ftello and define as weak
7318         alias of __ftello.
7319         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
7320         __ftello.
7321         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
7322         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
7323         libc_hidden_def.
7324         (fread_unlocked): Don't use libc_hidden_ver.
7325         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
7326         and define as weak alias of __fread_unlocked.  Don't use
7327         libc_hidden_def.
7328         (__fread_unlocked): Use libc_hidden_def.
7329         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
7330         (ftello): Don't use libc_hidden_proto.
7331         (__ftello): Declare.  Use libc_hidden_proto.
7332         (fread_unlocked): Don't use libc_hidden_proto.
7333         (__fread_unlocked): Declare.  Use libc_hidden_proto.
7334         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
7335         and __ftello instead of fileno, fread_unlocked and ftello.
7337 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7339         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
7340         GOT12.
7341         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
7342         Likewise.
7343         (_dl_start_user): Likewise.
7344         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
7346 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
7347             Siddhesh Poyarekar  <siddhesh@redhat.com>
7349         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
7350         Move argv and envp down instead of moving argc up.
7351         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
7353 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
7355         [BZ #17506]
7356         * test-skeleton.c (main): Return successful if one of
7357         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
7358         * string/tst-strcoll-overflow.c: Define expected status.
7360 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
7362         [BZ #17475]
7363         * locale/iso-639.def: Define Bhili and Tulu language codes.
7365 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
7367         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
7369 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
7371         [BZ #17555]
7372         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
7374 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
7376         * configure.ac: Updated check of minimal required version to
7377         2.22.
7378         * manual/install.texi (Tools for Compilation): Updated version
7379         number.
7380         * configure: Regenerated.
7381         * INSTALL: Likewise.
7383 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
7385         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
7386         __tls_get_addr.
7388 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
7390         * include/sys/wait.h (__libc_waitpid): Remove declaration.
7391         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
7392         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7393         libc_hidden_weak.
7394         (waitpid): Define as alias of __waitpid.
7395         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
7396         __waitpid.
7397         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7398         libc_hidden_weak.
7399         (waitpid): Define as alias of __waitpid.
7400         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
7401         __libc_waitpid alias.
7402         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
7403         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
7404         Likewise.
7405         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
7406         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
7407         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
7408         alias.
7409         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
7410         __waitpid.
7411         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7412         libc_hidden_weak.
7413         (waitpid): Define as alias of __waitpid.
7415 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
7417         * manual/llio.texi: Add comment that write safety has been
7418         fixed in Linux.
7420         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
7421         (localplt-build-dso): Add elf/ld.so.
7422         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
7423         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
7424         and free for ld.so.
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
7426         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
7428         Likewise.
7429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7430         Likewise.
7431         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
7432         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
7433         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
7434         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
7435         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
7436         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
7437         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
7438         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
7439         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
7440         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
7441         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
7443 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
7445         [BZ #14132]
7446         * include/libc-symbols.h (INTUSE): Remove macro.
7447         (INTDEF): Likewise.
7448         (INTVARDEF): Likewise.
7449         (_INTVARDEF): Likewise.
7450         (INTDEF2): Likewise.
7451         (INTVARDEF2): Likewise.
7452         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
7453         rtld_hidden_def instead of INTVARDEF.
7454         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
7455         (_dl_starting_up_internal): Remove declaration.
7456         (_dl_starting_up): Use rtld_hidden_proto.
7457         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
7458         declaration.
7459         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
7460         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
7461         _dl_starting_up.
7462         * elf/dl-writev.h (_dl_writev): Likewise.
7463         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
7464         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
7465         _dl_starting_up_internal.
7467 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7469         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
7470         test-skeleton.c.
7472 2014-11-05  Will Newton  <will.newton@linaro.org>
7474         * benchtests/Makefile: (bench-malloc): Add malloc thread
7475         scalability benchmark.
7476         * benchtests/bench-malloc-threads.c: New file.
7478 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
7480         * sysdeps/aarch64/strchrnul.S: New file.
7482 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7484         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
7485         definition.
7486         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7487         Likwise.
7488         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7489         Likewise.
7490         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7491         Likewise.
7492         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7493         Likewise.
7494         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7495         Likewise.
7497 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
7499         * catgets/test-gencat.c: Use test-skeleton.c.
7500         * catgets/tst-catgets.c: Likewise.
7501         * csu/tst-empty.c: Likewise.
7502         * elf/tst-audit2.c: Likewise.
7503         * elf/tst-global1.c: Likewise.
7504         * elf/tst-pathopt.c: Likewise.
7505         * elf/tst-piemod1.c: Likewise.
7506         * elf/tst-tls10.c: Likewise.
7507         * elf/tst-tls11.c: Likewise.
7508         * elf/tst-tls12.c: Likewise.
7509         * gnulib/tst-gcc.c: Likewise.
7510         * iconvdata/tst-e2big.c: Likewise.
7511         * iconvdata/tst-loading.c: Likewise.
7512         * iconv/tst-iconv1.c: Likewise.
7513         * iconv/tst-iconv2.c: Likewise.
7514         * inet/test-inet6_opt.c: Likewise.
7515         * inet/tst-gethnm.c: Likewise.
7516         * inet/tst-network.c: Likewise.
7517         * inet/tst-ntoa.c: Likewise.
7518         * intl/tst-codeset.c: Likewise.
7519         * intl/tst-gettext2.c: Likewise.
7520         * intl/tst-gettext3.c: Likewise.
7521         * intl/tst-ngettext.c: Likewise.
7522         * intl/tst-translit.c: Likewise.
7523         * io/test-stat.c: Likewise.
7524         * libio/test-fmemopen.c: Likewise.
7525         * libio/tst-freopen.c: Likewise.
7526         * libio/tst-sscanf.c: Likewise.
7527         * libio/tst-ungetwc1.c: Likewise.
7528         * libio/tst-ungetwc2.c: Likewise.
7529         * libio/tst-widetext.c: Likewise.
7530         * localedata/tst-ctype.c: Likewise.
7531         * localedata/tst-digits.c: Likewise.
7532         * localedata/tst-leaks.c: Likewise.
7533         * localedata/tst-mbswcs1.c: Likewise.
7534         * localedata/tst-mbswcs2.c: Likewise.
7535         * localedata/tst-mbswcs3.c: Likewise.
7536         * localedata/tst-mbswcs4.c: Likewise.
7537         * localedata/tst-mbswcs5.c: Likewise.
7538         * localedata/tst-setlocale.c: Likewise.
7539         * localedata/tst-trans.c: Likewise.
7540         * localedata/tst-wctype.c: Likewise.
7541         * localedata/tst-xlocale1.c: Likewise.
7542         * login/tst-grantpt.c: Likewise.
7543         * malloc/tst-calloc.c: Likewise.
7544         * malloc/tst-malloc.c: Likewise.
7545         * malloc/tst-mallocstate.c: Likewise.
7546         * malloc/tst-mcheck.c: Likewise.
7547         * malloc/tst-mtrace.c: Likewise.
7548         * malloc/tst-obstack.c: Likewise.
7549         * math/atest-exp2.c: Likewise.
7550         * math/atest-exp.c: Likewise.
7551         * math/atest-sincos.c: Likewise.
7552         * math/test-matherr.c: Likewise.
7553         * math/test-misc.c: Likewise.
7554         * math/test-powl.c: Likewise.
7555         * math/tst-definitions.c: Likewise.
7556         * misc/tst-dirname.c: Likewise.
7557         * misc/tst-efgcvt.c: Likewise.
7558         * misc/tst-fdset.c: Likewise.
7559         * misc/tst-hsearch.c: Likewise.
7560         * misc/tst-mntent2.c: Likewise.
7561         * nptl/tst-sem7.c: Likewise.
7562         * nptl/tst-sem8.c: Likewise.
7563         * nptl/tst-sem9.c: Likewise.
7564         * nss/test-netdb.c: Likewise.
7565         * posix/tst-fnmatch.c: Likewise.
7566         * posix/tst-getlogin.c: Likewise.
7567         * posix/tst-gnuglob.c: Likewise.
7568         * posix/tst-mmap.c: Likewise.
7569         * pwd/tst-getpw.c: Likewise.
7570         * resolv/tst-inet_ntop.c: Likewise.
7571         * rt/tst-timer.c: Likewise.
7572         * stdio-common/test-fseek.c: Likewise.
7573         * stdio-common/test-popen.c: Likewise.
7574         * stdio-common/test-vfprintf.c: Likewise.
7575         * stdio-common/tst-cookie.c: Likewise.
7576         * stdio-common/tst-fileno.c: Likewise.
7577         * stdio-common/tst-gets.c: Likewise.
7578         * stdio-common/tst-obprintf.c: Likewise.
7579         * stdio-common/tst-perror.c: Likewise.
7580         * stdio-common/tst-sprintf2.c: Likewise.
7581         * stdio-common/tst-sprintf3.c: Likewise.
7582         * stdio-common/tst-sprintf.c: Likewise.
7583         * stdio-common/tst-swprintf.c: Likewise.
7584         * stdio-common/tst-tmpnam.c: Likewise.
7585         * stdio-common/tst-unbputc.c: Likewise.
7586         * stdio-common/tst-wc-printf.c: Likewise.
7587         * stdlib/tst-environ.c: Likewise.
7588         * stdlib/tst-fmtmsg.c: Likewise.
7589         * stdlib/tst-limits.c: Likewise.
7590         * stdlib/tst-rand48-2.c: Likewise.
7591         * stdlib/tst-rand48.c: Likewise.
7592         * stdlib/tst-random2.c: Likewise.
7593         * stdlib/tst-random.c: Likewise.
7594         * stdlib/tst-strtol.c: Likewise.
7595         * stdlib/tst-strtoll.c: Likewise.
7596         * stdlib/tst-tls-atexit.c: Likewise.
7597         * stdlib/tst-xpg-basename.c: Likewise.
7598         * string/test-ffs.c: Likewise.
7599         * string/tst-bswap.c: Likewise.
7600         * string/tst-inlcall.c: Likewise.
7601         * string/tst-strtok.c: Likewise.
7602         * string/tst-strxfrm.c: Likewise.
7603         * sysdeps/x86_64/tst-audit10.c: Likewise.
7604         * sysdeps/x86_64/tst-audit3.c: Likewise.
7605         * sysdeps/x86_64/tst-audit4.c: Likewise.
7606         * sysdeps/x86_64/tst-audit5.c: Likewise.
7607         * time/tst-ftime_l.c: Likewise.
7608         * time/tst-getdate.c: Likewise.
7609         * time/tst-mktime3.c: Likewise.
7610         * time/tst-mktime.c: Likewise.
7611         * time/tst-posixtz.c: Likewise.
7612         * time/tst-strptime2.c: Likewise.
7613         * time/tst-strptime3.c: Likewise.
7614         * wcsmbs/tst-btowc.c: Likewise.
7615         * wcsmbs/tst-mbrtowc.c: Likewise.
7616         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7617         * wcsmbs/tst-wchar-h.c: Likewise.
7618         * wcsmbs/tst-wcpncpy.c: Likewise.
7619         * wcsmbs/tst-wcrtomb.c: Likewise.
7620         * wcsmbs/tst-wcsnlen.c: Likewise.
7621         * wcsmbs/tst-wcstof.c: Likewise.
7623 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7625         [BZ #14132]
7626         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7627         INTDEF.
7628         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7629         declaration.
7630         (_dl_mcount): Use rtld_hidden_proto.
7631         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7632         _dl_mcount.
7633         * elf/rtld.c (_rtld_global_ro): Likewise.
7635         [BZ #14132]
7636         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7637         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7638         of _dl_init_internal.
7639         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7640         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7641         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7642         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7643         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7644         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7645         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7646         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7647         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7648         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7649         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7650         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7651         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7652         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7653         * sysdeps/tile/dl-start.S (_start): Likewise.
7654         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7655         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7657         [BZ #14132]
7658         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7659         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7660         (rtld_progname): Make macro definition unconditional.
7661         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7662         INTDEF.
7663         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7664         (dl_main): Likewise.
7665         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7666         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7667         instead of _dl_argv_internal.
7668         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7669         __GI__dl_argv instead of INTUSE(_dl_argv).
7670         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7671         __GI__dl_argv instead of _dl_argv_internal.
7673         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7674         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7675         macro.
7676         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7677         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7678         New macro.
7679         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7680         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7681         macro.
7682         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7683         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7685 2014-11-04  Andreas Schwab  <schwab@suse.de>
7687         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7689 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7691         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7692         mtvsrd instruction in binary form.
7694 2014-11-03  Andreas Schwab  <schwab@suse.de>
7696         [BZ #17522]
7697         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7698         for less than MB_LEN_MAX use a local buffer of that size.
7699         * libio/tst-fputws.c: New file.
7700         * libio/Makefile (tests): Add tst-fputws.
7702 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7704         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7705         the size of the fpu_fr.fpu_dregs[] array.
7707 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7709         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7710         (__nanosleep): Do not define as alias.
7711         (nanosleep): Define as alias of __nanosleep.
7712         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7713         __libc_nanosleep name.
7715 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7717         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7718         install.texi in comment.
7720 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7722         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7723         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7724         ... add here and use lwsync or sync ...
7725         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7726         ... and add here using lwsync.
7728 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7730         * elf/dl-machine-reject-phdr.h: New file.
7731         * elf/dl-load.c: #include that.
7732         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7733         if that returned true.
7735 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7737         [BZ #17496]
7738         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7739         gen-as-const-headers chunk.  Add a big scare comment after the last
7740         safe place to touch before-compile.
7742 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7744         * manual/install.texi (Tools for Compilation): Update autoconf
7745         version requirements.
7746         * INSTALL: Regenerated.
7748         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7749         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7750         (__libc_pselect): Likewise.
7752         [BZ #14138]
7753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7758 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7760         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7761         correct barrier instruction.
7762         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7763         Likewise.
7764         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7765         Likewise.
7767 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7769         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7770         after defining inlines.  Instead, just use parens to defeat macro
7771         expansion of __isctype in its declaration.
7773 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7775         * include/sys/uio.h (__libc_readv): Remove declaration.
7776         (__libc_writev): Likewise.
7777         * misc/readv.c (__libc_readv): Rename to __readv.
7778         (__readv): Do not define as alias.
7779         (readv): Define as alias of __readv.
7780         * misc/writev.c (__libc_writev): Rename to __writev.
7781         (__writev): Do not define as alias.
7782         (writev): Define as alias of __writev.
7783         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7784         (__readv): Do not define as alias.
7785         (readv): Define unconditionally as alias of __readv.
7786         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7787         (__writev): Do not define as alias.
7788         (writev): Define unconditionally as alias of __writev.
7789         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7790         name.
7791         (writev): Do not define __libc_writev name.
7793 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7795         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7796         (convert_charseq): New function, broken out of ...
7797         (use_from_charmap): ... here.  Call it.
7798         (use_to_charmap): Use convert_charseq and free instead of duplicating
7799         its code with a variable-length stack struct.
7801 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7803         * include/fcntl.h (__libc_creat): Remove declaration.
7804         * io/creat.c (__libc_creat): Rename to creat.
7805         (creat): Do not define as alias.
7806         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7807         of creat instead of __libc_creat.
7808         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7809         to creat.
7810         (creat): Do not define as alias.
7811         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7812         __libc_creat.
7813         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7814         __libc_creat name.
7815         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7816         Likewise.
7818 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7820         * manual/llio.texi: Add comments discussing why write() may be
7821         considered MT-unsafe on Linux.
7823 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7825         * dl-load.c (local_strdup): Remove.
7826         (expand_dynamic_string_token): Use __strdup.
7827         (decompose_rpath): Likewise.
7828         (_dl_map_object): Likewise.
7830 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7832         [BZ #14132]
7833         * sysdeps/generic/unwind-dw2-fde.c
7834         (__register_frame_info_bases_internal): Do not declare.
7835         (__register_frame_info_table_bases_internal): Likewise.
7836         (__deregister_frame_info_bases_internal): Likewise.
7837         (__register_frame_info_bases): Declare and use hidden_proto before
7838         definition.  Use hidden_def instead of INTDEF.
7839         (__register_frame_info_table_bases): Likewise.
7840         (__deregister_frame_info_bases): Likewise.
7841         (__register_frame_info): Do not use INTUSE.
7842         (__register_frame): Likewise.
7843         (__register_frame_info_table): Likewise.
7844         (__register_frame_table): Likewise.
7845         (__deregister_frame_info): Likewise.
7846         (__deregister_frame): Likewise.
7848 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7850         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7851         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7852         not undefine.
7853         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7854         Likewise.
7855         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7856         Likewise.
7858 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7860         [BZ #14138]
7861         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7862         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7863         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7864         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7865         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7866         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7867         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7868         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7869         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7870         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7871         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7872         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7873         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7874         syscall.
7875         (setfsuid): Likewise.
7876         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7877         (setfsuid): Likewise.
7878         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7879         (setfsuid): Likewise.
7880         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7881         Likewise.
7882         (setfsuid): Likewise.
7883         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7884         (setfsuid): Likewise.
7885         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7886         Likewise.
7887         (setfsuid): Likewise.
7889 2014-10-27  Andreas Schwab  <schwab@suse.de>
7891         [BZ #17501]
7892         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7893         check for Slow_SSE4_2 feature bit.
7894         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7895         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7896         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7897         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7899 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7901         * configure.ac: Validate compiler version with a empirical test of
7902         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7903         $CC -v output.
7904         * configure: Regenerated.
7906         * inet/htons.c (htons): Prototypify.
7907         * inet/htonl.c (htonl): Likewise.
7909 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7911         * string/strncat.c (strncat): Improve performance by using strlen.
7913 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7915         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7917 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7919         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7920         Call libc_fetestexcept_aarch64.
7922 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7924         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7925         Call libc_feholdexcept_aarch64.
7927 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7929         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7930         Call get_rounding_mode.
7932 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7934         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7935         Simplify logic.
7937 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7939         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7940         Simplify logic.
7942 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7944         [BZ #14138]
7945         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7946         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7947         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7948         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7949         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7950         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7951         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7952         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7953         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7954         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7955         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7956         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7957         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7958         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7959         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7960         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7961         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7962         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7963         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7964         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7965         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7966         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7967         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7968         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7969         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7970         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7971         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7972         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7973         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7974         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7975         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7976         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7977         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7978         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7979         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7980         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7981         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7982         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7983         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7984         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7985         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7986         syscall.
7987         (geteuid): Likewise.
7988         (getgid): Likewise.
7989         (getuid): Likewise.
7990         (getresgid): Likewise.
7991         (getresuid): Likewise.
7992         (getgroups): Likewise.
7993         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7994         (geteuid): Likewise.
7995         (getgid): Likewise.
7996         (getuid): Likewise.
7997         (getresgid): Likewise.
7998         (getresuid): Likewise.
7999         (getgroups): Likewise.
8000         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
8001         (geteuid): Likewise.
8002         (getgid): Likewise.
8003         (getuid): Likewise.
8004         (getresgid): Likewise.
8005         (getresuid): Likewise.
8006         (getgroups): Likewise.
8007         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
8008         Likewise.
8009         (geteuid): Likewise.
8010         (getgid): Likewise.
8011         (getuid): Likewise.
8012         (getresgid): Likewise.
8013         (getresuid): Likewise.
8014         (getgroups): Likewise.
8015         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
8016         (geteuid): Likewise.
8017         (getgid): Likewise.
8018         (getuid): Likewise.
8019         (getresgid): Likewise.
8020         (getresuid): Likewise.
8021         (getgroups): Likewise.
8022         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
8023         Likewise.
8024         (geteuid): Likewise.
8025         (getgid): Likewise.
8026         (getuid): Likewise.
8027         (getgroups): Likewise.
8029         [BZ #14138]
8030         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
8031         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
8032         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
8033         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
8034         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
8035         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
8036         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
8037         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
8038         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
8039         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
8040         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
8041         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
8042         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
8043         __chown.
8044         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
8045         (lchown): Likewise.
8046         (fchown): Likewise.
8047         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
8048         Likewise.
8049         (lchown): Likewise.
8050         (fchown): Likewise.
8051         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
8052         (lchown): Likewise.
8053         (fchown): Likewise.
8054         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
8055         Likewise.
8056         (lchown): Likewise.
8057         (fchown): Likewise.
8059 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8061         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
8062         Simplify logic.
8064 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8066         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
8067         Cleanup logic.
8069 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8071         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
8072         Remove unused include.
8074 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8076         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
8077         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
8078         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
8079         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
8081 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
8082             Helge Deller <deller@gmx.de>
8084         [BZ #17508]
8085         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
8086         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
8087         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
8089 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
8091         [BZ #14132]
8092         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
8093         Remove macro definition.
8094         (__ashrdi3_v_glibc20): Likewise.
8095         (__lshrdi3_v_glibc20): Likewise.
8096         (__cmpdi2_v_glibc20): Likewise.
8097         (__ucmpdi2_v_glibc20): Likewise.
8098         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
8099         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
8100         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
8101         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
8102         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
8103         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
8105 2014-10-22  Roland McGrath  <roland@hack.frob.com>
8107         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
8108         old GNU extension [0] syntax.
8109         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
8110         alloca rather than an array member with variable length.
8111         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
8112         * nscd/nscd.c (invalidate_db): New function, broken out of ...
8113         (parse_opt): ... here.  Likewise use alloca there.
8114         Validate the -i argument before checking for rootness.
8115         (send_shutdown): New function, broken out of ...
8116         (parse_opt): ... here.
8118 2014-10-22  Roland McGrath  <roland@hack.frob.com>
8120         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
8121         macro to get at the _rt_local_ro field.
8122         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
8123         ([PIC] case) or _dl_hwcap ([!PIC] case).
8124         * sysdeps/arm/setjmp.S: Likewise.
8126         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
8127         * sysdeps/arm/configure.ac: New check to define it.
8128         * sysdeps/arm/configure: Regenerated.
8129         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
8130         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
8131         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
8132         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
8133         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
8134         Use move/movt pair instead of a load.
8135         (LDST_GLOBAL): Macro removed.
8136         (LDR_GLOBAL): New macro replaces it.
8137         (LDR_HIDDEN): New macro.
8138         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
8139         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
8141         * setjmp/tst-setjmp-static.c: New file.
8142         * setjmp/Makefile (tests): Add it.
8143         (tests-static): New variable.
8145 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
8147         [BZ #17485]
8148         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
8150 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
8152         [BZ #14132]
8153         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
8155 2014-10-21  Roland McGrath  <roland@hack.frob.com>
8157         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
8159 2014-10-20  Roland McGrath  <roland@hack.frob.com>
8161         * io/fts.c (dirent_not_directory): New function.
8162         (fts_build): Call it.
8164 2014-10-20  Roland McGrath  <roland@hack.frob.com>
8166         * nptl/version.c (__nptl_main): Use normal __write rather than
8167         INTERNAL_SYSCALL.
8168         (banner): Update copyright years.
8170         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
8171         gettimeofday.
8172         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8173         * nptl/pthread_cond_timedwait.c: Likewise.
8174         * nptl/pthread_mutex_timedlock.c: Likewise.
8175         * nptl/sem_timedwait.c: Likewise.
8177         * sysdeps/nptl/bits/libc-lock.h
8178         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8179         (__libc_lock_init_recursive): Return void, not 0.
8180         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
8181         (__libc_rwlock_init): Likewise.
8182         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
8184 2014-10-20  Torvald Riegel  <triegel@redhat.com>
8186         [BZ #15215]
8187         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
8188         (__pthread_once_slow): ... here.
8189         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
8190         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
8192 2014-10-20  Torvald Riegel  <triegel@redhat.com>
8194         [BZ #15215]
8195         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
8196         __PTHREAD_ONCE_FORK_GEN_INCR): New.
8197         * sysdeps/nptl/fork.c (__libc_fork): Use them.
8198         * nptl/pthread_once.c (__pthread_once): Likewise.
8199         Update comments.
8201 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
8203         [BZ #14138]
8204         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
8205         name.
8206         (writev): Use __libc_writev as strong name.
8207         * sysdeps/unix/sysv/linux/readv.c: Remove file.
8208         * sysdeps/unix/sysv/linux/writev.c: Likewise.
8210 2014-10-17  Roland McGrath  <roland@hack.frob.com>
8212         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
8214         * sysdeps/i386/nptl/tls.h
8215         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
8216         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
8217         New macros.
8218         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
8219         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
8220         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
8221         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
8222         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
8223         Call CHECK_THREAD_SYSINFO instead of doing an assert.
8225         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
8226         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
8227         on [__NR_futex].
8228         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
8229         broken out of ...
8230         (__pthread_mutex_init): ... here.  Call it.
8231         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
8232         Conditionalize PI cases on [__NR_futex].
8233         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
8234         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
8235         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
8237         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
8238         conditional on [SIGSETXID].
8239         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
8240         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
8241         is defined.  Likewise for SIGSETXID.
8242         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
8243         Conditionalize definitions on [SIGSETXID].
8244         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
8245         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
8246         unblocking on [SIGCANCEL].
8248         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
8249         [__NR_set_robust_list].
8251 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8253         * string/strcoll_l.c (get_next_seq): Fix up formatting.
8254         (do_compare): Likewise.
8256 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
8258         [BZ #15884]
8259         * string/strcoll_l.c: Don't include stdio.h.
8260         (coll_seq): Remove members idxarr and rulearr.
8261         (get_next_seq_cached): Remove function.
8262         (get_next_seq): Likewise.
8263         (get_next_seq_nocache): Rename to get_next_seq.
8264         (do_compare): Remove function.
8265         (do_compare_nocache): Rename to do_compare.
8266         (STRCOLL): Remove weight and rules cache.
8268 2014-10-16  Roland McGrath  <roland@hack.frob.com>
8270         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
8271         * sysdeps/arm/sfp-machine.h: ... to here.
8272         * sysdeps/arm/Implies: Remove arm/soft-fp.
8274 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
8276         * conform/data/sys/utsname.h-data (*_t): Allow.
8277         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
8278         [POSIX] (WEXITED): Do not expect constant.
8279         [POSIX] (WSTOPPED): Likewise.
8280         [POSIX] (WNOHANG): Likewise.
8281         [POSIX] (WNOWAIT): Likewise.
8282         [POSIX] (siginfo_t): Do not expect type or elements.
8283         [POSIX] (pid_t): Do not expect type.
8284         [POSIX] (signal.h): Do not allow header.
8285         [POSIX] (sys/resource.h): Likewise.
8286         [POSIX] (si_*): Do not allow pattern.
8287         [POSIX] (W*): Likewise.
8288         [POSIX] (P_*): Likewise.
8289         [POSIX] (BUS_*): Likewise.
8290         [POSIX] (CLD_*): Likewise.
8291         [POSIX] (FPE_*): Likewise.
8292         [POSIX] (ILL_*): Likewise.
8293         [POSIX] (POLL_*): Likewise.
8294         [POSIX] (SEGV_*): Likewise.
8295         [POSIX] (SI_*): Likewise.
8296         [POSIX] (TRAP_*): Likewise.
8297         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
8298         variable.
8300 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8302         [BZ #12926]
8303         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
8304         infinite loop when __recvmsg returns 0.
8306 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
8308         * CANCEL-FCT-WAIVE: Remove file.
8309         * CANCEL-FILE-WAIVE: Likewise.
8311         [BZ #14132]
8312         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
8313         instead of INTVARDEF.
8314         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
8315         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
8316         rtld_hidden_data_def instead of INTVARDEF.
8317         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
8318         * elf/dl-deps.c (expand_dst): Likewise.
8319         * elf/dl-load.c (_dl_dst_count): Likewise.
8320         (_dl_dst_substitute): Likewise.
8321         (decompose_rpath): Likewise.
8322         (_dl_init_paths): Likewise.
8323         (open_path): Likewise.
8324         (_dl_map_object): Likewise.
8325         * elf/rtld.c (dl_main): Likewise.
8326         (process_dl_audit): Likewise.
8327         (process_envvars): Likewise.
8328         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
8329         Remove declaration.
8330         (__libc_enable_secure): Use rtld_hidden_proto.
8332 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8334         * elf/dl-load.c
8335         (add_path): New function broken out of _dl_rtld_di_serinfo.
8336         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
8338 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8340         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
8341         parentheses around macro arguments.
8342         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
8343         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
8344         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
8345         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
8346         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
8347         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
8348         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
8349         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
8350         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
8351         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
8352         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
8353         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
8354         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
8355         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
8356         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
8357         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
8358         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
8359         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
8360         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
8361         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
8362         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
8363         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
8364         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
8365         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
8366         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
8367         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
8368         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
8369         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
8370         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
8371         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
8372         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
8373         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
8374         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
8375         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
8376         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
8377         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
8378         Likewise.
8379         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
8380         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
8381         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
8382         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
8383         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
8384         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
8385         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
8386         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
8387         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
8388         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
8389         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
8390         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
8391         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
8392         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
8393         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
8394         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
8395         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
8396         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
8397         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
8398         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
8399         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
8400         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
8401         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
8402         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
8403         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
8404         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
8405         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
8406         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
8407         (_FP_FRAC_SRS_1): Likewise.
8408         (_FP_FRAC_CLZ_1): Likewise.
8409         (_FP_MUL_MEAT_1_imm): Likewise.
8410         (_FP_MUL_MEAT_1_wide): Likewise.
8411         (_FP_MUL_MEAT_1_hard): Likewise.
8412         (_FP_SQRT_MEAT_1): Likewise.
8413         (_FP_FRAC_ASSEMBLE_1): Likewise.
8414         (_FP_FRAC_DISASSEMBLE_1): Likewise.
8415         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
8416         (__FP_CLZ_2): Likewise.
8417         (_FP_MUL_MEAT_2_wide): Likewise.
8418         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8419         (_FP_MUL_MEAT_2_gmp): Likewise.
8420         (_FP_MUL_MEAT_2_120_240_double): Likewise.
8421         (_FP_SQRT_MEAT_2): Likewise.
8422         (_FP_FRAC_ASSEMBLE_2): Likewise.
8423         (_FP_FRAC_DISASSEMBLE_2): Likewise.
8424         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
8425         (_FP_FRAC_CLZ_4): Likewise.
8426         (_FP_MUL_MEAT_4_wide): Likewise.
8427         (_FP_MUL_MEAT_4_gmp): Likewise.
8428         (_FP_SQRT_MEAT_4): Likewise.
8429         (_FP_FRAC_ASSEMBLE_4): Likewise.
8430         (_FP_FRAC_DISASSEMBLE_4): Likewise.
8431         * soft-fp/op-common.h (_FP_CMP): Likewise.
8432         (_FP_CMP_EQ): Likewise.
8433         (_FP_CMP_UNORD): Likewise.
8434         (_FP_TO_INT): Likewise.
8435         (_FP_FROM_INT): Likewise.
8436         [!__FP_CLZ] (__FP_CLZ): Likewise.
8437         (_FP_DIV_HELP_imm): Likewise.
8438         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
8439         Likewise.
8440         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
8441         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
8442         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
8443         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
8444         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
8445         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8446         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8447         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
8448         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
8449         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
8450         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
8451         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
8452         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
8453         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
8454         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
8455         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
8456         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
8457         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
8458         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
8459         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
8460         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
8461         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
8462         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
8463         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8464         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8465         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
8466         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
8467         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
8468         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
8469         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
8470         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
8471         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
8472         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
8473         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
8474         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
8475         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
8476         (FP_UNPACK_RAW_SP): Likewise.
8477         (FP_PACK_RAW_S): Likewise.
8478         (FP_PACK_RAW_SP): Likewise.
8479         (FP_UNPACK_S): Likewise.
8480         (FP_UNPACK_SP): Likewise.
8481         (FP_UNPACK_SEMIRAW_S): Likewise.
8482         (FP_UNPACK_SEMIRAW_SP): Likewise.
8483         (FP_PACK_S): Likewise.
8484         (FP_PACK_SP): Likewise.
8485         (FP_PACK_SEMIRAW_S): Likewise.
8486         (FP_PACK_SEMIRAW_SP): Likewise.
8487         (_FP_SQRT_MEAT_S): Likewise.
8488         (FP_CMP_S): Likewise.
8489         (FP_CMP_EQ_S): Likewise.
8490         (FP_CMP_UNORD_S): Likewise.
8491         (FP_TO_INT_S): Likewise.
8492         (FP_FROM_INT_S): Likewise.
8494         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
8496         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
8497         (FP_EX_INVALID_IMZ): Likewise.
8498         (FP_EX_INVALID_IMZ_FMA): Likewise.
8499         (FP_EX_INVALID_ISI): Likewise.
8500         (FP_EX_INVALID_ZDZ): Likewise.
8501         (FP_EX_INVALID_IDI): Likewise.
8502         (FP_EX_INVALID_SQRT): Likewise.
8503         (FP_EX_INVALID_CVI): Likewise.
8504         (FP_EX_INVALID_VC): Likewise.
8505         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
8506         "invalid" exceptions.
8507         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
8508         (_FP_ADD_INTERNAL): Likewise.
8509         (_FP_MUL): Likewise.
8510         (_FP_FMA): Likewise.
8511         (_FP_DIV): Likewise.
8512         (_FP_CMP_CHECK_NAN): Likewise.
8513         (_FP_SQRT): Likewise.
8514         (_FP_TO_INT): Likewise.
8515         (FP_EXTEND): Likewise.
8517 2014-10-09  Allan McRae  <allan@archlinux.org>
8519         * po/fr.po: Update French translation from translation project.
8521 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8523         [BZ #14132]
8524         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8525         of INTDEF.
8526         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8527         (__cxa_atexit): Use libc_hidden_proto.
8528         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8530         [BZ #14132]
8531         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8532         declaration.
8533         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8534         [!_ISOMAC] (__iswspace_l_internal): Likewise.
8535         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8536         [!_ISOMAC] (__iswctype_internal): Likewise.
8537         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8538         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8539         alias.
8540         (fcntl): Remove __fcntl_internal alias.
8541         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8542         __connect_internal alias.
8543         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8544         Likewise.
8546         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8547         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8548         FP_DENORM_ZERO.
8549         (_FP_CHECK_FLUSH_ZERO): New macro.
8550         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8551         (_FP_CMP): Likewise.
8552         (_FP_CMP_EQ): Likewise.
8553         (_FP_TO_INT): Do not set inexact for subnormal arguments if
8554         FP_DENORM_ZERO.
8555         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8556         (FP_TRUNC): Likewise.
8558         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8559         treated as invalid conversion, not as normal exponent.
8561         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8562         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
8563         (_FP_CMP_EQ): Likewise.
8564         (_FP_CMP_UNORD): Likewise.
8565         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8566         (FP_CMP_EQ_D): Likewise.
8567         (FP_CMP_UNORD_D): Likewise.
8568         * soft-fp/extended.h (FP_CMP_E): Likewise.
8569         (FP_CMP_EQ_E): Likewise.
8570         (FP_CMP_UNORD_E): Likewise.
8571         * soft-fp/quad.h (FP_CMP_Q): Likewise.
8572         (FP_CMP_EQ_Q): Likewise.
8573         (FP_CMP_UNORD_Q): Likewise.
8574         * soft-fp/single.h (FP_CMP_S): Likewise.
8575         (FP_CMP_EQ_S): Likewise.
8576         (FP_CMP_UNORD_S): Likewise.
8577         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8578         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8579         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8580         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8581         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8582         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8583         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8584         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8585         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8586         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8587         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8588         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8589         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8590         to FP_CMP_Q.
8591         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8592         FP_CMP_Q.
8593         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8594         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8595         FP_CMP_EQ_Q.
8596         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8597         FP_CMP_Q.
8598         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8599         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8600         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8601         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8602         FP_CMP_EQ_Q.
8603         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8604         FP_CMP_Q.
8605         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8606         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8607         FP_CMP_EQ_Q.
8608         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8609         FP_CMP_Q.
8610         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8611         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8612         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8613         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8614         FP_CMP_EQ_Q.
8616         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8617         a subnormal result, set the underflow exception if trapping on
8618         underflow is enabled.
8619         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8620         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8621         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8622         redefine to 0.
8623         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8624         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8625         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8626         * soft-fp/extendxftf2.c (__extendxftf2): Use
8627         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8629         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8630         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8631         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8632         FP_HANDLE_EXCEPTIONS.
8633         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8634         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8635         FP_HANDLE_EXCEPTIONS.
8636         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8637         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8638         FP_HANDLE_EXCEPTIONS.
8639         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8640         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8641         FP_HANDLE_EXCEPTIONS.
8643 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8645         [BZ #14132]
8646         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8647         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8648         use INTUSE.
8649         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8650         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8651         Remove alias.
8652         (__adjtimex): Define using libc_hidden_ver.
8653         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8654         Remove declaration.
8655         (ntp_gettime): Call __adjtimex directly.
8656         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8657         Remove declaration.
8658         (ntp_gettimex): Call __adjtimex directly.
8659         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8660         __adjtimex_internal alias.
8662 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8664         [BZ #17460]
8665         * nscd/nscd.c (more_help): Rewrite list of tables collection
8666         using xstrdup and asprintf.
8668         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8670 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8671             Roland McGrath  <roland@hack.frob.com>
8673         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8674         (do_lookup_unique): ... local function 'enter' here; update callers.
8676 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8678         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8679         compat_symbol calls on [SHARED].
8680         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8681         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8682         Remove.
8683         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8684         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8685         (oldsetrlimit): Remove.
8686         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8688         (lchown): New syscall entry.
8689         (oldsetrlimit): Remove.
8690         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8691         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8692         (oldsetrlimit): Remove.
8693         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8695         [BZ #14138]
8696         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8697         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8698         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8699         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8700         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8701         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8702         (fchown): Likewise.
8703         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8704         (fchown): Likewise.
8705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8706         Likewise.
8708 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8710         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8711         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8712         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8713         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8714         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8715         Likewise.
8716         (__old_sem_post): Likewise.
8718 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8720         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8721         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8722         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8723         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8724         Use INLINE_VSYSCALL macro.
8725         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8726         __vdso_clock_gettime.
8727         * sysdeps/unix/sysv/linux/tile/init-first.c
8728         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8729         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8730         __vdso_clock_gettime.
8732         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8733         to set up frame more cleanly.
8735         * sysdeps/tile/memcmp.c: New file.
8737         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8739         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8740         * sysdeps/tile/tilegx/strcasestr.c: New file.
8741         * sysdeps/tile/tilegx/strnlen.c: New file.
8742         * sysdeps/tile/tilegx/strstr.c: New file.
8744         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8746 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8748         * nptl/tst-setuid3.c: Write errors to stdout.
8750 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8752         * elf/dl-deps.c
8753         (preload): New functions broken out of _dl_map_object_deps.
8754         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8756 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8758         [BZ #14138]
8759         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8760         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8762 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8764         * sysdeps/mips/strcmp.S: New.
8766 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8768         [BZ #14138]
8769         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8770         (linkat): Likewise.
8771         (mkdirat): Likewise.
8772         (readlinkat): Likewise.
8773         (renameat): Likewise.
8774         (symlinkat): Likewise.
8775         (unlinkat): Likewise.
8776         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8777         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8778         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8779         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8780         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8781         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8782         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8784 2014-09-30  Will Newton  <will.newton@linaro.org>
8786         * math/math.h: Define long double math functions if
8787         _LIBC_TEST is defined.
8788         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8790         * localedata/Makefile: Move assignment to tests-special
8791         into an ifdef testing run-built-tests.
8792         * timezone/Makefile: Likewise.
8794 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8796         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8797         with $(BASH) not $(SHELL).
8799 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8800             Matthew LeGendre  <legendre1@llnl.gov>
8802         [BZ #17411]
8803         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8804         l_reloc_result.
8806 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8808         * stdio-common/printf_fp.c
8809         (hack_digit): New function, broken out of ...
8810         (__printf_fp): ... local function here.  Update call sites.
8811         hack_digit now takes an additional parameter that is a pointer
8812         to a struct of the referenced locals.  Those locals moved inside
8813         the struct and references updated.
8815 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8817         * aclocal.m4: Require autoconf 2.69.
8818         * configure: Regenerated.
8819         * sysdeps/aarch64/configure: Likewise.
8820         * sysdeps/alpha/configure: Likewise.
8821         * sysdeps/arm/armv7/configure: Likewise.
8822         * sysdeps/arm/configure: Likewise.
8823         * sysdeps/ia64/configure: Likewise.
8824         * sysdeps/mach/configure: Likewise.
8825         * sysdeps/mips/configure: Likewise.
8826         * sysdeps/s390/configure: Likewise.
8827         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8830         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8831         file.
8832         * sysdeps/ia64/configure.ac: Likewise.
8834 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8837         specify symbol version for ld.so.  Do not include entry for
8838         libpthread.
8839         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8840         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8841         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8843         [BZ #14171]
8844         * Makeconfig [$(build-shared) = yes]
8845         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8846         makefiles.
8847         [$(build-shared) = yes && $(soversions.mk-done) = t]
8848         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8849         [$(build-shared) = yes && $(soversions.mk-done) = t]
8850         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8851         to Makerules.
8852         [$(build-shared) = yes && $(soversions.mk-done) = t]
8853         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8854         here.
8855         [$(build-shared) = yes && $(soversions.mk-done) = t]
8856         (common-generated): Don't append gnu/lib-names.h and
8857         gnu/lib-names.stmp here.
8858         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8859         (lib-names-h-abi): New variable.
8860         [$(build-shared) = yes && $(soversions.mk-done) = t]
8861         (lib-names-stmp-abi): Likewise.
8862         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8863         abi-variants] (before-compile): Append
8864         $(common-objpfx)$(lib-names-h-abi).
8865         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8866         abi-variants] (common-generated): Append gnu/lib-names.h.
8867         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8868         abi-variants] (install-others-nosubdir): Depend on
8869         $(inst_includedir)/$(lib-names-h-abi).
8870         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8871         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8872         [$(build-shared) = yes && $(soversions.mk-done) = t]
8873         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8874         [$(build-shared) = yes && $(soversions.mk-done) = t]
8875         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8876         [$(build-shared) = yes && $(soversions.mk-done) = t]
8877         (common-generated): Append $(lib-names-h-abi) and
8878         $(lib-names-stmp-abi).
8879         * scripts/lib-names.awk: Do not handle multi being set.
8880         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8881         Remove variable.
8882         (abi-lp64_be-ld-soname): Likewise.
8883         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8884         Likewise.
8885         (abi-hard-ld-soname): Likewise.
8886         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8887         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8888         Remove variable.
8889         (abi-o32_hard-ld-soname): Likewise.
8890         (abi-o32_soft_2008-ld-soname): Likewise.
8891         (abi-o32_hard_2008-ld-soname): Likewise.
8892         (abi-n32_soft-ld-soname): Likewise.
8893         (abi-n32_hard-ld-soname): Likewise.
8894         (abi-n32_soft_2008-ld-soname): Likewise.
8895         (abi-n32_hard_2008-ld-soname): Likewise.
8896         (abi-n64_soft-ld-soname): Likewise.
8897         (abi-n64_hard-ld-soname): Likewise.
8898         (abi-n64_soft_2008-ld-soname): Likewise.
8899         (abi-n64_hard_2008-ld-soname): Likewise.
8900         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8901         Likewise.
8902         (abi-64-v2-ld-soname): Likewise.
8903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8904         ld.so entries.
8905         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8906         variable.
8907         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8908         entry.
8909         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8910         variable.
8911         (abi-64-ld-soname): Likewise.
8912         (abi-x32-ld-soname): Likewise.
8913         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8914         entry.
8915         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8917 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8919         [BZ #14138]
8920         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8921         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8922         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8923         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8924         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8925         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8926         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8927         syscall entry for GLIBC_2.2 symbol version.
8928         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8929         Likewise.
8930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8931         (setrlimit): Likewise.
8932         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8933         Likewise.
8935 2014-09-23  Will Newton  <will.newton@linaro.org>
8937         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8938         _LINUX_ARM_SYSDEP_H include guard too.
8939         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8940         define.
8942 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8944         * sysdeps/unix/sysv/linux/eventfd.c:
8945         Make first argument unsigned.
8946         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8947         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8949 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8951         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8952         * socket/sys/socket.h: Likewise
8953         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8955 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8957         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8959 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8961         * time/tst-ftime.c: New test.
8962         * time/Makefile (tests): Add tst-ftime.
8964 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8966         * soft-fp/extended.h: Fix comment formatting.
8967         * soft-fp/op-1.h: Likewise.
8968         * soft-fp/op-2.h: Likewise.
8969         * soft-fp/op-4.h: Likewise.
8970         * soft-fp/op-8.h: Likewise.
8971         * soft-fp/op-common.h: Likewise.
8972         * soft-fp/soft-fp.h: Likewise.
8974         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8976 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8978         [BZ #6652]
8979         * Makeconfig (soversions-default-setname): Remove variable.
8980         ($(common-objpfx)soversions.i): Don't pass default_setname to
8981         soversions.awk.
8982         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8983         oldest_abi to abi-versions.awk.
8984         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8985         * config.make.in (oldest-abi): Remove variable.
8986         * configure.ac (--enable-oldest-abi): Remove configure option.
8987         * configure: Regenerated.
8988         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8989         text.
8990         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8991         * scripts/soversions.awk: Do not handle default_setname variable.
8992         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8993         variable.
8994         * sysdeps/mach/hurd/configure: Regenerated.
8995         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8996         variable.
8997         * sysdeps/unix/sysv/linux/configure: Regenerated.
8999 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9001         * elf/Makefile (CFLAGS-interp.c): Remove.
9002         ($(elf-objpfx)runtime-linker.h): Generate header with linker
9003         path string.
9004         * elf/interp.c: Include generated runtime-linker.h
9006         * Makerules (lib%.so): Don't include $(+interp) in
9007         prerequisites.
9008         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
9009         * dlfcn/eval.c: Remove file.
9011         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
9012         macros.
9014         [BZ #17266]
9015         * misc/sys/cdefs.h: Define __extern_always_inline for clang
9016         4.2 and newer.
9018         [BZ #17370]
9019         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
9021 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9022             Jakub Jelinek  <jakub@redhat.com>
9024         [BZ #17266]
9025         * libio/stdio.h: Check definition of __fortify_function
9026         instead of __extern_always_inline to include bits/stdio2.h.
9027         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
9028         check if __extern_always_inline is defined.
9029         [__USE_MISC || __USE_XOPEN]: Likewise.
9030         [__USE_ISOC99] Likewise.
9031         * misc/sys/cdefs.h (__fortify_function): Define only if
9032         __extern_always_inline is defined.
9033         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
9034         __extern_always_inline and __extern_inline only for g++-4.3
9035         and newer or a compatible gcc.
9037 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
9039         [BZ #17371]
9040         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9041         last change to handle zero prefix length.
9043 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9045         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
9046         _SC_REGEX_VERSION.
9048         * posix/getconf.c (vars): Add _POSIX_IPV6 and
9049         _POSIX_RAW_SOCKETS.
9051 2014-09-13  Allan McRae  <allan@archlinux.org>
9053         * po/ru.po: Update Russian translation from translation project.
9055 2014-09-12  Roland McGrath  <roland@hack.frob.com>
9057         * locale/programs/locale.c (show_locale_vars): Inline local function
9058         into its sole call site.  Clean up some style nits.
9059         (print_item): New function, broken out of ...
9060         (show_info): ... local function here.  Clean up style nits.
9062         * locale/programs/ld-ctype.c (set_one_default): New function, broken
9063         out of ...
9064         (set_class_defaults): ... local function set_default here.
9065         Define set_default as a macro locally to pass constant parameters.
9066         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
9067         rather than a shared local.
9069         * stdlib/rpmatch.c (try): New function, broken out of ...
9070         (rpmatch): ... local function here.  Also, prototypify definition.
9072 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
9074         * scripts/soversions.awk: Do not handle configuration names.
9075         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
9076         vendor and os variables to soversions.awk.
9077         * configure.ac: Do not modify gnu-* host_os.
9078         * configure: Regenerated
9079         * shlib-versions: Remove first column with configuration names.
9080         * nptl/shlib-versions: Likewise.
9081         * nptl_db/shlib-versions: Likewise.
9082         * sysdeps/hppa/shlib-versions: Likewise.
9083         * sysdeps/m68k/shlib-versions: Likewise.
9084         * sysdeps/mach/hurd/shlib-versions: Likewise.
9085         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
9086         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
9087         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
9088         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
9089         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
9090         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
9091         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
9092         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
9093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
9094         Likewise.
9095         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9096         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
9097         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
9098         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
9099         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
9100         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
9101         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
9102         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
9105         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
9106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9107         Regenerated.
9108         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
9109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
9110         Condition symbol version definitions on [HAVE_ELFV2_ABI].
9112         * shlib-versions: Remove OS-specific entries.  Moved to files in
9113         sysdeps.
9114         * sysdeps/mach/hurd/shlib-versions: New file.
9115         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
9117         * nptl/shlib-versions: Remove architecture-specific entries.
9118         Moved to files in sysdeps.
9119         * shlib-versions: Likewise.
9120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
9121         file.
9122         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9123         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
9124         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
9125         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
9127         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
9128         (UDP_NO_CHECK6_RX): Likewise.
9130 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9132         * sysdeps/posix/sysconf.c (__sysconf): Spell
9133         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
9135 2014-08-12  Florian Weimer  <fweimer@redhat.com>
9137         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
9138         loading.
9139         * iconv/Versions (__gconv_transliterate): Export for use from
9140         gconv modules.
9141         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
9142         (struct __gconv_trans_data, __gconv_trans_fct,
9143         __gconv_trans_context_fct, __gconv_trans_query_fct,
9144         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
9145         definitions.
9146         (struct __gconv_step_data): Remove __trans member.
9147         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
9148         longer hidden.  Remove unused trans_data argument.
9149         * iconv/gconv_int.h (struct trans_struct): Remove definition.
9150         (__gconv_translit_find): Remove declaration.
9151         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
9152         prototype.
9153         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
9154         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
9155         trans_data argument.  Add hidden definition.
9156         (__gconv_translit_find): Remove.
9157         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
9158         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
9159         * iconv/skeleton.c: Remove transliteration initialization.
9160         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
9161         __gconv_step_data initialization.
9162         * libio/iofwide.c (__libio_translit_): Remove.
9163         (_IO_fwide): Adjust struct __gconv_step_data initialization.
9164         * wcsmbs/btowc.c (__btowc): Likewise.
9165         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
9166         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
9167         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
9168         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
9169         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
9170         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
9171         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
9172         * wcsmbs/wctob.c (wctob): Likewise.
9174 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9176         [BZ #16194]
9177         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
9178         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
9179         register usage.
9180         * sysdeps/x86/Makefile: Adjust.
9182 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9183             Roland McGrath  <roland@hack.frob.com>
9185         * locale/weight.h: Add include guard.
9186         (findidx): Make static rather than auto; take new parameters
9187         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
9188         * locale/weightwc.h: Likewise.
9189         * posix/fnmatch_loop.c
9190         (FCT): Change type of EXTRA from int32_t to wint_t.
9191         Don't include either header inside the function.
9192         Call FINDIDX rather than findidx, and pass new arguments.
9193         #undef FINDIDX at the end of the file.
9194         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
9195         FINDIDX before including fnmatch_loop.c for the non-wide version.
9196         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
9197         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
9198         for the wide version.
9199         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
9200         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
9201         Pass new arguments to findidx.
9202         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
9203         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
9204         Don't #include it inside the function.  Pass new arguments to findidx.
9205         * posix/regex_internal.h
9206         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
9207         (re_string_elem_size_at): Don't #include it inside the function.
9208         Pass new arguments to findidx.
9209         * string/strcoll_l.c: #include WEIGHT_H at top level.
9210         (get_next_seq): Don't #include it inside the function.
9211         Pass new arguments to findidx.
9212         (get_next_seq_nocache): Likewise.
9213         * string/strxfrm_l.c: #include WEIGHT_H at top level.
9214         (STRXFRM): Don't #include it inside the function.
9215         Pass new arguments to findidx.
9217 2014-09-11  Florian Weimer  <fweimer@redhat.com>
9219         [BZ #17344]
9220         * malloc/malloc.c (unlink): Turn asserts into a call to
9221         malloc_printerr.
9223 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
9225         [BZ #17370]
9226         * libio/wfileops (do_ftell_wide): Free OUT.
9228 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
9230         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
9232 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9234         [BZ #17363]
9235         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
9236         group if the current group is empty.
9238 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9240         * benchtests/bench-memset.c (test_main): Add more test from size
9241         from 32 to 512 bytes.
9242         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
9243         Add POWER8 memset object.
9244         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9245         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
9246         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
9247         implementation.
9248         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
9249         Likewise.
9250         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
9251         multiarch POWER8 memset optimization.
9252         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
9253         POWER8 memset optimization.
9255         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
9256         Remove bzero multiarch objects.
9257         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
9258         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
9259         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
9260         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
9261         Remove define.
9262         [__bzero]: Redefine to specific name.
9263         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
9264         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
9265         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
9266         define.
9267         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9268         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
9270 2014-09-10  Florian Weimer  <fweimer@redhat.com>
9272         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
9273         warnings into errors.
9275         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
9276         __cxa_thread_atexit_impl prototype.
9278 2014-09-09  Steve Ellcey  <sellcey@mips.com>
9280         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
9281         Fix capitalization of error message.
9283 2014-09-09  Steve Ellcey  <sellcey@mips.com>
9285         * sysdeps/mips/preconfigure: Modify ABI tests.
9287 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
9289         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
9291 2014-09-07  Roland McGrath  <roland@hack.frob.com>
9292             Carlos O'Donell  <carlos@systemhalted.org>
9294         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
9295         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
9296         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
9297         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
9298         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
9299         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
9300         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
9301         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
9302         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
9303         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
9304         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
9305         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
9306         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
9307         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
9308         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
9309         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
9310         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
9311         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
9312         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
9313         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
9314         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
9315         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
9316         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
9317         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
9318         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
9319         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
9320         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
9321         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
9322         Deconditionalize the code that was previously under [RESET_PID].
9323         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
9324         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
9325         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
9326         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
9327         include sysdep.h.
9329 2014-09-08  Allan McRae  <allan@archlinux.org>
9331         * version.h (RELEASE): Set to "development".
9332         (VERSION): Set to "2.20.90"
9334 2014-09-07  Allan McRae  <allan@archlinux.org
9336         * version.h (RELEASE): Set to "stable".
9337         (VERSION): Set to "2.20"
9338         * include/features.h (__GLIBC_MINOR__): Set to 20.
9340         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
9341         Liebler.
9343         * po/ko.po: Update Korean translation from translation project.
9345 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
9347         [BZ #17354]
9348         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
9349         macro for handling signed relocations.
9351 2014-09-03  Florian Weimer  <fweimer@redhat.com>
9353         [BZ #17325]
9354         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
9355         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
9356         assert.
9357         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
9358         * iconvdata/ibm935.c (BODY): Likewise.
9359         * iconvdata/ibm937.c (BODY): Likewise.
9360         * iconvdata/ibm939.c (BODY): Likewise.
9361         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
9362         assert.
9363         * iconvdata/Makefile (iconv-test.out): Pass module list to test
9364         script.
9365         * iconvdata/run-iconv-test.sh: New test loop for checking for
9366         decoder crashers.
9368 2014-09-02  Khem Raj  <raj.khem@gmail.com>
9370         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
9371         libm_hidden_ver.
9373 2014-09-01  Allan McRae  <allan@archlinux.org>
9375         * po/eo.po: Update Esperanto translation from translation project.
9377         * po/ca.po: Update Catalan translation from translation project.
9379 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9381         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
9382         __proc_dostop call.
9384 2014-08-27  Mark Wielaard  <mjw@redhat.com>
9386         [BZ #17319]
9387         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
9388         to call set_thread_area instead of hand written asm.
9389         (__NR_set_thread_area): Removed define.
9390         (TLS_FLAG_WRITABLE): Likewise.
9391         (__ASSUME_SET_THREAD_AREA): Remove check.
9392         (TLS_EBX_ARG): Remove define.
9393         (TLS_LOAD_EBX): Likewise.
9395 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9397         Simplify atomicity of socket creation in bind.
9399         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
9400         looking up the name after linking the file.
9402 2014-08-27  Allan McRae  <allan@archlinux.org>
9404         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9406 2014-08-26  Florian Weimer  <fweimer@redhat.com>
9408         [BZ #17187]
9409         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
9410         trans_compare, open_translit, __gconv_translit_find):
9411         Remove module loading code.
9413 2014-08-26  Allan McRae  <allan@archlinux.org>
9415         * po/vi.po: Update Vietnamese translation from translation project.
9417         * po/uk.po: Update Ukrainian translation from translation project.
9419         * po/fr.po: Update French translation from translation project.
9421         * po/ru.po: Update Russian translation from translation project.
9423         * po/pl.po: Update Polish translation from translation project.
9425         * po/cs.po: Update Czech translation from translation project.
9427         * po/de.po: Update German translation from translation project.
9429         * po/bg.po: Update Bulgarian translation from translation project.
9431         * po/sv.po: Update Sweedish translation from translation project.
9433         * po/nl.po: Update Dutch translation from translation project.
9435         * po/es.po: Update Spanish translation from translation project.
9437 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9439         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
9441         * catgets/Makefile (CPPFLAGS-gencat): Remove.
9442         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
9443         (CPPFLAGS-iconvconfig): Likewise.
9444         * timezone/Makefile (CPPFLAGS-zic): Likewise.
9446         * include/libc-symbols.h: Remove unnecessary check for
9447         NOT_IN_libc.
9448         * nptl/pthreadP.h: Likewise.
9449         * sysdeps/aarch64/setjmp.S: Likewise.
9450         * sysdeps/alpha/setjmp.S: Likewise.
9451         * sysdeps/arm/sysdep.h: Likewise.
9452         * sysdeps/i386/setjmp.S: Likewise.
9453         * sysdeps/m68k/setjmp.c: Likewise.
9454         * sysdeps/posix/getcwd.c: Likewise.
9455         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
9456         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
9457         * sysdeps/s390/s390-32/setjmp.S: Likewise.
9458         * sysdeps/s390/s390-64/setjmp.S: Likewise.
9459         * sysdeps/sh/sh3/setjmp.S: Likewise.
9460         * sysdeps/sh/sh4/setjmp.S: Likewise.
9461         * sysdeps/unix/alpha/sysdep.h: Likewise.
9462         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9463         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9464         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
9465         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9468         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
9469         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
9470         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
9471         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
9472         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
9473         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9474         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
9475         * sysdeps/x86_64/setjmp.S: Likewise.
9477 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
9479         [BZ #17263]
9480         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
9481         <stdint.h>.
9482         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
9483         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
9485 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9487         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
9489         [BZ #17262]
9490         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
9491         and __x86_64__ when disabling x87 inline functions.
9493 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
9495         [BZ #17259]
9496         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
9497         asm statement with __cpuid_count.
9499 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
9501         * configure.ac: Change __ehdr_start code to dereference the struct.
9502         Run readelf on the output to look for relocations.
9503         * configure: Regenerated.
9505 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
9507         [BZ #17261]
9508         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
9509         value to 0.
9510         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
9512 2014-08-12  Roland McGrath  <roland@hack.frob.com>
9514         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
9516 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
9518         [BZ #16892]
9519         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9520         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9522 2014-08-12  Sean Anderson  <seanga2@gmail.com>
9524         * malloc/malloc.c: Fix typo in comment.
9526 2014-08-09  Allan McRae  <allan@archlinux.org>
9528         * Regenerate libc.po.
9530 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
9532         * intl/tst-gettext2.sh: Check every lang file for creation.
9534 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9536         * sysdeps/aarch64/fpu/math_private.h
9537         (libc_feholdsetround_noex_aarch64_ctx): New function.
9539 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9541         * sysdeps/arm/armv6/strcpy.S (strcpy):
9542         Fix performance issue in misaligned cases.
9544 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9546         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9547         Move definition from termios.h.
9548         (struct termio): Likewise.
9549         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9550         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9551         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9552         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9553         Likewise.
9554         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9555         Move definition to ioctl-types.h
9556         (struct termio): Likewise.
9557         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9558         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9559         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9560         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9561         Likewise.
9563 2014-08-05  Richard Henderson  <rth@redhat.com>
9565         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9566         exceptions.
9567         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9568         Add fraiseexcpt.
9569         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9570         Use __feraiseexcept.
9571         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9572         Protect libm symbols with IS_IN_libm.
9574         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9576 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
9578         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9580 2014-08-04  Will Newton  <will.newton@linaro.org>
9582         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9583         file.
9585 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
9587         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9588         variants for each function.
9590 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9592         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9593         appended ...
9594         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9595         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9596         appended ...
9597         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9598         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9599         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9600         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9601         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9602         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9603         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9604         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9605         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9606         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9607         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9608         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9609         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9610         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9611         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9612         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9613         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9614         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9615         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9616         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9617         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9618         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9619         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9620         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9621         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9622         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9623         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9624         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9625         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9626         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9627         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9628         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9629         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9630         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9631         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9632         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9633         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9634         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9635         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9636         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9637         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9638         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9639         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9640         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9641         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9642         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9643         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9644         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9645         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9646         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9647         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9648         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9649         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9650         Update #include.
9651         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9652         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9654 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9656         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9657         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9658         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9659         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9660         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9661         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9663 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9665         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9666         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9667         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9668         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9670 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9672         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9673         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9674         (__libc_vfork): Define function under this name.
9675         (__vfork): Define as an alias.
9676         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9677         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9679 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9681         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9682         that was previously under [RESET_PID].
9683         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9685 2014-08-04  Andreas Schwab  <schwab@suse.de>
9687         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9689 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9691         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9692         (main): Likewise.
9694 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9696         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9698 2014-08-01  Richard Henderon  <rth@redhat.com>
9700         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9701         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9702         typo in exact zero test.
9703         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9704         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9705         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9707 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9709         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9710         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9711         * sysdeps/arm/sysdep.h: ... here.
9712         [!__ASSEMBLER__]: Include <stdint.h>.
9714 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9716         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9717         (HAVE_WCTYPE_H): Likewise.
9718         (HAVE_ISWCTYPE): Likewise.
9719         (ENABLE_NLS): Likewise.
9720         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9721         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9723         * posix/regex_internal.c: Check if DEBUG is defined and is
9724         set.
9726         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9727         (HAVE_MBSRTOWCS): Likewise.
9728         * posix/fnmatch.c: Include string.h unconditionally.
9730 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9732         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9733         reversal.
9735 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9737         * sysdeps/generic/safe-fatal.h: New file.
9738         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9739         * nptl/forward.c: Include it.
9740         (__pthread_unwind): Use __safe_fatal as default action, rather
9741         than a bogus use of INTERNAL_SYSCALL that could never work.
9743         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9744         * configure.ac (libc_cv_builtin_trap): New test.
9745         * configure: Regenerated.
9746         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9747         (ABORT_INSTRUCTION): Define using __builtin_trap.
9749         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9750         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9751         * sysdeps/nptl/nptl-signals.h: New file.
9752         * nptl/pthreadP.h: Include <nptl-signals.h>.
9754 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9756         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9757         (ONE_DIRECTION): Define.
9758         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9759         (ONE_DIRECTION): Define.
9760         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9761         (ONE_DIRECTION): Define.
9763 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9765         * sysdeps/s390/Makefile: Delete file.
9766         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9767         * sysdeps/s390/__longjmp.c: Delete file.
9768         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9769         Remove fields __flags and __reserved.
9770         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9771         and add versioning.
9772         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9773         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9774         * sysdeps/s390/rtld-setjmp.S: Likewise.
9775         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9776         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9777         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9778         * sysdeps/s390/s390-32/setjmp.S: ... here.
9779         Add versioning.
9780         (__sigsetjmp): Remove setting __flags field.
9781         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9782         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9783         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9784         * sysdeps/s390/s390-64/setjmp.S: ... here.
9785         Add versioning.
9786         (__sigsetjmp): Remove setting __flags field.
9787         * sysdeps/s390/setjmp.S: Delete file.
9788         * sysdeps/s390/sigjmp.c: Likewise.
9789         * sysdeps/s390/v1-longjmp.c: Likewise.
9790         * sysdeps/s390/v1-setjmp.h: Likewise.
9791         * sysdeps/s390/v1-sigjmp.c: Likewise.
9792         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9793         Remove v1-longjmp_chk.
9794         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9795         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9796         Include debug/longjmp_chk.c and add versioning.
9797         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9798         Include nptl/pt-longjmp.c and add versioning.
9799         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9800         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9801         Include __longjmp.c.
9802         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9803         Move to ...
9804         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9805         (__getcontext): Remove setting __flags field.
9806         Add versioning.
9807         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9808         Don't restore upper high grps.
9809         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9810         Likewise.
9811         (__swapcontext): Remove setting uc_flags field.
9812         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9813         Delete file.
9814         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9815         Include __longjmp.c.
9816         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9817         Move to ...
9818         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9819         (__getcontext): Remove setting __flags field.
9820         Add versioning.
9821         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9822         (__swapcontext): Remove setting uc_flags field.
9823         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9824         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9825         Remove fields uc_high_gprs and __reserved.
9826         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9827         New file with reverted content.
9828         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9829         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9830         Regenerated.
9831         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9832         Regenerated.
9834 2014-07-31  Andreas Schwab  <schwab@suse.de>
9836         * config.h.in (HAVE_IFUNC): Define to 0.
9837         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9838         definedness.
9840 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9842         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9843         memmove-avx-unaligned, memcpy-avx-unaligned and
9844         mempcpy-avx-unaligned.
9845         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9846         Add tests for AVX memcpy functions.
9847         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9848         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9849         memcpy_chk.
9850         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9851         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9852         memmove_chk.
9853         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9854         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9855         mempcpy_chk.
9856         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9857         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9858         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9860 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9862         [BZ #17213]
9863         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9864         powerpc64le.
9866 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9868         [BZ #16839]
9869         * manual/llio.texi: Add section about open file description locks.
9870         * manual/examples/ofdlocks.c: Example of open file description
9871         lock usage.
9872         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9873         F_OFD_SETLK, and F_OFD_SETLKW.
9875 2014-07-23  Allan McRae  <allan@archlinux.org>
9877         * po/es.po: Update Spanish translation from translation project.
9879 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9881         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9883 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9885         [BZ #17078]
9886         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9887         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9888         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9890 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9892         [BZ #17088]
9893         * math/fesetenv.c (__fesetenv)
9894         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9895         * math/feupdateenv.c (__feupdateenv)
9896         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9898         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9899         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9900         (__ASSUME_SOCKETCALL): Do not define.
9902         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9903         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9904         (__ASSUME_SOCKETCALL): Do not define.
9905         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9906         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9907         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9908         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9909         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9910         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9911         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9912         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9914         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9915         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9916         (__ASSUME_SOCKETCALL): Do not define.
9917         (__ASSUME_IPC64): Define unconditionally.
9918         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9919         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9920         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9921         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9922         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9923         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9924         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9925         Likewise.
9927         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9928         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9929         (__ASSUME_SOCKETCALL): Do not define.
9930         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9931         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9932         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9933         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9934         (__ASSUME_REQUEUE_PI): Define unconditionally.
9935         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9936         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9937         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9938         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9939         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9940         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9942         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9943         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9944         (__ASSUME_SOCKETCALL): Do not define.
9945         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9946         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9947         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9948         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9949         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9950         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9952         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9953         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9954         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9955         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9956         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9957         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9958         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9959         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9960         (__ASSUME_GETCPU_SYSCALL): Likewise.
9962         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9963         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9964         cases for individual architectures.
9965         * sysdeps/gnu/configure: Regenerated.
9966         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9967         LIBC_SLIBDIR_RTLDDIR.
9968         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9969         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9970         LIBC_SLIBDIR_RTLDDIR.
9971         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9973         LIBC_SLIBDIR_RTLDDIR.
9974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9975         Regenerated.
9976         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9977         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9978         file.
9979         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9980         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9981         file.
9982         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9983         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9984         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9985         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9987         * sysdeps/aarch64/shlib-versions: Move to ...
9988         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9989         * sysdeps/alpha/shlib-versions: Move to ...
9990         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9991         * sysdeps/arm/shlib-versions: Move to ...
9992         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9993         * sysdeps/hppa/shlib-versions: Move all contents except for
9994         libgcc_s entry to ...
9995         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9996         entry from ...
9997         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9998         * sysdeps/ia64/shlib-versions: Move to ...
9999         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
10000         entry from ...
10001         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
10002         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
10003         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
10004         * sysdeps/microblaze/shlib-versions: Move to ...
10005         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
10006         * sysdeps/mips/shlib-versions: Move to ...
10007         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
10008         entry from ...
10009         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
10010         * sysdeps/tile/shlib-versions: Move to ...
10011         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
10012         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
10013         from ...
10014         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
10015         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
10016         entry from ...
10017         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
10019 2014-07-17  Will Newton  <will.newton@linaro.org>
10021         * sysdeps/arm/bits/atomic.h
10022         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
10023         (__arch_compare_and_exchange_bool_16_int): Likewise.
10024         (__arch_compare_and_exchange_bool_64_int): Likewise.
10026         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
10027         into an #else block.
10029 2014-07-16  Roland McGrath  <roland@hack.frob.com>
10031         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
10032         just Linux configurations.  Test empirically that the compiler sets
10033         __ARM_EABI__, rather than using the tuple to decide.
10034         * sysdeps/arm/preconfigure: Regenerated.
10035         * sysdeps/unix/sysv/linux/arm/configure: File removed.
10036         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
10037         contents appended ...
10038         * sysdeps/arm/configure.ac: ... here.
10039         * sysdeps/arm/configure: Regenerated.
10041 2014-07-15  Roland McGrath  <roland@hack.frob.com>
10043         * nptl/pthread_kill.c: New file.
10044         * nptl/pthread_sigmask.c: New file.
10045         * nptl/pthread_sigqueue.c: New file.
10047         * sysdeps/nptl/lowlevellock.h: New file.
10048         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
10049         * sysdeps/nptl/lowlevellock-futex.h: New file.
10051         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
10052         Remove dead declarations.
10054 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
10056         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
10057         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
10058         config-cflags-avx2.
10059         * sysdeps/x86_64/configure.ac: Likewise.
10060         * sysdeps/i386/configure: Regenerated.
10061         * sysdeps/x86_64/configure: Likewise.
10062         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10063         memset-avx2 only if config-cflags-avx2 is yes.
10064         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10065         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
10066         defined.
10067         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
10068         only if HAVE_AVX2_SUPPORT is defined.
10069         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10071 2014-07-14  Alan Modra  <amodra@gmail.com>
10073         [BZ #17153]
10074         * elf/elf.h (DT_PPC64_NUM): Correct value.
10075         * NEWS: Add to fixed bug list.
10077 2014-07-13  Jim Meyering  <meyering@fb.com>
10079         [BZ 17150]
10080         regex: don't deref NULL upon heap allocation failure
10081         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
10082         failure in one more place.
10083         To trigger the segfault, configure grep -with-included-regex,
10084         build it, and run these commands:
10085         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
10087 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10089         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10091 2014-07-11  Richard Henderson  <rth@redhat.com>
10093         * sysdeps/aarch64/libm-test-ulps: Update.
10095 2014-07-10  Florian Weimer  <fweimer@redhat.com>
10097         [BZ #17135]
10098         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
10099         * nptl/allocatestack.c (__nptl_setxid_error): New function.
10100         (__nptl_setxid): Initialize error member.  Call
10101         __nptl_setxid_error.
10102         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
10103         * nptl/descr.h (struct xid_command): Add error member.
10104         * nptl/tst-setuid3.c: New file.
10105         * nptl/Makefile (tests): Add it.
10107 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10109         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
10110         New define.
10111         (__lll_trylock): Use __lll_base_trylock.
10112         (__lll_cond_trylock): Likewise.
10114 2014-07-10  Roland McGrath  <roland@hack.frob.com>
10116         * nptl/pthread_create.c (start_thread): Use atomic_or and
10117         lll_futex_wake directly rather than lll_robust_dead.
10118         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
10119         (lll_robust_dead): Macro removed.
10120         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
10121         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
10122         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
10123         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10124         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10125         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
10126         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
10127         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10128         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
10129         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10130         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10131         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10132         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10133         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10134         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10136         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
10137         Use atomic_compare_and_exchange_val_acq directly rather than
10138         lll_robust_trylock.
10139         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
10140         (__lll_robust_trylock, lll_robust_trylock): Removed.
10141         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
10142         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
10143         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10144         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10145         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
10146         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
10147         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10148         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
10149         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10150         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10151         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10152         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10153         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10154         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10156 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10158         * manual/locale.texi (Locale Names): New section documenting
10159         locale name syntax.  Adjust menu and node chaining accordingly.
10160         (Choosing Locale): Reference Locale Names, Locale Categories.
10161         Mention setting LC_ALL=C.  Reflect that name syntax is now
10162         documented.
10163         (Locale Categories): New section title.  Reference Locale Names.
10164         LC_ALL is an environment variable, but not a category.
10165         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
10166         description, now in Locale Name.  Reference that section.  Locale
10167         name syntax is now documented.
10169 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10171         [BZ #17137]
10172         * locale/findlocale.c (name_present, valid_locale_name): New
10173         functions.
10174         (_nl_find_locale): Use the loc_name variable to store name
10175         candidates.  Call name_present and valid_locale_name to check and
10176         validate locale names.  Return an error if the locale is invalid.
10178 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10180         * locale/setlocale.c (setlocale): Use strdup for allocating
10181         composite name copy.
10183 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10185         Sync up with gnulib.
10186         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
10187         [!_LIBC && ENABLE_NLS]: Include gettext.h.
10188         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
10189         and _GL_ARG_NONNULL.
10190         [USE_UNLOCKED_IO]: Include unlocked-io.h.
10191         [!_LIBC]: Include code for Windows and Cygwin.
10192         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
10193         Include prototype for int strerror_r.
10194         [!_LIBC] (is_open): New function.
10195         (flush_stdout): New function.
10196         (print_errno_message): Use it.
10197         (error): Likewise.
10198         (error_at_line): Likewise.
10199         (error_tail) Add function attribute macros.  Use
10200         __builtin_expect.
10202         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
10204         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
10206         * io/ftw.c: Include sys/param.h unconditionally.
10208         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
10210         [BZ #17125]
10211         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
10212         libc_freeres_ptr.
10213         (freecache): New function to free CACHE on exit.
10215         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
10216         initialization.
10218 2014-07-09  David S. Miller  <davem@davemloft.net>
10220         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10222         * sysdeps/sparc/nptl/internaltypes.h: Delete.
10223         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
10224         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
10225         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
10226         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
10227         * sysdeps/sparc/nptl/sem_init.c: Likewise.
10228         * sysdeps/sparc/nptl/sem_post.c: Likewise.
10229         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
10230         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
10231         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
10232         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
10233         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
10234         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
10236 2014-07-09  Andreas Schwab  <schwab@suse.de>
10238         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
10239         output.
10240         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
10241         (do_test): Likewise.
10243         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
10245 2014-07-09  Will Newton  <will.newton@linaro.org>
10247         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
10248         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
10249         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
10250         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
10251         * sysdeps/hppa/start.S (_start): Likewise.
10253 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
10255         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
10257         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
10258         defined.
10260 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
10262         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
10263         after checking that it is non-NULL.
10265         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
10267 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10269         * sysdeps/powerpc/memmove.c: Remove file.
10270         * sysdeps/powerpc/powerpc32/power4/memcopy.h
10271         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
10272         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
10273         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
10274         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
10275         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
10276         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
10277         string memmove instead of removed powerpc one.
10279         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
10280         [weak_alias]: Fix compiler warning due trailing data.
10281         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
10282         [weak_alias]: Likewise.
10283         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
10284         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
10286         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
10287         (__libc_ifunc_impl_list): Add memmove functions.
10289 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
10291         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
10292         Remove code.
10293         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
10294         Likewise
10295         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
10296         Likewise
10297         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
10298         Likewise
10299         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
10300         Likewise
10301         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
10302         Likewise
10303         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
10304         Likewise
10305         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
10306         Likewise
10307         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
10308         Likewise
10309         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
10310         Likewise
10311         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
10312         Likewise
10313         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
10314         Likewise
10315         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
10316         Likewise
10317         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
10318         Likewise
10319         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
10320         Likewise
10321         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
10322         Likewise
10323         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
10324         Likewise
10326 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10328         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
10329         to avoid alignment traps in non-cacheable memory.
10330         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
10332         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
10333         multiarch objects.
10334         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
10335         file: multiarch power7 memmove.
10336         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
10337         multiarch default memmove.
10338         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
10339         multiarch memove for powerpc32/power4.
10341         * string/bcopy.c: Use full path to include memmove.c.
10342         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
10343         multiarch objects.
10344         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
10345         bcopy for powerpc64.
10346         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
10347         bcopy for powerpc64.
10348         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
10349         and memmove implementations.
10350         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
10351         optimized multiarch memmove for POWER7/powerpc64.
10352         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
10353         default multiarch memmove for powerpc64.
10354         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
10355         multiarch for powerpc64.
10356         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
10357         for POWER7/powerpc64.
10358         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
10359         memmove for POWER7/powerpc64.
10361         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
10362         glibc default one.
10364         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
10365         __ELF_NATIVE_CLASS equal to 64.
10367 2014-07-07  Roland McGrath  <roland@hack.frob.com>
10369         * sysdeps/nptl/lowlevellock.h: File removed.
10371         * NEWS: NPTL is no longer an add-on!
10372         * nptl/internaltypes.h: Moved ...
10373         * sysdeps/nptl/internaltypes.h: ... here.
10374         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
10375         * sysdeps/nptl/fork.c: Likewise.
10376         * sysdeps/nptl/gai_misc.h: Likewise.
10377         * sysdeps/nptl/librt-cancellation.c: Likewise.
10378         * sysdeps/nptl/jmp-unwind.c: Likewise.
10379         * sysdeps/nptl/setxid.h: Likewise.
10380         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
10381         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
10382         * sysdeps/unix/sysv/linux/arm/Implies: New file.
10383         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
10384         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
10385         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
10386         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
10387         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
10388         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
10389         * sysdeps/unix/sysv/linux/mips/Implies: New file.
10390         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
10391         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
10392         * sysdeps/unix/sysv/linux/sh/Implies: New file.
10393         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
10394         * sysdeps/unix/sysv/linux/tile/Implies: New file.
10395         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
10396         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
10397         * nptl/Makeconfig: Moved ...
10398         * sysdeps/nptl/Makeconfig: ... here.
10399         * nptl/configure: File removed.
10400         * nptl/ANNOUNCE: File removed.
10401         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
10402         * sysdeps/unix/sysv/linux/configure: Regenerated.
10404         * nptl/Makefile (routines): Add libc_pthread_init,
10405         libc_multiple_threads, register-atfork and unregister-atfork.
10406         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
10407         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
10408         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
10409         pthread-pi-defines.sym, structsem.sym.
10410         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
10411         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
10412         [$(subdir) = nptl] (tests): Add tst-setgetname.
10413         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
10414         * sysdeps/unix/sysv/linux/sigaction.c: Just include
10415         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
10416         [!LIBC_SIGACTION]: Remove aliases.
10417         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10418         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10419         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10420         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
10421         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10422         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
10423         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
10424         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
10425         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10426         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
10427         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
10428         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
10429         __libc_allocate_rtsig_private.
10430         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
10431         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
10432         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
10433         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10434         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
10435         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
10436         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
10437         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
10438         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
10439         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
10440         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
10441         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
10442         * nptl/internaltypes.h: ... here.
10443         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
10444         * sysdeps/nptl/jmp-unwind.c: ... here.
10445         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
10446         * nptl/libc-lowlevellock.c: ... here.
10447         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
10448         * nptl/libc_multiple_threads.c: ... here.
10449         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
10450         * nptl/libc_pthread_init.c: ... here.
10451         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
10452         * nptl/lowlevelbarrier.sym: ... here.
10453         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
10454         * nptl/lowlevelcond.sym: ... here.
10455         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
10456         * nptl/lowlevellock.c: ... here.
10457         * nptl/lowlevellock.h: Moved ...
10458         * sysdeps/nptl/lowlevellock.h: ... here.
10459         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
10460         * nptl/lowlevelrobustlock.c: ... here.
10461         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
10462         * nptl/lowlevelrobustlock.sym: ... here.
10463         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
10464         * nptl/lowlevelrwlock.sym: ... here.
10465         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
10466         * nptl/pt-fork.c: ... here.
10467         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
10468         * nptl/pthread-pi-defines.sym: ... here.
10469         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
10470         * nptl/pthread_attr_getaffinity.c: ... here.
10471         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
10472         * nptl/pthread_attr_setaffinity.c: ... here.
10473         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
10474         * nptl/pthread_mutex_cond_lock.c: ... here.
10475         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10476         Update #include.
10477         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
10478         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
10479         * nptl/pthread_once.c: ... here, replacing old file.
10480         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
10481         * nptl/pthread_yield.c: ... here.
10482         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
10483         * nptl/register-atfork.c: ... here.
10484         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
10485         * nptl/sem_post.c: ... here.
10486         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
10487         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
10488         * nptl/sem_timedwait.c: ... here.
10489         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
10490         * nptl/sem_trywait.c: ... here.
10491         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
10492         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
10493         * nptl/sem_wait.c: ... here.
10494         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
10495         * nptl/structsem.sym: ... here.
10496         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
10497         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
10498         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
10499         * nptl/unregister-atfork.c: ... here.
10500         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
10501         * nptl/unwindbuf.sym: ... here.
10502         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
10503         * sysdeps/nptl/fork.c: ... here.
10504         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
10505         * sysdeps/nptl/fork.h: ... here.
10506         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
10507         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
10508         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
10509         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
10510         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
10511         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
10512         * sysdeps/unix/sysv/linux/getpid.c: ... here.
10513         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
10514         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
10515         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
10516         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
10517         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
10518         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
10519         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10520         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10521         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10522         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10523         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10524         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10525         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10526         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10527         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10528         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10529         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10530         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10531         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10532         * sysdeps/unix/sysv/linux/raise.c: ... here.
10533         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10534         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10535         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10536         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10537         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10538         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10539         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10540         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10541         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10542         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10543         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10544         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10545         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10546         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10547         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10549 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10551         * sysdeps/generic/memcopy.h: Add comment for
10552         MEMCPY_OK_FOR_FWD_MEMMOVE.
10554 2014-07-04  Will Newton  <will.newton@linaro.org>
10556         * string/memchr.c: Merge from gnulib.
10557         [_LIBC]: Remove conditionals.
10558         (__ptr_t): Remove define.
10559         (LONG_MAX_32_BITS): Likewise.
10560         (LONG_MAX): Likewise.
10561         (MEMCHR): Use ANSI prototype and optimize algorithm.
10563         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10565 2014-07-03  Roland McGrath  <roland@hack.frob.com>
10567         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10568         (lll_futex_timed_wait_bitset): Fix syscall argument count.
10570         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10571         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10572         in a bare environment with no <stdlib.h> installed.
10573         * sysdeps/nptl/configure: Regenerated.
10575         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10577         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10578         AC_EGREP_CPP for kernel header checks, so they only succeed if
10579         including <linux/version.h> actually works right.
10580         * sysdeps/unix/sysv/linux/configure: Regenerated.
10582         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10583         value so it's not diagnosed as unused.
10585         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10586         thing) with "ifeq ($(subdir),rt)".
10588 2014-07-03  Richard Henderson  <rth@redhat.com>
10590         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10591         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10592         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10594         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10595         (math_force_eval): New.
10597         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10598         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10600         * sysdeps/alpha/fpu/s_round.c: Remove file.
10601         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10603         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10604         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10605         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10606         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10607         (_dl_start, print_statistics): Likewise.
10608         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10609         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10611         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10612         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10613         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10614         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10615         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10616         (HP_SMALL_TIMING_AVAIL): Define.
10617         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10618         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10619         (HP_SMALL_TIMING_AVAIL): Define.
10620         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10621         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10623         * sysdeps/aarch64/hp-timing.h: New file.
10625         * sysdeps/generic/hp-timing.h: Remove dead comment.
10626         * sysdeps/generic/hp-timing-common.h: New file.
10627         * sysdeps/alpha/hp-timing.h: Include it.
10628         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10629         * sysdeps/i386/i686/hp-timing.h: Likewise.
10630         * sysdeps/ia64/hp-timing.h: Likewise.
10631         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10632         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10633         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10634         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10635         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10636         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10637         (hp_timing_t): New.
10639         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10640         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10641         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10642         * elf/rtld.c (_dl_start_final): Likewise.
10643         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10644         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10645         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10646         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10647         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10648         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10649         (HP_TIMING_DIFF_INIT): Remove.
10650         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10651         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10652         (HP_TIMING_DIFF_INIT): Remove.
10653         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10654         * sysdeps/i386/i686/hp-timing.c: Remove file.
10655         * sysdeps/x86_64/hp-timing.c: Remove file.
10656         * sysdeps/ia64/hp-timing.c: Remove file.
10657         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10658         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10659         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10660         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10662         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10663         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10664         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10665         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10666         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10667         (HP_TIMING_ACCUM): Remove.
10668         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10669         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10670         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10672         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10673         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10674         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10675         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10676         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10677         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10678         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10679         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10681         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10683 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10685         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10687 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10689         Sync up with gettext.
10690         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10691         [_MSC_VER]: Include malloc.h
10692         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10693         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10694         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10695         TEMP_FAILURE_RETRY.  Cast return of alloca.
10696         [!_LIBC] Call gl_rwlock_init.
10697         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10699 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10701         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10702         before checking its value.
10704 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10706         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10708         * debug/memcpy_chk.c: Don't include pagecopy.h.
10709         * debug/mempcpy_chk.c: Likewise.
10710         * string/memcpy.c: Likewise.
10711         * string/memmove.c: Likewise.
10712         * sysdeps/powerpc/memmove.c: Likewise.
10713         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10714         definition of PAGE_COPY_FWD_MAYBE here...
10715         * sysdeps/generic/pagecopy.h: ... from here.
10716         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10718 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10719             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10721         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10722         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10723         optimizations.
10724         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10725         (__libc_ifunc_impl_list): Likewise.
10726         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10727         multiarch strcat for PPC64.
10728         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10729         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10731 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10733         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10735 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10737         * intl/loadmsgcat.c: Remove declaration of
10738         get_sysdep_segment_value.
10739         (get_sysdep_segment_value): Use ISO C style.
10740         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10741         semicolon.  Fix typo and formatting in comment.
10742         (_nl_unload_domain): Use ISO C style.
10744         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10746 2014-07-02  Will Newton  <will.newton@linaro.org>
10748         * malloc/obstack.c: Merge from gnulib master.
10749         [HAVE_CONFIG_H]: Remove conditional code.
10750         [!_LIBC]: Include config.h.
10751         [!ELIDE_CODE]: Don't include inttypes.h, include
10752         stdint.h unconditionally.
10753         (print_and_abort): Mark as _Noreturn.
10754         (_obstack_allocated_p): Mark as __attribute_pure__.
10755         (obstack_free): Rename to __obstack_free.
10756         [!__attribute__]: Remove conditional code.
10757         * malloc/obstack.h: Merge from gnulib master.
10758         [__cplusplus]: Move conditional down.
10759         [!__attribute_pure__]: Define __attribute_pure__ here
10760         if it is not already defined.
10761         (_obstack_memory_used): Mark as __attribute_pure__.
10762         [!__obstack_free]: Define as obstack_free.
10763         [__GNUC__]: Remove check for ancient NeXT gcc.
10765 2014-07-02  Will Newton  <will.newton@linaro.org>
10766             Paul Eggert  <eggert@cs.ucla.edu>
10768         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10770 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10772         * resolv/gethnamaddr.c: Add comment warning that the file is
10773         not maintained.
10775 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10777         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10778         entries.
10780         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10781         entry for aio_cancel and aio_cancel64.
10782         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10783         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10784         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10785         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10786         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10787         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10788         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10789         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10790         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10791         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10792         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10793         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10794         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10796 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10798         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10799         * nptl/pthread_mutex_lock.c: Likewise.
10800         * nptl/pthread_mutex_timedlock.c: Likewise.
10801         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10803 2014-07-01  Richard henderson  <rth@redhat.com>
10805         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10806         (__isnan, __isnanl): Remove.
10807         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10809         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10811 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10813         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10815 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10817         * resolv/nss_dns/dns-host.c (getanswer_r)
10818         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10820 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10822         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10823         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10824         undefine.
10825         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10826         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10828 2014-07-01  Roland McGrath <roland@hack.frob.com>
10830         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10831         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10833         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10834         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10836         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10837         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10838         ... here.
10839         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10840         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10842         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10843         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10844         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10845         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10847         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10848         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10849         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10850         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10851         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10852         Moved ...
10853         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10854         ... here.
10855         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10856         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10857         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10858         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10859         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10860         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10861         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10862         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10863         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10864         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10865         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10866         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10867         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10868         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10869         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10870         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10871         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10872         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10873         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10874         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10875         ... here.
10876         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10877         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10878         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10879         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10880         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10881         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10882         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10883         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10885 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10887         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10888         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10889         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10890         Add sysdep.
10892 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10894         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10896 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10898         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10899         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10901         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10903         * sysdeps/arm/libm-test-ulps: Regenerated.
10905 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10906             Roland McGrath <roland@hack.frob.com>
10908         * test-skeleton.c (signal_handler): Kill the whole process group
10909         before killing the child individually.
10910         (main): Report any failure on `setpgid'.
10912 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10914         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10915         from _TLS_H to _ARM_NPTL_TLS_H.
10916         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10917         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10919 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10921         [BZ #16539]
10922         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10923         (__expm1l): Return argument unchanged when small but not
10924         subnormal.
10926         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10927         include macro name.
10928         (_FP_UNPACK_RAW_1_P): Likewise.
10929         (_FP_PACK_RAW_1): Likewise.
10930         (_FP_PACK_RAW_1_P): Likewise.
10931         (_FP_MUL_MEAT_1_wide): Likewise.
10932         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10933         (_FP_MUL_MEAT_1_hard): Likewise.
10934         (_FP_DIV_MEAT_1_imm): Likewise.
10935         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10936         (_FP_DIV_MEAT_1_udiv): Likewise.
10937         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10938         (_FP_UNPACK_RAW_2): Likewise.
10939         (_FP_UNPACK_RAW_2_P): Likewise.
10940         (_FP_PACK_RAW_2): Likewise.
10941         (_FP_PACK_RAW_2_P): Likewise.
10942         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10943         (_FP_MUL_MEAT_2_wide): Likewise.
10944         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10945         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10946         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10947         (_FP_MUL_MEAT_2_gmp): Likewise.
10948         (_FP_DIV_MEAT_2_udiv): Likewise.
10949         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10950         (_FP_FRAC_SRL_4): Likewise.
10951         (_FP_FRAC_SRST_4): Likewise.
10952         (_FP_FRAC_SRS_4): Likewise.
10953         (_FP_UNPACK_RAW_4): Likewise.
10954         (_FP_UNPACK_RAW_4_P): Likewise.
10955         (_FP_PACK_RAW_4): Likewise.
10956         (_FP_PACK_RAW_4_P): Likewise.
10957         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10958         (_FP_MUL_MEAT_4_wide): Likewise.
10959         (_FP_MUL_MEAT_4_gmp): Likewise.
10960         (umul_ppppmnnn): Likewise.
10961         (_FP_DIV_MEAT_4_udiv): Likewise.
10962         (__FP_FRAC_ADD_4): Likewise.
10963         (__FP_FRAC_SUB_3): Likewise.
10964         (__FP_FRAC_SUB_4): Likewise.
10965         (__FP_FRAC_DEC_3): Likewise.
10966         (__FP_FRAC_DEC_4): Likewise.
10967         (__FP_FRAC_ADDI_4): Likewise.
10968         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10969         (_FP_FRAC_SRL_8): Likewise.
10970         (_FP_FRAC_SRS_8): Likewise.
10972         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10973         include macro name.
10974         (FP_UNPACK_RAW_EP): Likewise.
10975         (FP_PACK_RAW_E): Likewise.
10976         (FP_PACK_RAW_EP): Likewise.
10977         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10978         (_FP_ISSIGNAN): Likewise.
10979         (_FP_ADD_INTERNAL): Likewise.
10980         (_FP_FMA): Likewise.
10981         (_FP_CMP): Likewise.
10982         (_FP_SQRT): Likewise.
10983         (_FP_TO_INT): Likewise.
10984         (_FP_FROM_INT): Likewise.
10985         (FP_EXTEND): Likewise.
10986         (_FP_DIV_MEAT_N_loop): Likewise.
10988 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10990         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10991         throughout.
10993 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10995         [BZ #17097]
10996         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10997         result with correct sign in case of exponents that produce
10998         overflow except for X very close to 1.
11000 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
11002         mktime: merge #if/#ifdef usage from glibc
11003         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
11004         as that works with both Glibc's and Gnulib's style.
11005         See thread starting at Siddhesh Poyarekar's bug report at:
11006         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
11008 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11010         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
11011         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
11012         * sysdeps/tile/tilegx/memmove.c: Remove file.
11014 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
11016         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
11017         abi-name definition.
11018         * scripts/soversions.awk: Do not handle or generate ABI lines.
11019         * shlib-versions: Remove ABI entries.
11020         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
11021         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
11023 2014-06-27  Roland McGrath  <roland@hack.frob.com>
11025         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
11026         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
11027         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
11028         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
11029         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
11030         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
11031         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
11032         Moved ...
11033         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
11034         ... here.
11035         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
11036         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
11037         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
11038         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
11039         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
11040         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
11041         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
11042         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
11043         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
11044         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
11045         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
11046         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
11047         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
11048         Moved ...
11049         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
11050         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
11051         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
11052         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
11053         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
11054         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
11055         Moved ...
11056         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
11057         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
11058         Moved ...
11059         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
11060         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
11061         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
11062         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
11063         Moved ...
11064         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
11065         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
11066         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
11067         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
11068         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
11069         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
11070         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
11071         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
11072         Moved ...
11073         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
11074         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
11075         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
11076         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
11077         Moved ...
11078         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
11079         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
11080         Moved ...
11081         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
11082         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
11083         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
11084         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
11085         Moved ...
11086         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
11087         ... here.
11088         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
11089         Identical file removed.
11090         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
11091         Moved ...
11092         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
11093         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
11094         Identical file removed.
11095         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
11096         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
11097         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
11098         Moved ...
11099         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
11100         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
11101         Identical file removed.
11102         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
11103         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
11104         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
11105         Identical file removed.
11106         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
11107         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
11108         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
11109         Identical file removed.
11110         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
11111         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
11112         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
11113         Identical file removed.
11114         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
11115         Moved ...
11116         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
11117         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
11118         Identical file removed.
11119         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
11120         Moved ...
11121         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
11122         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
11123         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
11124         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
11125         Identical file removed.
11126         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
11127         Moved ...
11128         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
11129         ... here.
11130         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
11131         Identical file removed.
11132         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
11133         Moved ...
11134         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
11135         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
11136         Identical file removed.
11137         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
11138         Moved ...
11139         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
11140         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
11141         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
11142         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
11143         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
11144         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
11145         Moved ...
11146         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
11147         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
11148         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
11150         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
11151         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
11152         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
11153         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
11154         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
11156 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
11158         [BZ #17092]
11159         * nscd/nscd.c (monitor_child): Return exit status of child
11160         instead of return value from wait syscall.
11162 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
11164         * configure.ac (libc_commonpagesize): Remove variable.
11165         (libc_relro_required): Likewise.
11166         (libc_cv_z_relro): Remove configure test.
11167         * configure: Regenerated.
11168         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
11169         variable.
11170         (libc_relro_required): Likewise.
11171         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
11172         (libc_relro_required): Likewise.
11173         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
11174         (libc_relro_required): Likewise.
11175         * sysdeps/arm/preconfigure: Regenerated.
11176         * sysdeps/ia64/preconfigure: Remove file.
11177         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
11178         variable.
11179         (libc_relro_required): Likewise.
11181         [BZ #16561]
11182         [BZ #16562]
11183         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
11184         (__ieee754_yn): Set FE_TONEAREST mode internally and then
11185         recompute overflowing results in original rounding mode.
11186         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
11187         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
11188         recompute overflowing results in original rounding mode.
11189         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
11190         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11191         recompute overflowing results in original rounding mode.
11192         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
11193         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11194         recompute overflowing results in original rounding mode.
11195         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
11196         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11197         recompute overflowing results in original rounding mode.
11198         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
11199         (libc_feholdsetround_ctx): New macro.
11200         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
11201         * sysdeps/i386/fpu/libm-test-ulps: Update.
11202         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
11204 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11206         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
11207         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
11208         corresponding .cpsetup call.
11210 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11212         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
11213         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
11214         * sysdeps/arm/Makefile [$(subdir) = csu]
11215         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
11216         (static-only-routines): Add aeabi_read_tp here.
11217         (shared-only-routines): Add libc-aeabi_read_tp here.
11218         (CFLAGS-libc-start.c): Add -fexceptions here.
11219         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
11220         (sysdep_routines, static-only-routines, shared-only-routines):
11221         Don't add to these here.
11222         (CFLAGS-libc-start.c): Likewise.
11224         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
11225         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11226         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
11227         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11228         * sysdeps/arm/Makefile [$(subdir) = rt]
11229         (librt-sysdep_routines, librt-shared-only-routines):
11230         Append rt-aeabi_unwind_cpp_pr1 here.
11231         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
11232         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
11233         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
11234         (libpthread-sysdep_routines, libpthread-shared-only-routines):
11235         Append nptl-aeabi_unwind_cpp_pr1 here.
11236         (tests): Filter out tst-cleanupx4 here.
11237         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
11238         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
11239         Don't do those here.
11241 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11243         * scripts/list-sources.sh: Do not handle ports specially.
11245 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11247         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
11248         * sysdeps/arm/feupdateenv.c: Likewise.
11250         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
11252 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11254         * manual/texinfo.tex: Update to version 2014-05-05.10 with
11255         trailing whitespace removed.
11256         * scripts/config.guess: Update to version 2014-03-23.
11257         * scripts/config.sub: Update to version 2014-05-01
11258         * scripts/install-sh: Update to version 2013-12-25.23.
11259         * scripts/move-if-change: Update from gnulib.
11261 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11263         * debug/memmove_chk.c: Remove pagecopy.h include.
11265 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11267         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
11268         identical to gnulib mktime.
11270 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11272         * configure.ac: Do not test for machine being rs6000.  Do not test
11273         for powerpc*-*soft.
11274         * configure: Regenerated.
11276         [BZ #11505]
11277         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
11278         test.
11279         * configure: Regenerated.
11280         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
11281         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
11282         Remove configure test.
11283         * sysdeps/arm/configure: Regenerated.
11284         * sysdeps/nptl/configure.ac: Do not check
11285         libc_cv_asm_cfi_directives.
11286         * sysdeps/nptl/configure: Regenerated.
11287         * sysdeps/x86_64/nptl/configure.ac: Remove file.
11288         * sysdeps/x86_64/nptl/configure: Remove generated file.
11289         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
11290         unconditional.
11291         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
11293 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11295         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
11296         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
11297         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
11298         it is defined.
11300         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
11301         instead of whether it is defined.
11302         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
11303         * sysdeps/hppa/dl-machine.h: Likewise.
11304         * sysdeps/ia64/dl-machine.h: Likewise.
11305         * sysdeps/m68k/dl-machine.h: Likewise.
11306         * sysdeps/microblaze/dl-machine.h: Likewise.
11307         * sysdeps/mips/dl-machine.: Likewise.
11308         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11309         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11310         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11311         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11312         * sysdeps/sh/dl-machine.h: Likewise.
11313         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11314         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11315         * sysdeps/tile/dl-machine.h: Likewise.
11316         * sysdeps/x86_64/dl-machine.h: Likewise.
11318         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
11319         code.
11320         (verify_persistent_db): Likewise.
11322 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
11325         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
11326         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
11327         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
11328         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
11329         Moved ...
11330         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
11331         ... here.
11332         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
11333         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
11334         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
11335         Identical file removed.
11336         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
11337         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
11338         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
11339         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
11340         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
11341         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
11342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
11343         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
11344         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
11345         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
11346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11347         Moved ...
11348         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
11349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
11350         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
11351         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
11352         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
11353         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
11354         Moved ...
11355         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
11356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
11357         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
11358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
11359         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
11360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
11361         Identical file removed.
11362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
11363         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
11364         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
11365         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
11366         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
11367         Moved ...
11368         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
11369         ... here.
11370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
11371         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
11372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
11373         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
11374         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
11375         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
11376         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
11377         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
11378         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
11379         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
11380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11381         Moved ...
11382         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
11383         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
11384         Moved ...
11385         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
11386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
11387         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
11388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
11389         Moved ...
11390         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
11391         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
11392         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
11394         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
11395         folded into ...
11396         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
11397         * sysdeps/unix/sysv/linux/s390/Versions
11398         (libpthread: GLIBC_2.19): New version set.
11399         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
11400         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
11401         (librt: GLIBC_2.3.3): New version set.
11402         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
11403         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
11404         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
11405         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
11406         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
11407         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
11408         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
11409         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
11410         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
11411         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
11412         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
11413         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
11414         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
11415         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
11416         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
11417         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
11418         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
11419         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
11420         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
11421         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
11422         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
11423         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
11424         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
11425         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
11426         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
11427         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
11428         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
11429         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
11430         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
11431         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
11432         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
11433         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
11434         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
11435         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
11436         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
11437         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
11438         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
11439         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
11440         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
11441         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
11442         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
11443         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
11444         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
11445         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
11446         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
11448         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
11449         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
11450         (__libc_vfork): Define the function under this name.
11451         [!NOT_IN_libc] (__vfork): Make this an alias.
11452         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11453         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
11454         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
11455         (__libc_vfork): Define the function under this name.
11456         [!NOT_IN_libc] (__vfork): Make this an alias.
11457         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11458         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
11459         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
11460         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
11461         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
11462         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
11464         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
11465         code that was previously under [RESET_PID].
11466         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
11467         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
11468         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
11470         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
11471         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
11472         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
11473         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
11474         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
11475         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
11476         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
11477         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
11478         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
11479         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
11480         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
11481         Moved ...
11482         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
11483         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
11484         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
11485         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
11486         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
11487         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
11488         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
11489         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
11490         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
11491         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
11492         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
11493         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
11494         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
11495         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
11496         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
11497         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
11498         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
11499         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
11500         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
11501         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
11502         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
11503         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
11504         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
11505         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
11506         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
11507         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
11508         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
11509         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
11510         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
11512 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11514         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
11515         that was previously under [RESET_PID].
11516         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
11518 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11520         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11521         not undefine and redefine.
11522         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11523         [O_CLOEXEC]: Make code unconditional.
11524         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11525         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11526         <kernel-features.h>.
11527         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11528         conditional variable definition.
11529         (shm_open) [O_CLOEXEC]: Make code unconditional.
11530         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11531         code.
11533         * configure.ac (USE_REGPARMS): Don't define here.
11534         * configure: Regenerated.
11535         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11536         * sysdeps/i386/configure: Regenerated.
11538         * nptl/createthread.c: Don't include kernel-features.h.
11539         * nptl/pthread_cancel.c: Likewise.
11540         * nptl/pthread_condattr_setclock.c: Likewise.
11541         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11542         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11543         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11544         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11545         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11546         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11547         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11548         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11549         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11550         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11551         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11552         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11553         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11554         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11555         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11556         * nscd/gai.c: Likewise.
11557         * nss/nss_db/db-open.c: Likewise.
11558         * sysdeps/generic/ldsodefs.h: Likewise.
11559         * sysdeps/sh/nptl/tls.h: Likewise.
11560         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11561         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11562         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11563         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11564         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11565         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11566         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11567         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11568         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11569         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11570         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11571         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11572         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11573         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11574         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11575         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11576         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11577         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11578         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11579         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11580         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11581         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11582         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11583         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11584         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11585         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11586         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11587         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11588         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11589         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11590         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11591         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11592         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11593         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11594         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11595         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11596         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11597         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11598         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11599         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11600         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11601         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11602         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11603         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11604         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11605         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11606         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11607         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11608         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11609         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11610         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11611         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11612         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11613         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11614         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11615         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11616         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11617         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11640         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11641         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11642         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11643         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11644         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11645         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11646         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11647         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11648         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11649         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11650         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11651         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11652         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11653         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11654         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11655         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11656         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11657         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11658         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11659         * sysdeps/unix/sysv/linux/system.c: Likewise.
11660         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11661         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11662         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11663         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11664         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11665         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11666         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11668         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11669         * configure: Regenerated.
11670         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11672         * configure.ac (base_machine): Do not set specially for particular
11673         machines here.
11674         * configure: Regenerated.
11675         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11676         settings from configure.ac.
11677         * sysdeps/i386/preconfigure: New file.
11678         * sysdeps/s390/preconfigure: Likewise.
11679         * sysdeps/sh/preconfigure: Likewise.
11680         * sysdeps/sparc/preconfigure: Likewise.
11682 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11684         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11685         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11686         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11687         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11688         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11689         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11690         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11691         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11692         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11693         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11694         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11695         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11696         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11697         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11698         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11699         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11700         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11701         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11702         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11704         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11705         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11706         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11707         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11708         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11709         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11710         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11711         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11712         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11713         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11714         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11715         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11716         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11717         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11718         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11719         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11720         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11721         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11722         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11723         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11724         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11725         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11726         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11727         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11728         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11729         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11730         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11731         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11732         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11733         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11734         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11735         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11736         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11737         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11738         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11739         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11740         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11741         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11743         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11744         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11745         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11746         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11747         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11748         Moved ...
11749         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11750         ... here.
11751         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11752         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11753         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11754         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11755         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11756         Moved ...
11757         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11758         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11759         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11760         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11761         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11762         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11763         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11764         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11765         Moved ...
11766         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11767         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11768         Moved ...
11769         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11770         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11771         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11772         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11773         Moved ...
11774         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11775         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11776         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11777         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11778         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11779         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11780         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11781         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11782         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11784         Moved ...
11785         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11786         ... here.
11787         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11788         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11789         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11790         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11791         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11792         Moved ...
11793         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11794         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11795         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11796         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11797         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11798         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11799         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11800         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11801         Moved ...
11802         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11803         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11804         Moved ...
11805         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11806         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11807         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11808         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11809         Moved ...
11810         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11811         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11812         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11813         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11814         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11816 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11818         * timezone/checktab.awk: Update from tzcode 2014e.
11819         * timezone/private.h: Likewise.
11820         * timezone/tzfile.h: Likewise.
11821         * timezone/zdump.c: Likewise.
11822         * timezone/zic.c: Likewise.
11824         * sysdeps/unix/sysv/linux/kernel-features.h
11825         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11826         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11827         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11828         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11829         Remove conditional code.
11831 2014-06-25  Will Newton  <will.newton@linaro.org>
11833         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11834         (_dl_arm_cap_flags): Add HWCAP2 values.
11835         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11836         (_DL_HWCAP_COUNT): Increase to 37.
11837         (_DL_HWCAP_LAST): New define.
11838         (_DL_HWCAP2_LAST): New define.
11839         (_dl_procinfo): Add support for printing
11840         AT_HWCAP2 entries.
11841         (_dl_string_hwcap): Use _dl_hwcap_string.
11843 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11845         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11847 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11849         * README: Do not mention ports directory.
11851         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11852         Remove macro.
11853         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11854         <kernel-features.h>.
11855         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11856         conditional variable definition.
11857         (__futimes): Update comment.
11858         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11859         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11861         [BZ #16560]
11862         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11863         arguments close to 0.
11864         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11865         Likewise.
11866         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11867         Likewise.
11868         * math/auto-libm-test-in: Add more tests of exp10.
11869         * math/auto-libm-test-out: Regenerated.
11870         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11872         * sysdeps/unix/sysv/linux/kernel-features.h
11873         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11874         * sysdeps/unix/sysv/linux/readv.c: Do not include
11875         <kernel-features.h>.
11876         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11877         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11878         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11879         unconditional.
11880         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11881         conditional code.
11882         * sysdeps/unix/sysv/linux/writev.c: Do not include
11883         <kernel-features.h>.
11884         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11885         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11886         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11887         unconditional.
11888         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11889         conditional code.
11891 2014-06-25  Will Newton  <will.newton@linaro.org>
11893         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11894         comment changes throughout the file.  Remove checks
11895         for HAVE_*_H definitions that are not required.
11896         (__gen_tempname): Call abort if an unknown kind value is
11897         passed.
11899 2014-06-25  Andreas Schwab  <schwab@suse.de>
11901         [BZ #17086]
11902         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11903         scalbln, scalblnf, scalblnl in libc.
11905 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11907         [BZ #17086]
11908         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11909         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11910         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11912 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11914         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11915         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11916         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11917         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11918         Update #include.
11919         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11920         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11921         Update #include.
11922         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11923         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11924         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11925         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11926         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11927         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11928         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11929         * sysdeps/x86/bits/semaphore.h: ... here.
11930         * sysdeps/x86/nptl/elide.h: Moved ...
11931         * sysdeps/x86/elide.h: ... here.
11932         * sysdeps/x86_64/nptl/Implies: File removed.
11933         * sysdeps/i386/nptl/Implies: File removed.
11935 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11937         [BZ #16539]
11938         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11939         return the argument for normal arguments with exponent below -64.
11940         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11941         Likewise.
11942         * math/auto-libm-test-in: Add another test of expm1.
11943         * math/auto-libm-test-out: Regenerated.
11945         [BZ #16287]
11946         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11947         calling __erfcl for arguments at least 16.
11948         * math/auto-libm-test-in: Add more tests of erf.
11949         * math/auto-libm-test-out: Regenerated.
11951         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11952         individual architectures.
11953         * sysdeps/unix/sysv/linux/configure: Regenerated.
11954         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11955         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11956         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11957         (ldd_rewrite_script): Define variable.
11958         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11960         file.
11961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11962         generated file.
11963         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11964         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11965         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11966         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11967         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11968         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11969         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11970         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11972 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11974         [BZ #17084]
11975         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11976         Rename member __data.d to __data.__elision_data.
11978 2014-06-24  Wilco  <wdijkstr@arm.com>
11980         * NEWS: Add 16918 to fixed bug list.
11982 2014-06-24  Wilco  <wdijkstr@arm.com>
11984         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11986 2014-06-24  Wilco  <wdijkstr@arm.com>
11988         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11989         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11990         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11991         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11992         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11993         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11994         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11995         Use _FPU_MASK_RM.
11997 2014-06-24  Wilco  <wdijkstr@arm.com>
11999         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
12001 2014-06-24  Wilco  <wdijkstr@arm.com>
12003         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
12004         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
12005         * sysdeps/arm/fesetround.c (fesetround): Remove space.
12006         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
12008 2014-06-24  Wilco  <wdijkstr@arm.com>
12010         [BZ #16918]
12011         * sysdeps/arm/feupdateenv.c (feupdateenv):
12012         Rewrite to reduce FPSCR accesses and fix return value.
12014 2014-06-24  Wilco  <wdijkstr@arm.com>
12016         * sysdeps/arm/fclrexcpt.c (feclearexcept):
12017         Optimize to avoid unnecessary FPSCR writes.
12018         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
12019         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
12020         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
12021         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
12023 2014-06-24  Wilco  <wdijkstr@arm.com>
12025         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
12026         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
12027         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
12028         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
12029         Call libc_fetestexcept_vfp.
12030         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
12031         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
12032         __SOFTFP__ ifdef so that they can be built for softfp.
12034 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12036         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
12037         argument type signed char.
12039         * Makerules (check-abi): Dump diff of symlist if the test
12040         fails.
12042 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12044         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
12045         using abort.
12047         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12048         Remove unused variable ST.
12050 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12052         [BZ #16354]
12053         [BZ #17061]
12054         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
12055         small arguments before calling __expm1.
12056         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
12057         small arguments before calling __expm1f.
12058         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
12059         small arguments before calling __expm1l.
12060         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12061         Likewise.
12062         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
12063         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
12064         spurious underflow for some cosh tests.
12065         * math/auto-libm-test-out: Regenerated.
12066         * sysdeps/i386/fpu/libm-test-ulps: Update.
12068         [BZ #17050]
12069         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
12070         (__ieee754_y1): Set errno if return value overflows.
12071         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
12072         (__ieee754_y1f): Set errno if return value overflows.
12073         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
12074         (__ieee754_y1l): Set errno if return value overflows.
12075         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
12076         (__ieee754_y1l): Set errno if return value overflows.
12077         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
12078         * math/auto-libm-test-out: Regenerated.
12080         * math/gen-auto-libm-tests.c: Document use of
12081         ignore-zero-inf-sign.
12082         (input_flag_type): Add value flag_ignore_zero_inf_sign.
12083         (input_flags): Add ignore-zero-inf-sign.
12084         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
12085         * math/gen-libm-test.pl (generate_testfile): Handle
12086         ignore-zero-inf-sign.
12087         * math/auto-libm-test-in: Mark some cpow tests with
12088         ignore-zero-inf-sign and some with xfail-rounding.
12089         * math/auto-libm-test-out: Regenerated.
12090         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
12091         * sysdeps/i386/fpu/libm-test-ulps: Update.
12092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12094         [BZ #16315]
12095         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
12096         overflowing or underflowing operations take place with sign of
12097         result.
12098         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
12099         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
12100         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
12101         (__ieee754_pow): Recompute overflowing and underflowing results in
12102         original rounding mode.
12103         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
12104         (__powl_helper): Allow negative argument X and scale negated value
12105         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
12106         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
12107         overflowing or underflowing operations take place with sign of
12108         result.
12109         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
12110         Include <math.h>.
12111         * math/auto-libm-test-in: Add more tests of pow.
12112         * math/auto-libm-test-out: Regenerated.
12113         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
12114         (pow_tonearest_test_data): Remove.
12115         (pow_test_tonearest): Likewise.
12116         (pow_towardzero_test_data): Likewise.
12117         (pow_test_towardzero): Likewise.
12118         (pow_downward_test_data): Likewise.
12119         (pow_test_downward): Likewise.
12120         (pow_upward_test_data): Likewise.
12121         (pow_test_upward): Likewise.
12122         (main): Don't call removed functions.
12123         * sysdeps/i386/fpu/libm-test-ulps: Update.
12124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12126 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
12129         Moved ...
12130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
12131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
12132         Moved ...
12133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
12134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
12135         Moved ...
12136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
12137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
12138         Moved ...
12139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
12140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
12141         File removed.
12142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
12143         File removed.
12144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
12145         File removed.
12146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
12147         File removed.
12148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
12149         File removed.
12150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
12151         File removed.
12152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
12153         File removed.
12154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
12155         File removed.
12156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
12157         File removed.
12158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
12159         File removed.
12160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
12161         File removed.
12162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
12163         File removed.
12164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
12165         Moved ...
12166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
12167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
12168         Moved ...
12169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
12170         ... here.
12171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
12172         Moved ...
12173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
12174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
12175         Moved ...
12176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
12177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
12178         Moved ...
12179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
12180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
12181         Moved ...
12182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
12183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
12184         Moved ...
12185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
12186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
12187         Moved ...
12188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
12189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
12190         Moved ...
12191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
12192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
12193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
12194         ... here.
12195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
12196         Moved ...
12197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
12198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
12199         Moved ...
12200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
12201         ... here.
12202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
12203         Moved ...
12204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12205         ... here.
12206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12207         Moved ...
12208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
12209         ... here.
12210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
12211         Moved ...
12212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
12213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12214         Moved ...
12215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
12216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
12217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
12218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12219         Moved ...
12220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
12221         ... here.
12222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
12223         Moved ...
12224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
12225         ... here.
12226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12227         Moved ...
12228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
12229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
12230         Moved ...
12231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
12232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12233         Moved ...
12234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
12235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
12236         Moved ...
12237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
12238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12239         Moved ...
12240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
12241         ... here.
12242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
12243         Moved ...
12244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
12245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12246         Moved ...
12247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
12248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
12249         Moved ...
12250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
12251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12252         Moved ...
12253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
12254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
12255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
12256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12257         Moved ...
12258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
12259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
12260         Moved ...
12261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
12262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12263         Moved ...
12264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
12265         ... here.
12266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
12267         Moved ...
12268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
12269         ... here.
12270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12271         Moved ...
12272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
12273         ... here.
12274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
12275         Moved ...
12276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
12277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12278         Moved ...
12279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
12280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
12281         Moved ...
12282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
12283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12284         Moved ...
12285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
12286         ... here.
12287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
12288         Moved ...
12289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
12290         ... here.
12291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12292         Moved ...
12293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
12294         ... here.
12295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
12296         Moved ...
12297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
12298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
12299         Moved ...
12300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
12302 2014-06-23  Will Newton  <will.newton@linaro.org>
12303             Wilco  <wdijkstr@arm.com>
12305         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
12306         implementation.  Include get-rounding-mode.h.
12307         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
12308         [!libc_feholdsetround_noex_ctx]: Define
12309         libc_feholdsetround_noex_ctx.
12310         [!libc_feholdsetround_noexf_ctx]: Define
12311         libc_feholdsetround_noexf_ctx.
12312         [!libc_feholdsetround_noexl_ctx]: Define
12313         libc_feholdsetround_noexl_ctx.
12314         (libc_feholdsetround_ctx): New function.
12315         (libc_feresetround_ctx): New function.
12316         (libc_feholdsetround_noex_ctx): New function.
12317         (libc_feresetround_noex_ctx): New function.
12319 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12321         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
12322         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
12323         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
12324         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
12325         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
12326         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
12328         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
12329         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
12330         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
12331         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
12332         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
12333         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
12334         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
12335         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
12336         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
12337         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
12338         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
12339         Moved ...
12340         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
12341         ... here.
12342         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
12343         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
12344         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
12345         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
12346         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
12347         Moved ...
12348         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
12349         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
12350         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
12351         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
12352         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
12353         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
12354         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
12355         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
12356         Moved ...
12357         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
12358         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
12359         Moved ...
12360         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
12361         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
12362         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
12363         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
12364         Moved ...
12365         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
12366         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
12367         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
12368         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
12369         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
12370         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
12371         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
12372         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
12373         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
12374         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
12375         Moved ...
12376         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
12377         ... here.
12378         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
12379         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
12380         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
12381         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
12382         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
12383         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
12384         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
12385         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
12386         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
12387         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
12388         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
12389         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
12390         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
12391         Moved ...
12392         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
12393         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
12394         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
12395         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
12396         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
12397         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
12398         Moved ...
12399         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
12400         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
12401         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
12402         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
12403         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
12405         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
12406         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
12407         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
12408         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
12409         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
12410         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
12411         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
12412         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
12413         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
12414         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
12415         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
12416         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
12417         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
12418         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
12419         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
12420         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
12421         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
12422         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
12423         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
12424         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
12425         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
12426         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
12427         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
12428         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
12429         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
12430         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
12431         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
12432         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
12434 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12436         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
12437         (FALLOC_FL_COLLAPSE_RANGE): New macro.
12438         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
12439         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
12440         (IPV6_PMTUDISC_INTERFACE): Likewise.
12441         (IPV6_PMTUDISC_OMIT): Likewise.
12443 2014-06-23  Andreas Schwab  <schwab@suse.de>
12445         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
12446         Remove unused errout label.
12448 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12450         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
12451         macro: hardware supports Vector Crypto instructions.
12453 2014-06-23  Will Newton  <will.newton@linaro.org>
12455         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
12456         rather than __builtin_expect.
12458         * elf/dl-lookup.c (undefined_msg): Remove variable.
12459         (_dl_lookup_symbol_x): Replace undefined_msg with string
12460         literal.
12462         * elf/dl-lookup.c (do_lookup_unique): New function.
12463         (do_lookup_x): Move STB_GNU_UNIQUE handling code
12464         to a separate function.
12466 2014-06-23  Andreas Schwab  <schwab@suse.de>
12468         [BZ #17079]
12469         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
12470         before reading the next line.
12472 2014-06-23  Will Newton  <will.newton@linaro.org>
12474         * test-skeleton.c (signal_handler): Use printf and %m
12475         rather than perror.  Use printf rather than fprintf to
12476         stderr.  Use puts rather than fputs to stderr.
12477         (main): Likewise.
12479 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
12481         * nscd/nscd.c (thread_info_t): Remove typedef.
12482         (thread_info): Remove variable.
12484 2014-06-21  Allan McRae  <allan@archlinux.org>
12486         * NEWS: Mention CVE-2014-4043.
12488 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12490         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
12491         * nptl/smp.h: ... here.
12493         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
12495         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
12496         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
12497         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
12498         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
12500         * nptl/allocatestack.c: Include <stack-aliasing.h>.
12501         * nptl/stack-aliasing.h: New file.
12502         * sysdeps/i386/i686/stack-aliasing.h: New file.
12503         * sysdeps/i386/i686/nptl/Makefile: File removed.
12504         * sysdeps/x86_64/stack-aliasing.h: New file.
12505         * sysdeps/x86_64/nptl/Makefile
12506         (CFLAGS-pthread_create.c): Variable removed.
12508         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
12509         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
12510         old file.
12511         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
12512         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
12513         old file.
12515 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
12517         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12518         (__ASSUME_SIGFRAME_V2): Remove macro.
12519         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12520         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12521         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12522         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12523         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12524         Declare as function.  Remove conditional macro definitions.
12525         (__default_rt_sa_restorer): Likewise.
12526         (__default_sa_restorer_v1): Remove declaration.
12527         (__default_sa_restorer_v2): Likewise.
12528         (__default_rt_sa_restorer_v1): Likewise.
12529         (__default_rt_sa_restorer_v2): Likewise.
12530         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12531         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12532         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12534 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12536         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12537         (libpthread-routines): Add sysdep.
12538         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12539         * sysdeps/unix/sysv/linux/sparc/Versions
12540         (libpthread: GLIBC_2.3.3): New version set.
12541         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12542         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12543         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12544         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12545         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
12546         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12547         Moved ...
12548         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12549         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12550         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12551         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12552         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12553         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12554         * sysdeps/sparc/nptl/sem_init.c: ... here.
12555         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12556         * sysdeps/sparc/nptl/sem_post.c: ... here.
12557         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12558         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12559         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12560         * sysdeps/sparc/nptl/sem_wait.c: ... here.
12561         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12562         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12563         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12564         (libpthread-routines): Add cpu_relax.
12565         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12566         File removed.
12567         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12568         (librt: GLIBC_2.3.3): New version set.
12569         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12570         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12571         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12572         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12573         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12574         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12575         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12576         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12577         Moved ...
12578         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12579         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12580         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12581         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12582         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12583         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12584         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12585         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12586         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12587         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12588         Moved ...
12589         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12590         Update #include.
12591         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12592         Moved ...
12593         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12594         Update #include.
12595         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12596         Moved ...
12597         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12598         Update #include.
12599         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12600         Moved ...
12601         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12602         Update #include.
12603         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12604         Moved ...
12605         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12606         Update #include.
12607         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12608         Moved ...
12609         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12610         Update #include.
12611         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12612         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12613         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12614         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12615         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12616         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12617         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12618         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12619         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12620         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12621         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12622         Moved ...
12623         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12624         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12625         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12627         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12629 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12631         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12632         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12633         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12634         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12635         * nscd/nscd.c: Likewise.
12636         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12637         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12638         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12639         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12641         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12642         <kernel-features.h>.
12643         (init_mq_netlink): Remove conditional have_sock_cloexec
12644         definitions.  Remove code conditional on have_sock_cloexec < 0.
12645         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12646         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12647         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12648         <kernel-features.h>.
12649         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12650         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12652 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12654         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12655         Add tests for memset_chk and memset.
12657         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12658         with AVX2_Usable.
12660 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12662         [BZ #16046]
12663         * elf/tst-dl-iter-static.c: New file.
12664         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12666         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12667         error.
12669 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12671         * sysdeps/unix/sysv/linux/kernel-features.h
12672         (__ASSUME_F_GETOWN_EX): Remove macro.
12673         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12674         <kernel-features.h>.
12675         (miss_F_GETOWN_EX): Remove variable or macro.
12676         (do_fcntl): Do not check miss_F_GETOWN_EX.
12677         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12679         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12680         Remove macro.
12681         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12682         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12683         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12685         * sysdeps/unix/sysv/linux/kernel-features.h
12686         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12687         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12688         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12689         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12691 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12693         [BZ #17075]
12694         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12695         Fix calculation of the symbol's value.
12696         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12697         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12698         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12699         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12700         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12701         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12702         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12703         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12704         (modules-names): Add `tst-armtlsdescmod',
12705         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12706         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12707         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12708         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12709         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12710         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12711         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12712         ($(objpfx)tst-armtlsdescloc): New dependency.
12713         ($(objpfx)tst-armtlsdescextnow): Likewise.
12714         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12715         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12716         TLS scheme support.
12717         * sysdeps/arm/configure: Regenerate.
12719 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12721         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12722         (__atfct_seterrno_2): Likewise.
12723         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12724         <kernel-features.h>.
12725         (__ASSUME_ATFCTS): Do not undefine and redefine.
12726         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12727         (__have_atfcts): Remove conditional definition.
12728         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12729         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12730         unreachable if [__ASSUME_ATFCTS].
12731         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12732         not undefine and redefine.
12733         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12734         <kernel-features.h>.
12735         (faccessat) [__NR_faccessat]: Make code unconditional.
12736         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12737         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12738         <kernel-features.h>.
12739         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12740         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12741         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12742         <kernel-features.h>.
12743         (fchownat) [__NR_fchownat]: Make code unconditional.
12744         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12745         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12746         <kernel-features.h>.
12747         (futimesat) [__NR_futimesat]: Make code unconditional.
12748         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12749         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12750         <kernel-features.h>.
12751         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12752         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12753         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12754         <kernel-features.h>.
12755         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12756         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12757         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12758         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12759         <kernel-features.h>.
12760         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12761         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12762         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12763         <kernel-features.h>.
12764         (linkat) [__NR_linkat]: Make code unconditional.
12765         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12766         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12767         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12768         <kernel-features.h>.
12769         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12770         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12771         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12772         <kernel-features.h>.
12773         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12774         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12775         * sysdeps/unix/sysv/linux/openat.c: Do not include
12776         <kernel-features.h>.
12777         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12778         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12779         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12780         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12781         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12782         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12783         <kernel-features.h>.
12784         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12785         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12786         result of INLINE_SYSCALL directly, not via int variable.
12787         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12788         <kernel-features.h>.
12789         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12790         (renameat) [__NR_renameat]: Make code unconditional.
12791         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12792         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12793         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12794         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12795         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12796         (__ASSUME_ATFCTS): Do not undefine and redefine.
12797         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12798         <kernel-features.h>.
12799         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12800         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12801         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12802         <kernel-features.h>.
12803         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12804         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12805         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12806         (__ASSUME_ATFCTS): Do not undefine and redefine.
12807         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12808         <kernel-features.h>.
12809         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12810         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12811         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12812         <kernel-features.h>.
12813         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12814         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12816 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12818         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12820 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12822         [BZ #17069]
12823         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12824         constructed tree before returning error.
12825         * posix/bug-regexp36.c: Expand test case.
12827 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12829         [BZ #6803]
12830         * math/libm-test.inc (scalbln_test_date):
12831         Add errno expectations.
12832         * math/w_scalblnf.c: New File.
12833         Add wrapper which checks for setting errno to ERANGE.
12834         Add weak_alias for corresponding scalbln function.
12835         * math/w_scalbln.c: Likewise.
12836         * math/w_scalblnl.c: Likewise.
12837         * math/Makefile (libm-calls): Add w_scalbln.
12838         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12839         Remove weak_alias for corresponding scalbln function.
12840         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12841         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12842         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12843         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12844         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12845         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12846         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12847         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12848         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12849         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12850         Remove long_double_symbol for scalblnl function in libm, libc.
12851         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12852         Add wrapper which checks for setting errno to ERANGE.
12853         Add long_double_symbol for scalblnl function in libm, libc.
12854         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12855         Remove long_double_symbol for scalblnl in libm.
12856         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12857         Add wrapper which checks for setting errno to ERANGE.
12858         Add long_double_symbol for scalblnl function in libm.
12859         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12860         Do not use wrapper because of own implementation.
12862 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12864         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12865         3 bytes for __pad1 for x32.
12866         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12868 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12869             H.J. Lu  <hongjiu.lu@intel.com>
12871         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12872         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12873         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12874         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12875         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12877 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12879         [BZ #17069]
12880         * posix/regcomp.c (parse_expression): Deallocate partially
12881         constructed tree before returning error.
12882         * posix/Makefile.c (tests): Add bug-regex36.
12883         (generated): Add bug-regex36.mtrace.
12884         (tests-special): Add $(objpfx)bug-regex36-mem.out
12885         (bug-regex36-ENV): New variable.
12886         ($(objpfx)bug-regex36-mem.out): New rule.
12887         * posix/bug-regex36.c: New file.
12889 2014-06-19  Will Newton  <will.newton@linaro.org>
12891         * malloc/malloc.c (systrim): If extra is zero then return
12892         early.
12894 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12896         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12898 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12900         * sysdeps/aarch64/strchr.S: New file.
12902 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12904         [BZ #17022]
12905         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12906         from arguments -2 or below.
12907         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12908         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12910 2014-06-18  Andreas Schwab  <schwab@suse.de>
12912         [BZ #17062]
12913         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12914         of a bracket expr not to run off the end of the string.
12915         * posix/Makefile (tests): Add tst-fnmatch3.
12916         * posix/tst-fnmatch3.c: New file.
12918 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12920         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12921         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12922         [$(cross-compiling) = no]: Likewise.
12923         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12924         [$(cross-compiling) = no]: Likewise.
12926 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12928         [BZ #17031]
12929         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12930         double, adjusted for any remainder from the high double.
12931         * math/libm-test.inc (nearbyint): Add tests.
12932         (rint): Likewise.
12934 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12936         * nptl/sysdeps/powerpc/Makefile: Moved ...
12937         * sysdeps/powerpc/nptl/Makefile: ... here.
12938         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12939         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12940         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12941         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12942         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12943         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12944         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12945         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12946         * nptl/sysdeps/powerpc/tls.h: Moved ...
12947         * sysdeps/powerpc/nptl/tls.h: ... here.
12949 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12951         [BZ #16681]
12952         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12953         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12954         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12955         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12956         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12957         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12958         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12959         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12960         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12962 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12964         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12966 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12968         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12969         defined operator.
12971         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12972         $TIMEOUTFACTOR.
12974 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12976         [BZ #17058]
12977         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12978         non-executed part of the test.
12980 2014-06-16  Andreas Schwab  <schwab@suse.de>
12982         * string/bits/string2.h (strdup, strndup): Update feature guard.
12984 2014-06-14  David S. Miller  <davem@davemloft.net>
12986         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12988 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12990         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12991         that was previously under [RESET_PID].
12992         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12994         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12995         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12996         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12997         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12998         (__libc_vfork): New strong alias.
12999         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
13001 2014-06-14 Andi Kleen  <ak@linux.intel.com>
13003         * sysdeps/generic/elide.h: New file.
13005 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13007         * Makefile (installed-headers): Adjust path of pthread.h header.
13009 2014-06-13  Roland McGrath  <roland@hack.frob.com>
13011         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
13012         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
13013         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
13014         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
13016         * nptl/sysdeps/s390/Makefile: Moved ...
13017         * sysdeps/s390/nptl/Makefile: ... here.
13018         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
13019         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
13020         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
13021         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
13022         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
13023         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
13024         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
13025         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
13026         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
13027         * sysdeps/s390/nptl/pthreaddef.h: ... here.
13028         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
13029         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
13030         * nptl/sysdeps/s390/tls.h: Moved ...
13031         * sysdeps/s390/nptl/tls.h: ... here.
13033         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
13034         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
13036 2014-06-13  David S. Miller  <davem@davemloft.net>
13038         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
13039         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
13040         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
13041         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
13042         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
13043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
13044         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
13045         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
13046         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
13047         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
13048         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
13049         Remove RESET_PID cpp guards.
13050         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
13051         Remove RESET_PID cpp guards.
13052         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
13054 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
13056         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
13057         __sp to uintptr_t.
13059 2014-06-13  Andi Kleen  <ak@linux.intel.com>
13061         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
13062         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
13063         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
13064         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
13065         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
13066         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
13067         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
13068         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
13069         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
13070         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
13071         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
13072         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
13073         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
13074         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
13075         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
13076         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
13077         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
13078         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
13079         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
13080         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
13082         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
13083         (pthread_rwlock_rdlock): Add elision.
13084         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
13085         (pthread_rwlock_wrlock): Add elision.
13086         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
13087         (pthread_rwlock_trywrlock): Add elision.
13088         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
13089         (pthread_rwlock_tryrdlock): Add elision.
13090         * nptl/pthread_rwlock_unlock.c: Include elide.h.
13091         (pthread_rwlock_tryrdlock): Add elision unlock.
13092         * nptl/sysdeps/pthread/pthread.h:
13093         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
13094         (PTHREAD_RWLOCK_INITIALIZER,
13095         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
13096         Handle new elision field.
13097         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
13098         * sysdeps/arm/nptl/bits/pthreadtypes.h
13099         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13100         * sysdeps/sh/nptl/bits/pthreadtypes.h
13101         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13102         * sysdeps/tile/nptl/bits/pthreadtypes.h
13103         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13104         * sysdeps/a/nptl/bits/pthreadtypes.h
13105         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13106         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13107         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13108         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13109         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13110         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
13111         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13112         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13113         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13114         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13115         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13116         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13117         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13118         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13119         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13120         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
13121         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13122         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
13123         (elision_init): Set try_xbegin to zero when no RTM.
13124         * sysdeps/x86/nptl/bits/pthreadtypes.h
13125         (pthread_rwlock_t): Change __pad1 to __rwelision.
13126         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13128 2014-06-13  Andi Kleen  <ak@linux.intel.com>
13130         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
13131         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
13132         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
13133         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
13135 2014-06-13  Meador Inge  <meadori@codesourcery.com>
13137         [BZ #16996]
13138         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
13139         that the cached result has been set before returning it.
13141 2014-06-12  Roland McGrath  <roland@hack.frob.com>
13143         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
13144         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
13145         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
13146         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
13147         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
13148         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
13150         * nptl/sysdeps/sparc/Makefile: Moved ...
13151         * sysdeps/sparc/nptl/Makefile: ... here.
13152         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
13153         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
13154         * nptl/sysdeps/sparc/tls.h: Moved ...
13155         * sysdeps/sparc/nptl/tls.h: ... here.
13156         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
13157         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
13158         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
13159         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
13160         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
13161         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
13162         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
13163         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
13164         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
13165         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
13166         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
13167         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
13168         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
13169         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
13170         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
13171         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
13172         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
13173         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
13174         Update #include.
13175         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
13176         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
13177         Update #include.
13178         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
13179         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
13180         Update #include.
13181         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
13182         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
13183         Update #include.
13185         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13187         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
13188         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
13190         * sysdeps/pthread/posix-timer.h: Include <list.h>.
13191         (struct list_links): Type removed.
13192         (struct thread_node, struct timer_node): Replace struct list_links
13193         with struct list_head.
13194         (list_unlink_ip): Likewise.
13195         * sysdeps/pthread/timer_routines.c
13196         (timer_free_list, thread_free_list, thread_active_list): Likewise.
13197         (list_append, list_insbefore): Likewise.
13198         (list_init): Function removed.
13199         (thread_init, init_module): Use INIT_LIST_HEAD instead.
13200         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
13201         * sysdeps/pthread/Makefile: ... here, new file.
13203         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
13204         * sysdeps/nptl/Implies: ... here.
13205         * sysdeps/unix/sysv/linux/Implies: Add nptl.
13206         * nptl/sysdeps/pthread/list.h: Moved ...
13207         * include/list.h: ... here.
13208         * nptl/sysdeps/pthread/createthread.c: Moved ...
13209         * nptl/createthread.c: ... here.
13210         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
13211         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
13212         * nptl/pt-longjmp.c: ... here.
13213         * nptl/sysdeps/pthread/Makefile: Moved ...
13214         * sysdeps/nptl/Makefile: ... here.
13215         * nptl/sysdeps/pthread/Subdirs: Moved ...
13216         * sysdeps/nptl/Subdirs: ... here.
13217         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
13218         * sysdeps/nptl/aio_misc.h: ... here.
13219         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
13220         * sysdeps/nptl/bits/libc-lock.h: ... here.
13221         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
13222         * sysdeps/nptl/bits/libc-lockP.h: ... here.
13223         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
13224         * sysdeps/nptl/bits/stdio-lock.h: ... here.
13225         * nptl/sysdeps/pthread/configure: Moved ...
13226         * sysdeps/nptl/configure: ... here.
13227         * nptl/sysdeps/pthread/configure.ac: Moved ...
13228         * sysdeps/nptl/configure.ac: ... here.
13229         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
13230         * sysdeps/nptl/gai_misc.h: ... here.
13231         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
13232         * sysdeps/nptl/librt-cancellation.c: ... here.
13233         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
13234         * sysdeps/nptl/malloc-machine.h: ... here.
13235         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
13236         * sysdeps/nptl/pthread-functions.h: ... here.
13237         * nptl/sysdeps/pthread/pthread.h: Moved ...
13238         * sysdeps/nptl/pthread.h: ... here.
13239         * nptl/sysdeps/pthread/setxid.h: Moved ...
13240         * sysdeps/nptl/setxid.h: ... here.
13241         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
13242         * sysdeps/nptl/sigfillset.c: ... here.
13243         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
13244         * sysdeps/nptl/tcb-offsets.h: ... here.
13245         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
13246         * sysdeps/nptl/tst-mqueue8x.c: ... here.
13247         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
13248         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
13249         * nptl/sysdeps/pthread/allocalim.h: Moved ...
13250         * sysdeps/pthread/allocalim.h: ... here.
13251         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
13252         * sysdeps/pthread/bits/sigthread.h: ... here.
13253         * nptl/sysdeps/pthread/flockfile.c: Moved ...
13254         * sysdeps/pthread/flockfile.c: ... here.
13255         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
13256         * sysdeps/pthread/ftrylockfile.c: ... here.
13257         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
13258         * sysdeps/pthread/funlockfile.c: ... here.
13259         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
13260         * sysdeps/pthread/posix-timer.h: ... here.
13261         * nptl/sysdeps/pthread/timer_create.c: Moved ...
13262         * sysdeps/pthread/timer_create.c: ... here.
13263         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
13264         * sysdeps/pthread/timer_delete.c: ... here.
13265         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
13266         * sysdeps/pthread/timer_getoverr.c: ... here.
13267         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
13268         * sysdeps/pthread/timer_gettime.c: ... here.
13269         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
13270         * sysdeps/pthread/timer_routines.c: ... here.
13271         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
13272         * sysdeps/pthread/timer_settime.c: ... here.
13273         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
13274         * sysdeps/pthread/tst-timer.c: ... here.
13275         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
13276         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
13278         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
13279         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
13281         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
13282         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
13283         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
13284         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
13285         Update #include target.
13286         * nptl/sysdeps/i386/i686/Makefile: Moved ...
13287         * sysdeps/i386/i686/nptl/Makefile: ... here.
13288         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
13289         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
13290         Update #include target.
13291         * nptl/sysdeps/i386/i686/tls.h: Moved ...
13292         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
13293         * nptl/sysdeps/i386/Makefile: Moved ...
13294         * sysdeps/i386/nptl/Makefile: ... here.
13295         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
13296         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
13297         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
13298         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
13299         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
13300         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
13301         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
13302         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
13303         * sysdeps/i386/nptl/pthreaddef.h: ... here.
13304         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
13305         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
13306         * nptl/sysdeps/i386/tls.h: Moved ...
13307         * sysdeps/i386/nptl/tls.h: ... here.
13309         * sysdeps/sh/Makefile [$(subdir) = csu]
13310         (gen-as-const-headers): Add tcb-offsets.sym.
13311         * nptl/sysdeps/sh/Makefile: File removed.
13312         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
13313         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
13314         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
13315         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
13316         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
13317         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
13318         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
13319         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
13320         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
13321         * sysdeps/sh/nptl/pthreaddef.h: ... here.
13322         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
13323         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
13324         * nptl/sysdeps/sh/tls.h: Moved ...
13325         * sysdeps/sh/nptl/tls.h: ... here.
13326         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
13327         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
13328         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
13329         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
13330         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
13331         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
13332         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
13333         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
13334         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
13335         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
13336         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
13337         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
13338         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
13339         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
13340         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
13341         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
13342         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
13343         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
13344         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
13345         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
13346         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
13347         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
13348         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
13349         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
13350         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
13351         Moved ...
13352         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
13353         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
13354         Moved ...
13355         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
13356         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
13357         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
13358         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
13359         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
13360         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
13361         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
13362         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
13363         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
13364         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
13365         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
13366         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
13367         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
13368         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
13369         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
13370         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
13371         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
13372         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
13373         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
13375 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
13377         * posix/spawn_faction_addopen.c: Include string.h.
13379 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13381         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
13382         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
13383         * nptl/sysdeps/x86_64/Makefile: Moved ...
13384         * sysdeps/x86_64/nptl/Makefile: ... here.
13385         * nptl/sysdeps/x86_64/configure: Moved ...
13386         * sysdeps/x86_64/nptl/configure: ... here.
13387         * nptl/sysdeps/x86_64/configure.ac: Moved ...
13388         * sysdeps/x86_64/nptl/configure.ac: ... here.
13389         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
13390         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
13391         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
13392         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
13393         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
13394         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
13395         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
13396         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
13397         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
13398         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
13399         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
13400         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
13401         * nptl/sysdeps/x86_64/tls.h: Moved ...
13402         * sysdeps/x86_64/nptl/tls.h: ... here.
13403         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
13404         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
13405         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
13406         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
13408         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
13410 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13414 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
13416         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
13417         type.
13418         [POSIX] (off_t): Likewise.
13419         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
13420         [POSIX] (S_ISBLK): Require macro.
13421         [POSIX] (S_ISCHR): Likewise.
13422         [POSIX] (S_ISDIR): Likewise.
13423         [POSIX] (S_ISFIFO): Likewise.
13424         [POSIX] (S_ISREG): Likewise.
13425         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
13426         optional-macro.
13427         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
13428         type.
13429         [POSIX] (time_t): Likewise.
13430         [POSIX] (timer_t): Likewise.
13432 2014-06-11  Florian Weimer  <fweimer@redhat.com>
13434         [BZ #17048]
13435         * posix/spawn_int.h (struct __spawn_action): Make the path string
13436         non-const to support deallocation.
13437         * posix/spawn_faction_addopen.c
13438         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
13439         * posix/spawn_faction_destroy.c
13440         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
13441         path in all spawn_do_open actions.
13442         * posix/tst-spawn.c (do_test): Exercise the copy operation in
13443         posix_spawn_file_actions_addopen.
13445 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
13447         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
13448         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
13449         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
13450         conditional code always true.
13451         (__libc_vfork): New alias.
13453 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13455         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13456         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
13458         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
13460         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13461         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
13463         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13464         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
13466         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13467         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
13469 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13471         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
13472         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
13473         multiarch strcmp for PPC64.
13474         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
13475         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
13476         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
13477         multiarch optimizations.
13478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13479         (__libc_ifunc_impl_list): Likewise.
13481 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13483         * benchtests/scripts/validate_benchout.py: New script.
13484         * benchtests/Makefile (bench-func): Call it.
13485         * benchtests/scripts/benchout.schema.json: New file.
13487 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
13489         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
13490         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
13491         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
13492         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
13493         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
13494         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
13495         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
13496         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
13497         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
13498         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
13499         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
13500         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
13501         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
13502         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
13503         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
13504         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
13505         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
13506         Moved ...
13507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
13508         ... here.
13509         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
13510         Moved ...
13511         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
13512         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
13513         Moved ...
13514         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
13515         ... here.
13516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
13517         Moved ...
13518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
13519         ... here.
13520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
13521         Moved ...
13522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13523         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
13524         Moved ...
13525         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
13526         ... here.
13527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
13528         Moved ...
13529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
13530         ... here.
13531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
13532         Moved ...
13533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13534         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
13535         Moved ...
13536         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
13537         ... here.
13538         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
13539         Moved ...
13540         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
13541         ... here.
13542         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
13543         Moved ...
13544         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
13545         ... here.
13546         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
13547         Moved ...
13548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13549         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
13550         Moved ...
13551         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
13552         ... here.
13553         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
13554         Moved ...
13555         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
13556         ... here.
13557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
13558         Moved ...
13559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
13560         ... here.
13561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
13562         Moved ...
13563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13564         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
13565         Moved ...
13566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
13567         ... here.
13568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
13569         Moved ...
13570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
13571         ... here.
13572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
13573         Moved ...
13574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
13576         Moved ...
13577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
13578         ... here.
13579         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
13580         Moved ...
13581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
13583         Moved ...
13584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
13586         Moved ...
13587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
13588         ... here.
13589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
13590         Moved ...
13591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
13592         ... here.
13593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
13594         Moved ...
13595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
13596         ... here.
13597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13598         Moved ...
13599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13601         Moved ...
13602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13603         ... here.
13604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13605         Moved ...
13606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13607         ... here.
13608         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13609         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13610         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13611         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13612         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13613         Moved ...
13614         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13615         ... here.
13616         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13617         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13618         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13619         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13620         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13621         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13622         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13623         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13624         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13625         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13626         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13627         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13628         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13629         Moved ...
13630         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13631         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13632         Moved ...
13633         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13634         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13635         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13636         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13637         Moved ...
13638         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13639         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13640         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13641         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13642         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13643         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13644         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13646 2014-06-10  Wilco  <wdijkstr@arm.com>
13648         * math/test-fenv-return.c: New file.
13649         * math/Makefile: Add new test test-fenv-return.
13651 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13653         [BZ #17042]
13654         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13655         when x - 1 is zero.
13656         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13657         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13658         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13659         0.0L for an argument of 1.0L.
13660         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13661         Likewise.
13662         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13663         value when x - 1 is zero.
13664         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13665         * sysdeps/i386/fpu/libm-test-ulps: Update.
13666         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13668 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13670         [BZ #15119]
13671         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13673 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13675         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13676         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13678 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13680         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13681         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13683         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13684         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13686         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13687         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13689         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13690         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13692         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13693         if not already defined.
13694         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13695         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13696         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13697         (TLS_INIT_TP): Use it.
13698         (TLS_DEFINE_INIT_TP): New macro.
13699         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13701 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13703         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13704         constant.
13705         [POSIX] (IXANY): Likewise.
13706         [POSIX] (OLCUC): Likewise.
13707         [POSIX || POSIX2008] (CBAUD): Do not allow.
13708         [POSIX || POSIX2008] (DEFECHO): Likewise.
13709         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13710         [POSIX || POSIX2008] (ECHOKE): Likewise.
13711         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13712         [POSIX || POSIX2008] (EXTA): Likewise.
13713         [POSIX || POSIX2008] (EXTB): Likewise.
13714         [POSIX || POSIX2008] (FLUSHO): Likewise.
13715         [POSIX || POSIX2008] (LOBLK): Likewise.
13716         [POSIX || POSIX2008] (PENDIN): Likewise.
13717         [POSIX || POSIX2008] (SWTCH): Likewise.
13718         [POSIX || POSIX2008] (VDISCARD): Likewise.
13719         [POSIX || POSIX2008] (VDSUSP): Likewise.
13720         [POSIX || POSIX2008] (VLNEXT): Likewise.
13721         [POSIX || POSIX2008] (VREPRINT): Likewise.
13722         [POSIX || POSIX2008] (VSTATUS): Likewise.
13723         [POSIX || POSIX2008] (VWERASE): Likewise.
13724         (B*): Change to B[0123456789]*.
13725         * conform/data/time.h-data [POSIX || UNIX98]
13726         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13727         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13728         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13729         [POSIX] (tm_*): Do not allow.
13731 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13733         * Makefile (install): Don't set LANGUAGE.
13734         * Makefile.in (install): Likewise.
13735         * assert/Makefile (test-assert-ENV): Remove variable.
13736         (test-assert-perr-ENV): Likewise.
13737         * elf/Makefile (neededtest4-ENV): Likewise.
13738         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13739         [$(cross-compiling) = no]: Don't set LANGUAGE.
13740         * io/ftwtest-sh (LANG): Remove variable.
13741         * libio/Makefile (tst-widetext-ENV): Likewise.
13742         * manual/install.texi (Running make install): Don't refer to
13743         environment settings for make install.
13744         * INSTALL: Regenerated.
13745         * nptl/tst-tls6.sh: Don't set LANG.
13746         * posix/globtest.sh (LANG): Remove variable.
13747         * string/Makefile (tester-ENV): Likewise.
13748         (inl-tester-ENV): Likewise.
13749         (noinl-tester-ENV): Likewise.
13750         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13751         [$(cross-compiling) = no]: Don't set LANGUAGE.
13752         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13753         without explicit environment settings.
13755 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13757         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13758         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13759         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13760         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13762 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13764         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13765         other files in the crypt directory.
13766         * crypt/crypt.c: Remove duplicate includes.
13767         * crypt/crypt-entry.c: Likewise.
13768         * crypt/crypt_util.c: Likewise.
13770 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13772         * Makeconfig (run-program-env): New variable.
13773         (run-program-prefix-before-env): Likewise.
13774         (run-program-prefix-after-env): Likewise.
13775         (run-program-prefix): Define in terms of new variables.
13776         (built-program-cmd-before-env): New variable.
13777         (built-program-cmd-after-env): Likewise.
13778         (built-program-cmd): Define in terms of new variables.
13779         (test-program-prefix-before-env): New variable.
13780         (test-program-prefix-after-env): Likewise.
13781         (test-program-prefix): Define in terms of new variables.
13782         (test-program-cmd-before-env): New variable.
13783         (test-program-cmd-after-env): Likewise.
13784         (test-program-cmd): Define in terms of new variables.
13785         * Rules (make-test-out): Use $(run-program-env).
13786         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13787         (help): Do not mention environment variables.  Mention
13788         --timeoutfactor option.
13789         (timeoutfactor): New variable.
13790         (blacklist_exports): Remove function.
13791         (exports): Remove variable.
13792         (command): Do not include ${exports}.
13793         * manual/install.texi (Configuring and compiling): Do not mention
13794         test wrappers preserving environment variables.  Mention that last
13795         assignment to a variable must take precedence.
13796         * INSTALL: Regenerated.
13797         * benchtests/Makefile (run-bench): Use $(run-program-env).
13798         * catgets/Makefile ($(objpfx)test1.cat): Use
13799         $(built-program-cmd-before-env), $(run-program-env) and
13800         $(built-program-cmd-after-env).
13801         ($(objpfx)test2.cat): Do not specify environment variables
13802         explicitly.
13803         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13804         $(run-program-env) and $(built-program-cmd-after-env).
13805         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13806         $(run-program-env) and $(test-program-cmd-after-env).
13807         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13808         explicitly.
13809         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13810         run_program_env and test_program_cmd_after_env arguments.
13811         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13812         * elf/tst-pathopt.sh: Use run_program_env argument.
13813         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13814         $(test-wrapper-env) and $(run-program-env).
13815         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13816         run_program_env arguments.
13817         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13818         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13819         $(test-program-prefix-before-env), $(run-program-env) and
13820         $(test-program-prefix-after-env).
13821         ($(objpfx)tst-gettext2.out): Likewise.
13822         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13823         run_program_env and test_program_prefix_after_env arguments.
13824         * intl/tst-gettext2.sh: Likewise.
13825         * intl/tst-gettext4.sh: Do not set environment variables
13826         explicitly.
13827         * intl/tst-gettext6.sh: Likewise.
13828         * intl/tst-translit.sh: Likewise.
13829         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13830         $(test-program-prefix-before-env), $(run-program-env) and
13831         $(test-program-prefix-after-env).
13832         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13833         run_program_env and test_program_prefix_after_env arguments.
13834         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13835         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13836         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13837         explicitly with each use of ${test_wrapper_env}.
13838         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13839         $(test-program-prefix-before-env), $(run-program-env) and
13840         $(test-program-prefix-after-env).
13841         * posix/tst-getconf.sh: Do not set environment variables
13842         explicitly.
13843         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13844         run_program_env and test_program_prefix_after_env arguments.
13845         * stdio-common/tst-printf.sh: Do not set environment variables
13846         explicitly.
13847         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13848         $(test-program-prefix-before-env), $(run-program-env) and
13849         $(test-program-prefix-after-env).
13850         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13851         run_program_env and test_program_prefix_after_env arguments.
13852         Split $test calls into $test_pre and $test.
13853         * timezone/Makefile (build-testdata): Use
13854         $(built-program-cmd-before-env), $(run-program-env) and
13855         $(built-program-cmd-after-env).
13857 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13859         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13860         strlen for non SHARED builds.
13862 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13864         * nptl/allocatestack.c (check_list): Inlined function...
13865         (__reclaim_stacks): ... here.
13867 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13869         [BZ #15698]
13870         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13871         memory overrun.
13873 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13875         * Rules (make-test-out): Include
13876         LOCPATH=$(common-objpfx)localedata in default environment.
13877         * debug/Makefile (tst-chk1-ENV): Remove variable.
13878         (tst-chk2-ENV): Likewise.
13879         (tst-chk3-ENV): Likewise.
13880         (tst-chk4-ENV): Likewise.
13881         (tst-chk5-ENV): Likewise.
13882         (tst-chk6-ENV): Likewise.
13883         (tst-lfschk1-ENV): Likewise.
13884         (tst-lfschk2-ENV): Likewise.
13885         (tst-lfschk3-ENV): Likewise.
13886         (tst-lfschk4-ENV): Likewise.
13887         (tst-lfschk5-ENV): Likewise.
13888         (tst-lfschk6-ENV): Likewise.
13889         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13890         (tst-iconv7-ENV): Likewise.
13891         * intl/Makefile (LOCPATH-ENV): Likewise.
13892         (tst-codeset-ENV): Likewise.
13893         (tst-gettext3-ENV): Likewise.
13894         (tst-gettext5-ENV): Likewise.
13895         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13896         (tst-fopenloc-ENV): Likewise.
13897         (tst-fgetws-ENV): Remove variable.
13898         (tst-ungetwc1-ENV): Likewise.
13899         (tst-ungetwc2-ENV): Likewise.
13900         (bug-ungetwc2-ENV): Likewise.
13901         (tst-swscanf-ENV): Likewise.
13902         (bug-ftell-ENV): Likewise.
13903         (tst-fgetwc-ENV): Likewise.
13904         (tst-fseek-ENV): Likewise.
13905         (tst-ftell-partial-wide-ENV): Likewise.
13906         (tst-ftell-active-handler-ENV): Likewise.
13907         (tst-ftell-append-ENV): Likewise.
13908         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13909         (tst-regexloc-ENV): Likewise.
13910         (bug-regex1-ENV): Likewise.
13911         (tst-regex-ENV): Likewise.
13912         (tst-regex2-ENV): Likewise.
13913         (bug-regex5-ENV): Likewise.
13914         (bug-regex6-ENV): Likewise.
13915         (bug-regex17-ENV): Likewise.
13916         (bug-regex18-ENV): Likewise.
13917         (bug-regex19-ENV): Likewise.
13918         (bug-regex20-ENV): Likewise.
13919         (bug-regex22-ENV): Likewise.
13920         (bug-regex23-ENV): Likewise.
13921         (bug-regex25-ENV): Likewise.
13922         (bug-regex26-ENV): Likewise.
13923         (bug-regex30-ENV): Likewise.
13924         (bug-regex32-ENV): Likewise.
13925         (bug-regex33-ENV): Likewise.
13926         (bug-regex34-ENV): Likewise.
13927         (bug-regex35-ENV): Likewise.
13928         (tst-rxspencer-ENV): Likewise.
13929         (tst-rxspencer-no-utf8-ENV): Likewise.
13930         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13931         (tst-sscanf-ENV): Likewise.
13932         (tst-swprintf-ENV): Likewise.
13933         (tst-swscanf-ENV): Likewise.
13934         (test-vfprintf-ENV): Likewise.
13935         (scanf13-ENV): Likewise.
13936         (bug14-ENV): Likewise.
13937         (tst-grouping-ENV): Likewise.
13938         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13939         (tst-strtod3-ENV): Likewise.
13940         (tst-strtod4-ENV): Likewise.
13941         (tst-strtod5-ENV): Likewise.
13942         (testmb2-ENV): Likewise./
13943         * string/Makefile (tst-strxfrm-ENV): Likewise.
13944         (tst-strxfrm2-ENV): Likewise.
13945         (bug-strcoll1-ENV): Likewise.
13946         (test-strcasecmp-ENV): Likewise.
13947         (test-strncasecmp-ENV): Likewise.
13948         * time/Makefile (tst-strptime-ENV): Likewise.
13949         (tst-ftime_l-ENV): Likewise.
13950         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13951         (tst-mbrtowc-ENV): Likewise.
13952         (tst-wcrtomb-ENV): Likewise.
13953         (tst-mbrtowc2-ENV): Likewise.
13954         (tst-c16c32-1-ENV): Likewise.
13955         (tst-mbsnrtowcs-ENV): Likewise.
13957 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13959         * manual/resource.texi (How to get information about the memory
13960         subsystem?): Fix typo.
13961         Reported by Peon de la Parra Ivan <peon@keba.com>
13963 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13965         [BZ #16882]
13966         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13967         (pthread_spin_lock): Branch out of spin loop to proper location.
13968         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13969         (pthread_spin_lock): Likewise.
13971         * nptl/tst-spin4.c: New test.
13972         * nptl/Makefile (tests): Add tst-spin4.
13974 2014-06-03  Andreas Schwab  <schwab@suse.de>
13976         [BZ #15946]
13977         * resolv/res_send.c (send_dg): Reload file descriptor after
13978         calling reopen.
13980 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13982         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13984 2014-06-03  Richard Henderson  <rth@redhat.com>
13986         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13987         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13988         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13989         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13990         in the SAVE_PID block.
13991         (__libc_vfork): New alias.
13992         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13994         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13995         child in registers, not on the stack.  Remove RESET_PID conditionals.
13996         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13998 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14000         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14002 2014-06-03  Wilco  <wdijkstr@arm.com>
14004         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
14005         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
14006         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
14007         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
14008         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
14009         Likewise.
14011 2014-06-03  Wilco  <wdijkstr@arm.com>
14013         * sysdeps/aarch64/fpu/math_private.h
14014         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
14015         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
14016         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
14017         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
14018         Fix declarations.
14020 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14022         * crypt/crypt-private.h: Include ufc-crypt.h.
14023         (__b64_from_24bit): Declare extern.
14024         * crypt/crypt_util.c(__b64_from_24bit): New function.
14025         (b64t): New static const variable.
14026         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
14027         (b64t): Remove variable.
14028         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
14029         * crypt/sha256-crypt.c: Include crypt-private.h.
14030         (b64t): Remove variable.
14031         (__sha256_crypt_r): Remove b64_from_24bit and replace
14032         with __b64_from_24bit.
14033         * crypt/sha512-crypt.c: Likewise.
14035 2014-06-02  Roland McGrath  <roland@hack.frob.com>
14037         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
14038         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
14039         Label the code __libc_vfork rather than __vfork.
14040         [!NOT_IN_libc] (vfork): Define as weak alias.
14041         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
14042         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
14043         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
14045 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14047         * malloc/malloc.c (malloc_info): Fix format specifier for
14048         n_mmaps.
14050 2014-06-02  Wilco  <wdijkstr@arm.com>
14052         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
14053         FPCR write.
14055 2014-06-02  Wilco  <wdijkstr@arm.com>
14057         [BZ #17009]
14058         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
14059         Rewrite to reduce FPCR/FPSR accesses.
14061 2014-06-01  David S. Miller  <davem@davemloft.net>
14063         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14065 2014-05-31  David S. Miller  <davem@davemloft.net>
14067         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
14068         to occur in round to nearest mode when |x| >= 2.0
14070 2014-05-30  Richard Henderson  <rth@twiddle.net>
14072         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
14073         (PSEUDO_RET_NOERRNO): Remove.
14074         (ret): Don't redefine.
14075         (ret_NOERRNO): Define in terms of ret.
14076         (ret_ERRVAL): Likewise.
14078         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
14079         use of PSEUDO_RET; perform the error check directly.
14081 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
14083         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
14084         with __int128_t.
14086 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14088         * malloc/malloc (malloc_info): Fix formatting.
14090 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14091             Roland McGrath  <roland@hack.frob.com>
14093         * malloc/malloc (malloc_info): Also print mmapped statistics.
14095 2014-05-30  Roland McGrath  <roland@hack.frob.com>
14097         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
14098         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
14100 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
14102         * malloc/malloc.c (malloc_info): Inline mi_arena.
14104 2014-05-29  Richard Henderson  <rth@twiddle.net>
14106         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
14107         Remove comma before expanding ASM_ARGS_##nr.
14108         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
14109         Make _x0 a strict output; make _x8 a strict input; adjust expansion
14110         of ASM_ARGS_##nr.
14111         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
14112         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
14113         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
14114         (ASM_ARGS_1): Add leading comma.
14116         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
14117         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
14118         to __errno_location.
14119         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
14120         Remove the expected plt for __errno_location.
14122         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14123         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
14124         call to __read_tp.
14126         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14127         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
14128         it and break it down.
14129         (DOCARGS_0, DOCARGS_1): Do nothing.
14130         (DOCARGS_2): Update to store into the new stack frame.
14131         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
14132         (UNDOCARGS_1): Update to restore from the new stack frame.
14133         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
14134         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
14136         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14137         (SINGLE_THREAD_P): New parameter for result regno.
14138         (PSEUDO): Update to match; use cbz instead of beq.
14140         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14141         Use ENTRY to define the _nocancel entry point.  Share the syscall
14142         and syscall error check paths with the cancel path.
14143         (PSEUDO_END): New.
14145         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
14146         whitespace; tabs before and after asm mnemonics.
14148 2014-05-29  Eric Wong  <normalperson@yhbt.net>
14150         [BZ #15132]
14151         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
14152         Call fstat64 or stat64 internally, depending on arguments passed.
14153         Replace stat buffer argument with file descriptor argument.
14154         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
14155         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
14156         Pass fd to __internal_statvfs instead of calling fstat64.
14157         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
14158         Pass fd to __internal_statvfs64 instead of calling fstat64.
14159         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
14160         Pass -1 to __internal_statvfs instead of calling stat64.
14161         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
14162         Pass -1 to __internal_statvfs64 instead of calling stat64.
14164 2014-05-28  Roland McGrath  <roland@hack.frob.com>
14166         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
14167         that was previously under [RESET_PID].
14168         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
14170         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
14171         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
14173 2014-05-27  Roland McGrath  <roland@hack.frob.com>
14175         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
14177         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
14178         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
14180 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
14182         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
14184 2014-05-27  Andreas Schwab  <schwab@suse.de>
14186         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
14187         TLS_INIT_TP macro.
14188         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
14189         * elf/rtld.c (init_tls, dl_main): Likewise.
14190         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
14191         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
14192         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
14193         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
14194         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
14195         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
14196         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
14197         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
14198         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
14199         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
14200         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
14201         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
14202         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
14203         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
14204         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
14205         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
14206         * sysdeps/generic/tls.h: Update description.
14208 2014-05-27  Will Newton  <will.newton@linaro.org>
14210         [BZ #16990]
14211         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
14212         and restore r2 rather than just restoring.
14214 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14216         [BZ #16724]
14217         * libio/tst-ftell-append.c: New test case.
14218         * libio/Makefile (tests): Add test case.
14219         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
14220         append mode.
14221         * libio/wfileops.c (do_ftell_wide): Likewise.
14223 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14225         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14227         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
14228         ...
14229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
14230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
14231         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
14232         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
14233         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
14234         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
14235         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
14236         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
14237         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
14238         Moved ...
14239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
14240         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
14241         Moved ...
14242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
14243         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
14244         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
14245         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
14246         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
14247         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
14248         ...
14249         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
14250         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
14251         Moved ...
14252         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
14253         here.
14254         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
14255         ...
14256         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
14257         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
14258         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
14260         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
14261         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
14262         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
14263         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
14265         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
14266         merge into ...
14267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
14268         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
14269         ...
14270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
14271         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
14272         ...
14273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
14274         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14275         Moved ...
14276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
14277         here.
14278         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14279         Moved ...
14280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
14281         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14282         Moved ...
14283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
14285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
14286         conditional [RESET_PID].
14287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
14288         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
14289         removed.
14290         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
14291         removed.
14293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
14294         <tcb-offsets.h>.
14295         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14296         (__libc_vfork): New strong alias.
14297         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
14298         removed.
14299         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
14300         Removed.
14302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
14303         <tcb-offsets.h>.
14304         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
14305         (__libc_vfork): New strong alias.
14306         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
14307         removed.
14308         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
14309         removed.
14311 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
14313         * malloc/malloc.c (mi_arena): New function.
14314         (malloc_info): Remove nested function mi_arena. Call non-nosted
14315         function mi_arena.
14317 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14319         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
14320         by insrwi.
14321         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
14322         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
14323         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
14324         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
14325         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
14326         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
14327         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
14329 2014-05-26  Andreas Schwab  <schwab@suse.de>
14331         [BZ #16984]
14332         * locale/programs/repertoire.c (repertoire_read): Add slash
14333         between I18NPATH element and file name.
14334         * locale/programs/locfile.c (locfile_read): Likewise.
14336 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
14338         * nptl/pthread_mutexattr_settype.c
14339         (__pthread_mutexattr_settype):
14340         Disable lock elision for PTHREAD_MUTEX_NORMAL.
14342 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
14344         * nptl/tst-mutex5 (do_test):
14345         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
14347 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14349         * benchtests/README: Document 'init' directive.
14350         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
14351         BENCH_INIT.
14352         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
14353         (parse_file): Recognize 'init' directive.
14355 2014-05-26  Kyle McMartin  <kyle@redhat.com>
14357         [BZ #16796]
14358         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
14359         alignment of struct pthread.
14361 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14363         [BZ #16878]
14364         * nscd/netgroupcache.c (addgetnetgrentX): Look for
14365         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
14366         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
14367         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
14369 2014-05-25  Richard Henderson  <rth@twiddle.net>
14371         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14372         (SINGLE_THREAD_P_PIC): Remove.
14373         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
14374         (SINGLE_THREAD_P_PIC): Remove.
14376         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
14377         branch to syscall error ...
14378         (PSEUDO): ... here.
14379         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
14380         from __local_syscall_error to .Lsyscall_error.
14381         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
14382         (SYSCALL_ERROR): Update label name.
14384         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14385         Do not use DOARGS/UNDOARGS.
14386         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
14387         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
14388         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
14389         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
14390         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
14392         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
14393         block comment.
14395         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
14396         define if !NOT_IN_libc.
14397         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
14398         define with non-default symbol versions.
14400 2014-05-23  Richard Henderson  <rth@twiddle.net>
14402         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
14403         (vfork, __vfork): Define via compat_symbol.
14405         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
14406         [!HAVE_IFUNC] (vfork_compat): Remove.
14407         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
14409 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14411         [BZ #16978]
14412         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
14413         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
14414         variable.
14416 2014-05-23  Richard Henderson  <rth@twiddle.net>
14418         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
14419         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
14420         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
14421         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
14423         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
14424         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
14425         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
14426         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
14427         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
14428         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
14429         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
14430         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
14431         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
14432         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
14433         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
14434         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
14435         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
14436         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
14437         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
14438         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
14439         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
14440         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
14441         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
14442         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
14443         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
14444         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
14445         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
14446         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
14447         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
14448         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
14449         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
14450         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
14451         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
14452         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
14453         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
14454         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
14455         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
14456         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
14457         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
14458         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
14459         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
14460         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
14461         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
14462         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
14463         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
14464         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
14465         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
14466         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
14467         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
14468         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
14469         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
14470         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
14471         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
14472         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
14473         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
14474         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
14475         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
14476         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
14477         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
14478         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
14480         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
14481         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
14482         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
14483         before exiting on error.
14484         (__libc_vfork): New strong alias.
14485         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
14486         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
14488         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
14489         that was previously under [RESET_PID].
14490         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
14492         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
14494 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14496         [BZ #16977]
14497         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
14498         value when x - 1 is zero.
14499         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
14500         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
14501         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
14502         0.0L for an argument of 1.0L.
14503         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
14504         Likewise.
14505         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
14506         value when x - 1 is zero.
14507         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
14508         * sysdeps/i386/fpu/libm-test-ulps: Update.
14509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14511 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
14513         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
14514         alphasort and versionsort.
14516 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14518         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
14519         macro.
14520         [copysignf]: Likewise.
14522 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14524         * crypt/md5-crypt.c: Fix formatting.
14526 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14528         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14529         (b64_from_24bit): New function.
14531 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14533         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14534         libc_hidden_builtin_def to ifunc.
14535         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14536         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14538 2014-05-21  Roland McGrath  <roland@hack.frob.com>
14540         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14541         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14543 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
14545         * nscd/Depend (linuxthreads): Remove.
14546         (nptl): Add.
14547         * resolv/Depend (linuxthreads): Remove.
14548         * rt/Depend (linuxthreads): Remove.
14550         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14551         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14552         $(common-objpfx)elf/.
14553         (link-libc-before-gnulib): Likewise.
14554         (elfobjdir): Remove variable.
14555         * Makefile (install): Use $(elf-objpfx) instead of
14556         $(common-objpfx)elf/.
14557         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14558         $(elfobjdir)/.
14559         (link-libc-deps): Likewise.
14560         ($(common-objpfx)libc.so): Likewise.
14561         ($(common-objpfx)linkobj/libc.so): Likewise.
14562         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14563         instead of $(common-objpfx)elf/.
14564         (symbolic-link-list): Likewise.
14565         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14566         [$(cross-compiling) = no]: Likewise.
14567         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14568         $(elfobjdir)/.
14569         (static-gnulib-arch): Likewise.
14570         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14571         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14572         $(common-objpfx)elf/.
14574 2014-05-21  Richard Henderson  <rth@redhat.com>
14576         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14577         (SINGLE_THREAD_P): Use the correct width load.  Fold
14578         into the ldr offset.
14580         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14581         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14583 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
14585         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14586         (libgcc_s_resume): Use __attribute_used__.
14587         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14588         Likewise.
14590 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14592         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14593         optimization when used with float constants.
14595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14597 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14599         [BZ #16915]
14600         * locale/nl_langinfo_l.c: Make direct reference to every
14601         _nl_current_CATEGORY symbol.
14602         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14603         (tests-static): Add tst-langinfo-static.
14604         (tests-special): Add tst-langinfo-static.out.
14605         ($(objpfx)tst-langinfo.out): Redirect output.
14606         ($(objpfx)tst-langinfo-static.out): New.
14607         * localedata/tst-langinfo.sh: Send output to stdout.
14608         * localedata/tst-langinfo-static.c: New file.
14610         [BZ #16965]
14611         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14612         when the shift amount is modulo the limb size.
14614 2014-05-20  Richard Henderson  <rth@redhat.com>
14616         [BZ #16967]
14617         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14618         Change type of sa_flags from unsigned int to int.
14620         [BZ #16966]
14621         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14623         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14625 2014-05-20  Will Newton  <will.newton@linaro.org>
14627         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14628         Test the return value of the system call in the nocancel case.
14630 2014-05-20  Will Newton  <will.newton@linaro.org>
14631             Yvan Roux  <yvan.roux@linaro.org>
14633         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14634         #include of asm/ptrace.h.
14635         (PTRACE_GET_THREAD_AREA): Remove #undef.
14636         (PTRACE_GETHBPREGS): Likewise.
14637         (PTRACE_SETHBPREGS): Likewise.
14638         (struct user_regs_struct): New structure.
14639         (struct user_fpsimd_struct): New structure.
14640         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14641         #include of asm/ptrace.h and second #include of sys/user.h.
14642         (PTRACE_GET_THREAD_AREA): Remove #undef.
14643         (PTRACE_GETHBPREGS): Likewise.
14644         (PTRACE_SETHBPREGS): Likewise.
14645         (ELF_NGREG): Use new struct user_regs_struct.
14646         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14648 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14650         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14651         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14653 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14655         [BZ #16958]
14656         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14657         membar to avoid block loads/stores to overlap previous stores.
14659 2014-05-17  Richard Henderson  <rth@redhat.com>
14661         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14662         Create the __##syscall_name##_nocancel entry point.
14663         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14664         Remove; let the sysdep-cancel.h code create it.
14666 2014-05-17  David S. Miller  <davem@davemloft.net>
14668         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14669         Protect with __USE_GNU.
14670         (TIOCSET_TEMPT): Likewise.
14671         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14672         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14673         these are already provided in bits/ioctl-types.h
14675 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14677         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14678         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14680         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14681         Use wait4 regardless of [__NR_waitpid].
14683 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14685         PR libgcc/60166
14686         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14687         (_FP_NANSIGN_Q): Set the quiet bit.
14689 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14691         * benchtests/Makefile
14692         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14693         not $(common-objpfx)math/libm.so.
14694         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14695         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14696         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14697         $(common-objpfx)dlfcn/libdl.so.
14698         ($(objpfx)tst-audit8): Depend on $(libm), not
14699         $(common-objpfx)math/libm.so.
14700         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14701         not $(common-objpfx)dlfcn/libdl.so.
14702         * math/Makefile
14703         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14704         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14705         [$(build-shared) = yes].
14706         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14707         $(common-objpfx)nptl/libpthread.so.
14708         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14709         $(common-objpfx)math/libm.so$(libm.so-version) or
14710         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14711         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14712         $(common-objpfx)dlfcn/libdl.so.
14713         * setjmp/Makefile (link-libm): Remove variable.
14714         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14715         * stdio-common/Makefile (link-libm): Remove variable.
14716         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14717         * stdlib/Makefile (link-libm): Remove variable.
14718         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14719         ($(objpfx)tst-strtod-round): Likewise.
14720         ($(objpfx)tst-tininess): Likewise.
14721         ($(objpfx)tst-strtod-underflow): Likewise.
14722         ($(objpfx)tst-strtod6): Likewise.
14723         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14724         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14725         $(common-objpfx)dlfcn/libdl.so.
14727 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14729         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14730         BSD terminal modes definitions.
14732 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14734         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14735         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14737         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14738         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14739         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14740         Don't do #include_next.
14741         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14742         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14743         Don't do #include_next.
14744         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14745         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14746         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14747         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14749 2014-05-16  Allan McRae  <allan@archlinux.org>
14751         * po/sv.po: Update Swedish translation from translation project.
14753         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14754         in sed expression.
14756 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14758         [BZ #16917]
14759         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14760         errno if the TIOCGPTN ioctl fails with an error different than
14761         EINVAL.
14762         * login/tst-ptsname.c: New file.
14763         * login/Makefile (tests): Add tst-ptsname.
14765         [BZ #16943]
14766         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14767         and prlimit64.
14769 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14771         [BZ #16849]
14772         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14773         herrno to return EAI_AGAIN.
14775 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14777         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14778         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14779         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14780         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14781         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14782         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14783         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14784         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14785         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14786         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14787         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14788         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14789         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14790         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14791         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14792         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14793         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14794         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14795         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14796         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14797         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14798         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14799         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14800         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14801         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14802         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14803         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14804         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14805         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14806         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14807         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14808         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14809         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14810         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14812         Moved ...
14813         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14814         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14815         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14816         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14817         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14818         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14819         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14820         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14821         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14822         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14823         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14824         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14825         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14826         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14827         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14828         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14829         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14830         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14831         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14832         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14833         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14834         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14835         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14836         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14837         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14838         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14839         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14840         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14841         Moved ...
14842         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14844         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14846         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14847         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14848         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14849         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14850         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14851         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14852         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14853         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14854         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14855         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14856         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14858         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14859         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14860         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14861         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14862         Moved ...
14863         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14865         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14867         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14868         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14869         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14870         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14871         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14872         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14873         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14874         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14875         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14876         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14877         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14878         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14879         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14880         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14881         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14882         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14883         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14884         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14885         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14886         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14887         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14888         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14889         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14890         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14891         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14892         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14893         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14894         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14895         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14896         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14897         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14899         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14900         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14902         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14903         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14904         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14905         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14906         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14907         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14908         Moved ...
14909         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14910         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14911         Moved ...
14912         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14913         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14914         Moved ...
14915         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14916         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14917         Moved ...
14918         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14919         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14920         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14921         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14922         Moved ...
14923         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14924         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14925         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14926         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14927         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14928         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14929         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14930         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14931         Moved ...
14932         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14933         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14934         Moved ...
14935         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14936         ... here.
14937         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14938         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14939         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14940         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14941         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14942         Moved ...
14943         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14944         ... here.
14945         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14946         Moved ...
14947         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14948         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14949         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14950         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14951         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14952         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14953         Moved ...
14954         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14955         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14956         Moved ...
14957         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14958         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14959         Moved ...
14960         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14961         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14962         Moved ...
14963         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14964         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14965         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14966         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14967         Moved ...
14968         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14969         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14970         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14971         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14972         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14973         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14974         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14975         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14976         Moved ...
14977         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14978         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14979         Moved ...
14980         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14981         ... here.
14982         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14983         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14984         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14985         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14986         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14987         Moved ...
14988         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14989         ... here.
14990         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14991         Moved ...
14992         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14993         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14994         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14995         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14996         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14997         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14998         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14999         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
15000         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
15001         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
15002         Moved ...
15003         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
15004         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
15005         Moved ...
15006         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
15007         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
15008         Moved ...
15009         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
15010         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
15011         Moved ...
15012         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
15013         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
15014         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
15015         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
15016         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
15017         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
15018         Moved ...
15019         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
15020         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
15021         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
15022         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
15023         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
15024         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
15025         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
15026         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
15027         Moved ...
15028         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
15029         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
15030         Moved ...
15031         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
15032         ... here.
15033         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
15034         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
15035         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
15036         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
15037         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
15038         Moved ...
15039         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
15040         ... here.
15041         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
15042         Moved ...
15043         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
15044         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
15045         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
15046         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
15047         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
15048         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
15049         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
15050         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
15051         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
15052         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
15053         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
15055         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
15056         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
15058         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
15059         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
15061         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
15062         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
15063         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
15064         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
15065         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
15066         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
15067         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
15068         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
15069         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
15070         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
15071         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
15072         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
15073         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
15074         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
15075         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
15076         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
15077         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
15078         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
15079         Moved ...
15080         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
15081         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
15082         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
15083         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
15084         Moved ...
15085         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
15086         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
15087         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
15088         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
15089         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
15090         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
15091         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
15092         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
15093         Moved ...
15094         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
15095         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
15096         Moved ...
15097         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
15098         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
15099         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
15100         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
15101         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
15102         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
15103         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
15104         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
15105         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
15106         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
15107         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
15108         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
15109         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
15110         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
15111         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
15112         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
15113         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
15115         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
15116         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
15117         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
15118         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
15119         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
15121         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
15122         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
15123         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
15124         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
15125         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
15126         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
15127         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
15128         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
15129         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
15130         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
15132         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
15133         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
15135         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
15136         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
15137         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
15138         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
15139         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
15140         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
15141         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
15142         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
15143         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
15144         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
15145         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
15146         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
15147         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
15148         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
15149         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
15150         Update #include.
15151         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
15152         Likewise.
15153         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
15154         Likewise.
15155         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
15156         Likewise.
15157         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
15158         Likewise.
15159         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
15160         Likewise.
15161         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
15162         Likewise.
15163         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
15164         Likewise.
15165         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
15166         Likewise.
15167         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
15168         Likewise.
15169         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
15170         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
15171         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
15172         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
15173         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
15174         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
15175         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
15176         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
15177         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
15178         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
15179         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
15180         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
15181         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
15182         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
15183         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
15185         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
15186         that was previously under [RESET_PID].
15187         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
15188         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
15189         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
15191         * sysdeps/i386/nptl/Implies: New file.
15192         * sysdeps/x86_64/nptl/Implies: New file.
15193         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
15194         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
15195         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
15196         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
15198         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
15199         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15200         (__libc_vfork): New strong alias.
15201         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
15202         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
15204         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
15205         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15206         (__libc_vfork): New strong alias.
15207         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
15208         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
15210         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
15211         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15212         (__libc_vfork): New strong alias.
15213         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
15214         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
15215         * nptl/pt-vfork.c: New file.
15216         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
15217         (libpthread: GLIBC_2.20): New version set (empty).
15219 2014-05-14  Will Newton  <will.newton@linaro.org>
15221         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
15222         rather than #if.
15224 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
15226         [BZ #16564]
15227         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
15228         arguments with exponent 65 or above.
15229         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
15230         arguments 0x1p113L or above.
15231         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
15232         to arguments 0x1p107L or above.
15233         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
15234         positive arguments with exponent 65 or above.
15235         * math/auto-libm-test-in: Add more tests of log1p.
15236         * math/auto-libm-test-out: Regenerated.
15238         [BZ #16928]
15239         * math/s_cacos.c (__cacos): Ensure zero real part of result from
15240         non-finite arguments is +0.
15241         * math/s_cacosf.c (__cacosf): Likewise.
15242         * math/s_cacosl.c (__cacosl): Likewise.
15243         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
15244         * sysdeps/i386/fpu/libm-test-ulps: Update.
15245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15247         [BZ #16927]
15248         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
15249         value.
15250         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
15251         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
15252         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
15253         for explicit high bit of mantissa when testing for argument equal
15254         to 1.
15255         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
15256         * sysdeps/i386/fpu/libm-test-ulps: Update.
15257         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15259         [BZ #16516]
15260         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
15261         (__erf): Scale by 16 instead of 8 in potentially underflowing
15262         case.  Ensure exception if result actually underflows.
15263         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
15264         (__erff): Scale by 16 instead of 8 in potentially underflowing
15265         case.  Ensure exception if result actually underflows.
15266         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
15267         (efx8): Remove variable.
15268         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15269         case.  Ensure exception if result actually underflows.
15270         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
15271         (efx8): Remove variable.
15272         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15273         case.  Ensure exception if result actually underflows.
15274         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
15275         (efx8): Remove variable.
15276         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15277         case.  Ensure exception if result actually underflows.
15278         * math/auto-libm-test-in: Add more tests of erf.
15279         * math/auto-libm-test-out: Regenerated.
15281 2014-05-14  Andreas Schwab  <schwab@suse.de>
15283         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
15284         Remove code conditionalized on USE___THREAD.
15286         * config.h.in (HAVE_PT_CHOWN): Define as 0.
15287         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
15288         not definedness.
15290 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
15292         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
15293         Define unconditionally.
15294         (__ASSUME_O_CLOEXEC): Likewise.
15295         (__ASSUME_SOCK_CLOEXEC): Likewise.
15296         (__ASSUME_IN_NONBLOCK): Likewise.
15297         (__ASSUME_PIPE2): Likewise.
15298         (__ASSUME_EVENTFD2): Likewise.
15299         (__ASSUME_SIGNALFD4): Likewise.
15300         (__ASSUME_DUP3): Likewise.
15301         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15302         (__ASSUME_DUP3): Do not define.
15303         (__ASSUME_EVENTFD2): Likewise.
15304         (__ASSUME_IN_NONBLOCK): Likewise.
15305         (__ASSUME_O_CLOEXEC): Likewise.
15306         (__ASSUME_PIPE2): Likewise.
15307         (__ASSUME_SIGNALFD4): Likewise.
15308         (__ASSUME_SOCK_CLOEXEC): Likewise.
15309         (__ASSUME_UTIMES): Undefine.
15310         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15311         (__ASSUME_UTIMES): Do not define.
15312         (__ASSUME_O_CLOEXEC): Likewise.
15313         (__ASSUME_SOCK_CLOEXEC): Likewise.
15314         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
15315         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
15316         0x020621].
15317         (__ASSUME_PIPE2): Likewise.
15318         (__ASSUME_EVENTFD2): Likewise.
15319         (__ASSUME_SIGNALFD4): Likewise.
15320         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
15321         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
15322         Do not define.
15323         (__ASSUME_EVENTFD2): Likewise.
15324         (__ASSUME_SIGNALFD4): Likewise.
15325         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
15326         (__ASSUME_32BITUIDS): Likewise.
15327         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
15328         (__ASSUME_IPC64): Likewise.
15329         (__ASSUME_ST_INO_64_BIT): Likewise.
15330         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
15331         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
15332         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15333         (__ASSUME_UTIMES): Do not define.
15334         (__ASSUME_PSELECT): Likewise.
15335         (__ASSUME_PPOLL): Likewise.
15336         (__ASSUME_O_CLOEXEC): Likewise.
15337         (__ASSUME_SOCK_CLOEXEC): Likewise.
15338         (__ASSUME_IN_NONBLOCK): Likewise.
15339         (__ASSUME_PIPE2): Likewise.
15340         (__ASSUME_EVENTFD2): Likewise.
15341         (__ASSUME_SIGNALFD4): Likewise.
15342         (__ASSUME_DUP3): Likewise.
15343         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15344         (__ASSUME_UTIMES): Likewise.
15345         (__ASSUME_O_CLOEXEC): Likewise.
15346         (__ASSUME_SOCK_CLOEXEC): Likewise.
15347         (__ASSUME_IN_NONBLOCK): Likewise.
15348         (__ASSUME_PIPE2): Likewise.
15349         (__ASSUME_EVENTFD2): Likewise.
15350         (__ASSUME_SIGNALFD4): Likewise.
15351         (__ASSUME_DUP3): Likewise.
15352         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15353         (__ASSUME_UTIMES): Likewise.
15354         (__ASSUME_O_CLOEXEC): Likewise.
15355         (__ASSUME_SOCK_CLOEXEC): Likewise.
15356         (__ASSUME_IN_NONBLOCK): Likewise.
15357         (__ASSUME_PIPE2): Likewise.
15358         (__ASSUME_EVENTFD2): Likewise.
15359         (__ASSUME_SIGNALFD4): Likewise.
15360         (__ASSUME_DUP3): Likewise.
15361         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
15362         Likewise.
15363         (__ASSUME_UTIMES): Likewise.
15364         (__ASSUME_EVENTFD2): Likewise.
15365         (__ASSUME_SIGNALFD4): Likewise.
15366         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15367         (__ASSUME_O_CLOEXEC): Likewise.
15368         (__ASSUME_SOCK_CLOEXEC): Likewise.
15369         (__ASSUME_IN_NONBLOCK): Likewise.
15370         (__ASSUME_PIPE2): Likewise.
15371         (__ASSUME_EVENTFD2): Likewise.
15372         (__ASSUME_SIGNALFD4): Likewise.
15373         (__ASSUME_DUP3): Likewise.
15374         (__ASSUME_UTIMES): Undefine.
15376         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
15377         feclearexcept.  Remove symbol versioning code.
15378         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
15379         symbol versioning code.
15380         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
15381         symbol versioning code.
15382         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
15383         feupdateenv.  Remove symbol versioning code.
15384         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
15385         fegetexceptflag.  Remove symbol versioning code.
15386         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
15387         fesetexceptflag.  Remove symbol versioning code.
15388         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
15389         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
15390         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
15391         (__posix_fadvise64_l32): Remove prototype.
15392         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
15393         code.
15395 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15397         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
15398         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
15399         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
15400         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
15402 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
15404         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
15405         current working directory
15407 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15409         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
15410         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
15411         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
15412         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
15413         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
15414         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
15415         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
15416         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
15417         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
15418         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
15419         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
15420         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
15421         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
15422         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
15423         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
15424         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
15425         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
15426         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
15427         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
15428         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
15429         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
15430         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
15431         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
15432         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
15433         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
15434         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
15435         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
15436         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
15437         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
15438         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
15439         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
15440         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
15441         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
15442         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
15443         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
15444         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
15445         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
15446         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
15447         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
15448         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
15449         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
15450         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
15452         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
15453         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
15455         * sysdeps/unix/sysv/linux/arm/Makefile
15456         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
15457         Add rt-aeabi_unwind_cpp_pr1.
15458         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
15459         Add nptl-aeabi_unwind_cpp_pr1.
15460         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
15461         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
15462         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
15463         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
15464         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
15465         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
15467         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
15468         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
15469         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
15470         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
15472         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
15473         Deconditionalize the code that was previously under [RESET_PID].
15474         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
15476         * sysdeps/generic/exit-thread.h: New file.
15477         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
15478         * include/unistd.h (__exit_thread): Remove declaration.
15479         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
15480         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
15481         * csu/libc-start.c: Include <exit-thread.h>.
15482         (LIBC_START_MAIN): Pass no argument to __exit_thread.
15483         * nptl/pthread_create.c: Include <exit-thread.h>.
15484         (start_thread): Call __exit_thread in place of __exit_thread_inline.
15485         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
15486         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
15487         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
15488         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
15489         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
15490         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
15491         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
15492         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
15493         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
15494         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
15495         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
15496         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
15497         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
15498         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
15499         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
15500         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
15502 2014-05-13  Andreas Schwab  <schwab@suse.de>
15504         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
15506 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
15508         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
15509         (__ASSUME_UTIMES): Do not condition on kernel version.
15510         (__ASSUME_PSELECT): Define unconditionally.
15511         (__ASSUME_PPOLL): Likewise.
15512         (__ASSUME_ATFCTS): Likewise.
15513         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
15514         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
15515         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
15516         (__ASSUME_UTIMENSAT): Define unconditionally.
15517         (__ASSUME_PRIVATE_FUTEX): Likewise.
15518         (__ASSUME_FALLOCATE): Likewise.
15519         (__ASSUME_O_CLOEXEC): Likewise.
15520         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15521         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15522         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15523         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15524         (__ASSUME_IN_NONBLOCK): Likewise.
15525         (__ASSUME_PIPE2): Likewise.
15526         (__ASSUME_EVENTFD2): Likewise.
15527         (__ASSUME_SIGNALFD4): Likewise.
15528         (__ASSUME_DUP3): Likewise.
15529         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15530         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15531         (__ASSUME_AT_RANDOM): Likewise.
15532         (__ASSUME_PREADV): Likewise.
15533         (__ASSUME_PWRITEV): Likewise.
15534         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15535         (__ASSUME_F_GETOWN_EX): Define unconditionally.
15536         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15537         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15538         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15539         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15540         (__ASSUME_O_CLOEXEC): Define unconditionally.
15541         (__ASSUME_PSELECT): Do not undefine conditionally.
15542         (__ASSUME_PPOLL): Likewise.
15543         (__ASSUME_ATFCTS): Likewise.
15544         (__ASSUME_SET_ROBUST_LIST): Likewise.
15545         (__ASSUME_UTIMENSAT): Likewise.
15546         (__ASSUME_FDATASYNC): Define unconditionally.
15547         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15548         (__ASSUME_SIGFRAME_V2): Likewise.
15549         )__ASSUME_EVENTFD2): Likewise.
15550         (__ASSUME_SIGNALFD4): Likewise.
15551         (__ASSUME_PSELECT): Do not undefine conditionally.
15552         (__ASSUME_PPOLL): Likewise.
15553         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15554         (__ASSUME_PSELECT): Define unconditionally.
15555         (__ASSUME_PPOLL): Likewise.
15556         (__ASSUME_O_CLOEXEC): Likewise.
15557         (__ASSUME_SOCK_CLOEXEC): Likewise.
15558         (__ASSUME_IN_NONBLOCK): Likewise.
15559         (__ASSUME_PIPE2): Likewise.
15560         (__ASSUME_EVENTFD2): Likewise.
15561         (__ASSUME_SIGNALFD4): Likewise.
15562         (__ASSUME_DUP3): Likewise.
15563         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15564         (__ASSUME_O_CLOEXEC): Likewise.
15565         (__ASSUME_SOCK_CLOEXEC): Likewise.
15566         (__ASSUME_IN_NONBLOCK): Likewise.
15567         (__ASSUME_PIPE2): Likewise.
15568         (__ASSUME_EVENTFD2): Likewise.
15569         (__ASSUME_SIGNALFD4): Likewise.
15570         (__ASSUME_DUP3): Likewise.
15571         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15572         (__ASSUME_EVENTFD2): Likewise.
15573         (__ASSUME_SIGNALFD4): Likewise.
15574         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15576 2014-05-12  Andreas Schwab  <schwab@suse.de>
15578         [BZ #16932]
15579         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15580         (_nss_nis_gethostbyname4_r): Return error if item length is larger
15581         than maximum RPC packet size.
15582         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15583         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15584         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15585         (_nss_nis_getservbyport_r): Likewise.
15587 2014-05-12  Will Newton  <will.newton@linaro.org>
15589         * malloc/Makefile (tests): Add tst-mallopt.
15590         * malloc/tst-mallopt.c: New file.
15592 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15594         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15595         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15597 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15599         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15600         (tst-tlsmod6.so): Likewise.
15602 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15604         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15606 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15608         [BZ #16064]
15609         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15610         and <dl-procinfo.h>.
15611         (__fegetenv): Save SSE state in envp->__eip if supported.
15612         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15613         envp->__eip if supported.
15614         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15615         and <dl-procinfo.h>.
15616         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15617         __data_offset and __data_selector in environment to 0.  Set SSE
15618         state if supported.
15619         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15620         test-fenv-sse.
15621         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15622         -mfpmath=sse.
15623         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15625 2014-05-09  Will Newton  <will.newton@linaro.org>
15627         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15628         and libc_relro_required for ARM.
15629         * sysdeps/arm/preconfigure: Regenerate.
15631 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15632             Stefan Liebler  <stli@linux.vnet.ibm.com>
15634         * config.make.in (enable-lock-elision): New Makefile variable.
15635         * configure.ac: Likewise.
15636         * configure: Regenerate.
15637         * sysdeps/s390/configure.ac:
15638         Add check for gcc transactions support.
15639         * sysdeps/s390/configure: Regenerate.
15640         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15641         Build elision files if enabled.
15642         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15643         Add lock elision support for s390.
15644         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15645         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15646         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15647         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15648         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15649         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15650         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15651         Likewise.
15652         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15653         Likewise.
15654         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15655         Likewise.
15656         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15657         Likewise.
15658         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15659         (__lll_timedlock_elision, __lll_lock_elision)
15660         (__lll_unlock_elision, __lll_trylock_elision)
15661         (lll_timedlock_elision, lll_lock_elision)
15662         (lll_unlock_elision, lll_trylock_elision): Add.
15663         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15664         (pthread_mutex_t): Add lock elision support for s390.
15666 2014-05-14  Wilco  <wdijkstr@arm.com>
15668         * sysdeps/arm/fclrexcpt.c: Cleanup.
15669         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15670         * sysdeps/arm/feenablxcpt.c: Cleanup.
15671         * sysdeps/arm/fegetenv.c: Cleanup.
15672         * sysdeps/arm/fegetexcept.c: Cleanup.
15673         * sysdeps/arm/fegetround.c: Cleanup.
15674         * sysdeps/arm/feholdexcpt.c: Cleanup.
15675         * sysdeps/arm/fesetenv.c: Cleanup.
15676         * sysdeps/arm/fesetround.c: Cleanup.
15677         * sysdeps/arm/feupdateenv.c: Cleanup.
15678         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15679         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15680         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15681         * sysdeps/arm/ftestexcept.c: Cleanup.
15682         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15683         * sysdeps/arm/setfpucw.c: Cleanup.
15685 2014-05-09  Will Newton  <will.newton@linaro.org>
15687         * sysdeps/arm/armv7/strcmp.S: New file.
15688         * NEWS: Mention addition of ARMv7 optimized strcmp.
15690 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15692         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15693         look for %.ac rather than %.in.
15695         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15696         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15697         * sysdeps/mach/hurd/configure: Regenerated.
15698         * sysdeps/unix/sysv/linux/configure: Regenerated.
15700         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15702 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15704         [BZ# 16922]
15705         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15706         (LONG_SUB): Ditto.
15707         (PTR_SUB): Ditto.
15709 2014-05-07  Andreas Schwab  <schwab@suse.de>
15711         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15712         when skipping over non-matching result from nscd.
15714 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15716         [BZ #16876]
15717         * nptl/sockperf.c (client): Check socket return value.
15719         [BZ #16877]
15720         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15721         nscd security class.
15723 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15725         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15726         * sysdeps/arm/unwind.h: ... here.
15728 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15730         [BZ# 16916]
15731         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15732         Define.
15734 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15736         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15737         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15738         multiarch strncpy for PPC64.
15739         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15740         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15741         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15742         multiarch optimizations.
15743         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15744         (__libc_ifunc_impl_list): Likewise.
15745         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15746         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15747         multiarch stpncpy for PPC64.
15748         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15749         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15751 2014-05-06  Andreas Schwab  <schwab@suse.de>
15753         [BZ #16912]
15754         * gmon/mcount.c (_MCOUNT_DECL): Use
15755         atomic_compare_and_exchange_bool_acq instead of
15756         catomic_compare_and_exchange_bool_acq.
15758 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15760         * elf/Makefile (others, install-bin): Remove pldd.
15761         (pldd-modules): Variable removed.
15762         ($(objpfx)pldd): Target removed.
15763         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15764         (others, install-bin): Append pldd here.
15765         ($(objpfx)pldd): New target.
15767         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15768         to 0, so the first #if test emitted later doesn't see it undefined.
15769         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15770         * sysdeps/gnu/errlist.c: Regenerated.
15772 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15774         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15775         [libc_hidden_builtin_def]: Define to empty value.
15776         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15777         [libc_hidden_builtin_def]: Likewise.
15778         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15779         [libc_hidden_builtin_def]: Likewise.
15780         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15781         [libc_hidden_builtin_def]: Likewise.
15782         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15783         __redirect_memcpy and define ifunc as default hidden symbol.
15784         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15785         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15787 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15789         * locale/iso-4217.def: Reintroduce XDR currency.
15791 2014-05-04  Allan McRae  <allan@archlinux.org>
15793         * po/eo.po: Update Esperanto translation from translation project.
15795 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15797         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15798         and FEATURE_INDEX_MAX to 1.
15799         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15801 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15803         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15804         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15805         * iconvdata/big5.c (ONE_DIRECTION): Define.
15806         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15807         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15808         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15809         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15810         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15811         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15812         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15813         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15814         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15815         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15816         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15817         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15818         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15819         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15820         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15821         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15822         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15823         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15824         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15825         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15826         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15827         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15828         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15829         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15830         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15831         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15832         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15833         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15834         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15835         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15836         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15837         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15838         * iconvdata/johab.c (ONE_DIRECTION): Define.
15839         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15840         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15841         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15842         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15843         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15844         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15845         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15846         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15847         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15848         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15850 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15852         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15853         (_IO_JUMPS_OFFSET): Define to 0.
15855         * nptl/sysdeps/pthread/bits/libc-lock.h
15856         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15857         (__libc_lock_define_initialized_recursive): Always define using
15858         initializer.  Modern compilers treat uninitialized (implicit zero) and
15859         explicit zero initializers the same (i.e. put the datum in bss).
15861 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15863         * nscd/nscd-client.h: Include <string.h>.
15865 2014-05-01  David S. Miller  <davem@davemloft.net>
15867         [BZ #16885]
15868         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15869         multiple zero bytes exist at the end of a string.
15870         Reported by Aurelien Jarno <aurelien@aurel32.net>
15872         * string/test-strcmp.c (check): Add explicit test for situations where
15873         there are multiple zero bytes after the first.
15875 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15877         [BZ #16890]
15878         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15879         when compiling wprintf.
15880         * stdio-common/tstdiomisc.c (t3): New function.
15881         (main): Call it.
15883 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15885         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15886         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15887         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15888         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15890 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15892         * stdlib/longlong.h: Updated from GCC.
15894 2014-05-01  Will Newton  <will.newton@linaro.org>
15895             Bernard Ogden  <bernie.ogden@linaro.org>
15897         * NEWS: Update fixed bug list.
15899         [BZ #15119]
15900         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15902 2014-04-30  David S. Miller  <davem@davemloft.net>
15904         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15905         (libc_feholdexcept_setround_sparc_ctx): New function.
15906         (libc_fesetenv_sparc_ctx): Likewise.
15907         (libc_feupdateenv_sparc_ctx): Likewise.
15908         (libc_feholdsetround_sparc_ctx): Likewise.
15909         (libc_feholdexcept_setround_ctx): Define.
15910         (libc_feholdexcept_setroundf_ctx): Likewise.
15911         (libc_feholdexcept_setroundl_ctx): Likewise.
15912         (libc_fesetenv_ctx): Likewise.
15913         (libc_fesetenvf_ctx): Likewise.
15914         (libc_fesetenvl_ctx): Likewise.
15915         (libc_feupdateenv_ctx): Likewise.
15916         (libc_feupdateenvf_ctx): Likewise.
15917         (libc_feupdateenvl_ctx): Likewise.
15918         (libc_feresetround_ctx): Likewise.
15919         (libc_feresetroundf_ctx): Likewise.
15920         (libc_feresetroundl_ctx): Likewise.
15921         (libc_feholdsetround_ctx): Likewise.
15922         (libc_feholdsetroundf_ctx): Likewise.
15923         (libc_feholdsetroundl_ctx): Likewise.
15925         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15926         with __USE_GNU instead of XOPEN cpp guards.
15928         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15929         0.
15931         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15932         with XOPEN cpp guards.
15934 2014-04-30  Julian Brown  <julian@codesourcery.com>
15936         [BZ #16888]
15937         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15938         handling.
15940 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15942         [BZ #9894]
15943         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15944         Change to 2.6.32.
15945         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15946         * sysdeps/unix/sysv/linux/configure: Regenerated.
15947         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15948         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15949         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15950         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15951         * README: Update reference to required Linux kernel version.
15952         * manual/install.texi (Linux): Update reference to required Linux
15953         kernel headers version.
15954         * INSTALL: Regenerated.
15956         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15957         header inclusion.
15958         [POSIX] (limits.h): Likewise.
15959         [POSIX] (math.h): Likewise.
15960         [POSIX] (sys/wait.h): Likewise.
15961         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15962         function.
15963         [POSIX] (stddef.h): Do not allow header inclusion.
15965 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15967         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15969 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15971         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15972         Return immediately after lll_futex_wake.
15974 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15976         [BZ #16791]
15977         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15978         structure.
15979         (datahead_init_pos): Call datahead_init_common early.
15980         (datahead_init_neg): Likewise.
15982         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15983         datahead_init_neg): New functions.
15984         * nscd/aicache.c (addhstaiX): Use them.
15985         * nscd/grpcache.c (cache_addgr): Likewise.
15986         * nscd/hstcache.c (cache_addhst): Likewise.
15987         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15988         * nscd/netgroupcache.c (do_notfound): Likewise.
15989         (addgetnetgrentX): Likewise.
15990         (addinnetgrX): Likewise.
15991         * nscd/pwdcache.c (cache_addpw): Likewise.
15992         * nscd/servicescache.c (cache_addserv): Likewise.
15994 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15995             Atsushi Onoe  <atsushi@onoe.org>
15997         [BZ #14308]
15998         [BZ #12994]
15999         [BZ #13651]
16000         * resolv/res_query.c (__libc_res_nsearch): Return if at least
16001         one response is valid.
16002         * resolv/res_send.c (send_dg): Check for validity of other
16003         response if the current response is a referral.
16005 2014-04-29  Steve Ellcey  <sellcey@mips.com>
16007         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
16009 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
16011         [BZ #16823]
16012         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
16013         Always divide by positive zero when computing -Inf result.
16014         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
16015         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
16017 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16019         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
16020         FPSCR if value do not change.
16021         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
16022         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
16023         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16024         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
16025         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
16026         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
16027         function.
16029 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
16031         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
16032         * sysdeps/unix/sysv/linux/hppa: Move directory from
16033         ports/systeps/unix/sysv/linux/hppa.
16034         * README: Update listing for hppa-*-linux-gnu.
16036 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
16038         [BZ #16754]
16039         * manual/stdio.texi (Hook functions): Fix types of stream hook
16040         functions.
16041         [BZ #16854]
16042         * socket/sys/socket.h: Fix typo in comment.
16044 2014-04-28  Wilco  <wdijkstr@arm.com>
16046         * sysdeps/arm/fenv_private.h: New file.
16047         * sysdeps/arm/math_private.h: New file.
16048         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
16050 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
16052         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
16053         with __int128_t.
16054         (La_x86_64_retval): Likewise.
16056 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
16058         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
16059         fpsr if value didn't change.
16060         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
16061         to fpcr if value didn't change.
16062         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
16063         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
16064         fpsr or fpcr if value didn't change.
16065         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16066         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
16067         fpcr if value didn't change.
16068         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
16069         to fpsr if value didn't change.
16071 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16073         * nptl/tst-sem3.c: Use test-skeleton.c
16074         (main): Rename to do_test.  Use return instead of
16075         exit.
16076         * nptl/tst-sem4.c: Use test-skeleton.c
16077         (main): Rename to do_test.
16079 2014-04-22  David S. Miller  <davem@davemloft.net>
16081         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
16082         (struct sigaction): New struct member __glibc_reserved0, change
16083         type of sa_flags to int.
16085 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
16087         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
16088         (COUNT_LEADING_ZEROS_0): Define for AArch64.
16090 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
16092         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
16093         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
16095 2014-04-22  Will Newton  <will.newton@linaro.org>
16096             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
16098         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
16099         (__longjmp): Add longjmp and longjmp_target SystemTap
16100         probes.
16101         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
16102         (__sigsetjmp): Add setjmp SystemTap probe.
16104 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
16106         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
16107         match manual order.
16109 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16111         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
16113         * sysdeps/powerpc/fpu/fenv_private.h
16114         (libc_feholdexcept_setroundl_ctx): Define to
16115         libc_feholdexcept_setround_ppc_ctx.
16116         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
16117         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
16118         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
16119         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
16121 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
16123         * sysdeps/aarch64/math-tests.h: New file.
16125 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
16127         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
16128         New.
16129         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16130         Check and set bit_AVX2_Usable.
16131         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
16132         macro.
16133         (bit_AVX2): Likewise.
16134         (index_AVX2_Usable): Likewise.
16135         (CPUID_AVX2): Likewise.
16136         (HAS_AVX2): Likewise.
16138 2014-04-17  Will Newton  <will.newton@linaro.org>
16140         * manual/setjmp.texi (System V contexts): Add note that
16141         calling setcontext on a context created by a call to a
16142         signal handler is undefined.  Update text to note that
16143         setcontext from a signal handler is possible but not
16144         recommended.
16146         [BZ #16629]
16147         * stdlib/tst-setcontext.c: Include signal.h.
16148         (main): Check that the signal stack before and
16149         after swapcontext is the same.
16151         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
16152         Re-implement to restore registers in user code and avoid
16153         rt_sigreturn system call.
16155 2014-04-17  Wilco  <wdijkstr@arm.com>
16157         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
16158         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
16159         * math/test-fenv.c: Skip exception trap tests on targets which only
16160         support non-stop mode.
16162 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
16163             Wilco Dijkstra  <wilco.dijkstra@arm.com>
16165         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
16166         (libc_feholdsetround_aarch64_ctx)
16167         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
16168         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
16169         (libc_feresetround_ctx, libc_feresetroundf_ctx)
16170         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
16171         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
16172         (libc_feresetround_noexl_ctx): Define.
16174 2014-04-16  Richard Henderson  <rth@redhat.com>
16176         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
16178         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
16179         unwind tables.
16181         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
16182         const from the non-libc, non-ldso copy.
16184         * sysdeps/alpha/libm-test-ulps: Regenerate.
16186 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
16187             Wilco Dijkstra  <wilco.dijkstra@arm.com>
16189         * sysdeps/aarch64/fpu/math_private.h: New file.
16191 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16193         * sysdeps/aarch64/libm-test-ulps: Regenerate.
16195 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
16197         [BZ #16275]
16198         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
16199         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
16200         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
16201         Intel MPX bound registers before _dl_profile_fixup.
16202         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
16203         registers after _dl_profile_fixup.  Save and restore bound
16204         registers bnd0/bnd1 when calling _dl_call_pltexit.
16205         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
16206         (LR_BND_OFFSET): Likewise.
16207         (LRV_BND0_OFFSET): Likewise.
16208         (LRV_BND1_OFFSET): Likewise.
16210 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16212         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
16213         to...
16214         * sysdeps/mach/hurd/i386/tls.h: ... here.
16215         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
16216         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
16217         fields.
16219 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16221         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
16223 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16225         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16227 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16229         [BZ #14770]
16230         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
16231         * sysdeps/s390/configure: Regenerate.
16233         [BZ #16824]
16234         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
16235         Set round-to-nearest internally to reduce error accumulation.
16237 2014-04-16  Alan Modra  <amodra@gmail.com>
16239         [BZ #16740]
16240         [BZ #16619]
16241         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
16242         * math/libm-test.inc (frexp_test_data): Add tests.
16243         * NEWS: Update fixed bug list.
16245 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
16247         * benchtests/Makefile: Depend on libraries in build directory.
16248         (bench-math): Separate out math tests.
16249         (bench-pthread): Separate out pthread tests.
16250         (bench): Include math and pthread tests.
16252 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
16254         [BZ #16831]
16255         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
16256         _dl_debug_initialize.
16258         * configure.ac: Remove SELinux header check.
16259         * configure: Regenerate.
16260         * nscd/selinux.c (perms): Array of const char* to permission names.
16261         (nscd_request_avc_has_perm): Call security_deny_unknown to find
16262         default policy. Call string_to_security_class and string_to_av_perm to
16263         translate strings. Enforce default policy and call avs_has_perm with
16264         results of translated strings.
16266 2014-04-13  David S. Miller  <davem@davemloft.net>
16268         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16270 2014-04-12  Allan McRae  <allan@archlinux.org>
16272         [BZ #16838]
16273         * manual/string.texi (Collation Functions): Fix qsort argument
16274         order in example.
16275         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
16277 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
16279         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
16280         Make the test a no-op if there are no exceptions defined.
16282 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
16284         * elf/Makefile (tests): make tst-dlopen-aout conditional on
16285         enable-hardcoded-path-in-tests
16287 2014-04-11  Will Newton  <will.newton@linaro.org>
16289         * benchtests/Makefile (extra-objs): Add json-lib.o.
16290         (bench-func): Tidy up JSON output.
16291         * benchtests/bench-skeleton.c: Include json-lib.h.
16292         (main): Use JSON library functions to do output of
16293         benchmark results.
16294         * benchtests/bench-timing-type.c (main): Output the
16295         timing type simply, leaving formatting to the user.
16296         * benchtests/json-lib.c: New file.
16297         * benchtests/json-lib.h: Likewise.
16299 2014-04-11  Torvald Riegel  <triegel@redhat.com>
16301         [BZ #15215]
16302         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
16303         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
16304         memory barriers.  Add comments.
16305         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
16306         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
16307         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
16308         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
16309         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
16310         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
16312 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16314         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
16315         * sysdeps/s390/s390-64/configure.ac: ... this ...
16316         * sysdeps/s390/configure.ac: ... to here.
16317         * sysdeps/s390/s390-32/configure: Delete file.
16318         * sysdeps/s390/s390-64/configure: Delete file.
16319         * sysdeps/s390/configure: Regenerate.
16321 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
16323         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
16325 2014-04-11  Will Newton  <will.newton@linaro.org>
16327         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
16328         to zero if it is not defined elsewhere.  (mtrim): Test
16329         the value of MALLOC_DEBUG with #if rather than #ifdef.
16331 2014-04-10 Torvald Riegel  <triegel@redhat.com>
16333         * benchtests/pthread_once-inputs: New file.
16334         * benchtests/pthread_once-source.c: New file.
16335         * benchtests/README: Update documentation.
16337 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
16338             H.J. Lu  <hongjiu.lu@intel.com>
16340         [BZ #16275]
16341         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
16342         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
16343         * sysdeps/x86_64/configure: Regenerated.
16344         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
16345         macro.
16346         (REGISTER_SAVE_RAX): Likewise.
16347         (REGISTER_SAVE_RCX): Likewise.
16348         (REGISTER_SAVE_RDX): Likewise.
16349         (REGISTER_SAVE_RSI): Likewise.
16350         (REGISTER_SAVE_RDI): Likewise.
16351         (REGISTER_SAVE_R8): Likewise.
16352         (REGISTER_SAVE_R9): Likewise.
16353         (REGISTER_SAVE_BND0): Likewise.
16354         (REGISTER_SAVE_BND1): Likewise.
16355         (REGISTER_SAVE_BND2): Likewise.
16356         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
16357         bound registers when calling _dl_fixup.
16359 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16361         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
16362         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
16363         of its definition.
16364         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
16365         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
16366         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
16367         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
16368         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
16369         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
16370         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
16372 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
16374         [BZ #15514]
16375         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
16376         pathconf(_PC_NAME_MAX).
16378 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16380         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
16381         Remove macro usage.
16382         (__PTHREAD_SPINS): Move definition to ...
16383         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16384         (__PTHREAD_SPINS): ... here.
16385         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16386         (__PTHREAD_SPIN): Likewise.
16387         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
16388         (__PTHREAD_SPIN): Likewise.
16389         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
16390         (__PTHREAD_SPIN): Likewise.
16391         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
16392         (__PTHREAD_SPIN): Likewise.
16393         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
16394         (__PTHREAD_SPIN): Likewise.
16395         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
16396         (__PTHREAD_SPIN): Likewise.
16397         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
16398         (__PTHREAD_SPIN): Likewise.
16399         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
16400         (__PTHREAD_SPIN): Likewise.
16401         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
16402         (__PTHREAD_SPIN): Likewise.
16403         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
16404         (__PTHREAD_SPIN): Likewise.
16405         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
16406         (__PTHREAD_SPIN): Likewise.
16407         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
16408         (__PTHREAD_SPIN): Likewise.
16410         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
16411         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
16412         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
16413         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
16414         imply folder.
16415         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
16416         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
16417         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
16418         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
16419         correct imply path.
16420         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
16421         strlen symbol for non multi-arch builds.
16422         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
16423         missing hidden_def and weak_alias.
16425 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
16427         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
16429 2014-04-07  Will Newton  <will.newton@linaro.org>
16431         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
16432         and contents.  [!_LIBC] Remove #ifndef and contents.
16433         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
16434         * string/memccpy.c (__memccpy): Use ANSI prototype.
16435         * string/memfrob.c (memfrob): Likewise.
16436         * string/strcoll.c (STRCOLL): Likewise.
16437         * string/strlen.c (strlen): Likewise.
16438         * string/strtok.c (STRTOK): Likewise.
16439         * string/strcat.c: Remove unused #include of memcopy.h.
16440         (strcat): Use ANSI prototype.
16441         * string/strchr.c: Remove unused #include of memcopy.h.
16442         (strchr): Use ANSI prototype.
16443         * string/strcmp.c: Remove unused #include of memcopy.h.
16444         (strcmp): Use ANSI prototype.
16445         * string/strcpy.c: Remove unused #include of memcopy.h.
16446         (strcpy): Use ANSI prototype.
16448 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16450         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
16451         * config.make.in (config-extra-cppflags): Set it from
16452         libc_extra_cppflags.
16453         * configure.ac (libc_extra_cflags): Make it accumulate over
16454         configure fragments.
16455         (libc_extra_cppflags): New flag.
16456         * configure. Regenerate.
16457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
16458         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
16459         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
16460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
16462         [BZ #16815]
16463         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
16464         result for FE_DOWNWARD rounding mode.
16465         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16466         Likewise.
16467         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16469 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
16471         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
16472         in function argument name.
16474 2014-04-03  David Svoboda  <svoboda@cert.org>
16476         [BZ #5666]
16477         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
16478         explicitly.
16480 2014-04-03  Roland McGrath  <roland@hack.frob.com>
16482         * elf/dl-unmap-segments.h: New file.
16483         * sysdeps/generic/ldsodefs.h
16484         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
16485         * elf/dl-close.c: Include <dl-unmap-segments.h>.
16486         * elf/dl-fptr.c: Likewise.
16487         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
16488         * sysdeps/aarch64/tlsdesc.c: Likewise.
16489         * sysdeps/arm/tlsdesc.c: Likewise.
16490         * sysdeps/i386/tlsdesc.c: Likewise.
16491         * sysdeps/tile/dl-runtime.c: Likewise.
16492         * sysdeps/x86_64/tlsdesc.c: Likewise.
16493         * elf/dl-load.h: New file.
16494         * elf/dl-load.c: Include it.
16495         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
16496         Macros moved to dl-load.h.
16497         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
16498         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
16499         Use _dl_unmap_segments in place of __munmap.
16500         Break out segment-mapping loop into ...
16501         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
16503 2014-04-03  Will Newton  <will.newton@linaro.org>
16505         * elf/dl-lookup.c (do_lookup_x): Remove comment
16506         referring to nested function and move variable
16507         declarations down to before first use.
16509 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
16511         [BZ #16799]
16512         [BZ #16800]
16513         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
16514         with 0 numerator.
16515         * math/s_catanf.c (__catanf): Likewise.
16516         * math/s_catanh.c (__catanh): Likewise.
16517         * math/s_catanhf.c (__catanhf): Likewise.
16518         * math/s_catanhl.c (__catanhl): Likewise.
16519         * math/s_catanl.c (__catanl): Likewise.
16520         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16521         by positive zero when computing -Inf result.
16522         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16523         (catanh_test): Likewise.
16524         * sysdeps/i386/fpu/libm-test-ulps: Update.
16525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16527         [BZ #16789]
16528         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16529         instead of using underflowing value in computing result.
16530         * math/s_clog10.c (__clog10): Likewise.
16531         * math/s_clog10f.c (__clog10f): Likewise.
16532         * math/s_clog10l.c (__clog10l): Likewise.
16533         * math/s_clogf.c (__clogf): Likewise.
16534         * math/s_clogl.c (__clogl): Likewise.
16535         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16536         (clog10_test): Likewise.
16537         * sysdeps/i386/fpu/libm-test-ulps: Update.
16538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16540 2014-04-02  Alan Modra  <amodra@gmail.com>
16542         [BZ #16739]
16543         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16544         output when value is near a power of two.  Use int64_t for lx and
16545         remove casts.  Use decimal rather than hex exponent constants.
16546         Don't use long double multiplication when double will suffice.
16547         * math/libm-test.inc (nextafter_test_data): Add tests.
16548         * NEWS: Add 16739 and 16786 to bug list.
16550         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16552         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16554 2014-04-01  Will Newton  <will.newton@linaro.org>
16556         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16557         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
16559 2014-04-01  Florian Weimer  <fweimer@redhat.com>
16561         [BZ #13347]
16562         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16563         * nptl/tst-setuid2.c: New file.
16564         * nptl/Makefile (xtests): Add tst-setuid2.
16566 2014-04-01  Alan Modra  <amodra@gmail.com>
16568         [BZ #16786]
16569         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16571 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16573         [BZ #6803]
16574         [BZ #6804]
16575         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16576         set errno as appropriate.
16577         * math/w_scalbf.c (__scalbf): Likewise.
16578         * math/w_scalbl.c (__scalbl): Likewise.
16579         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16580         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16581         * math/libm-test.inc (scalb_test_data): Add errno expectations.
16582         Add more NaN tests.
16584         [BZ #16349]
16585         * math/w_atan2.c: Include <errno.h>.
16586         (__atan2): Set errno for result underflowing to zero.
16587         * math/w_atan2f.c: Include <errno.h>.
16588         (__atan2f): Set errno for result underflowing to zero.
16589         * math/w_atan2l.c: Include <errno.h>.
16590         (__atan2l): Set errno for result underflowing to zero.
16591         * math/auto-libm-test-in: Don't allow missing errno for some atan2
16592         tests.
16593         * math/auto-libm-test-out: Regenerated.
16595 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16597         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16598         Encode instruction correctly in little endian.
16599         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16600         Likewise.
16601         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16602         Likewise.
16603         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16604         Likewise.
16605         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16606         Likewise.
16608 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16610         [BZ #9894]
16611         * sysdeps/unix/sysv/linux/kernel-features.h
16612         [__sparc__ && !__arch64__ && !__sparc_v9__]
16613         (__ASSUME_SET_ROBUST_LIST): Do not define.
16614         [__sparc__ && !__arch64__ && !__sparc_v9__]
16615         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16616         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16617         Likewise.
16618         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16619         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16620         (__ASSUME_REQUEUE_PI): Likewise.
16621         (__ASSUME_SET_ROBUST_LIST): Likewise.
16622         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16623         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16624         Undefine.
16625         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16626         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16627         Likewise.
16628         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16629         Likewise.
16630         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16631         Likewise.
16632         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16633         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16634         Undefine.
16635         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16636         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16637         Likewise.
16639         [BZ #16648]
16640         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16641         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16642         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16644 2014-03-31  Will Newton  <will.newton@linaro.org>
16646         * benchtests/Makefile (bench): Add ffs and ffsll to list
16647         of tests.
16648         * benchtests/ffs-inputs: New file.
16649         * benchtests/ffsll-inputs: Likewise.
16651 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16653         [BZ #16770]
16654         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16655         too large before casting to int.
16656         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16657         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16658         * math/libm-test.inc (scalb_test_data): Add more tests.
16660 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16662         * benchtests/Makefile (DETAILED_OPT): New make option.
16663         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16664         set.
16665         * benchtests/bench-skeleton.c: Include stdbool.h.
16666         (main): Store and print timings per input.
16667         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16668         member to each argument value.
16669         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16670         (_print_arg_data): Initialize per-input timing to 0.
16672         * benchtests/Makefile (timing-type): New binary.
16673         (bench-clean): Also remove bench-timing-type.
16674         (bench): New target for timing-type.
16675         (bench-func): Print output in JSON format.
16676         * benchtests/bench-skeleton.c (main): Print output in JSON
16677         format.
16678         * benchtests/bench-timing-type.c: New file.
16679         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16680         (TIMING_PRINT_STATS): Remove.
16681         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16682         name separately.
16684         * benchtests/bench-modf.c: Remove.
16685         * benchtests/modf-inputs: New inputs file.
16687 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16689         [BZ #16362]
16690         * math/s_clog10.c (M_PI_LOG10E): New macro.
16691         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16692         imaginary parts are 0.
16693         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16694         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16695         imaginary parts are 0.
16696         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16697         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16698         imaginary parts are 0.
16699         * math/libm-test.inc (clog10_test_data): Update expected results
16700         for when real and imaginary parts are 0.
16702 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16704         * elf/dl-load.c: Finish conversion of __builtin_expect into
16705         __glibc_{un}likely.
16707 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16709         [BZ #16348]
16710         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16711         1+x for argument with exponent below -67.
16712         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16713         Likewise.
16714         * math/auto-libm-test-in: Add more tests of exp.
16715         * math/auto-libm-test-out: Regenerated.
16717 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16719         [BZ #16759]
16720         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16721         (nscd_getnetgrent): Use it.
16723         [BZ #16760]
16724         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16725         of stpcpy.
16727 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16729         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16730         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16731         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16732         (lll_robust_unlock): Remove out of line section. Use cfi
16733         intrinsics.
16734         (LLL_STUB_UNWIND_INFO*): Remove.
16735         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16736         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16737         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16738         (lll_robust_unlock): Remove out of line section. Use cfi
16739         intrinsics.
16740         (LLL_STUB_UNWIND_INFO*): Remove.
16742 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16744         [BZ #16758]
16745         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16746         blank values.
16748 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16750         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16752 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16754         [BZ #16198]
16755         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16756         fnstenv.
16757         * math/test-fenv-preserve.c: New file.
16758         * math/Makefile (tests): Add test-fenv-preserve.
16760 2014-03-26  Will Newton <will.newton@linaro.org>
16762         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16764 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16766         * scripts/versionlist.awk: Partition the version sets and emit all
16767         GLIBC_* (sorted) before all others (sorted).
16769 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16771         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16772         GLIBC_2.2.5 version.
16774 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16776         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16777         calls.
16779         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16780         previous change.
16782         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16784 2014-03-25  Andreas Schwab  <schwab@suse.de>
16786         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16787         label to be used after in6ailist is initialized.
16789 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16791         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16792         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16794 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16796         [BZ #16357]
16797         [BZ #16599]
16798         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16799         min_plus_half.
16800         (fp_formats): Update initializers.
16801         (init_fp_formats): Initialize new field.
16802         (output_for_one_input_case): Allow underflow for results up to
16803         min_plus_half.
16804         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16805         * math/auto-libm-test-in: Don't mark some underflows from asin and
16806         atanh as spurious.
16807         * math/auto-libm-test-out: Regenerated.
16808         * sysdeps/i386/fpu/libm-test-ulps: Update.
16809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16811 2014-03-25  Andreas Schwab  <schwab@suse.de>
16813         * libio/Makefile (tst-ftell-partial-wide-ENV)
16814         (tst-ftell-active-handler-ENV): Define.
16816 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16818         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16820 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16822         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16824 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16826         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16827         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16828         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16830 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16832         [BZ #16634]
16833         * elf/dl-load.c (open_verify): Add mode parameter.
16834         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16835         (open_path): Change from boolean 'secure' to complete flag 'mode'
16836         (_dl_map_object): Adjust.
16837         * elf/Makefile (tests): Add tst-dlopen-aout.
16838         * elf/tst-dlopen-aout.c: New test.
16840 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16842         [BZ #16714]
16843         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16844         (struct stat): Rename member pad0 to __glibc_reserved0.
16846         [BZ #16712]
16847         * sysdeps/s390/s390-32/bits/wordsize.h
16848         (__WORDSIZE32_SIZE_ULONG): New define.
16849         * sysdeps/s390/s390-64/bits/wordsize.h
16850         (__WORDSIZE32_SIZE_ULONG): Likewise.
16851         * sysdeps/generic/stdint.h (SIZE_MAX):
16852         Define as UL if __WORDSIZE32_SIZE_ULONG.
16854         [BZ #16713]
16855         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16856         (__glibc_reserved0): New variable.
16857         (sa_flags): Change type to int.
16859         * posix/Makefile (before-compile): Use += before-compile instead
16860         of a :=.
16862         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16863         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16865 2014-03-20  Andreas Schwab  <schwab@suse.de>
16867         [BZ #16743]
16868         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16869         non-matching result from nscd.
16871 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16873         * scripts/bench.py: Moved to ...
16874         * benchtests/scripts/bench.py: ... here.
16875         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16877 2014-03-24  Andreas Schwab  <schwab@suse.de>
16879         [BZ #16002]
16880         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16881         alloca_account and account alloca use for struct in6ailist.
16883 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16885         [BZ #16284]
16886         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16887         rounding mode to recompute results that overflow to infinity or
16888         underflow to zero.
16889         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16890         bug 16284.
16891         * math/auto-libm-test-out: Regenerated.
16892         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16893         (ccosh_test): Likewise.
16894         (csin_test_data): Use plus_oflow.
16895         (csin_test): Use ALL_RM_TEST.
16896         (csinh_test_data): Use plus_oflow.
16897         (csinh_test): Use ALL_RM_TEST.
16898         * sysdeps/i386/fpu/libm-test-ulps: Update.
16899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16901 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16903         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16904         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16905         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16907         [BZ #16731]
16908         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16909         when x - 1 is zero.
16910         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16911         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16912         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16913         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16914         argument is 1.
16915         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16916         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16917         zero.
16918         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16919         * sysdeps/i386/fpu/libm-test-ulps: Update.
16920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16922 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16924         * scripts/bench.pl: Remove file.
16925         * scripts/bench.py: New benchmark script.
16926         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16927         * benchtests/README: Mention python dependency.
16928         * scripts/pylintrc: New file.
16929         * scripts/pylint: New file.
16931         * bits/mathdef.h: Use #ifdef instead of #if.
16932         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16933         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16934         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16935         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16936         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16937         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16939 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16940             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16942         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16943         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16944         and strpbrk-ppc64 objects.
16945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16946         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16947         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16948         multiarch strpbrk for POWER7.
16949         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16950         multiarch strpbrk for PPC64.
16951         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16952         ifunc selector.
16953         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16954         strpbrk for POWER7.
16956 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16958         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16959         (atan_test): Likewise.
16960         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16961         (atanh_test): Use ALL_RM_TEST.
16962         (atan2_test_data): Likewise.
16963         (cabs_test): Likewise.
16964         (cacosh_test): Likewise.
16965         (carg_test): Likewise.
16966         (casin_test): Likewise.
16967         (casinh_test): Likewise.
16968         (cbrt_test): Likewise.
16969         (csqrt_test): Likewise.
16970         (erf_test): Likewise.
16971         (erfc_test): Likewise.
16972         (pow10_test): Likewise.
16973         (exp2_test): Likewise.
16974         (hypot_test): Likewise.
16975         (j0_test): Likewise.
16976         (j1_test): Likewise.
16977         (lgamma_test): Likewise.
16978         (gamma_test): Likewise.
16979         (sincos_test): Likewise.
16980         (tanh_test): Likewise.
16981         (y0_test): Likewise.
16982         (y1_test): Likewise.
16983         * sysdeps/i386/fpu/libm-test-ulps: Update.
16984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16986 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16988         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16989         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16990         and strcspn-ppc64 objects.
16991         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16992         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16993         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16994         multiarch strcspn for POWER7.
16995         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16996         multiarch strcspn for PPC64.
16997         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16998         ifunc selector.
16999         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
17000         strcspn for POWER7.
17002 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
17004         * math/gen-libm-test.pl (generate_testfile): Expect only function
17005         name as argument to AUTO_TESTS_* and pass results for all rounding
17006         modes to parse_args.
17007         (parse_auto_input): Separate inputs of automatic tests from
17008         outputs before storing in %auto_tests.
17009         * math/libm-test.inc (acos_test_data): Update call to
17010         AUTO_TESTS_f_f.
17011         (acos_test): Use ALL_RM_TEST.
17012         (acos_tonearest_test_data): Remove.
17013         (acos_test_tonearest): Likewise.
17014         (acos_towardzero_test_data): Likewise.
17015         (acos_test_towardzero): Likewise.
17016         (acos_downward_test_data): Likewise.
17017         (acos_test_downward): Likewise.
17018         (acos_upward_test_data): Likewise.
17019         (acos_test_upward): Likewise.
17020         (acosh_test_data): Update call to AUTO_TESTS_f_f.
17021         (asin_test_data): Likewise.
17022         (asin_test): Use ALL_RM_TEST.
17023         (asin_tonearest_test_data): Remove.
17024         (asin_test_tonearest): Likewise.
17025         (asin_towardzero_test_data): Likewise.
17026         (asin_test_towardzero): Likewise.
17027         (asin_downward_test_data): Likewise.
17028         (asin_test_downward): Likewise.
17029         (asin_upward_test_data): Likewise.
17030         (asin_test_upward): Likewise.
17031         (asinh_test_data): Update call to AUTO_TESTS_f_f.
17032         (atan_test_data): Likewise.
17033         (atanh_test_data): Likewise.
17034         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
17035         (cabs_test_data): Update call to AUTO_TESTS_c_f.
17036         (carg_test_data): Likewise.
17037         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
17038         (ccos_test_data): Update call to AUTO_TESTS_c_c.
17039         (ccosh_test_data): Likewise.
17040         (cexp_test_data): Likewise.
17041         (clog_test_data): Likewise.
17042         (clog10_test_data): Likewise.
17043         (cos_test_data): Update call to AUTO_TESTS_f_f.
17044         (cos_test): Use ALL_RM_TEST.
17045         (cos_tonearest_test_data): Remove.
17046         (cos_test_tonearest): Likewise.
17047         (cos_towardzero_test_data): Likewise.
17048         (cos_test_towardzero): Likewise.
17049         (cos_downward_test_data): Likewise.
17050         (cos_test_downward): Likewise.
17051         (cos_upward_test_data): Likewise.
17052         (cos_test_upward): Likewise.
17053         (cosh_test_data): Update call to AUTO_TESTS_f_f.
17054         (cosh_test): Use ALL_RM_TEST.
17055         (cosh_tonearest_test_data): Remove.
17056         (cosh_test_tonearest): Likewise.
17057         (cosh_towardzero_test_data): Likewise.
17058         (cosh_test_towardzero): Likewise.
17059         (cosh_downward_test_data): Likewise.
17060         (cosh_test_downward): Likewise.
17061         (cosh_upward_test_data): Likewise.
17062         (cosh_test_upward): Likewise.
17063         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
17064         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
17065         (ctan_test_data): Likewise.
17066         (ctan_test): Use ALL_RM_TEST.
17067         (ctan_tonearest_test_data): Remove.
17068         (ctan_test_tonearest): Likewise.
17069         (ctan_towardzero_test_data): Likewise.
17070         (ctan_test_towardzero): Likewise.
17071         (ctan_downward_test_data): Likewise.
17072         (ctan_test_downward): Likewise.
17073         (ctan_upward_test_data): Likewise.
17074         (ctan_test_upward): Likewise.
17075         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
17076         (ctanh_test): Use ALL_RM_TEST.
17077         (ctanh_tonearest_test_data): Remove.
17078         (ctanh_test_tonearest): Likewise.
17079         (ctanh_towardzero_test_data): Likewise.
17080         (ctanh_test_towardzero): Likewise.
17081         (ctanh_downward_test_data): Likewise.
17082         (ctanh_test_downward): Likewise.
17083         (ctanh_upward_test_data): Likewise.
17084         (ctanh_test_upward): Likewise.
17085         (erf_test_data): Update call to AUTO_TESTS_f_f.
17086         (erfc_test_data): Likewise.
17087         (exp_test_data): Likewise.
17088         (exp_test): Use ALL_RM_TEST.
17089         (exp_tonearest_test_data): Remove.
17090         (exp_test_tonearest): Likewise.
17091         (exp_towardzero_test_data): Likewise.
17092         (exp_test_towardzero): Likewise.
17093         (exp_downward_test_data): Likewise.
17094         (exp_test_downward): Likewise.
17095         (exp_upward_test_data): Likewise.
17096         (exp_test_upward): Likewise.
17097         (exp10_test_data): Update call to AUTO_TESTS_f_f.
17098         (exp10_test): Use ALL_RM_TEST.
17099         (exp10_tonearest_test_data): Remove.
17100         (exp10_test_tonearest): Likewise.
17101         (exp10_towardzero_test_data): Likewise.
17102         (exp10_test_towardzero): Likewise.
17103         (exp10_downward_test_data): Likewise.
17104         (exp10_test_downward): Likewise.
17105         (exp10_upward_test_data): Likewise.
17106         (exp10_test_upward): Likewise.
17107         (exp2_test_data): Update call to AUTO_TESTS_f_f.
17108         (expm1_test_data): Likewise.
17109         (expm1_test): Use ALL_RM_TEST.
17110         (expm1_tonearest_test_data): Remove.
17111         (expm1_test_tonearest): Likewise.
17112         (expm1_towardzero_test_data): Likewise.
17113         (expm1_test_towardzero): Likewise.
17114         (expm1_downward_test_data): Likewise.
17115         (expm1_test_downward): Likewise.
17116         (expm1_upward_test_data): Likewise.
17117         (expm1_test_upward): Likewise.
17118         (fma_test_data): Update call to AUTO_TESTS_fff_f.
17119         (fma_test): Use ALL_RM_TEST.
17120         (fma_towardzero_test_data): Remove.
17121         (fma_test_towardzero): Likewise.
17122         (fma_downward_test_data): Likewise.
17123         (fma_test_downward): Likewise.
17124         (fma_upward_test_data): Likewise.
17125         (fma_test_upward): Likewise.
17126         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
17127         (j0_test_data): Update call to AUTO_TESTS_f_f.
17128         (j1_test_data): Likewise.
17129         (jn_test_data): Update call to AUTO_TESTS_if_f.
17130         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
17131         (log_test_data): Update call to AUTO_TESTS_f_f.
17132         (log10_test_data): Likewise.
17133         (log1p_test_data): Likewise.
17134         (log2_test_data): Likewise.
17135         (pow_test_data): Update call to AUTO_TESTS_ff_f.
17136         (pow_tonearest_test_data): Likewise.
17137         (sin_test_data): Update call to AUTO_TESTS_f_f.
17138         (sin_test): Use ALL_RM_TEST.
17139         (sin_tonearest_test_data): Remove.
17140         (sin_test_tonearest): Likewise.
17141         (sin_towardzero_test_data): Likewise.
17142         (sin_test_towardzero): Likewise.
17143         (sin_downward_test_data): Likewise.
17144         (sin_test_downward): Likewise.
17145         (sin_upward_test_data): Likewise.
17146         (sin_test_upward): Likewise.
17147         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
17148         (sinh_test_data): Update call to AUTO_TESTS_f_f.
17149         (sinh_test): Use ALL_RM_TEST.
17150         (sinh_tonearest_test_data): Remove.
17151         (sinh_test_tonearest): Likewise.
17152         (sinh_towardzero_test_data): Likewise.
17153         (sinh_test_towardzero): Likewise.
17154         (sinh_downward_test_data): Likewise.
17155         (sinh_test_downward): Likewise.
17156         (sinh_upward_test_data): Likewise.
17157         (sinh_test_upward): Likewise.
17158         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
17159         (sqrt_test): Use ALL_RM_TEST.
17160         (sqrt_tonearest_test_data): Remove.
17161         (sqrt_test_tonearest): Likewise.
17162         (sqrt_towardzero_test_data): Likewise.
17163         (sqrt_test_towardzero): Likewise.
17164         (sqrt_downward_test_data): Likewise.
17165         (sqrt_test_downward): Likewise.
17166         (sqrt_upward_test_data): Likewise.
17167         (sqrt_test_upward): Likewise.
17168         (tan_test_data): Update call to AUTO_TESTS_f_f.
17169         (tan_test): Use ALL_RM_TEST.
17170         (tan_tonearest_test_data): Remove.
17171         (tan_test_tonearest): Likewise.
17172         (tan_towardzero_test_data): Likewise.
17173         (tan_test_towardzero): Likewise.
17174         (tan_downward_test_data): Likewise.
17175         (tan_test_downward): Likewise.
17176         (tan_upward_test_data): Likewise.
17177         (tan_test_upward): Likewise.
17178         (tanh_test_data): Update call to AUTO_TESTS_f_f.
17179         (tgamma_test_data): Likewise.
17180         (y0_test_data): Likewise.
17181         (y1_test_data): Likewise.
17182         (yn_test_data): Update call to AUTO_TESTS_if_f.
17183         (main): Do not call removed functions.
17185 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
17187         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
17188         (ldexp_test_data): Remove.
17189         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
17190         scalbn_test_data.
17191         (scalb_test): Use ALL_RM_TEST.
17193 2014-03-19  Andreas Schwab  <schwab@suse.de>
17195         * nscd/nscd.service: Also invalidate netgroup cache on reload.
17197 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
17199         [BZ #16649]
17200         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17201         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
17202         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
17203         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17204         (__ASSUME_PREADV): Undefine.
17205         (__ASSUME_PWRITEV): Likewise.
17207 2014-03-18  Roland McGrath  <roland@hack.frob.com>
17209         * bits/mman-linux.h: Add comment about non-Linux use.
17210         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
17211         bits/mman-linux.h resting place.
17213         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
17214         * bits/mman-linux.h: ... here.
17216 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17218         * conform/conformtest.pl: Add standard definition when calling C
17219         preprocessor on data files.
17220         (checknamespace): Remove unused variable.
17222 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
17224         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
17225         minus_oflow, plus_uflow and minus_uflow in expected results.
17226         * math/libm-test.inc (scalbn_test_data): Add more tests of
17227         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
17228         minus_uflow.
17229         (scalbn_test): Use ALL_RM_TEST.
17230         (scalbln_test_data): Add more tests of negative arguments.  Use
17231         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
17232         (scalbln_test): Use ALL_RM_TEST.
17234 2014-03-18  Roland McGrath  <roland@hack.frob.com>
17236         * scripts/abilist.awk: Ignore symbols marked with .hidden.
17238 2014-03-18  Will Newton  <will.newton@linaro.org>
17240         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
17241         inaccurate comment.
17243 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
17245         * Makerules [!subdir] (check-abi): Exit with error status if a
17246         test failed.
17248 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
17250         * math/libm-test.inc (nearbyint_test_data): Include all tests used
17251         for rint.  Include results for all rounding modes.
17252         (nearbyint_test): Use ALL_RM_TEST.
17253         (rint_test_data): Include all tests used for nearbyint.
17255 2014-03-17  Will Newton  <will.newton@linaro.org>
17257         * nptl/sysdeps/pthread/pthread.h: Revert previous
17258         change.
17260         * sysdeps/generic/ldsodefs.h: Revert previous
17261         change.
17263         * libio/genops.c: Revert previous change.
17264         * libio/libioP.h: Likewise.
17265         * stdio-common/vfprintf.c: Likewise.
17267         * sysdeps/generic/math_private.h: Revert previous
17268         change.
17270         * sysdeps/generic/math_private.h: Check whether
17271         HAVE_RM_CTX is defined with #ifdef rather
17272         than #if.
17274         * argp/argp-fmtstream.h: Check whether
17275         __STRICT_ANSI__ is defined with #ifdef rather
17276         than #if.
17277         * argp/argp.h: Likewise.
17279         * libio/genops.c: Check whether
17280         _IO_JUMPS_OFFSET is defined with #ifdef rather
17281         than #if.
17282         * libio/libioP.h: Likewise.
17283         * stdio-common/vfprintf.c: Likewise.
17285         * sysdeps/generic/ldsodefs.h: Check whether
17286         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
17287         than #if.
17289         * nptl/sysdeps/pthread/pthread.h: Check
17290         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
17291         its value.
17293 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
17295         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
17296         setting O_APPEND.
17297         * libio/tst-ftell-active-handler.c (do_append_test): Add a
17298         test case.
17300         [BZ #16680]
17301         * libio/fileops.c (_IO_file_open): Seek to end of file but
17302         don't cache the offset.
17303         (get_file_offset): Remove function.
17304         (do_ftell): Use cached offset when available.
17305         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
17306         don't cache the offset.
17307         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
17308         case.
17309         (do_one_test): Call it.
17310         (do_ftell_test): Fix up expected old offset for a+ mode.
17311         * libio/wfileops.c (do_ftell_wide): Used cached offset when
17312         available.
17314         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
17315         up test status with function return status.
17316         (do_write_test): Likewise.
17317         (do_append_test): Likewise.
17319         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
17320         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
17321         Remove.
17323 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
17325         * math/gen-libm-test.pl (parse_args): Handle results specified for
17326         each rounding mode separately.
17327         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
17328         tests and results from lrint_tonearest_test_data,
17329         lrint_towardzero_test_data, lrint_downward_test_data and
17330         lrint_upward_test_data.
17331         (lrint_test): Use ALL_RM_TEST.
17332         (lrint_tonearest_test_data): Remove.
17333         (lrint_test_tonearest): Likewise.
17334         (lrint_towardzero_test_data): Likewise.
17335         (lrint_test_towardzero): Likewise.
17336         (lrint_downward_test_data): Likewise.
17337         (lrint_test_downward): Likewise.
17338         (lrint_upward_test_data): Likewise.
17339         (lrint_test_upward): Likewise.
17340         (llrint_test_data): Merge in per-rounding-mode tests and results
17341         from llrint_tonearest_test_data, llrint_towardzero_test_data,
17342         llrint_downward_test_data and llrint_upward_test_data.
17343         (llrint_test): Use ALL_RM_TEST.
17344         (llrint_tonearest_test_data): Remove.
17345         (llrint_test_tonearest): Likewise.
17346         (llrint_towardzero_test_data): Likewise.
17347         (llrint_test_towardzero): Likewise.
17348         (llrint_downward_test_data): Likewise.
17349         (llrint_test_downward): Likewise.
17350         (llrint_upward_test_data): Likewise.
17351         (llrint_test_upward): Likewise.
17352         (rint_test_data): Merge in per-rounding-mode tests and results
17353         from rint_tonearest_test_data, rint_towardzero_test_data,
17354         rint_downward_test_data and rint_upward_test_data.  Add
17355         per-rounding-mode results for tests not in those arrays.
17356         (rint_test): Use ALL_RM_TEST.
17357         (rint_tonearest_test_data): Remove.
17358         (rint_test_tonearest): Likewise.
17359         (rint_towardzero_test_data): Likewise.
17360         (rint_test_towardzero): Likewise.
17361         (rint_downward_test_data): Likewise.
17362         (rint_test_downward): Likewise.
17363         (rint_upward_test_data): Likewise.
17364         (rint_test_upward): Likewise.
17365         (main): Don't call removed functions.
17367 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17369         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
17370         "Compiled on ..." crapola.  It is anti-useful.
17372 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
17374         * scripts/evaluate-test.sh: Handle fourth argument to determine
17375         whether test run should stop on failure.
17376         * Makeconfig (stop-on-test-failure): New variable.
17377         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
17378         $(stop-on-test-failure).
17379         * Makefile (tests): Give a summary of results from testing and
17380         exit with failure status if they include an ERROR or FAIL.
17381         (xtests): Likewise.
17382         * manual/install.texi (Configuring and compiling): Mention
17383         stop-on-test-failure=y.
17384         * INSTALL: Regenerated.
17386 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17388         * scripts/versionlist.awk: New file.
17389         * Makerules [$(build-shared) = yes]
17390         (postclean-generated): Add Versions.def, not Versions.def.v and
17391         Versions.def.v.i.
17392         ($(common-objpfx)Versions.def.v.i): Target removed.
17393         ($(common-objpfx)Versions.def): New target.
17394         ($(common-objpfx)Versions.all): Depend on that rather that
17395         $(common-objpfx)Versions.def.v.
17396         * Versions.def: File removed.
17398         * Makeconfig (+gccwarn): Add -Wundef.
17399         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
17400         a dl-sysdep.h breaking its contract.
17401         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
17402         * include/stackinfo.h: New file.
17403         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
17404         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
17405         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
17406         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
17407         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
17408         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
17409         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17410         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17411         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17412         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17413         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17414         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
17415         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17416         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17417         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17419 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17421         [BZ #16707]
17422         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
17423         implementation.
17424         * math/libm-test.inc (round_test_data): Add more tests.
17426         [BZ #16706]
17427         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
17428         implementation.
17429         * math/libm-test.inc (nearbyint_test_data): Add more tests.
17431         [BZ #16701]
17432         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
17433         implementation.
17434         * math/libm-test.inc (ceil_test_data): Add more tests.
17436         * math/libm-test.inc (trunc_test_data): Add more tests related to
17437         BZ#16414.
17439 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17441         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
17442         with #if rather than #ifdef.
17443         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
17445 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
17447         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
17448         first.  Disable AVX-512 GCC support if assembler doesn't support
17449         it.
17450         * sysdeps/x86_64/configure: Regenerated.
17452 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
17454         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
17455         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
17456         (__old_pthread_attr_setstack): Likewise.
17457         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
17458         [!_STACK_GROWS_DOWN]: Likewise.
17460 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
17462         * config.make.in (have-bash2): Delete.
17463         * configure.ac (libc_cv_have_bash2): Delete.
17464         * configure: Regenerate.
17465         * elf/Makefile (common-ldd-rewrite): Rename to ...
17466         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
17467         (sh-ldd-rewrite): Delete.
17468         (bash-ldd-rewrite): Delete.
17469         (have-bash2): Delete checks.
17470         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
17471         ldd-rewrite.
17473         * config.make.in (have-ksh): Delete.
17474         (KSH): Delete.
17475         * configure.ac (libc_cv_have_ksh): Delete.
17476         * configure: Regenerate.
17478         * elf/Makefile: Delete $(have-ksh) check.
17479         ($(objpfx)sotruss): Change KSH to BASH.
17480         * elf/sotruss.ksh: Rename to ...
17481         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
17482         function style to match POSIX.  Drop ksh vim mode setting.
17484         * manual/time.texi (Specifying the Time Zone with TZ): Change
17485         Tuesday to Thursday.
17487         * debug/tst-longjmp_chk2.c: Update header comment.
17488         (stackoverflow_handler): Add comment.  Call assert on pass value.
17490 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
17492         [BZ #16194]
17493         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
17494         (HAVE_AVX512_ASM_SUPPORT): Likewise.
17495         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
17496         (La_x86_64_vector): Add zmm.
17497         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
17498         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
17499         ($(objpfx)tst-audit10): New target.
17500         ($(objpfx)tst-audit10.out): Likewise.
17501         (tst-audit10-ENV): New.
17502         (AVX512-CFLAGS): Likewise.
17503         (CFLAGS-tst-audit10.c): Likewise.
17504         (CFLAGS-tst-auditmod10a.c): Likewise.
17505         (CFLAGS-tst-auditmod10b.c): Likewise.
17506         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
17507         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
17508         * sysdeps/x86_64/configure: Regenerated.
17509         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
17510         AVX-512 zmm register support.
17511         (_dl_x86_64_save_sse): Likewise.
17512         (_dl_x86_64_restore_sse): Likewise.
17513         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
17514         size vector registers.
17515         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
17516         (ZMM_SIZE): Likewise.
17517         * sysdeps/x86_64/tst-audit10.c: New file.
17518         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
17519         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17521 2014-03-13  Roland McGrath  <roland@hack.frob.com>
17523         * configure.ac (HAVE_EHDR_START): New check.
17524         * configure: Regenerated.
17525         * config.h.in (HAVE_EHDR_START): New #undef.
17526         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17527         assuming the lowest-addressed segment maps the start of the file.
17529 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
17531         * INSTALL: Regenerated.
17533 2014-03-13  Will Newton  <will.newton@linaro.org>
17535         * manual/setjmp.texi (System V contexts): Improve
17536         clarity and grammar of documentation.
17538 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
17540         [BZ #16381]
17541         * elf/Makefile (tests): Add tst-pie2.
17542         (tests-pie): Add tst-pie2.
17543         * elf/tst-pie2.c: New file.
17544         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17545         for ET_EXEC.
17546         * elf/rtld.c (map_doit): Load executable as lt_executable.
17547         (dl_main): Likewise.
17549 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
17551         [BZ #16642]
17552         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17553         (__ASSUME_PSELECT): Undefine.
17555 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17557         [BZ #16689]
17558         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17559         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17560         static build.
17561         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17562         selector for static builds.
17564 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17566         [BZ #16695]
17567         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17568         key in the buffer.
17570 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17572         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17573         IFUNC selector for static builds.
17575 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
17577         * sysdeps/mips/math_private.h [__mips_hard_float]
17578         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17579         libc_feresetround_mips_ctx.
17580         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17581         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17582         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17584         [BZ #16677]
17585         * math/s_nextafter.c (__nextafter): Do not return value from
17586         overflowing computation.
17587         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17588         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17589         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17590         Likewise.
17591         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17592         Likewise.
17593         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17594         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17596 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17598         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17599         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17600         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17601         the new mov targetting sp.
17603 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17605         [BZ #16683]
17606         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17607         Define it for static builds as well.
17608         (NO_BZERO_IMPL): Likewise.
17610 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17612         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17613         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17614         multiarch strspn for PPC64.
17615         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17616         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17617         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17618         (__libc_ifunc_impl_list): Likewise.
17619         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17620         multiarch optimizations
17621         * string/strspn.c (strspn): Using macro to redefine symbol name.
17623 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17624             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17626         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17627         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17628         multiarch strncat for PPC64.
17629         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17630         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17631         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17632         (__libc_ifunc_impl_list): Likewise.
17633         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17634         multiarch optimizations
17636 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17638         [BZ #16639]
17639         * nscd/nscd.service: Make service type forking.
17641 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17643         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17644         sign in non default rounding modes.
17645         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17647 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17649         * math/libm-test.inc (ALL_RM_TEST): New macro.
17650         (ceil_test): Use ALL_RM_TEST.
17651         (cimag_test): Likewise.
17652         (conj_test): Likewise.
17653         (copysign_test): Likewise.
17654         (cproj_test): Likewise.
17655         (creal_test): Likewise.
17656         (fabs_test): Likewise.
17657         (floor_test): Likewise.
17658         (fmax_test): Likewise.
17659         (fmin_test): Likewise.
17660         (fmod_test): Likewise.
17661         (fpclassify_test): Likewise.
17662         (frexp_test): Likewise.
17663         (ilogb_test): Likewise.
17664         (isfinite_test): Likewise.
17665         (finite_test): Likewise.
17666         (isgreater_test): Likewise.
17667         (isgreaterequal_test): Likewise.
17668         (isinf_test): Likewise.
17669         (isless_test): Likewise.
17670         (islessequal_test): Likewise.
17671         (islessgreater_test): Likewise.
17672         (isnan_test): Likewise.
17673         (isnormal_test): Likewise.
17674         (issignaling_test): Likewise.
17675         (isunordered_test): Likewise.
17676         (logb_test): Likewise.
17677         (logb_downward_test_data): Remove.
17678         (logb_test_downward): Likewise.
17679         (lround_test): Use ALL_RM_TEST.
17680         (llround_test): Likewise.
17681         (modf_test): Likewise.
17682         (nexttoward_test): Likewise.
17683         (remainder_test): Likewise.
17684         (drem_test): Likewise.
17685         (remainder_tonearest_test_data): Likewise.
17686         (remainder_test_tonearest): Likewise.
17687         (drem_test_tonearest): Likewise.
17688         (remainder_towardzero_test_data): Likewise.
17689         (remainder_test_towardzero): Likewise.
17690         (drem_test_towardzero): Likewise.
17691         (remainder_downward_test_data): Likewise.
17692         (remainder_test_downward): Likewise.
17693         (drem_test_downward): Likewise.
17694         (remainder_upward_test_data): Likewise.
17695         (remainder_test_upward): Likewise.
17696         (drem_test_upward): Likewise.
17697         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17698         (round_test): Use ALL_RM_TEST.
17699         (signbit_test): Likewise.
17700         (trunc_test): Likewise.
17701         (significand_test): Likewise.
17702         (main): Don't call removed functions.
17704 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17706         [BZ #16674]
17707         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17708         || __USE_XOPEN2K8].
17709         (ILL_ILLOPN): Likewise.
17710         (ILL_ILLADR): Likewise.
17711         (ILL_ILLTRP): Likewise.
17712         (ILL_PRVOPC): Likewise.
17713         (ILL_PRVREG): Likewise.
17714         (ILL_COPROC): Likewise.
17715         (ILL_BADSTK): Likewise.
17716         (FPE_INTDIV): Likewise.
17717         (FPE_INTOVF): Likewise.
17718         (FPE_FLTDIV): Likewise.
17719         (FPE_FLTOVF): Likewise.
17720         (FPE_FLTUND): Likewise.
17721         (FPE_FLTRES): Likewise.
17722         (FPE_FLTINV): Likewise.
17723         (FPE_FLTSUB): Likewise.
17724         (SEGV_MAPERR): Likewise.
17725         (SEGV_ACCERR): Likewise.
17726         (BUS_ADRALN): Likewise.
17727         (BUS_ADRERR): Likewise.
17728         (BUS_OBJERR): Likewise.
17729         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17730         (TRAP_TRACE): Likewise.
17731         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17732         __USE_XOPEN2K8].
17733         (CLD_KILLED): Likewise.
17734         (CLD_DUMPED): Likewise.
17735         (CLD_TRAPPED): Likewise.
17736         (CLD_STOPPED): Likewise.
17737         (CLD_CONTINUED): Likewise.
17738         (POLL_IN): Likewise.
17739         (POLL_OUT): Likewise.
17740         (POLL_MSG): Likewise.
17741         (POLL_ERR): Likewise.
17742         (POLL_PRI): Likewise.
17743         (POLL_HUP): Likewise.
17744         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17745         Likewise.
17746         (ILL_ILLOPN): Likewise.
17747         (ILL_ILLADR): Likewise.
17748         (ILL_ILLTRP): Likewise.
17749         (ILL_PRVOPC): Likewise.
17750         (ILL_PRVREG): Likewise.
17751         (ILL_COPROC): Likewise.
17752         (ILL_BADSTK): Likewise.
17753         (FPE_INTDIV): Likewise.
17754         (FPE_INTOVF): Likewise.
17755         (FPE_FLTDIV): Likewise.
17756         (FPE_FLTOVF): Likewise.
17757         (FPE_FLTUND): Likewise.
17758         (FPE_FLTRES): Likewise.
17759         (FPE_FLTINV): Likewise.
17760         (FPE_FLTSUB): Likewise.
17761         (SEGV_MAPERR): Likewise.
17762         (SEGV_ACCERR): Likewise.
17763         (BUS_ADRALN): Likewise.
17764         (BUS_ADRERR): Likewise.
17765         (BUS_OBJERR): Likewise.
17766         (BUS_MCEERR_AR): Likewise.
17767         (BUS_MCEERR_AO): Likewise.
17768         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17769         (TRAP_TRACE): Likewise.
17770         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17771         __USE_XOPEN2K8].
17772         (CLD_KILLED): Likewise.
17773         (CLD_DUMPED): Likewise.
17774         (CLD_TRAPPED): Likewise.
17775         (CLD_STOPPED): Likewise.
17776         (CLD_CONTINUED): Likewise.
17777         (POLL_IN): Likewise.
17778         (POLL_OUT): Likewise.
17779         (POLL_MSG): Likewise.
17780         (POLL_ERR): Likewise.
17781         (POLL_PRI): Likewise.
17782         (POLL_HUP): Likewise.
17783         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17784         (ILL_ILLOPN): Likewise.
17785         (ILL_ILLADR): Likewise.
17786         (ILL_ILLTRP): Likewise.
17787         (ILL_PRVOPC): Likewise.
17788         (ILL_PRVREG): Likewise.
17789         (ILL_COPROC): Likewise.
17790         (ILL_BADSTK): Likewise.
17791         (FPE_INTDIV): Likewise.
17792         (FPE_INTOVF): Likewise.
17793         (FPE_FLTDIV): Likewise.
17794         (FPE_FLTOVF): Likewise.
17795         (FPE_FLTUND): Likewise.
17796         (FPE_FLTRES): Likewise.
17797         (FPE_FLTINV): Likewise.
17798         (FPE_FLTSUB): Likewise.
17799         (SEGV_MAPERR): Likewise.
17800         (SEGV_ACCERR): Likewise.
17801         (BUS_ADRALN): Likewise.
17802         (BUS_ADRERR): Likewise.
17803         (BUS_OBJERR): Likewise.
17804         (BUS_MCEERR_AR): Likewise.
17805         (BUS_MCEERR_AO): Likewise.
17806         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17807         (TRAP_TRACE): Likewise.
17808         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17809         __USE_XOPEN2K8].
17810         (CLD_KILLED): Likewise.
17811         (CLD_DUMPED): Likewise.
17812         (CLD_TRAPPED): Likewise.
17813         (CLD_STOPPED): Likewise.
17814         (CLD_CONTINUED): Likewise.
17815         (POLL_IN): Likewise.
17816         (POLL_OUT): Likewise.
17817         (POLL_MSG): Likewise.
17818         (POLL_ERR): Likewise.
17819         (POLL_PRI): Likewise.
17820         (POLL_HUP): Likewise.
17821         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17822         Likewise.
17823         (ILL_ILLOPN): Likewise.
17824         (ILL_ILLADR): Likewise.
17825         (ILL_ILLTRP): Likewise.
17826         (ILL_PRVOPC): Likewise.
17827         (ILL_PRVREG): Likewise.
17828         (ILL_COPROC): Likewise.
17829         (ILL_BADSTK): Likewise.
17830         (ILL_BADIADDR): Likewise.
17831         (ILL_BREAK): Likewise.
17832         (FPE_INTDIV): Likewise.
17833         (FPE_INTOVF): Likewise.
17834         (FPE_FLTDIV): Likewise.
17835         (FPE_FLTOVF): Likewise.
17836         (FPE_FLTUND): Likewise.
17837         (FPE_FLTRES): Likewise.
17838         (FPE_FLTINV): Likewise.
17839         (FPE_FLTSUB): Likewise.
17840         (FPE_DECOVF): Likewise.
17841         (FPE_DECDIV): Likewise.
17842         (FPE_DECERR): Likewise.
17843         (FPE_INVASC): Likewise.
17844         (FPE_INVDEC): Likewise.
17845         (SEGV_MAPERR): Likewise.
17846         (SEGV_ACCERR): Likewise.
17847         (SEGV_PSTKOVF): Likewise.
17848         (BUS_ADRALN): Likewise.
17849         (BUS_ADRERR): Likewise.
17850         (BUS_OBJERR): Likewise.
17851         (BUS_MCEERR_AR): Likewise.
17852         (BUS_MCEERR_AO): Likewise.
17853         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17854         (TRAP_TRACE): Likewise.
17855         (TRAP_BRANCH): Likewise.
17856         (TRAP_HWBKPT): Likewise.
17857         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17858         __USE_XOPEN2K8].
17859         (CLD_KILLED): Likewise.
17860         (CLD_DUMPED): Likewise.
17861         (CLD_TRAPPED): Likewise.
17862         (CLD_STOPPED): Likewise.
17863         (CLD_CONTINUED): Likewise.
17864         (POLL_IN): Likewise.
17865         (POLL_OUT): Likewise.
17866         (POLL_MSG): Likewise.
17867         (POLL_ERR): Likewise.
17868         (POLL_PRI): Likewise.
17869         (POLL_HUP): Likewise.
17870         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17871         (ILL_ILLOPN): Likewise.
17872         (ILL_ILLADR): Likewise.
17873         (ILL_ILLTRP): Likewise.
17874         (ILL_PRVOPC): Likewise.
17875         (ILL_PRVREG): Likewise.
17876         (ILL_COPROC): Likewise.
17877         (ILL_BADSTK): Likewise.
17878         (FPE_INTDIV): Likewise.
17879         (FPE_INTOVF): Likewise.
17880         (FPE_FLTDIV): Likewise.
17881         (FPE_FLTOVF): Likewise.
17882         (FPE_FLTUND): Likewise.
17883         (FPE_FLTRES): Likewise.
17884         (FPE_FLTINV): Likewise.
17885         (FPE_FLTSUB): Likewise.
17886         (SEGV_MAPERR): Likewise.
17887         (SEGV_ACCERR): Likewise.
17888         (BUS_ADRALN): Likewise.
17889         (BUS_ADRERR): Likewise.
17890         (BUS_OBJERR): Likewise.
17891         (BUS_MCEERR_AR): Likewise.
17892         (BUS_MCEERR_AO): Likewise.
17893         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17894         (TRAP_TRACE): Likewise.
17895         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17896         __USE_XOPEN2K8].
17897         (CLD_KILLED): Likewise.
17898         (CLD_DUMPED): Likewise.
17899         (CLD_TRAPPED): Likewise.
17900         (CLD_STOPPED): Likewise.
17901         (CLD_CONTINUED): Likewise.
17902         (POLL_IN): Likewise.
17903         (POLL_OUT): Likewise.
17904         (POLL_MSG): Likewise.
17905         (POLL_ERR): Likewise.
17906         (POLL_PRI): Likewise.
17907         (POLL_HUP): Likewise.
17908         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17909         (ILL_ILLOPN): Likewise.
17910         (ILL_ILLADR): Likewise.
17911         (ILL_ILLTRP): Likewise.
17912         (ILL_PRVOPC): Likewise.
17913         (ILL_PRVREG): Likewise.
17914         (ILL_COPROC): Likewise.
17915         (ILL_BADSTK): Likewise.
17916         (FPE_INTDIV): Likewise.
17917         (FPE_INTOVF): Likewise.
17918         (FPE_FLTDIV): Likewise.
17919         (FPE_FLTOVF): Likewise.
17920         (FPE_FLTUND): Likewise.
17921         (FPE_FLTRES): Likewise.
17922         (FPE_FLTINV): Likewise.
17923         (FPE_FLTSUB): Likewise.
17924         (SEGV_MAPERR): Likewise.
17925         (SEGV_ACCERR): Likewise.
17926         (BUS_ADRALN): Likewise.
17927         (BUS_ADRERR): Likewise.
17928         (BUS_OBJERR): Likewise.
17929         (BUS_MCEERR_AR): Likewise.
17930         (BUS_MCEERR_AO): Likewise.
17931         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17932         (TRAP_TRACE): Likewise.
17933         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17934         __USE_XOPEN2K8].
17935         (CLD_KILLED): Likewise.
17936         (CLD_DUMPED): Likewise.
17937         (CLD_TRAPPED): Likewise.
17938         (CLD_STOPPED): Likewise.
17939         (CLD_CONTINUED): Likewise.
17940         (POLL_IN): Likewise.
17941         (POLL_OUT): Likewise.
17942         (POLL_MSG): Likewise.
17943         (POLL_ERR): Likewise.
17944         (POLL_PRI): Likewise.
17945         (POLL_HUP): Likewise.
17946         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17947         (ILL_ILLOPN): Likewise.
17948         (ILL_ILLADR): Likewise.
17949         (ILL_ILLTRP): Likewise.
17950         (ILL_PRVOPC): Likewise.
17951         (ILL_PRVREG): Likewise.
17952         (ILL_COPROC): Likewise.
17953         (ILL_BADSTK): Likewise.
17954         (FPE_INTDIV): Likewise.
17955         (FPE_INTOVF): Likewise.
17956         (FPE_FLTDIV): Likewise.
17957         (FPE_FLTOVF): Likewise.
17958         (FPE_FLTUND): Likewise.
17959         (FPE_FLTRES): Likewise.
17960         (FPE_FLTINV): Likewise.
17961         (FPE_FLTSUB): Likewise.
17962         (SEGV_MAPERR): Likewise.
17963         (SEGV_ACCERR): Likewise.
17964         (BUS_ADRALN): Likewise.
17965         (BUS_ADRERR): Likewise.
17966         (BUS_OBJERR): Likewise.
17967         (BUS_MCEERR_AR): Likewise.
17968         (BUS_MCEERR_AO): Likewise.
17969         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17970         (TRAP_TRACE): Likewise.
17971         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17972         __USE_XOPEN2K8].
17973         (CLD_KILLED): Likewise.
17974         (CLD_DUMPED): Likewise.
17975         (CLD_TRAPPED): Likewise.
17976         (CLD_STOPPED): Likewise.
17977         (CLD_CONTINUED): Likewise.
17978         (POLL_IN): Likewise.
17979         (POLL_OUT): Likewise.
17980         (POLL_MSG): Likewise.
17981         (POLL_ERR): Likewise.
17982         (POLL_PRI): Likewise.
17983         (POLL_HUP): Likewise.
17984         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17985         (ILL_ILLOPN): Likewise.
17986         (ILL_ILLADR): Likewise.
17987         (ILL_ILLTRP): Likewise.
17988         (ILL_PRVOPC): Likewise.
17989         (ILL_PRVREG): Likewise.
17990         (ILL_COPROC): Likewise.
17991         (ILL_BADSTK): Likewise.
17992         (ILL_DBLFLT): Likewise.
17993         (ILL_HARDWALL): Likewise.
17994         (FPE_INTDIV): Likewise.
17995         (FPE_INTOVF): Likewise.
17996         (FPE_FLTDIV): Likewise.
17997         (FPE_FLTOVF): Likewise.
17998         (FPE_FLTUND): Likewise.
17999         (FPE_FLTRES): Likewise.
18000         (FPE_FLTINV): Likewise.
18001         (FPE_FLTSUB): Likewise.
18002         (SEGV_MAPERR): Likewise.
18003         (SEGV_ACCERR): Likewise.
18004         (BUS_ADRALN): Likewise.
18005         (BUS_ADRERR): Likewise.
18006         (BUS_OBJERR): Likewise.
18007         (BUS_MCEERR_AR): Likewise.
18008         (BUS_MCEERR_AO): Likewise.
18009         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18010         (TRAP_TRACE): Likewise.
18011         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18012         __USE_XOPEN2K8].
18013         (CLD_KILLED): Likewise.
18014         (CLD_DUMPED): Likewise.
18015         (CLD_TRAPPED): Likewise.
18016         (CLD_STOPPED): Likewise.
18017         (CLD_CONTINUED): Likewise.
18018         (POLL_IN): Likewise.
18019         (POLL_OUT): Likewise.
18020         (POLL_MSG): Likewise.
18021         (POLL_ERR): Likewise.
18022         (POLL_PRI): Likewise.
18023         (POLL_HUP): Likewise.
18024         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
18025         (ILL_ILLOPN): Likewise.
18026         (ILL_ILLADR): Likewise.
18027         (ILL_ILLTRP): Likewise.
18028         (ILL_PRVOPC): Likewise.
18029         (ILL_PRVREG): Likewise.
18030         (ILL_COPROC): Likewise.
18031         (ILL_BADSTK): Likewise.
18032         (FPE_INTDIV): Likewise.
18033         (FPE_INTOVF): Likewise.
18034         (FPE_FLTDIV): Likewise.
18035         (FPE_FLTOVF): Likewise.
18036         (FPE_FLTUND): Likewise.
18037         (FPE_FLTRES): Likewise.
18038         (FPE_FLTINV): Likewise.
18039         (FPE_FLTSUB): Likewise.
18040         (SEGV_MAPERR): Likewise.
18041         (SEGV_ACCERR): Likewise.
18042         (BUS_ADRALN): Likewise.
18043         (BUS_ADRERR): Likewise.
18044         (BUS_OBJERR): Likewise.
18045         (BUS_MCEERR_AR): Likewise.
18046         (BUS_MCEERR_AO): Likewise.
18047         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18048         (TRAP_TRACE): Likewise.
18049         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18050         __USE_XOPEN2K8].
18051         (CLD_KILLED): Likewise.
18052         (CLD_DUMPED): Likewise.
18053         (CLD_TRAPPED): Likewise.
18054         (CLD_STOPPED): Likewise.
18055         (CLD_CONTINUED): Likewise.
18056         (POLL_IN): Likewise.
18057         (POLL_OUT): Likewise.
18058         (POLL_MSG): Likewise.
18059         (POLL_ERR): Likewise.
18060         (POLL_PRI): Likewise.
18061         (POLL_HUP): Likewise.
18062         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
18063         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
18065         [BZ #16670]
18066         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
18067         before #include of <time.h>.
18068         [!__USE_XOPEN2K] (__need_timespec): Likewise.
18069         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
18070         (test-xfail-UNIX98/sched.h/conform): Likewise.
18072 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18074         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
18075         error absence of trapping exception support.
18076         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
18078 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
18080         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
18081         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
18082         * timezone/Makefile (testdata): Move definition above include of
18083         Rules.
18084         (test-zones): New variable.
18085         (tests-special): Add zone files.
18086         (build-testdata): Use $(evaluate-test).
18088         * elf/Makefile (tests-special): Rename tests to end with .out.
18089         ($(objpfx)noload-mem): Likewise.
18090         ($(objpfx)tst-leaks1-mem): Likewise.
18091         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
18092         * iconv/Makefile (xtests-special): Change test-iconvconfig to
18093         $(objpfx)test-iconvconfig.out.
18094         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
18095         set -e inside subshell and redirect output to file.
18096         * iconvdata/Makefile (generated): Rename tests to end with .out.
18097         Correct type.
18098         (tests-special): Rename tests to end with .out.
18099         ($(objpfx)mtrace-tst-loading): Likewise.
18100         * intl/Makefile (generated): Likewise.
18101         (tests-special): Likewise.
18102         ($(objpfx)mtrace-tst-gettext): Likewise.
18103         * misc/Makefile (generated): Likewise.
18104         (tests-special): Likewise.
18105         ($(objpfx)tst-error1-mem): Likewise.
18106         * nptl/Makefile (tests-special): Likewise.
18107         ($(objpfx)tst-stack3-mem): Likewise.
18108         (generated): Likewise.
18109         * posix/Makefile (generated): Likewise.
18110         (tests-special): Likewise.
18111         (xtests-special): Likewise.
18112         ($(objpfx)tst-fnmatch-mem): Likewise.
18113         ($(objpfx)bug-regex2-mem): Likewise.
18114         ($(objpfx)bug-regex14-mem): Likewise.
18115         ($(objpfx)bug-regex21-mem): Likewise.
18116         ($(objpfx)bug-regex31-mem): Likewise.
18117         ($(objpfx)tst-vfork3-mem): Likewise.
18118         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18119         ($(objpfx)tst-pcre-mem): Likewise.
18120         ($(objpfx)tst-boost-mem): Likewise.
18121         ($(objpfx)bug-ga2-mem): Likewise.
18122         ($(objpfx)bug-glob2-mem): Likewise.
18123         * resolv/Makefile (generate): Likewise.
18124         (tests-special): Likewise.
18125         (xtests-special): Likewise.
18126         (generated): Likewise.
18127         ($(objpfx)mtrace-tst-leaks): Likewise.
18128         ($(objpfx)mtrace-tst-leaks2): Likewise.
18130         * scripts/merge-test-results.sh: New file.
18131         * Makefile (tests-special-notdir): New variable.
18132         (tests): Run merge-test-results.sh.
18133         (xtests): Likewise.
18134         * Rules (tests-special-notdir): New variable.
18135         (xtests-special-notdir): Likewise.
18136         (tests): Run merge-test-results.sh
18137         (xtests): Likewise.
18139         * Makeconfig (test-xfail-name): New variable.
18140         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
18141         compute variable name for expected failures.
18142         * conform/Makefile (conformtest-headers-data): New variable.
18143         (conformtest-standards): Likewise.
18144         (conformtest-headers-ISO): Likewise.
18145         (conformtest-headers-ISO99): Likewise.
18146         (conformtest-headers-ISO11): Likewise.
18147         (conformtest-headers-POSIX): Likewise.
18148         (conformtest-headers-XPG3): Likewise.
18149         (conformtest-headers-XPG4): Likewise.
18150         (conformtest-headers-UNIX98): Likewise.
18151         (conformtest-headers-XOPEN2K): Likewise.
18152         (conformtest-headers-POSIX2008): Likewise.
18153         (conformtest-headers-XOPEN2K8): Likewise.
18154         (conformtest-header-list-base): Likewise.
18155         (conformtest-header-list-tests): Likewise.
18156         (conformtest-header-base): Likewise.
18157         (conformtest-header-tests): Likewise.
18158         (tests-special): Add $(conformtest-header-list-tests).  If
18159         [$(fast-check) && !$(cross-compiling)], add
18160         $(conformtest-header-tests) instead of
18161         $(objpfx)run-conformtest.out.
18162         (generated): Add $(conformtest-header-list-base).  If
18163         [$(fast-check) && !$(cross-compiling)], add
18164         $(conformtest-header-base).  Remove previous setting.
18165         ($(conformtest-header-list-tests)): New target.
18166         (test-xfail-run-conformtest): Remove variable.
18167         ($(objpfx)run-conformtest.out): Remove target.
18168         (test-xfail-ISO11/complex.h/conform): New variable.
18169         (test-xfail-ISO11/stdalign.h/conform): Likewise.
18170         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
18171         (test-xfail-XPG3/varargs.h/conform): Likewise.
18172         (test-xfail-XPG4/varargs.h/conform): Likewise.
18173         (test-xfail-UNIX98/varargs.h/conform): Likewise.
18174         (test-xfail-XPG4/ndbm.h/conform): Likewise.
18175         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
18176         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
18177         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
18178         (test-xfail-XPG3/fcntl.h/conform): Likewise.
18179         (test-xfail-XPG3/ftw.h/conform): Likewise.
18180         (test-xfail-XPG3/grp.h/conform): Likewise.
18181         (test-xfail-XPG3/langinfo.h/conform): Likewise.
18182         (test-xfail-XPG3/limits.h/conform): Likewise.
18183         (test-xfail-XPG3/pwd.h/conform): Likewise.
18184         (test-xfail-XPG3/search.h/conform): Likewise.
18185         (test-xfail-XPG3/signal.h/conform): Likewise.
18186         (test-xfail-XPG3/stdio.h/conform): Likewise.
18187         (test-xfail-XPG3/stdlib.h/conform): Likewise.
18188         (test-xfail-XPG3/string.h/conform): Likewise.
18189         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
18190         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
18191         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
18192         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
18193         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
18194         (test-xfail-XPG3/sys/types.h/conform): Likewise.
18195         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
18196         (test-xfail-XPG3/termios.h/conform): Likewise.
18197         (test-xfail-XPG3/time.h/conform): Likewise.
18198         (test-xfail-XPG3/unistd.h/conform): Likewise.
18199         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
18200         (test-xfail-XPG4/fcntl.h/conform): Likewise.
18201         (test-xfail-XPG4/langinfo.h/conform): Likewise.
18202         (test-xfail-XPG4/netdb.h/conform): Likewise.
18203         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
18204         (test-xfail-XPG4/signal.h/conform): Likewise.
18205         (test-xfail-XPG4/stdio.h/conform): Likewise.
18206         (test-xfail-XPG4/stdlib.h/conform): Likewise.
18207         (test-xfail-XPG4/stropts.h/conform): Likewise.
18208         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
18209         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
18210         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
18211         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
18212         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
18213         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
18214         (test-xfail-XPG4/sys/time.h/conform): Likewise.
18215         (test-xfail-XPG4/sys/types.h/conform): Likewise.
18216         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
18217         (test-xfail-XPG4/termios.h/conform): Likewise.
18218         (test-xfail-XPG4/ucontext.h/conform): Likewise.
18219         (test-xfail-XPG4/unistd.h/conform): Likewise.
18220         (test-xfail-XPG4/utmpx.h/conform): Likewise.
18221         (test-xfail-POSIX/sched.h/conform): Likewise.
18222         (test-xfail-POSIX/signal.h/conform): Likewise.
18223         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
18224         (test-xfail-POSIX/tar.h/conform): Likewise.
18225         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
18226         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
18227         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
18228         (test-xfail-UNIX98/netdb.h/conform): Likewise.
18229         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
18230         (test-xfail-UNIX98/sched.h/conform): Likewise.
18231         (test-xfail-UNIX98/signal.h/conform): Likewise.
18232         (test-xfail-UNIX98/stdio.h/conform): Likewise.
18233         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
18234         (test-xfail-UNIX98/stropts.h/conform): Likewise.
18235         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
18236         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
18237         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
18238         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
18239         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
18240         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
18241         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
18242         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
18243         (test-xfail-UNIX98/unistd.h/conform): Likewise.
18244         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
18245         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
18246         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
18247         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
18248         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
18249         (test-xfail-XOPEN2K/math.h/conform): Likewise.
18250         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
18251         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
18252         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
18253         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
18254         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
18255         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
18256         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
18257         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
18258         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
18259         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
18260         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
18261         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
18262         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
18263         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
18264         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
18265         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
18266         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
18267         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
18268         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
18269         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
18270         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
18271         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
18272         (test-xfail-POSIX2008/signal.h/conform): Likewise.
18273         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
18274         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
18275         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
18276         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
18277         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
18278         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
18279         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
18280         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
18281         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
18282         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
18283         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
18284         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
18285         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
18286         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
18287         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
18288         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
18289         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
18290         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
18291         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
18292         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
18293         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
18294         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
18295         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
18296         (conformtest-cc-flags): Likewise.
18297         ($(conformtest-header-tests): New target.
18298         * conform/check-header-lists.sh: New file.
18299         * conform/run-conformtest.sh: Remove.
18301         * conform/conformtest.pl: Allow ' and \ in values given for
18302         constants.
18303         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
18304         inclusion.
18305         [POSIX] (sys/types.h): Likewise.
18306         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
18307         inclusion.
18308         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
18309         inclusion.
18310         * conform/data/signal.h-data (SIGIO): Remove expectation.
18311         [XPG3] (SIGBUS): Do not expect.
18312         [POSIX || XPG3] (SIGPOLL): Likewise.
18313         [POSIX || XPG3] (SIGPROF): Likewise.
18314         [POSIX || XPG3] (SIGSYS): Likewise.
18315         [XPG3] (SIGTRAP): Likewise.
18316         [POSIX || XPG3] (SIGURG): Likewise.
18317         [POSIX || XPG3] (SIGVTALRM): Likewise.
18318         [POSIX || XPG3] (SIGXCPU): Likewise.
18319         [POSIX || XPG3] (SIGXFSZ): Likewise.
18320         [POSIX] (SA_SIGINFO): Expect.
18321         [XPG3] (siginfo_t): Do not expect type or contents.
18322         [POSIX] (si_pid): Do not expect element.
18323         [POSIX] (si_uid): Likewise.
18324         [POSIX] (si_addr): Likewise.
18325         [POSIX] (si_status): Likewise.
18326         [POSIX] (si_band): Likewise.
18327         [XPG4] (si_value): Likewise.
18328         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
18329         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
18330         [POSIX || XPG3] (ILL_ILLADR): Likewise.
18331         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
18332         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
18333         [POSIX || XPG3] (ILL_PRVREG): Likewise.
18334         [POSIX || XPG3] (ILL_COPROC): Likewise.
18335         [POSIX || XPG3] (ILL_BADSTK): Likewise.
18336         [POSIX || XPG3] (FPE_INTDIV): Likewise.
18337         [POSIX || XPG3] (FPE_INTOVF): Likewise.
18338         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
18339         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
18340         [POSIX || XPG3] (FPE_FLTUND): Likewise.
18341         [POSIX || XPG3] (FPE_FLTRES): Likewise.
18342         [POSIX || XPG3] (FPE_FLTINV): Likewise.
18343         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
18344         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
18345         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
18346         [POSIX || XPG3] (BUS_ADRALN): Likewise.
18347         [POSIX || XPG3] (BUS_ADRERR): Likewise.
18348         [POSIX || XPG3] (BUS_OBJERR): Likewise.
18349         [POSIX || XPG3] (CLD_EXITED): Likewise.
18350         [POSIX || XPG3] (CLD_KILLED): Likewise.
18351         [POSIX || XPG3] (CLD_DUMPED): Likewise.
18352         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
18353         [POSIX || XPG3] (CLD_STOPPED): Likewise.
18354         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
18355         [POSIX || XPG3] (POLL_IN): Likewise.
18356         [POSIX || XPG3] (POLL_OUT): Likewise.
18357         [POSIX || XPG3] (POLL_MSG): Likewise.
18358         [POSIX || XPG3] (POLL_ERR): Likewise.
18359         [POSIX || XPG3] (POLL_PRI): Likewise.
18360         [POSIX || XPG3] (POLL_HUP): Likewise.
18361         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
18362         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
18363         (SIG*): Do not allow.
18364         [XPG3] (si_*): Likewise.
18365         [XPG3] (SI_*): Likewise.
18366         [XPG3 || XPG4] (sigev_*): Likewise.
18367         [XPG3 || XPG4] (SIGEV_*): Likewise.
18368         [XPG3 || XPG4] (sival_*): Likewise.
18369         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
18370         [POSIX || XPG3] (BUS_*): Likewise.
18371         [POSIX || XPG3] (CLD_*): Likewise.
18372         [POSIX || XPG3] (FPE_*): Likewise.
18373         [POSIX || XPG3] (ILL_*): Likewise.
18374         [POSIX || XPG3] (POLL_*): Likewise.
18375         [POSIX || XPG3] (SEGV_*): Likewise.
18376         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
18377         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
18378         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
18379         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
18380         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
18381         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
18382         Specify type and value.
18383         (TVERSLEN): Likewise.
18384         (REGTYPE): Likewise.
18385         (AREGTYPE): Likewise.
18386         (LNKTYPE): Likewise.
18387         (SYMTYPE): Likewise.
18388         (CHRTYPE): Likewise.
18389         (BLKTYPE): Likewise.
18390         (DIRTYPE): Likewise.
18391         (FIFOTYPE): Likewise.
18392         (CONTTYPE): Likewise.
18393         (TSUID): Likewise.
18394         (TSGID): Likewise.
18395         (TSVTX): Likewise.
18396         (TUREAD): Likewise.
18397         (TUWRITE): Likewise.
18398         (TUEXEC): Likewise.
18399         (TGREAD): Likewise.
18400         (TGWRITE): Likewise.
18401         (TGEXEC): Likewise.
18402         (TOREAD): Likewise.
18403         (TOWRITE): Likewise.
18404         (TOEXEC): Likewise.
18405         [POSIX] (TSVTX): Expect constant.
18407 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
18409         * Makefile (tests): Change dependencies to ....
18410         (tests-special): ... additions to this variable.
18411         (tests): Depend on $(tests-special).
18412         * Makerules (check-abi-list): New variable.
18413         (check-abi): Depend on $(check-abi-list).
18414         [$(subdir) = elf] (tests-special): Add
18415         $(objpfx)check-abi-libc.out.
18416         [$(build-shared) = yes && subdir] (tests-special): Add
18417         $(check-abi-list).
18418         [$(build-shared) = yes && subdir] (tests): Do not depend on
18419         check-abi.
18420         * Rules (tests): Depend on $(tests-special).
18421         (xtests): Depend on $(xtests-special).
18422         * catgets/Makefile (tests): Change dependencies to ....
18423         (tests-special): ... additions to this variable.
18424         * conform/Makefile (tests): Change dependencies to ....
18425         (tests-special): ... additions to this variable.
18426         * elf/Makefile (tests): Change dependencies to ....
18427         (tests-special): ... additions to this variable.
18428         * grp/Makefile (tests): Change dependencies to ....
18429         (tests-special): ... additions to this variable.
18430         * iconv/Makefile (xtests): Change dependencies to ....
18431         (xtests-special): ... additions to this variable.
18432         * iconvdata/Makefile (tests): Change dependencies to ....
18433         (tests-special): ... additions to this variable.
18434         * intl/Makefile (tests): Change dependencies to ....
18435         (tests-special): ... additions to this variable.  Also add
18436         $(objpfx)tst-gettext.out.
18437         * io/Makefile (tests): Change dependencies to ....
18438         (tests-special): ... additions to this variable.
18439         * libio/Makefile (tests): Change dependencies to ....
18440         (tests-special): ... additions to this variable.
18441         * malloc/Makefile (tests): Change dependencies to ....
18442         (tests-special): ... additions to this variable.
18443         * misc/Makefile (tests): Change dependencies to ....
18444         (tests-special): ... additions to this variable.
18445         * nptl/Makefile (tests): Change dependencies to ....
18446         (tests-special): ... additions to this variable.
18447         * nptl_db/Makefile (tests): Change dependencies to ....
18448         (tests-special): ... additions to this variable.
18449         * posix/Makefile (tests): Change dependencies to ....
18450         (tests-special): ... additions to this variable.
18451         (xtests): Change dependencies to ....
18452         (xtests-special): ... additions to this variable.
18453         * resolv/Makefile (tests): Change dependencies to ....
18454         (tests-special): ... additions to this variable.
18455         (xtests): Change dependencies to ....
18456         (xtests-special): ... additions to this variable.
18457         * stdio-common/Makefile (tests): Change dependencies to ....
18458         (tests-special): ... additions to this variable.
18459         (do-tst-unbputc): Remove target.
18460         (do-tst-printf): Likewise.
18461         * stdlib/Makefile (tests): Change dependencies to ....
18462         (tests-special): ... additions to this variable.
18463         * string/Makefile (tests): Change dependencies to ....
18464         (tests-special): ... additions to this variable.
18465         * sysdeps/x86/Makefile (tests): Change dependencies to ....
18466         (tests-special): ... additions to this variable.
18468         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
18469         whole file.
18470         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
18471         whole file.
18472         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
18473         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
18475         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
18476         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
18477         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
18478         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
18479         * conform/data/libgen.h-data [XPG3]: Likewise.
18480         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
18481         * conform/data/ndbm.h-data [XPG3]: Likewise.
18482         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18483         * conform/data/netdb.h-data [XPG3]: Likewise.
18484         * conform/data/netinet/in.h-data [XPG3]: Likewise.
18485         * conform/data/poll.h-data [XPG3]: Likewise.
18486         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18487         * conform/data/strings.h-data [XPG3]: Likewise.
18488         * conform/data/stropts.h-data [XPG3]: Likewise.
18489         * conform/data/sys/mman.h-data [XPG3]: Likewise.
18490         * conform/data/sys/resource.h-data [XPG3]: Likewise.
18491         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
18492         Likewise.
18493         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
18494         * conform/data/sys/time.h-data [XPG3]: Likewise.
18495         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
18496         * conform/data/sys/uio.h-data [XPG3]: Likewise.
18497         * conform/data/sys/un.h-data [XPG3]: Likewise.
18498         * conform/data/syslog.h-data [XPG3]: Likewise.
18499         * conform/data/ucontext.h-data [XPG3]: Likewise.
18500         * conform/data/utmpx.h-data [XPG3]: Likewise.
18501         * conform/data/varargs.h-data [UNIX98]: Enable file.
18503         * manual/Makefile (INSTALL_INFO): Remove variable setting.
18505         * math/libm-test.inc (struct test_f_f_data): Move expected results
18506         into structure for each rounding mode.
18507         (struct test_ff_f_data): Likewise.
18508         (struct test_ff_f_data_nexttoward): Likewise.
18509         (struct test_fi_f_data): Likewise.
18510         (struct test_fl_f_data): Likewise.
18511         (struct test_if_f_data): Likewise.
18512         (struct test_fff_f_data): Likewise.
18513         (struct test_c_f_data): Likewise.
18514         (struct test_f_f1_data): Likewise.
18515         (struct test_fF_f1_data): Likewise.
18516         (struct test_ffI_f1_data): Likewise.
18517         (struct test_c_c_data): Likewise.
18518         (struct test_cc_c_data): Likewise.
18519         (struct test_f_i_data): Likewise.
18520         (struct test_ff_i_data): Likewise.
18521         (struct test_f_l_data): Likewise.
18522         (struct test_f_L_data): Likewise.
18523         (struct test_fFF_11_data): Likewise.
18524         (RM_): New macro.
18525         (RM_FE_DOWNWARD): Likewise.
18526         (RM_FE_TONEAREST): Likewise.
18527         (RM_FE_TOWARDZERO): Likewise.
18528         (RM_FE_UPWARD): Likewise.
18529         (RUN_TEST_LOOP_f_f): Update references to expected results.
18530         (RUN_TEST_LOOP_2_f): Likewise.
18531         (RUN_TEST_LOOP_fff_f): Likewise.
18532         (RUN_TEST_LOOP_c_f): Likewise.
18533         (RUN_TEST_LOOP_f_f1): Likewise.
18534         (RUN_TEST_LOOP_fF_f1): Likewise.
18535         (RUN_TEST_LOOP_fI_f1): Likewise.
18536         (RUN_TEST_LOOP_ffI_f1): Likewise.
18537         (RUN_TEST_LOOP_c_c): Likewise.
18538         (RUN_TEST_LOOP_cc_c): Likewise.
18539         (RUN_TEST_LOOP_f_i): Likewise.
18540         (RUN_TEST_LOOP_f_i_tg): Likewise.
18541         (RUN_TEST_LOOP_ff_i_tg): Likewise.
18542         (RUN_TEST_LOOP_f_b): Likewise.
18543         (RUN_TEST_LOOP_f_b_tg): Likewise.
18544         (RUN_TEST_LOOP_f_l): Likewise.
18545         (RUN_TEST_LOOP_f_L): Likewise.
18546         (RUN_TEST_LOOP_fFF_11): Likewise.
18547         * math/gen-libm-test.pl (parse_args): Output four copies of
18548         expected results for each test.
18550         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18551         (__ASSUME_UTIMES): Remove.
18552         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18553         (__ASSUME_UTIMES): Likewise.
18555         * math/gen-auto-libm-tests.c: Update comment on output format.
18556         (output_for_one_input_case): Generate before-rounding and
18557         after-rounding information as conditions on output flags not
18558         floating-point format.
18559         * math/auto-libm-test-out: Regenerated.
18560         * math/gen-libm-test.pl (cond_value): New function.
18561         (or_cond_value): Use cond_value.
18562         (generate_testfile): Handle conditional exceptions.
18564 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
18566         * math/libm-test.inc (max_valid_error): New variable.
18567         (init_max_error): Take new argument specifying whether function
18568         results are exactly determined.  Set max_valid_error and bound
18569         other variables for errors based on this argument.
18570         (set_max_error): Do not record results above max_valid_error.
18571         (check_float_internal): Only accept errors of up to 0.5ulps if
18572         also at most max_valid_error.
18573         (START): Take new argument EXACT and pass it to init_max_error.
18574         (acos_test): Update call to START.
18575         (acos_test_tonearest): Likewise.
18576         (acos_test_towardzero): Likewise.
18577         (acos_test_downward): Likewise.
18578         (acos_test_upward): Likewise.
18579         (acosh_test): Likewise.
18580         (asin_test): Likewise.
18581         (asin_test_tonearest): Likewise.
18582         (asin_test_towardzero): Likewise.
18583         (asin_test_downward): Likewise.
18584         (asin_test_upward): Likewise.
18585         (asinh_test): Likewise.
18586         (atan_test): Likewise.
18587         (atanh_test): Likewise.
18588         (atan2_test): Likewise.
18589         (cabs_test): Likewise.
18590         (cacos_test): Likewise.
18591         (cacosh_test): Likewise.
18592         (carg_test): Likewise.
18593         (casin_test): Likewise.
18594         (casinh_test): Likewise.
18595         (catan_test): Likewise.
18596         (catanh_test): Likewise.
18597         (cbrt_test): Likewise.
18598         (ccos_test): Likewise.
18599         (ccosh_test): Likewise.
18600         (ceil_test): Likewise.
18601         (cexp_test): Likewise.
18602         (cimag_test): Likewise.
18603         (clog_test): Likewise.
18604         (clog10_test): Likewise.
18605         (conj_test): Likewise.
18606         (copysign_test): Likewise.
18607         (cos_test): Likewise.
18608         (cos_test_tonearest): Likewise.
18609         (cos_test_towardzero): Likewise.
18610         (cos_test_downward): Likewise.
18611         (cos_test_upward): Likewise.
18612         (cosh_test): Likewise.
18613         (cosh_test_tonearest): Likewise.
18614         (cosh_test_towardzero): Likewise.
18615         (cosh_test_downward): Likewise.
18616         (cosh_test_upward): Likewise.
18617         (cpow_test): Likewise.
18618         (cproj_test): Likewise.
18619         (creal_test): Likewise.
18620         (csin_test): Likewise.
18621         (csinh_test): Likewise.
18622         (csqrt_test): Likewise.
18623         (ctan_test): Likewise.
18624         (ctan_test_tonearest): Likewise.
18625         (ctan_test_towardzero): Likewise.
18626         (ctan_test_downward): Likewise.
18627         (ctan_test_upward): Likewise.
18628         (ctanh_test): Likewise.
18629         (ctanh_test_tonearest): Likewise.
18630         (ctanh_test_towardzero): Likewise.
18631         (ctanh_test_downward): Likewise.
18632         (ctanh_test_upward): Likewise.
18633         (erf_test): Likewise.
18634         (erfc_test): Likewise.
18635         (exp_test): Likewise.
18636         (exp_test_tonearest): Likewise.
18637         (exp_test_towardzero): Likewise.
18638         (exp_test_downward): Likewise.
18639         (exp_test_upward): Likewise.
18640         (exp10_test): Likewise.
18641         (exp10_test_tonearest): Likewise.
18642         (exp10_test_towardzero): Likewise.
18643         (exp10_test_downward): Likewise.
18644         (exp10_test_upward): Likewise.
18645         (pow10_test): Likewise.
18646         (exp2_test): Likewise.
18647         (expm1_test): Likewise.
18648         (expm1_test_tonearest): Likewise.
18649         (expm1_test_towardzero): Likewise.
18650         (expm1_test_downward): Likewise.
18651         (expm1_test_upward): Likewise.
18652         (fabs_test): Likewise.
18653         (fdim_test): Likewise.
18654         (floor_test): Likewise.
18655         (fma_test): Likewise.
18656         (fma_test_towardzero): Likewise.
18657         (fma_test_downward): Likewise.
18658         (fma_test_upward): Likewise.
18659         (fmax_test): Likewise.
18660         (fmin_test): Likewise.
18661         (fmod_test): Likewise.
18662         (fpclassify_test): Likewise.
18663         (frexp_test): Likewise.
18664         (hypot_test): Likewise.
18665         (ilogb_test): Likewise.
18666         (isfinite_test): Likewise.
18667         (finite_test): Likewise.
18668         (isgreater_test): Likewise.
18669         (isgreaterequal_test): Likewise.
18670         (isinf_test): Likewise.
18671         (isless_test): Likewise.
18672         (islessequal_test): Likewise.
18673         (islessgreater_test): Likewise.
18674         (isnan_test): Likewise.
18675         (isnormal_test): Likewise.
18676         (issignaling_test): Likewise.
18677         (isunordered_test): Likewise.
18678         (j0_test): Likewise.
18679         (j1_test): Likewise.
18680         (jn_test): Likewise.
18681         (ldexp_test): Likewise.
18682         (lgamma_test): Likewise.
18683         (gamma_test): Likewise.
18684         (lrint_test): Likewise.
18685         (lrint_test_tonearest): Likewise.
18686         (lrint_test_towardzero): Likewise.
18687         (lrint_test_downward): Likewise.
18688         (lrint_test_upward): Likewise.
18689         (llrint_test): Likewise.
18690         (llrint_test_tonearest): Likewise.
18691         (llrint_test_towardzero): Likewise.
18692         (llrint_test_downward): Likewise.
18693         (llrint_test_upward): Likewise.
18694         (log_test): Likewise.
18695         (log10_test): Likewise.
18696         (log1p_test): Likewise.
18697         (log2_test): Likewise.
18698         (logb_test): Likewise.
18699         (logb_test_downward): Likewise.
18700         (lround_test): Likewise.
18701         (llround_test): Likewise.
18702         (modf_test): Likewise.
18703         (nearbyint_test): Likewise.
18704         (nextafter_test): Likewise.
18705         (nexttoward_test): Likewise.
18706         (pow_test): Likewise.
18707         (pow_test_tonearest): Likewise.
18708         (pow_test_towardzero): Likewise.
18709         (pow_test_downward): Likewise.
18710         (pow_test_upward): Likewise.
18711         (remainder_test): Likewise.
18712         (drem_test): Likewise.
18713         (remainder_test_tonearest): Likewise.
18714         (drem_test_tonearest): Likewise.
18715         (remainder_test_towardzero): Likewise.
18716         (drem_test_towardzero): Likewise.
18717         (remainder_test_downward): Likewise.
18718         (drem_test_downward): Likewise.
18719         (remainder_test_upward): Likewise.
18720         (drem_test_upward): Likewise.
18721         (remquo_test): Likewise.
18722         (rint_test): Likewise.
18723         (rint_test_tonearest): Likewise.
18724         (rint_test_towardzero): Likewise.
18725         (rint_test_downward): Likewise.
18726         (rint_test_upward): Likewise.
18727         (round_test): Likewise.
18728         (scalb_test): Likewise.
18729         (scalbn_test): Likewise.
18730         (scalbln_test): Likewise.
18731         (signbit_test): Likewise.
18732         (sin_test): Likewise.
18733         (sin_test_tonearest): Likewise.
18734         (sin_test_towardzero): Likewise.
18735         (sin_test_downward): Likewise.
18736         (sin_test_upward): Likewise.
18737         (sincos_test): Likewise.
18738         (sinh_test): Likewise.
18739         (sinh_test_tonearest): Likewise.
18740         (sinh_test_towardzero): Likewise.
18741         (sinh_test_downward): Likewise.
18742         (sinh_test_upward): Likewise.
18743         (sqrt_test): Likewise.
18744         (sqrt_test_tonearest): Likewise.
18745         (sqrt_test_towardzero): Likewise.
18746         (sqrt_test_downward): Likewise.
18747         (sqrt_test_upward): Likewise.
18748         (tan_test): Likewise.
18749         (tan_test_tonearest): Likewise.
18750         (tan_test_towardzero): Likewise.
18751         (tan_test_downward): Likewise.
18752         (tan_test_upward): Likewise.
18753         (tanh_test): Likewise.
18754         (tgamma_test): Likewise.
18755         (trunc_test): Likewise.
18756         (y0_test): Likewise.
18757         (y1_test): Likewise.
18758         (yn_test): Likewise.
18759         (significand_test): Likewise.
18761         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18762         individual tests in comment.
18763         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18764         (prev_max_error): New variable.
18765         (prev_real_max_error): Likewise.
18766         (prev_imag_max_error): Likewise.
18767         (compare_ulp_data): Don't refer to test names in comment.
18768         (find_test_ulps): Remove function.
18769         (find_function_ulps): Likewise.
18770         (find_complex_function_ulps): Likewise.
18771         (init_max_error): Take function name as argument.  Look up ulps
18772         for that function.
18773         (print_ulps): Remove function.
18774         (print_max_error): Use prev_max_error instead of calling
18775         find_function_ulps.
18776         (print_complex_max_error): Use prev_real_max_error and
18777         prev_imag_max_error instead of calling find_complex_function_ulps.
18778         (check_float_internal): Take max_ulp parameter instead of calling
18779         find_test_ulps.  Don't call print_ulps.
18780         (check_float): Update call to check_float_internal.
18781         (check_complex): Update calls to check_float_internal.
18782         (START): Pass argument to init_max_error.
18783         * math/gen-libm-test.pl (%results): Don't include "kind"
18784         information.
18785         (parse_ulps): Don't handle ulps of individual tests.
18786         (print_ulps_file): Likewise.
18787         (output_ulps): Likewise.
18788         * math/README.libm-test: Update.
18789         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18790         individual tests.
18791         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18792         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18793         * sysdeps/arm/libm-test-ulps: Likewise.
18794         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18795         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18796         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18797         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18798         * sysdeps/microblaze/libm-test-ulps: Likewise.
18799         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18800         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18801         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18802         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18803         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18804         * sysdeps/sh/libm-test-ulps: Likewise.
18805         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18806         * sysdeps/tile/libm-test-ulps: Likewise.
18807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18809 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18811         * math/libm-test.inc (print_complex_max_error): Check separately
18812         whether real and imaginary errors are within allowed range and
18813         pass 0 to print_complex_function_ulps instead of value within
18814         allowed range.
18816 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18818         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18819         formatting.
18820         (get_handles_fopen): Likewise.
18821         (do_write_test): Likewise.
18823         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18825         * libio/fileops.c (do_ftell): Use cached offset when
18826         available.
18827         * libio/iofwide.c (do_ftell_wide): Likewise.
18828         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18829         _IO_file_attach.
18830         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18832         [BZ #16532]
18833         * libio/libioP.h (get_file_offset): New function.
18834         * libio/fileops.c (get_file_offset): Likewise.
18835         (do_ftell): Likewise.
18836         (_IO_new_file_seekoff): Split out ftell logic.
18837         * libio/wfileops.c (do_ftell_wide): Likewise.
18838         (_IO_wfile_seekoff): Split out ftell logic.
18839         * libio/tst-ftell-active-handler.c: New test case.
18840         * libio/Makefile (tests): Add it.
18842 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18844         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18845         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18847 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18849         [BZ #16639]
18850         * nscd/connections.c (nscd_init): Call do_exit.
18851         (start_threads): Call do_exit and notify_parent.
18852         (begin_drop_privileges): Call do_exit.
18853         (finish_drop_privileges): Likewise.
18854         * nscd/selinux.c (preserve_capabilities): Likewise.
18855         (install_real_capabilities): Likewise.
18856         (nscd_selinux_enabled): Likewise.
18857         (avc_create_thread): Likewise.
18858         (avc_alloc_lock): Likewise.
18859         (nscd_avc_init): Likewise.
18860         * nscd/nscd.c (parent_fd): New static variable.
18861         (main): Create a pipe between parent and child processes.
18862         Skip closing parent_fd.
18863         (monitor_child): New function.
18864         (do_exit): Likewise.
18865         (notify_parent): Likewise.
18866         * nscd/nscd.h (notify_parent): Likewise.
18867         (do_exit): Likewise.
18869 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18871         * malloc/malloc.c (__libc_calloc): Revert last change.
18873 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18875         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18877 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18879         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18880         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18881         implementation.
18882         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18883         (__libc_ifunc_impl_list): Likewise.
18884         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18885         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18886         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18887         * string/strrchr.c: Define STRRCHR.
18889 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18891         * benchtest/bench-strtok.c (simple_strtok): Delete.
18892         (strtok_string): Use as benchmark.
18893         * string/strtok (STRTOK): New macro.
18895 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18897         * manual/threads.texi: Add header and standard comments to all
18898         functions.
18900         * elf/dl-lookup.c (check_match): New function.
18901         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18902         (do_lookup_x): Remove nested function check_match. Use non-nested
18903         function check_match.
18905 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18907         * csu/Makefile (generated, before-compile): Use += rather than =.
18908         * catgets/Makefile (generated, generated-dirs): Likewise.
18909         * debug/Makefile (generated): Likewise.
18910         * dlfcn/Makefile (generated): Likewise.
18911         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18912         * iconvdata/Makefile (before-compile, generated): Likewise.
18913         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18914         * libio/Makefile (generated): Likewise.
18915         * malloc/Makefile (generated): Likewise.
18916         * manual/Makefile (generated, generated-dirs): Likewise.
18917         * misc/Makefile (generated): Likewise.
18918         * posix/Makefile (generated): Likewise.
18919         * resolv/Makefile (generated): Likewise.
18920         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18921         * timezone/Makefile (generated, generated-dirs): Likewise.
18923         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18925 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18927         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18928         power8 implementation.
18929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18930         file: POWER8 llround ifunc implementation.
18931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18932         (__lllround): Add POWER8 implementation.
18933         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18934         POWER8 llround implementation.
18936         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18937         power8 implementation.
18938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18939         file: POWER8 llrint ifunc implementation.
18940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18941         Add POWER8 implementation.
18942         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18943         POWER8 llrint implementation.
18945         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18946         power8 implementation.
18947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18948         file: POWER8 finite ifunc implementation.
18949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18950         Add POWER8 implementation.
18951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18952         Likewise.
18953         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18954         POWER8 finite implementation.
18955         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18957         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18958         power8 implementation.
18959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18960         file: POWER8 isinf ifunc implementation.
18961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18962         POWER8 implementation.
18963         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18964         Likewise.
18965         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18966         isinf implementation.
18967         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18969         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18970         (INIT_ARCH): Add hwcap2 initialization.
18971         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18972         power8 implementation.
18973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18974         file: POWER8 isnan ifunc implementation.
18975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18976         POWER8 implementation.
18977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18978         Likewise.
18979         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18980         isnan implementation.
18981         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18983 2014-02-27  Joey Ye  <joey.ye@arm.com>
18985         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18986         (_FP_NANFRAC_Q): Set to zero.
18988 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18990         [BZ #16623]
18991         * math/auto-libm-test-in: New test inputs.
18992         * math/auto-libm-test-out: Regenerate.
18993         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18994         and DA.
18995         (__cos): Likewise.
18996         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18998 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
19000         * scripts/evaluate-test.sh: Take new argument indicating whether
19001         failure is expected.
19002         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
19003         indicating whether failure is expected.
19004         * conform/Makefile (test-xfail-run-conformtest): New variable.
19005         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
19006         level.
19007         * posix/Makefile (test-xfail-annexc): New variable.
19008         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
19010 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
19012         * argp/Makefile: Include Makeconfig immediately after defining
19013         subdir.
19014         * assert/Makefile: Likewise.
19015         * benchtests/Makefile: Likewise.
19016         * catgets/Makefile: Likewise.
19017         * conform/Makefile: Likewise.
19018         * crypt/Makefile: Likewise.
19019         * csu/Makefile: Likewise.
19020         (all): Remove target.
19021         * ctype/Makefile: Include Makeconfig immediately after defining
19022         subdir.
19023         * debug/Makefile: Likewise.
19024         * dirent/Makefile: Likewise.
19025         * dlfcn/Makefile: Likewise.
19026         * gmon/Makefile: Likewise.
19027         * gnulib/Makefile: Likewise.
19028         * grp/Makefile: Likewise.
19029         * gshadow/Makefile: Likewise.
19030         * hesiod/Makefile: Likewise.
19031         * hurd/Makefile: Likewise.
19032         (all): Remove target.
19033         * iconvdata/Makefile: Include Makeconfig immediately after
19034         defining subdir.
19035         * inet/Makefile: Likewise.
19036         * intl/Makefile: Likewise.
19037         * io/Makefile: Likewise.
19038         * libio/Makefile: Likewise.
19039         (all): Remove target.
19040         * locale/Makefile: Include Makeconfig immediately after defining
19041         subdir.
19042         * login/Makefile: Likewise.
19043         * mach/Makefile: Likewise.
19044         (all): Remove target.
19045         * malloc/Makefile: Include Makeconfig immediately after defining
19046         subdir.
19047         (all): Remove target.
19048         * manual/Makefile: Include Makeconfig immediately after defining
19049         subdir.
19050         * math/Makefile: Likewise.
19051         * misc/Makefile: Likewise.
19052         * nis/Makefile: Likewise.
19053         * nss/Makefile: Likewise.
19054         * po/Makefile: Likewise.
19055         (all): Remove target.
19056         * posix/Makefile: Include Makeconfig immediately after defining
19057         subdir.
19058         * pwd/Makefile: Likewise.
19059         * resolv/Makefile: Likewise.
19060         * resource/Makefile: Likewise.
19061         * rt/Makefile: Likewise.
19062         * setjmp/Makefile: Likewise.
19063         * shadow/Makefile: Likewise.
19064         * signal/Makefile: Likewise.
19065         * socket/Makefile: Likewise.
19066         * soft-fp/Makefile: Likewise.
19067         * stdio-common/Makefile: Likewise.
19068         * stdlib/Makefile: Likewise.
19069         * streams/Makefile: Likewise.
19070         * string/Makefile: Likewise.
19071         * sunrpc/Makefile: Likewise.
19072         (all): Remove target.
19073         * sysvipc/Makefile: Include Makeconfig immediately after defining
19074         subdir.
19075         * termios/Makefile: Likewise.
19076         * time/Makefile: Likewise.
19077         * timezone/Makefile: Likewise.
19078         (all): Remove target.
19079         * wcsmbs/Makefile: Include Makeconfig immediately after defining
19080         subdir.
19081         * wctype/Makefile: Likewise.
19083 2014-02-26  Steve Ellcey  <sellcey@mips.com>
19085         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
19086         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
19087         (libc_feholdexcept_setround_mips): Ditto.
19088         (libc_feholdsetround): New.
19089         (libc_feholdsetroundf): New.
19090         (libc_feholdsetroundl): New.
19091         (libc_feupdateenv_test_mips): New.
19092         (libc_feupdateenv_test): New.
19093         (libc_feupdateenv_testf): New.
19094         (libc_feupdateenv_testl): New.
19095         (libc_feresetround): New.
19096         (libc_feresetroundf): New.
19097         (libc_feresetroundl): New.
19098         (libc_fetestexcept_mips): New.
19099         (libc_fetestexcept): New.
19100         (libc_fetestexceptf): New.
19101         (libc_fetestexceptl): New.
19102         (HAVE_RM_CTX): New.
19103         (libc_feholdexcept_setround_mips_ctx): New.
19104         (libc_feholdexcept_setround_ctx): New.
19105         (libc_feholdexcept_setroundf_ctx): New.
19106         (libc_feholdexcept_setroundl_ctx): New.
19107         (libc_fesetenv_mips_ctx): New.
19108         (libc_fesetenv_ctx): New.
19109         (libc_fesetenv_ctxf): New.
19110         (libc_fesetenv_ctxl): New.
19111         (libc_feupdateenv_mips_ctx): New.
19112         (libc_feupdateenv_ctx): New.
19113         (libc_feupdateenvf_ctx): New.
19114         (libc_feupdateenvl_ctx): New.
19115         (libc_feholdsetround_mips_ctx): New.
19116         (libc_feholdsetround_ctx): New.
19117         (libc_feholdsetroundf_ctx): New.
19118         (libc_feholdsetroundl_ctx): New.
19119         (libc_feresetround_mips_ctx): New.
19120         (libc_feresetround_ctx): New.
19121         (libc_feresetroundf_ctx): New.
19122         (libc_feresetroundl_ctx): New.
19124 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
19126         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
19128         * manual/ipc.texi: New file.
19129         * manual/Makefile (chapters): Add ipc.
19130         * manual/job.texi: Add "Inter-Process Communication" to next.
19131         * manual/process.texi: Add "Inter-Process Communication" to prev.
19133 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19135         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19137 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
19139         * malloc/malloc.c (__libc_calloc): Simplify implementation.
19141         * manual/arith.texi: Fix spaces after sentences.
19142         * manual/charset.texi: Likewise.
19143         * manual/errno.texi: Likewise.
19144         * manual/install.texi: Likewise.
19145         * manual/llio.texi: Likewise.
19146         * manual/locale.texi: Likewise.
19147         * manual/maint.texi: Likewise.
19148         * manual/math.texi: Likewise.
19149         * manual/memory.texi: Likewise.
19150         * manual/message.texi: Likewise.
19151         * manual/probes.texi: Likewise.
19152         * manual/resource.texi: Likewise.
19153         * manual/signal.texi: Likewise.
19154         * manual/socket.texi: Likewise.
19155         * manual/stdio.texi: Likewise.
19156         * manual/string.texi: Likewise.
19157         * manual/time.texi: Likewise.
19158         * manual/users.texi: Likewise.
19160 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
19162         [BZ #16632]
19163         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
19164         _DEFAULT_SOURCE is defined.
19166 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
19167             Carlos O'Donell  <carlos@redhat.com>
19169         [BZ #16613]
19170         * elf/dl-tls.c (_dl_count_modids): New function.
19171         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
19172         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
19173         audit library and increment generation counter.
19174         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
19175         * elf/tst-audit9.c: New file.
19176         * elf/tst-auditmod9a.c: New file.
19177         * elf/tst-auditmod9b.c: New file.
19178         * elf/Makefile: Add rules to build and run tst-audit9.
19180 2014-02-25  Florian Weimer  <fweimer@redhat.com>
19182         [BZ #15347]
19183         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
19185 2014-02-25  Will Newton  <will.newton@linaro.org>
19187         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
19188         (__longjmp): Restore sp and lr before restoring callee
19189         saved registers.  Add longjmp and longjmp_target
19190         SystemTap probe point.
19191         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
19192         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
19193         Define to zero to match jmpbuf layout.
19194         * sysdeps/arm/setjmp.S: Include stap-probe.h.
19195         (__sigsetjmp): Save sp and lr before saving callee
19196         saved registers.  Add setjmp SystemTap probe point.
19198 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
19200         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19202 2014-02-24  Andreas Schwab  <schwab@suse.de>
19204         [BZ #15804]
19205         * elf/pldd.c (wait_for_ptrace_stop): New function.
19206         (main): Call it after attaching.
19208 2014-02-22  Roland McGrath  <roland@hack.frob.com>
19210         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
19211         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
19212         Versions files is now verboten.
19213         * hurd/Versions (libc: GLIBC_2.0):
19214         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
19215         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
19216         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
19217         * mach/Versions: Likewise.
19219         * csu/Versions: Remove unused %include.
19220         * resolv/Versions: Likewise.
19222 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
19224         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
19225         ($(objpfx)check-local-headers.out): Likewise.
19226         ($(objpfx)begin-end-check.out): Likewise.
19227         * Makerules (check-abi-%.out): Likewise.
19228         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
19229         ($(objpfx)test2.cat): Likewise.
19230         ($(objpfx)de/libc.cat): Likewise.
19231         ($(objpfx)test-gencat.out): Likewise.
19232         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
19233         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
19234         ($(objpfx)noload-mem): Likewise.
19235         ($(objpfx)tst-pathopt.out): Likewise.
19236         ($(objpfx)tst-rtld-load-self.out): Likewise.
19237         ($(objpfx)tst-array1-cmp.out): Likewise.
19238         ($(objpfx)tst-array1-static-cmp.out): Likewise.
19239         ($(objpfx)tst-array2-cmp.out): Likewise.
19240         ($(objpfx)tst-array3-cmp.out): Likewise.
19241         ($(objpfx)tst-array4-cmp.out): Likewise.
19242         ($(objpfx)tst-array5-cmp.out): Likewise.
19243         ($(objpfx)tst-array5-static-cmp.out): Likewise.
19244         ($(objpfx)check-textrel.out): Likewise.
19245         ($(objpfx)check-execstack.out): Likewise.
19246         ($(objpfx)check-localplt.out): Likewise.
19247         ($(objpfx)order2-cmp.out): Likewise.
19248         ($(objpfx)tst-leaks1-mem): Likewise.
19249         ($(objpfx)tst-leaks1-static-mem): Likewise.
19250         ($(objpfx)tst-initorder-cmp.out): Likewise.
19251         ($(objpfx)tst-initorder2-cmp.out): Likewise.
19252         ($(objpfx)tst-unused-dep.out): Likewise.
19253         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
19254         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
19255         * iconv/Makefile (test-iconvconfig): Likewise.
19256         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
19257         ($(objpfx)iconv-test.out): Likewise.
19258         ($(objpfx)tst-tables.out): Likewise.
19259         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
19260         ($(objpfx)tst-gettext.out): Likewise.
19261         ($(objpfx)tst-translit.out): Likewise.
19262         ($(objpfx)tst-gettext2.out): Likewise.
19263         ($(objpfx)tst-gettext4.out): Likewise.
19264         ($(objpfx)tst-gettext6.out): Likewise.
19265         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
19266         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
19267         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
19268         ($(objpfx)tst-fopenloc-mem.out): Likewise.
19269         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
19270         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
19271         * posix/Makefile ($(objpfx)globtest.out): Likewise.
19272         ($(objpfx)wordexp-tst.out): Likewise.
19273         ($(objpfx)annexc.out): Likewise.
19274         ($(objpfx)tst-fnmatch-mem): Likewise.
19275         ($(objpfx)bug-regex2-mem): Likewise.
19276         ($(objpfx)bug-regex14-mem): Likewise.
19277         ($(objpfx)bug-regex21-mem): Likewise.
19278         ($(objpfx)bug-regex31-mem): Likewise.
19279         ($(objpfx)tst-vfork3-mem): Likewise.
19280         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
19281         ($(objpfx)tst-pcre-mem): Likewise.
19282         ($(objpfx)tst-boost-mem): Likewise.
19283         ($(objpfx)tst-getconf.out): Likewise.
19284         ($(objpfx)bug-ga2-mem): Likewise.
19285         ($(objpfx)bug-glob2-mem): Likewise.
19286         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
19287         ($(objpfx)mtrace-tst-leaks2): Likewise.
19288         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
19289         ($(objpfx)tst-printf.out): Likewise.
19290         ($(objpfx)tst-setvbuf1.out): Likewise.
19291         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
19292         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
19293         ($(objpfx)tst-fmtmsg.out): Likewise.
19294         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
19295         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
19297         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
19298         * bits/sigaction.h [__USE_MISC]: Likewise.
19299         * bits/waitstatus.h: Update #endif comments.
19300         * ctype/ctype.h: Likewise.
19301         * dirent/dirent.h: Likewise.
19302         [__USE_MISC]: Remove redundant conditionals.
19303         * grp/grp.h: Update #endif comments.
19304         [__USE_GNU]: Remove redundant conditionals.
19305         [__USE_MISC]: Likewise.
19306         * inet/netinet/in.h [__USE_GNU]: Likewise.
19307         * io/sys/stat.h [__USE_MISC]: Likewise.
19308         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
19309         * libio/bits/stdio.h: Update #endif comments.
19310         [__USE_MISC]: Remove redundant conditionals.
19311         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
19312         * libio/stdio.h: Update #endif comments.
19313         [__USE_MISC]: Remove redundant conditionals.
19314         * math/bits/math-finite.h [__USE_MISC]: Likewise.
19315         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
19316         * math/math.h: Update #else and #endif comments.
19317         [__USE_MISC]: Remove redundant conditionals.
19318         * misc/sys/uio.h: Update #endif comments.
19319         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
19320         * posix/glob.h [__USE_MISC]: Likewise.
19321         * posix/sys/types.h: Update #endif comments.
19322         [__USE_MISC]: Remove redundant conditionals.
19323         * posix/sys/wait.h: Update #endif comments.
19324         [__USE_MISC]: Remove redundant conditionals.
19325         * posix/unistd.h: Update #endif comments.
19326         [__USE_MISC]: Remove redundant conditionals.
19327         * pwd/pwd.h [__USE_GNU]: Likewise.
19328         [__USE_MISC]: Likewise.
19329         * resolv/netdb.h [__USE_GNU]: Likewise.
19330         * signal/signal.h: Update #endif comments.
19331         [__USE_MISC]: Remove redundant conditionals.
19332         * stdlib/stdlib.h: Update #else and #endif comments.
19333         [__USE_MISC]: Remove redundant conditionals.
19334         [__USE_GNU]: Likewise.
19335         * string/bits/string2.h [__USE_MISC]: Likewise.
19336         * string/string.h: Update #endif comments.
19337         [__USE_MISC]: Remove redundant conditionals.
19338         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
19339         Likewise.
19340         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
19341         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
19342         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
19343         Likewise.
19344         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
19345         Likewise.
19346         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
19347         comments.
19348         [__USE_MISC]: Remove redundant conditionals.
19349         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
19350         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
19351         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
19352         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
19353         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
19354         Likewise.
19355         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
19356         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
19357         Likewise.
19358         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
19359         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
19360         Likewise.
19361         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
19362         Likewise.
19363         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
19364         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
19365         Likewise.
19366         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
19367         Likewise.
19368         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
19369         * sysdeps/x86/bits/string.h: Update #endif comments.
19370         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
19371         conditionals.
19372         * time/sys/time.h: Update #endif comments.
19373         * time/time.h: Likewise.
19374         [__USE_MISC]: Remove redundant conditionals.
19376 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
19378         [BZ #16600]
19379         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
19381 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
19383         * Versions.def (librt): Add GLIBC_2.17.
19385 2014-02-21  Adam Conrad  <adconrad@0c3.net>
19387         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
19388         synonym for _SYS_AUXV_H to allow direct inclusion.
19389         * sysdeps/sparc/bits/hwcap.h: Likewise.
19390         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
19391         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
19392         * sysdeps/sparc/sysdep.h: Likewise.
19394 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19396         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
19398 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19400         * benchtests/bench-strrchr.c: Print length instead of position.
19402 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
19404         [BZ #16611]
19405         * sysdeps/unix/sysv/linux/kernel-features.h
19406         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
19407         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
19408         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
19409         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
19410         Likewise.
19411         [__i386__ || __powerpc__ || __sh__ || __sparc__]
19412         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19413         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
19414         (__ASSUME_SENDMMSG): Define instead of using previous
19415         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
19416         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19417         (__ASSUME_SENDMMSG_SYSCALL): Define.
19418         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19419         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
19420         Likewise.
19421         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19422         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19423         Likewise.
19424         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19425         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19426         Likewise.
19427         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
19428         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19429         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19430         [__ASSUME_SENDMMSG]: Change conditionals to
19431         [__ASSUME_SENDMMSG_SOCKETCALL].
19432         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19433         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
19434         Define.
19435         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19436         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
19437         Likewise.
19438         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
19439         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19440         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19441         [!__ASSUME_SENDMMSG]: Change conditional to
19442         [!__ASSUME_SENDMMSG_SOCKETCALL].
19443         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19444         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19445         Define.
19447         [BZ #16610]
19448         * sysdeps/unix/sysv/linux/kernel-features.h
19449         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
19450         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
19451         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
19452         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
19453         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19454         [__i386__ || __sparc__]
19455         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19456         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
19457         (__ASSUME_RECVMMSG): Define instead of using previous
19458         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
19459         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19460         (__ASSUME_RECVMMSG_SYSCALL): Define.
19461         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19462         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19463         Likewise.
19464         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19465         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19466         Likewise.
19467         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19468         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19469         Likewise.
19470         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
19471         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19472         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19473         [__ASSUME_RECVMMSG]: Change condition to
19474         [__ASSUME_RECVMMSG_SOCKETCALL].
19475         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19476         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19477         Define.
19478         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19479         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19480         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19481         Likewise.
19482         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
19483         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19484         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19485         [!__ASSUME_RECVMMSG]: Change condition to
19486         [!__ASSUME_RECVMMSG_SOCKETCALL].
19487         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19488         (__ASSUME_RECVMMSG_SYSCALL): Define.
19490         [BZ #16609]
19491         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
19492         __powerpc__ || __s390__ || __sh__ || __sparc__]
19493         (__ASSUME_SOCKETCALL): Define.
19494         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
19495         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
19496         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
19497         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
19498         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19499         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
19500         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
19501         (__ASSUME_ACCEPT4): Define instead of using previous
19502         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
19503         __powerpc__ || __sparc__ || __s390__)] condition.
19504         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19505         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19506         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
19507         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19508         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19509         [!__ASSUME_ACCEPT4]: Change condition to
19510         [!__ASSUME_ACCEPT4_SOCKETCALL].
19511         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19512         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
19513         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
19514         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19515         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
19516         __ASSUME_ACCEPT4_SYSCALL.
19517         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
19518         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
19519         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19520         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19521         __ASSUME_ACCEPT4_SYSCALL.
19522         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19523         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19524         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19525         [__ASSUME_ACCEPT4]: Change condition to
19526         [__ASSUME_ACCEPT4_SOCKETCALL].
19527         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19528         (__ASSUME_SOCKETCALL): Define.
19529         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19530         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19531         (__ASSUME_SOCKETCALL): Define.
19532         (__ASSUME_ACCEPT4): Remove.
19533         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19534         Define.
19535         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19536         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19537         Likewise.
19538         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19539         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19541         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19542         macro.
19543         (HWCAP_ARM_LPAE): Likewise.
19544         (HWCAP_ARM_EVTSTRM): Likewise.
19545         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19546         Add vpfd32, lpae and evtstrm.
19547         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19548         Increase to 22.
19550 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
19552         * math/auto-libm-test-in: Add tests of clog10.
19553         * math/auto-libm-test-out: Regenerated.
19554         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19555         * sysdeps/i386/fpu/libm-test-ulps: Update.
19556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19558 2014-02-18  Andreas Schwab  <schwab@suse.de>
19560         [BZ #16574]
19561         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19562         Store non-zero if the second buffer was newly allocated.
19563         (send_dg): Likewise.
19564         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19565         to send_vc and send_dg.
19566         (res_nsend): Pass NULL for ansp2_malloced.
19567         * resolv/res_query.c (__libc_res_nquery): Add parameter
19568         answerp2_malloced and pass it down to __libc_res_nsend.
19569         (res_nquery): Pass additional NULL to __libc_res_nquery.
19570         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19571         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
19572         second answer buffer if answerp2_malloced was set.
19573         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19574         (__libc_res_nquerydomain): Add parameter
19575         answerp2_malloced and pass it down to __libc_res_nquery.
19576         (res_nquerydomain): Pass additional NULL to
19577         __libc_res_nquerydomain.
19578         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19579         additional NULL to __libc_res_nsend and __libc_res_nquery.
19580         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19581         additional NULL to __libc_res_nsearch.
19582         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
19583         parameter of __libc_res_nsearch to check for separately allocated
19584         second buffer.
19585         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19586         __libc_res_nquery.
19587         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19588         additional NULL to __libc_res_nquery.
19589         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19590         __libc_res_nsearch.
19591         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19592         * include/resolv.h: Update prototypes of __libc_res_nquery,
19593         __libc_res_nsearch, __libc_res_nsend.
19595 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
19597         * math/auto-libm-test-in: Add tests of fma.
19598         * math/auto-libm-test-out: Regenerated.
19599         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19600         (fma_towardzero_test_data): Likewise.
19601         (fma_downward_test_data): Likewise.
19602         (fma_upward_test_data): Likewise.
19603         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19604         mpc_mode.
19605         (rounding_modes): Add values for new field.
19606         (func_calc_method): Add value mpfr_fff_f.
19607         (func_calc_desc): Add mpfr_fff_f union field.
19608         (test_function): Add field exact_args.
19609         (FUNC): Add macro argument EXACT_ARGS.
19610         (FUNC_mpfr_f_f): Update call to FUNC.
19611         (FUNC_mpfr_f_f): Likewise.
19612         (FUNC_mpfr_ff_f): Likewise.
19613         (FUNC_mpfr_if_f): Likewise.
19614         (FUNC_mpc_c_f): Likewise.
19615         (FUNC_mpc_c_c): Likewise.
19616         (test_functions): Add fma.  Update calls to FUNC.
19617         (handle_input_arg): Add argument exact_args.
19618         (add_test): Update call to handle_input_arg.
19619         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19620         (output_for_one_input_case): Update call to calc_generic_results.
19621         Recalculate exact zero results in each rounding mode.
19623         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19624         non-negative before setting low bit.
19625         * math/auto-libm-test-in: Mark one asin test possibly having
19626         spurious underflow.
19627         * math/auto-libm-test-out: Regenerated.
19628         * sysdeps/i386/fpu/libm-test-ulps: Update.
19629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19631 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19633         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19634         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19635         ports/sysdeps/unix/sysv/linux/microblaze.
19636         * README: Add missing listing for microblaze*-*-linux-gnu.
19638 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19640         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19641         duplicate code
19643 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19645         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19646         * sysdeps/unix/sysv/linux/ia64: Move directory from
19647         ports/sysdeps/unix/sysv/linux/ia64.
19648         * README: Update listing for ia64-*-linux-gnu.
19650 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19651             Joseph Myers  <joseph@codesourcery.com>
19653         * Makeconfig (test-name): New variable.
19654         (evaluate-test): Likewise.
19655         * Makerules (do-test-clean): Remove .test-result files.
19656         (common-mostlyclean): Likewise.
19657         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19658         * scripts/evaluate-test.sh: New file.
19660 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19662         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19663         separate $(objpfx)tst-fopenloc-cmp.out and
19664         $(objpfx)tst-fopenloc-mem.out targets.
19665         (tests): Update dependencies.
19666         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19667         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19668         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19669         (tst-rxspencer-no-utf8-ARGS): New variable.
19670         (tst-rxspencer-no-utf8-ENV): Likewise.
19671         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19672         instead of $(objpfx)tst-rxspencer-mem.
19673         ($(objpfx)tst-rxspencer-mem): Change target to
19674         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19675         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19676         * posix/tst-rxspencer-no-utf8.c: New file.
19678         * elf/Makefile ($(objpfx)order.out): Remove rule.
19679         [$(run-built-tests) = yes] (tests): Depend on
19680         $(objpfx)order-cmp.out.
19681         ($(objpfx)order-cmp.out): New rule.
19682         [$(run-built-tests) = yes] (tests): Depend on
19683         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19684         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19685         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19686         $(objpfx)tst-array5-static-cmp.out.
19687         ($(objpfx)tst-array1.out): Remove rule.
19688         ($(objpfx)tst-array1-cmp.out): New rule.
19689         ($(objpfx)tst-array1-static.out): Remove rule.
19690         ($(objpfx)tst-array1-static-cmp.out): New rule.
19691         ($(objpfx)tst-array2.out): Remove rule.
19692         ($(objpfx)tst-array2-cmp.out): New rule.
19693         ($(objpfx)tst-array3.out): Remove rule.
19694         ($(objpfx)tst-array3-cmp.out): New rule.
19695         ($(objpfx)tst-array4.out): Remove rule.
19696         ($(objpfx)tst-array4-cmp.out): New rule.
19697         ($(objpfx)tst-array5.out): Remove rule.
19698         ($(objpfx)tst-array5-cmp.out): New rule.
19699         ($(objpfx)tst-array5-static.out): Remove rule.
19700         ($(objpfx)tst-array5-static-cmp.out): New rule.
19701         [$(run-built-tests) = yes] (tests): Depend on
19702         $(objpfx)order2-cmp.out.
19703         ($(objpfx)order2.out): Remove rule.
19704         ($(objpfx)order2-cmp.out): New rule.
19705         ($(objpfx)tst-initorder.out): Remove rule.
19706         [$(run-built-tests) = yes] (tests): Depend on
19707         $(objpfx)tst-initorder-cmp.out.
19708         ($(objpfx)tst-initorder-cmp.out): New rule.
19709         ($(objpfx)tst-initorder2.out): Remove rule.
19710         [$(run-built-tests) = yes] (tests): Depend on
19711         $(objpfx)tst-initorder2-cmp.out.
19712         ($(objpfx)tst-initorder2-cmp.out): New rule.
19713         [$(run-built-tests) = yes] (tests): Depend on
19714         $(objpfx)tst-unused-dep-cmp.out.
19715         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19716         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19717         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19718         on $(objpfx)tst-setvbuf1-cmp.out.
19719         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19720         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19721         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19722         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19723         ($(objpfx)tst-svc.out): Remove rule.
19724         ($(objpfx)tst-svc-cmp.out): New rule.
19726 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19728         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19729         * ctype/ctype.h [__USE_MISC]: Likewise.
19730         * dirent/dirent.h [__USE_MISC]: Likewise.
19731         * grp/grp.h [__USE_MISC]: Likewise.
19732         * io/fcntl.h [__USE_MISC]: Likewise.
19733         * io/sys/stat.h [__USE_MISC]: Likewise.
19734         * libio/stdio.h [__USE_MISC]: Likewise.
19735         * posix/unistd.h [__USE_MISC]: Likewise.
19736         * pwd/pwd.h [__USE_MISC]: Likewise.
19737         * stdlib.h [__USE_MISC]: Likewise.
19738         * string/bits/string2.h [__USE_MISC]: Likewise.
19739         * string/string.h [__USE_MISC]: Likewise.
19740         * time/time.h [__USE_MISC]: Likewise.
19742 2014-02-13  Andreas Schwab  <schwab@suse.de>
19744         [BZ #16574]
19745         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19746         second answer buffer if it was separately allocated.
19748 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19750         * sysdeps/mips/math-tests.h: Include <features.h>.
19751         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19752         (ROUNDING_TESTS_long_double): Do not define.
19753         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19754         (EXCEPTION_TESTS_long_double): Likewise.
19755         * sysdeps/mips/mips64/libm-test-ulps: Update.
19757         * include/features.h (__USE_BSD): Remove macro definitions.
19758         (__USE_SVID): Likewise.
19759         (_BSD_SOURCE): Likewise.
19760         (_SVID_SOURCE): Likewise.
19761         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19762         from definition of _DEFAULT_SOURCE.
19763         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19764         [_DEFAULT_SOURCE].
19765         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19766         * bits/mman.h [__USE_BSD]: Likewise.
19767         * bits/termios.h [__USE_BSD]: Likewise.
19768         * bits/waitstatus.h [__USE_BSD]: Likewise.
19769         * ctype/ctype.h [__USE_SVID]: Likewise.
19770         * dirent/dirent.h [__USE_BSD]: Likewise.
19771         * grp/grp.h [__USE_SVID]: Likewise.
19772         [__USE_BSD]: Likewise.
19773         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19774         * io/fcntl.h [__USE_BSD]: Likewise.
19775         * io/ftw.h [__USE_BSD]: Likewise.
19776         * io/sys/stat.h [__USE_BSD]: Likewise.
19777         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19778         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19779         * libio/stdio.h [__USE_SVID]: Likewise.
19780         [__USE_BSD]: Likewise.
19781         * math/math.h [__USE_SVID]: Likewise.
19782         [__USE_BSD]: Likewise.
19783         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19784         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19785         * misc/search.h [__USE_SVID]: Likewise.
19786         * misc/sys/mman.h [__USE_BSD]: Likewise.
19787         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19788         * misc/sys/uio.h [__USE_BSD]: Likewise.
19789         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19790         * posix/glob.h [__USE_BSD]: Likewise.
19791         * posix/regex.h [__USE_BSD]: Likewise.
19792         * posix/sys/types.h [__USE_BSD]: Likewise.
19793         [__USE_SVID]: Likewise.
19794         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19795         * posix/sys/wait.h [__USE_BSD]: Likewise.
19796         [__USE_SVID]: Likewise.
19797         * posix/unistd.h [__USE_BSD]: Likewise.
19798         [__USE_SVID]: Likewise.
19799         * pwd/pwd.h [__USE_SVID]: Likewise.
19800         * resolv/netdb.h [__USE_BSD]: Likewise.
19801         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19802         * signal/signal.h [__USE_BSD]: Likewise.
19803         [__USE_SVID]: Likewise.
19804         * socket/sys/socket.h [__USE_BSD]: Likewise.
19805         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19806         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19807         [__USE_SVID]: Likewise.
19808         * string/bits/string2.h [__USE_BSD]: Likewise.
19809         [__USE_SVID]: Likewise.
19810         * string/bits/string3.h [__USE_BSD]: Likewise.
19811         * string/endian.h [__USE_BSD]: Likewise.
19812         * string/string.h [__USE_SVID]: Likewise.
19813         [__USE_BSD]: Likewise.
19814         * string/strings.h [__USE_BSD]: Likewise.
19815         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19816         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19817         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19818         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19819         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19820         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19821         Likewise.
19822         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19823         Likewise.
19824         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19825         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19826         Likewise.
19827         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19828         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19829         Likewise.
19830         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19831         Likewise.
19832         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19833         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19834         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19835         Likewise.
19836         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19837         Likewise.
19838         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19839         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19840         * termios/termios.h [__USE_BSD]: Likewise.
19841         * time/sys/time.h [__USE_BSD]: Likewise.
19842         * time/time.h [__USE_BSD]: Likewise.
19843         [__USE_SVID]: Likewise.
19845         * Makefile (subdir_targets): Remove subdir_lint.out.
19847         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19848         (do-tst-printf): Likewise.
19849         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19850         $(objpfx)tst-printf.out.
19852         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19854         * Makerules (check-abi-%): Change target to
19855         $(objpfx)check-abi-%.out.
19856         (check-abi target): Update dependencies.
19857         (check-abi-pattern variable): Redirect output of diff to $@.
19858         (check-abi variable): Likewise.
19859         * elf/Makefile (check-abi): Update dependencies.
19861         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19862         unused.
19863         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19864         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19865         subnormal range.
19866         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19867         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19868         value has largest subnormal exponent.
19869         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19870         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19871         * sysdeps/aarch64/soft-fp/sfp-machine.h
19872         (_FP_TININESS_AFTER_ROUNDING): New macro.
19873         * sysdeps/alpha/soft-fp/sfp-machine.h
19874         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19875         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19876         Likewise.
19877         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19878         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19879         * sysdeps/mips/soft-fp/sfp-machine.h
19880         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19881         * sysdeps/powerpc/soft-fp/sfp-machine.h
19882         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19883         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19884         Likewise.
19885         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19886         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19887         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19888         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19889         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19890         Likewise.
19892 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19894         [BZ #16545]
19895         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19896         model 1.
19898 2014-02-12  Richard Henderson  <rth@redhat.com>
19900         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19901         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19902         * sysdeps/unix/sysv/linux/alpha: Move directory from
19903         ports/sysdeps/unix/sysv/linux/alpha.
19904         * README: Update listing for alpha-*-linux-gnu.
19906 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19908         * include/features.h: Update comment documenting feature test
19909         macros.
19910         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19911         _DEFAULT_SOURCE.
19912         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19913         (_SVID_SOURCE): Likewise.
19914         (_DEFAULT_SOURCE): Update description of default features.
19915         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19916         with _GNU_SOURCE.
19917         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19918         (S_ISVTX): Likewise.
19919         * manual/math.texi (Mathematical Constants): Likewise.
19920         * manual/signal.texi (Interrupted Primitives): Likewise.
19921         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19922         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19923         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19924         Don't refer to _SVID_SOURCE in warning text.
19926         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19928         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19929         already defined.
19930         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19931         * sysdeps/mips/dl-lookup.c: Remove.
19932         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19934 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19936         [BZ #16447]
19937         * math/auto-libm-test-in: Add testcase for expl.
19938         * math/auto-libm-test-out: Regenerate.
19939         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19940         calculation of unsafe.
19941         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19943 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19945         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19946         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19947         ports/sysdeps/unix/sysv/linux/aarch64.
19948         * README: Update listing for aarch64*-*-linux-gnu.
19950 2014-02-11  Will Newton  <will.newton@linaro.org>
19952         * manual/probes.texi (Mathematical Function Probes): Use
19953         "triggered" instead of "hit".
19955         * manual/probes.texi (Internal Probes): Add documentation
19956         of setjmp, longjmp and longjmp_target probes.
19958         * include/stap-probe.h: Add comment about probe argument
19959         format.
19961         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19962         definition.  (tr_where, tr_freehook, tr_mallochook,
19963         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19965 2014-02-11  David S. Miller  <davem@davemloft.net>
19967         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19968         processing int_tests.
19970 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19972         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19973         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19974         * sysdeps/unix/sysv/linux/mips: Move directory from
19975         ports/sysdeps/unix/sysv/linux/mips.
19976         * README: Update listing for mips-*-linux-gnu and
19977         mips64-*-linux-gnu.
19979 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19981         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19982         * sysdeps/unix/sysv/linux/m68k: Move directory from
19983         ports/sysdeps/unix/sysv/linux/m68k.
19984         * README: Update listing for m68k-*-linux-gnu.
19986 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19988         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19989         * sysdeps/unix/sysv/linux/generic: Move directory from
19990         ports/sysdeps/unix/sysv/linux/generic.
19991         * sysdeps/unix/sysv/linux/tile: Move directory from
19992         ports/sysdeps/unix/sysv/linux/tile.
19993         * README: Update listing for tile*-*-linux-gnu.
19995 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19997         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19998         __builtin_expect.
19999         * benchtests/bench-memmem.c (simple_memmem): Likewise.
20000         * catgets/open_catalog.c (__open_catalog): Likewise.
20001         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
20002         * debug/confstr_chk.c: Likewise.
20003         * debug/fread_chk.c (__fread_chk): Likewise.
20004         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
20005         * debug/getgroups_chk.c: Likewise.
20006         * debug/mbsnrtowcs_chk.c: Likewise.
20007         * debug/mbsrtowcs_chk.c: Likewise.
20008         * debug/mbstowcs_chk.c: Likewise.
20009         * debug/memcpy_chk.c: Likewise.
20010         * debug/memmove_chk.c: Likewise.
20011         * debug/mempcpy_chk.c: Likewise.
20012         * debug/memset_chk.c: Likewise.
20013         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20014         * debug/strcat_chk.c (__strcat_chk): Likewise.
20015         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
20016         * debug/strncat_chk.c (__strncat_chk): Likewise.
20017         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
20018         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
20019         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
20020         * debug/wcpncpy_chk.c: Likewise.
20021         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20022         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
20023         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
20024         * debug/wcsncpy_chk.c: Likewise.
20025         * debug/wcsnrtombs_chk.c: Likewise.
20026         * debug/wcsrtombs_chk.c: Likewise.
20027         * debug/wcstombs_chk.c: Likewise.
20028         * debug/wmemcpy_chk.c: Likewise.
20029         * debug/wmemmove_chk.c: Likewise.
20030         * debug/wmempcpy_chk.c: Likewise.
20031         * debug/wmemset_chk.c: Likewise.
20032         * dirent/scandirat.c (SCANDIRAT): Likewise.
20033         * dlfcn/dladdr1.c (dladdr1): Likewise.
20034         * dlfcn/dladdr.c (dladdr): Likewise.
20035         * dlfcn/dlclose.c (dlclose_doit): Likewise.
20036         * dlfcn/dlerror.c (__dlerror): Likewise.
20037         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
20038         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
20039         * dlfcn/dlopen.c (dlopen_doit): Likewise.
20040         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
20041         * dlfcn/dlsym.c (dlsym_doit): Likewise.
20042         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
20043         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
20044         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
20045         Likewise.
20046         * elf/dl-conflict.c: Likewise.
20047         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
20048         * elf/dl-dst.h: Likewise.
20049         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
20050         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
20051         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
20052         * elf/dl-init.c (call_init, _dl_init): Likewise.
20053         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
20054         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
20055         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
20056         Likewise.
20057         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
20058         Likewise.
20059         * elf/dl-minimal.c (__libc_memalign): Likewise.
20060         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
20061         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20062         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
20063         * elf/dl-sym.c (do_sym): Likewise.
20064         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
20065         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
20066         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
20067         * elf/dl-writev.h (_dl_writev): Likewise.
20068         * elf/ldconfig.c (search_dir): Likewise.
20069         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
20070         (dl_main): Likewise.
20071         * elf/setup-vdso.h (setup_vdso): Likewise.
20072         * grp/compat-initgroups.c (compat_call): Likewise.
20073         * grp/fgetgrent.c (fgetgrent): Likewise.
20074         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
20075         * grp/putgrent.c (putgrent): Likewise.
20076         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
20077         Likewise.
20078         * hurd/hurdinit.c: Likewise.
20079         * iconvdata/8bit-gap.c (struct): Likewise.
20080         * iconvdata/ansi_x3.110.c : Likewise.
20081         * iconvdata/big5.c : Likewise.
20082         * iconvdata/big5hkscs.c : Likewise.
20083         * iconvdata/cp1255.c: Likewise.
20084         * iconvdata/cp1258.c : Likewise.
20085         * iconvdata/cp932.c : Likewise.
20086         * iconvdata/euc-cn.c: Likewise.
20087         * iconvdata/euc-jisx0213.c : Likewise.
20088         * iconvdata/euc-jp.c: Likewise.
20089         * iconvdata/euc-jp-ms.c : Likewise.
20090         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
20091         * iconvdata/gb18030.c : Likewise.
20092         * iconvdata/gbbig5.c (const): Likewise.
20093         * iconvdata/gbgbk.c: Likewise.
20094         * iconvdata/gbk.c : Likewise.
20095         * iconvdata/ibm1364.c : Likewise.
20096         * iconvdata/ibm930.c : Likewise.
20097         * iconvdata/ibm932.c: Likewise.
20098         * iconvdata/ibm933.c : Likewise.
20099         * iconvdata/ibm935.c : Likewise.
20100         * iconvdata/ibm937.c : Likewise.
20101         * iconvdata/ibm939.c : Likewise.
20102         * iconvdata/ibm943.c: Likewise.
20103         * iconvdata/iso_11548-1.c: Likewise.
20104         * iconvdata/iso-2022-cn.c : Likewise.
20105         * iconvdata/iso-2022-cn-ext.c : Likewise.
20106         * iconvdata/iso-2022-jp-3.c: Likewise.
20107         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
20108         * iconvdata/iso-2022-kr.c : Likewise.
20109         * iconvdata/iso646.c (gconv_end): Likewise.
20110         * iconvdata/iso_6937-2.c : Likewise.
20111         * iconvdata/iso_6937.c : Likewise.
20112         * iconvdata/iso8859-1.c: Likewise.
20113         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
20114         * iconvdata/shift_jisx0213.c : Likewise.
20115         * iconvdata/sjis.c : Likewise.
20116         * iconvdata/t.61.c : Likewise.
20117         * iconvdata/tcvn5712-1.c : Likewise.
20118         * iconvdata/tscii.c: Likewise.
20119         * iconvdata/uhc.c : Likewise.
20120         * iconvdata/unicode.c (gconv_end): Likewise.
20121         * iconvdata/utf-16.c (gconv_end): Likewise.
20122         * iconvdata/utf-32.c (gconv_end): Likewise.
20123         * iconvdata/utf-7.c (base64): Likewise.
20124         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
20125         * iconv/gconv_close.c (__gconv_close): Likewise.
20126         * iconv/gconv_open.c (__gconv_open): Likewise.
20127         * iconv/gconv_simple.c (internal_ucs4_loop_single)
20128         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
20129         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
20130         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
20131         (ucs4le_internal_loop_single): Likewise.
20132         * iconv/iconv.c (iconv): Likewise.
20133         * iconv/iconv_close.c: Likewise.
20134         * iconv/loop.c (SINGLE): Likewise.
20135         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
20136         * include/atomic.h: Likewise.
20137         * inet/inet6_option.c (option_alloc): Likewise.
20138         * intl/bindtextdom.c (set_binding_values): Likewise.
20139         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
20140         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
20141         * intl/localealias.c (read_alias_file): Likewise.
20142         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
20143         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
20144         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
20145         * libio/fmemopen.c (fmemopen): Likewise.
20146         * libio/iofgets.c (_IO_fgets): Likewise.
20147         * libio/iofgets_u.c (fgets_unlocked): Likewise.
20148         * libio/iofgetws.c (fgetws): Likewise.
20149         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
20150         * libio/iogetdelim.c (_IO_getdelim): Likewise.
20151         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
20152         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
20153         * locale/findlocale.c (_nl_find_locale): Likewise.
20154         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
20155         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
20156         Likewise.
20157         * locale/setlocale.c (setlocale): Likewise.
20158         * login/programs/pt_chown.c (main): Likewise.
20159         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
20160         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
20161         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
20162         (mmap, mmap64, mremap, munmap): Likewise.
20163         * math/e_exp2l.c: Likewise.
20164         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
20165         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
20166         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
20167         * math/s_catan.c (__catan): Likewise.
20168         * math/s_catanf.c (__catanf): Likewise.
20169         * math/s_catanh.c (__catanh): Likewise.
20170         * math/s_catanhf.c (__catanhf): Likewise.
20171         * math/s_catanhl.c (__catanhl): Likewise.
20172         * math/s_catanl.c (__catanl): Likewise.
20173         * math/s_ccosh.c (__ccosh): Likewise.
20174         * math/s_ccoshf.c (__ccoshf): Likewise.
20175         * math/s_ccoshl.c (__ccoshl): Likewise.
20176         * math/s_cexp.c (__cexp): Likewise.
20177         * math/s_cexpf.c (__cexpf): Likewise.
20178         * math/s_cexpl.c (__cexpl): Likewise.
20179         * math/s_clog10.c (__clog10): Likewise.
20180         * math/s_clog10f.c (__clog10f): Likewise.
20181         * math/s_clog10l.c (__clog10l): Likewise.
20182         * math/s_clog.c (__clog): Likewise.
20183         * math/s_clogf.c (__clogf): Likewise.
20184         * math/s_clogl.c (__clogl): Likewise.
20185         * math/s_csin.c (__csin): Likewise.
20186         * math/s_csinf.c (__csinf): Likewise.
20187         * math/s_csinh.c (__csinh): Likewise.
20188         * math/s_csinhf.c (__csinhf): Likewise.
20189         * math/s_csinhl.c (__csinhl): Likewise.
20190         * math/s_csinl.c (__csinl): Likewise.
20191         * math/s_csqrt.c (__csqrt): Likewise.
20192         * math/s_csqrtf.c (__csqrtf): Likewise.
20193         * math/s_csqrtl.c (__csqrtl): Likewise.
20194         * math/s_ctan.c (__ctan): Likewise.
20195         * math/s_ctanf.c (__ctanf): Likewise.
20196         * math/s_ctanh.c (__ctanh): Likewise.
20197         * math/s_ctanhf.c (__ctanhf): Likewise.
20198         * math/s_ctanhl.c (__ctanhl): Likewise.
20199         * math/s_ctanl.c (__ctanl): Likewise.
20200         * math/w_pow.c: Likewise.
20201         * math/w_powf.c: Likewise.
20202         * math/w_powl.c: Likewise.
20203         * math/w_scalb.c (sysv_scalb): Likewise.
20204         * math/w_scalbf.c (sysv_scalbf): Likewise.
20205         * math/w_scalbl.c (sysv_scalbl): Likewise.
20206         * misc/error.c (error_tail): Likewise.
20207         * misc/pselect.c (__pselect): Likewise.
20208         * nis/nis_callback.c (__nis_create_callback): Likewise.
20209         * nis/nis_call.c (__nisfind_server): Likewise.
20210         * nis/nis_creategroup.c (nis_creategroup): Likewise.
20211         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
20212         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
20213         * nis/nis_getservlist.c (nis_getservlist): Likewise.
20214         * nis/nis_lookup.c (nis_lookup): Likewise.
20215         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
20216         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
20217         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
20218         * nis/nis_xdr.c (xdr_endpoint): Likewise.
20219         * nis/nss_compat/compat-grp.c (getgrent_next_file)
20220         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
20221         * nis/nss_compat/compat-initgroups.c (add_group)
20222         (internal_getgrent_r): Likewise.
20223         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
20224         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
20225         * nis/nss_compat/compat-spwd.c (getspent_next_file)
20226         (internal_getspnam_r): Likewise.
20227         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
20228         (_nss_nis_getaliasbyname_r): Likewise.
20229         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
20230         (_nss_nis_getntohost_r): Likewise.
20231         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
20232         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
20233         (_nss_nis_getgrgid_r): Likewise.
20234         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
20235         (internal_nis_gethostent_r, internal_gethostbyname2_r)
20236         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
20237         (_nss_nis_gethostbyname4_r): Likewise.
20238         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
20239         (initgroups_netid): Likewise.
20240         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
20241         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
20242         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
20243         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
20244         (_nss_nis_getprotobynumber_r): Likewise.
20245         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
20246         (_nss_nis_getsecretkey): Likewise.
20247         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
20248         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
20249         (_nss_nis_getpwuid_r): Likewise.
20250         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
20251         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
20252         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
20253         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
20254         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
20255         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
20256         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
20257         Likewise.
20258         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
20259         (_nss_nisplus_getntohost_r): Likewise.
20260         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
20261         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
20262         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
20263         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
20264         Likewise.
20265         * nis/nss_nisplus/nisplus-initgroups.c
20266         (_nss_nisplus_initgroups_dyn): Likewise.
20267         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
20268         (_nss_nisplus_getnetbyaddr_r): Likewise.
20269         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
20270         (_nss_nisplus_getprotobynumber_r): Likewise.
20271         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
20272         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
20273         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
20274         Likewise.
20275         * nis/nss_nisplus/nisplus-service.c
20276         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
20277         (_nss_nisplus_getservbyport_r): Likewise.
20278         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
20279         (_nss_nisplus_getspnam_r): Likewise.
20280         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
20281         Likewise.
20282         * nscd/aicache.c (addhstaiX): Likewise.
20283         * nscd/cache.c (cache_search, prune_cache): Likewise.
20284         * nscd/connections.c (register_traced_file, send_ro_fd)
20285         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
20286         (main_loop_epoll): Likewise.
20287         * nscd/grpcache.c (addgrbyX): Likewise.
20288         * nscd/hstcache.c (addhstbyX): Likewise.
20289         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20290         * nscd/mem.c (gc, mempool_alloc): Likewise.
20291         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
20292         (addinnetgrX): Likewise.
20293         * nscd/nscd-client.h (__nscd_acquire_maplock)
20294         (__nscd_drop_map_ref): Likewise.
20295         * nscd/nscd_getai.c (__nscd_getai): Likewise.
20296         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
20297         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
20298         Likewise.
20299         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
20300         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
20301         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
20302         (__nscd_get_map_ref): Likewise.
20303         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
20304         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
20305         Likewise.
20306         * nscd/pwdcache.c (addpwbyX): Likewise.
20307         * nscd/selinux.c (preserve_capabilities): Likewise.
20308         * nscd/servicescache.c (addservbyX): Likewise.
20309         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
20310         * posix/fnmatch.c (fnmatch): Likewise.
20311         * posix/getopt.c (_getopt_internal_r): Likewise.
20312         * posix/glob.c (glob, glob_in_dir): Likewise.
20313         * posix/wordexp.c (exec_comm_child): Likewise.
20314         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
20315         (getanswer_r, gaih_getanswer_slice): Likewise.
20316         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
20317         * resolv/res_init.c: Likewise.
20318         * resolv/res_mkquery.c (res_nmkquery): Likewise.
20319         * resolv/res_query.c (__libc_res_nquery): Likewise.
20320         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
20321         Likewise.
20322         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
20323         * stdio-common/perror.c (perror): Likewise.
20324         * stdio-common/printf_fp.c (___printf_fp): Likewise.
20325         * stdio-common/tmpnam.c (tmpnam): Likewise.
20326         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20327         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
20328         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
20329         Likewise.
20330         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
20331         * stdlib/putenv.c (putenv): Likewise.
20332         * stdlib/setenv.c (__add_to_environ): Likewise.
20333         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20334         * stdlib/strtol_l.c (INTERNAL): Likewise.
20335         * string/memmem.c (memmem): Likewise.
20336         * string/strerror.c (strerror): Likewise.
20337         * string/strnlen.c (__strnlen): Likewise.
20338         * string/test-memmem.c (simple_memmem): Likewise.
20339         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
20340         * sunrpc/pm_getport.c (__get_socket): Likewise.
20341         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
20342         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
20343         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
20344         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
20345         Likewise.
20346         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
20347         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
20348         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
20349         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
20350         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
20351         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
20352         Likewise.
20353         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
20354         Likewise.
20355         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
20356         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
20357         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
20358         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
20359         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
20360         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
20361         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
20362         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
20363         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
20364         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
20365         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
20366         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
20367         Likewise.
20368         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
20369         Likewise.
20370         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
20371         Likewise.
20372         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
20373         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
20374         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
20375         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
20376         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
20377         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
20378         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
20379         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
20380         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
20381         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
20382         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
20383         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20384         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20385         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
20386         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
20387         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
20388         Likewise.
20389         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
20390         Likewise.
20391         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
20392         Likewise.
20393         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
20394         Likewise.
20395         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
20396         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20397         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
20398         Likewise.
20399         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
20400         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
20401         * sysdeps/posix/opendir.c (__opendirat): Likewise.
20402         * sysdeps/posix/sleep.c: Likewise.
20403         * sysdeps/posix/tempname.c: Likewise.
20404         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
20405         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20406         Likewise.
20407         * sysdeps/powerpc/powerpc32/dl-machine.h
20408         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
20409         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20410         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20411         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
20412         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
20413         Likewise.
20414         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
20415         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
20416         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20417         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
20418         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20419         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
20420         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
20421         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
20422         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20423         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
20424         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
20425         (elf_machine_lazy_rel): Likewise.
20426         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
20427         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
20428         (elf_machine_lazy_rel): Likewise.
20429         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
20430         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
20431         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
20432         * sysdeps/unix/grantpt.c (grantpt): Likewise.
20433         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
20434         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
20435         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
20436         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
20437         Likewise.
20438         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
20439         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
20440         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
20441         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
20442         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
20443         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
20444         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
20445         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
20446         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
20447         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
20448         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
20449         Likewise.
20450         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
20451         (__posix_fallocate64_l64): Likewise.
20452         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
20453         (posix_fallocate): Likewise.
20454         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
20455         Likewise.
20456         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
20457         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
20458         (getifaddrs_internal): Likewise.
20459         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
20460         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
20461         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
20462         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
20463         * sysdeps/unix/sysv/linux/posix_fallocate64.c
20464         (__posix_fallocate64_l64): Likewise.
20465         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
20466         Likewise.
20467         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
20468         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
20469         (__get_clockfreq): Likewise.
20470         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
20471         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
20472         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
20473         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20474         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20475         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
20476         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
20477         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
20478         Likewise.
20479         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
20480         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
20481         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
20482         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
20483         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
20484         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
20485         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
20486         Likewise.
20487         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20488         (posix_fallocate): Likewise.
20489         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20490         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
20491         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
20492         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
20493         (elf_machine_rela, elf_machine_rela_relative)
20494         (elf_machine_lazy_rel): Likewise.
20495         * time/asctime.c (asctime_internal): Likewise.
20496         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
20497         * time/tzset.c (__tzset_parse_tz): Likewise.
20498         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
20499         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
20500         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
20501         * wcsmbs/wcsmbsload.h: Likewise.
20503         [BZ #15894]
20504         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
20506         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
20507         (arena_get2): Remove THREAD_STATS conditionals.
20508         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
20509         (__malloc_stats, int): Likewise.
20511 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
20513         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
20514         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
20516         * manual/setjmp.texi: Fix typos/grammar errors.
20518         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
20519         Only return early when n is <= 0.  Delete unused return statement.
20521         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20522         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20523         * debug/tst-longjmp_chk3.c: New file.
20525         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20526         (test_main): Replace code with set_fortify_handler call.
20527         * debug/test-strcpy_chk.c: Likewise.
20528         * debug/tst-chk1.c: Likewise.
20529         * debug/tst-longjmp_chk.c: Likewise.
20530         * test-skeleton.c: Include fcntl.h & paths.h
20531         (set_fortify_handler): Define.
20533         * debug/tst-longjmp_chk.c: Add header comment and include
20534         ../test-skeleton.c.
20535         (do_test): Mark static.
20536         (TEST_FUNCTION): Define.
20538         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20539         (IP_PMTUDISC_INTERFACE): Likewise.
20540         (IP_MULTICAST_IF): Likewise.
20541         (IP_MULTICAST_TTL): Likewise.
20542         (IP_MULTICAST_LOOP): Likewise.
20543         (IP_ADD_MEMBERSHIP): Likewise.
20544         (IP_DROP_MEMBERSHIP): Likewise.
20545         (IP_UNBLOCK_SOURCE): Likewise.
20546         (IP_BLOCK_SOURCE): Likewise.
20547         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20548         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20549         (IP_MSFILTER): Likewise.
20550         (MCAST_JOIN_GROUP): Likewise.
20551         (MCAST_BLOCK_SOURCE): Likewise.
20552         (MCAST_UNBLOCK_SOURCE): Likewise.
20553         (MCAST_LEAVE_GROUP): Likewise.
20554         (MCAST_JOIN_SOURCE_GROUP): Likewise.
20555         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20556         (MCAST_MSFILTER): Likewise.
20557         (IP_MULTICAST_ALL): Likewise.
20558         (IP_UNICAST_IF): Likewise.
20560         * timezone/Makefile: Delete $(have-ksh) check.
20561         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20562         * timezone/tzselect.ksh: Add +x mode bits.
20564         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20565         (ANON_INODE_FS_MAGIC): Likewise.
20566         (BDEVFS_MAGIC): Likewise.
20567         (BINFMTFS_MAGIC): Likewise.
20568         (BTRFS_TEST_MAGIC): Likewise.
20569         (CRAMFS_MAGIC_WEND): Likewise.
20570         (DEBUGFS_MAGIC): Likewise.
20571         (ECRYPTFS_SUPER_MAGIC): Likewise.
20572         (EXT3_SUPER_MAGIC): Likewise.
20573         (EXT4_SUPER_MAGIC): Likewise.
20574         (FUTEXFS_SUPER_MAGIC): Likewise.
20575         (HOSTFS_SUPER_MAGIC): Likewise.
20576         (HUGETLBFS_MAGIC): Likewise.
20577         (MINIX3_SUPER_MAGIC): Likewise.
20578         (MTD_INODE_FS_MAGIC): Likewise.
20579         (NILFS_SUPER_MAGIC): Likewise.
20580         (OPENPROM_SUPER_MAGIC): Likewise.
20581         (PIPEFS_MAGIC): Likewise.
20582         (PSTOREFS_MAGIC): Likewise.
20583         (QNX6_SUPER_MAGIC): Likewise.
20584         (RAMFS_MAGIC): Likewise.
20585         (REISERFS_SUPER_MAGIC_STRING): Likewise.
20586         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20587         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20588         (SECURITYFS_MAGIC): Likewise.
20589         (SELINUX_MAGIC): Likewise.
20590         (SMACK_MAGIC): Likewise.
20591         (SOCKFS_MAGIC): Likewise.
20592         (SQUASHFS_MAGIC): Likewise.
20593         (STACK_END_MAGIC): Likewise.
20594         (TMPFS_MAGIC): Likewise.
20595         (USBDEVICE_SUPER_MAGIC): Likewise.
20596         (V9FS_MAGIC): Likewise.
20597         (XENFS_SUPER_MAGIC): Likewise.
20598         (CRAMFS_MAGIC): Fix typo in comment.
20599         (EXT2_SUPER_MAGIC): Update comment.
20600         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20602 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20604         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20605         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20606         * sysdeps/unix/sysv/linux/arm: Move directory from
20607         ports/sysdeps/unix/sysv/linux/arm.
20608         * README: Update listing for arm-*-linux-gnueabi.
20610         * README: Remove mention of am33.
20612 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20614         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20615         than the comma operator, to avoid "rhs of comma has no effect"
20616         compiler warnings.
20617         (__sigfillset, __sigandset, __sigorset): Likewise.
20618         * include/signal.h (__sigemptyset): Likewise.
20619         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20621 2014-02-07  Allan McRae  <allan@archlinux.org>
20623         * version.h (RELEASE): Set to "development".
20624         (VERSION): Set to "2.19.90"
20625         * NEWS: Add 2.20 section.
20627 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20629         [BZ #16529]
20630         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20632 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20634         * manual/contrib.texi: Update entry for Carlos O'Donell,
20635         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20637 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20639         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20641         * sysdeps/unix/sysv/linux/kernel-features.h
20642         [__LINUX_KERNEL_VERSION >= 0x020621]
20643         (__ASSUME_PROC_PID_TASK_COMM): Define.
20645 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20647         [BZ #16398]
20648         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20649         conversion when destination buffer does not have enough space.
20650         * libio/tst-ftell-partial-wide.c: New test case.
20651         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20653         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20654         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20655         Leonard and Allan McRae.
20657 2014-02-04  David S. Miller  <davem@davemloft.net>
20659         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20660         32-bit.
20662 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20665         New file
20666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20667         New file
20668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20669         New file.
20670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20671         New file.
20672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20673         New file.
20674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20675         New file.
20676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20677         New file.
20678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20679         New file.
20680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20681         New file.
20682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20683         New file.
20684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20685         New file.
20686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20687         New file.
20688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20689         New file.
20691 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20693         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20694         * shlib-versions: Likewise.
20696 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20697             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20699         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20700         (abilist-pattern): New variable, set to %-le.abilist.
20702         * Makerules (abilist-pattern): New variable.
20703         (vpath): Use $(abilist-pattern) in place of %.abilist.
20704         (check-abi-% pattern rule): Likewise.
20705         (check-abi, update-abi): Likewise.
20707 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20709         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20711 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20713         * manual/startup.texi: Add next, previous, and top entries for
20714         the `Program Arguments' and `Environment Variables' nodes.
20716 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20718         * manual/macros.texi: Add comments before MTASC-safety macros.
20720         * manual/users.texi: Document MTASC-safety properties.
20722         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20723         (pthread_getspecific, pthread_setspecific): Format with
20724         @deftypefun, and add @safety note.
20725         * manual/signal.texi: Move comments that analyze the above
20726         functions to their home place.
20728 2014-02-03  Allan McRae  <allan@archlinux.org>
20730         * po/sl.po: Update Slovenian translation from translation project.
20732 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20734         * manual/time.texi (timegm): Add missing blank after @c.
20735         Reported by Joseph Myers <joseph@codesourcery.com>.
20737 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20739         * manual/check-safety.sh: New.
20740         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20742         * manual/terminal.texi: Document MTASC-safety properties.
20744         * manual/filesys.texi: Document MTASC-safety properties.
20746         * manual/errno.texi: Document MTASC-safety properties.
20748         * manual/intro.texi: Document safety identifiers and
20749         conditionals.
20751         * manual/string.texi (wcstok): Fix prototype.
20752         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20754         * manual/time.texi: Document MTASC-safety properties.
20756         * manual/string.texi: Document MTASC-safety properties.
20758         * manual/threads.texi: Document MTASC-safety properties.
20760         * manual/stdio.texi: Document MTASC-safety properties.
20762         * manual/syslog.texi: Document MTASC-safety properties.
20764         * manual/sysinfo.texi: Document MTASC-safety properties.
20766         * manual/startup.texi: Document MTASC-safety properties.
20768         * manual/socket.texi: Document MTASC-safety properties.
20770         * manual/signal.texi: Document MTASC-safety properties.
20772 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20774         * manual/setjmp.texi: Document MTASC-safety properties.
20776         * manual/search.texi: Document MTASC-safety properties.
20778         * manual/resource.texi: Document MTASC-safety properties.
20780         * manual/process.texi: Document MTASC-safety properties.
20782         * manual/platform.texi: Document MTASC-safety properties.
20784         * manual/pipe.texi: Document MTASC-safety properties.
20786         * manual/pattern.texi: Document MTASC-safety properties.
20788         * manual/message.texi: Document MTASC-safety properties.
20790         [BZ #12751]
20791         * manual/memory.texi: Document MTASC-safety properties.
20793         * manual/math.texi: Document MTASC-safety properties.
20795         * manual/locale.texi: Document MTASC-safety properties.
20797         * manual/llio.texi: Document MTASC-safety properties.
20799         * manual/libdl.texi: New.
20801         * manual/lang.texi: Document MTASC-safety properties.
20803         * manual/job.texi: Document MTASC-safety properties.
20805         * manual/getopt.texi: Document MTASC-safety properties.
20807         * manual/ctype.texi: Document MTASC-safety properties.
20809 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20811         [BZ #16046]
20812         * csu/libc-tls.c (static_map): Remove variable.
20813         (__libc_setup_tls): Use main executable's link map for TLS data.
20814         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20815         casing for LM_ID_BASE and GL(dl_nns).
20816         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20817         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20818         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20819         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20820         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20821         member.
20822         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20823         l_phnum members.
20825 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20827         * manual/debug.texi: Document MTASC-safety properties.
20829 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20831         [BZ #16510]
20832         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20833         of __x86_64__ when disabling x87 inline functions.
20835 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20837         * manual/charset.texi: Document MTASC-safety properties.
20839         * manual/crypt.texi: Document MTASC-safety properties.
20841         * manual/conf.texi: Document MTASC-safety properties.
20843         * manual/arith.texi: Document MTASC-safety properties.
20845         * manual/argp.texi: Document MTASC-safety properties.
20847         * manual/macros.texi: Introduce macros to document multi
20848         thread, asynchronous signal and asynchronous cancellation
20849         safety properties.
20850         * manual/intro.texi: Introduce the properties themselves.
20852 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20854         * sysdeps/sh/sh4/Makefile: New file.
20856 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20858         * math/gen-libm-test.pl ($srcdir): New variable.
20859         ($auto_input): Use it.
20861 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20863         [BZ #16506]
20864         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20865         access beyond array bounds when parsing netgroups file.
20867         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20868         the old buffer before realloc.
20870 2014-01-27  Allan McRae  <allan@archlinux.org>
20872         * po/fr.po: Update French translation from translation project.
20874 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20876         * sysdeps/sh/libm-test-ulps: Regenerate.
20878 2014-01-24  David S. Miller  <davem@davemloft.net>
20880         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20882 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20884         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20885         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20887 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20889         [BZ #16474]
20890         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20891         string pointers after reallocation.
20893 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20895         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20896         __SH4A__ instead of __SH_FPU_ANY__.
20898 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20900         * sysdeps/sh/fpu_control.h: New file.
20901         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20902         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20903         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20904         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20905         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20906         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20907         * sysdeps/sh/sys/ucontext.h: Remove.
20908         * sysdeps/sh/sys: Remove directory.
20910 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20912         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20913         s390/sys/ucontext.h.
20914         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20915         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20917 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20919         [BZ #15605]
20920         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20922 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20924         [BZ#16431]
20925         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20926         Adjust the vDSO correctly for internal calls.
20927         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20929 2014-01-20  Allan McRae  <allan@archlinux.org>
20931         * po/ca.po: Update Catalan translation from translation project.
20933 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20935         * sysdeps/s390/sotruss-lib.c: New file.
20937 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20939         [BZ#16430]
20940         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20941         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20942         local calls issues by not having a PLT stub required for IFUNC calls.
20943         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20945 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20947         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20948         * math/test-fpucw-static.c: Likewise.
20950 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20952         [BZ #16453]
20953         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20955 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20957         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20958         implementation for powerpc.
20960 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20962         [BZ #14782]
20963         * sysdeps/posix/system.c (__libc_system): Do not enable
20964         asynchronous cancellation.
20966 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20968         [BZ #16427]
20969         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20970         handling only for numbers special also in the IEEE case.
20972 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20974         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20976 2014-01-11  Allan McRae  <allan@archlinux.org>
20978         * po/bg.po: Update Bulgarian translation from translation project.
20980         * po/de.po: Update German translation from translation project.
20982 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20984         * sysdeps/generic/gcc-compat.h: New file.
20986 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20988         * benchtests/asin-inputs: Correct slow inputs.
20989         * benchtests/acos-inputs: Likewise.
20991 2014-01-10  Allan McRae  <allan@archlinux.org>
20993         * po:sv.po: Update Swedish translation from translation project.
20995         * po/vi.po: Update Vietnamese translation from translation project.
20997         * po/eo.po: Update Esperanto translation from translation project.
20999         * po/cs.po: Update Czech translation from translation project.
21001         * po/nl.po: Update Dutch translation from translation project.
21003         * po/pl.po: Update Polish translation from translation project.
21005         * po/ru.po: Update Russian translation from translation project.
21007         * po/uk.po: Update Ukrainian translation from translation project.
21009 2014-01-08  Brooks Moses  <bmoses@google.com>
21011         * elf/dl-load.c: Fix comment typo.
21013 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
21015         * po/header.pot: Rename to...
21016         * po/pot.header: ... this.
21017         * po/Makefile: Use pot.header.
21019 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
21020             Maxim Kuvyrkov  <maxim@kugelworks.com>
21022         [BZ #16394]
21023         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
21024         SRC and DEST against LEN.
21026 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21028         [BZ #16414]
21029         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
21030         implementation.
21031         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
21033 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21035         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21037 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
21039         [BZ #16408]
21040         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
21041         for large positive arguments.
21043 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
21045         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
21047         * math/auto-libm-test-in: Mark various tests with
21048         xfail-rounding:ldbl-128ibm.
21049         * math/auto-libm-test-out: Regenerated.
21051         [BZ #16407]
21052         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
21053         Increase overflow threshold.
21055 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
21057         [BZ #14286]
21058         * stdio-common/vfprintf.c: Check for integer overflow.
21060 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21062         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
21063         the first argument and return value of __tls_get_addr_internal.
21065 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21067         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
21068         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
21070 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21072         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
21073         * sysdeps/s390/rtld-global-offsets.sym: New file.
21074         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
21075         GLIBC_2.19 symbol.
21076         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
21077         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
21078         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
21079         ... this.
21080         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
21081         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
21082         ... this.
21083         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21084         Regenerate.
21085         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21086         Regenerate.
21087         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
21088         halfs of GPRs for high_gprs contexts.
21089         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
21090         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
21091         field.
21092         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
21093         uc_flags field.
21094         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
21095         64 bit versions:
21096         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
21097         for high GPRs (uc_high_gprs) and for future extensions
21098         (__reserved).
21099         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
21100         for future extensions (__reserved).
21101         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
21102         64 bit versions:
21103         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
21104         SC_HIGHGPRS offset definition.
21105         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
21106         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
21108         * Versions.def: Add GLIBC_2.19 for libpthread.
21109         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
21110         siglongjmp for libpthread with GLIBC_2.19 symver.
21111         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
21112         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
21113         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
21114         * sysdeps/s390/__longjmp.c: New file.
21115         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
21116         * sysdeps/s390/longjmp.c: New file.
21117         * sysdeps/s390/setjmp.S: New file.
21118         * sysdeps/s390/sigjmp.S: New file.
21119         * sysdeps/s390/v1-longjmp.c: New file.
21120         * sysdeps/s390/v1-setjmp.h: New file.
21121         * sysdeps/s390/v1-sigjmp.c: New file.
21122         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
21123         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
21124         GLIBC_2.19 version.
21125         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
21126         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
21127         versioned symbols for ____longjmp_chk.
21128         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
21129         Likewise.
21130         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21131         Regenerate.
21132         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
21133         Regenerate.
21134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21135         Regenerate.
21136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
21137         Regenerate.
21138         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
21139         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
21140         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
21141         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
21142         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
21143         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
21144         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
21145         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
21146         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
21147         * sysdeps/s390/rtld-__longjmp.c: New file.
21148         * sysdeps/s390/rtld-setjmp.S: New file.
21150 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
21152         [BZ #16400]
21153         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21154         Return -__logl (x) for small positive arguments without evaluating
21155         a polynomial.
21157 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
21159         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
21160         Rename to ...
21161         (__ptrace_peeksiginfo_args): ... this.
21162         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21163         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21164         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21166 2014-01-06  Allan McRae  <allan@archlinux.org>
21168         * inet/netinet/in.h: Fix typo in comment.
21170 2014-01-05  Andreas Jaeger  <aj@suse.de>
21172         * sysdeps/i386/fpu/libm-test-ulps: Update.
21174 2014-01-05  Allan McRae  <allan@archlinux.org>
21176         * po/libc.pot: Regenerated.
21178         * malloc/memusagestat.c: Fix gettext call formatting.
21180 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
21182         * nscd/nscd.c: Improve usage() output.
21184 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
21186         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
21187         * sysdeps/unix/sysv/linux/configure: Regenerated.
21188         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
21189         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
21191 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
21193         [BZ #16390]
21194         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
21195         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
21197 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21199         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
21200         extra tokens at end of #undef directive.
21201         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
21202         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
21203         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
21205 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
21207         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
21209         * math/auto-libm-test-in: Mark various tests with
21210         xfail-rounding:ldbl-128ibm.
21211         * math/auto-libm-test-out: Regenerated.
21213 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
21215         [BZ #16386]
21216         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
21217         numbers with subnormal high part when calculating exponent.
21219         [BZ #16385]
21220         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
21221         fabs.
21223         [BZ #16384]
21224         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
21225         M_LN2l.
21226         (__ieee754_acoshl): Use __log1pl not __log1p.
21228 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
21230         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
21231         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
21232         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
21233         (grow_heap, heap_trim, _int_new_arena, get_free_list)
21234         (reused_arena, arena_get2): Convert to GNU style.
21235         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
21236         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
21237         (memalign_check, __malloc_set_state): Likewise.
21238         * malloc/mallocbug.c (main): Likewise.
21239         * malloc/malloc.c (__malloc_assert, malloc_init_state)
21240         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
21241         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
21242         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
21243         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
21244         (__posix_memalign, malloc_info): Likewise.
21245         * malloc/malloc.h: Likewise.
21246         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
21247         (mallochook, memalignhook, reallochook, mabort): Likewise.
21248         * malloc/mcheck.h: Likewise.
21249         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
21250         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
21251         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
21252         * malloc/morecore.c (__default_morecore): Likewise.
21253         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
21254         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
21255         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
21256         (print_and_abort): Likewise.
21257         * malloc/obstack.h: Likewise.
21258         * malloc/set-freeres.c (__libc_freeres): Likewise.
21259         * malloc/tst-mallocstate.c (main): Likewise.
21260         * malloc/tst-mtrace.c (main): Likewise.
21261         * malloc/tst-realloc.c (do_test): Likewise.
21263 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21265         [BZ #16366]
21266         * nscd/netgroupcache.c (do_notfound): New function.
21267         (addgetnetgrentX): Use it.
21269         [BZ # 16365]
21270         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
21271         NSS_STATUS_NOTFOUND.
21273 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
21275         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21278 2014-01-01  Allan McRae  <allan@archlinux.org>
21280         * scripts/update-copyrights: Update configure input file suffix.
21282         * NEWS: Update copyright year.
21283         * catgets/gencat.c: Likewise.
21284         * csu/version.c: Likewise.
21285         * debug/catchsegv.sh: Likewise.
21286         * debug/pcprofiledump.c: Likewise.
21287         * debug/xtrace.sh: Likewise.
21288         * elf/ldconfig.c: Likewise.
21289         * elf/ldd.bash.in: Likewise.
21290         * elf/pldd.c: Likewise.
21291         * elf/sotruss.ksh: Likewise.
21292         * elf/sprof.c: Likewise.
21293         * iconv/iconv_prog.c: Likewise.
21294         * iconv/iconvconfig.c: Likewise.
21295         * locale/programs/locale.c: Likewise.
21296         * locale/programs/localedef.c: Likewise.
21297         * login/programs/pt_chown.c: Likewise.
21298         * malloc/memusage.sh: Likewise.
21299         * malloc/memusagestat.c: Likewise.
21300         * malloc/mtrace.pl: Likewise.
21301         * manual/libc.texinfo: Likewise.
21302         * nscd/nscd.c: Likewise.
21303         * nss/getent.c: Likewise.
21304         * nss/makedb.c: Likewise.
21305         * posix/getconf.c: Likewise.
21306         * scripts/test-installation.pl: Likewise.
21308         * All files with FSF copyright notices: Update copyright dates
21309         using scripts/update-copyrights.
21310         * intl/plural.c: Regenerated.
21311         * locale/programs/charmap-kw.h: Likewise.
21312         * locale/programs/locfile-kw.h: Likewise.
21314 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
21316         * sysdeps/unix/sysv/linux/configure: Regenerated.
21317         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
21318         the linux/fanotify.h header.
21319         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
21320         HAVE_LINUX_FANOTIFY_H is defined.
21322 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
21324         * benchtests/cos-inputs: New inputs.
21325         * benchtests/sin-inputs: Likewise.
21327         * benchtests/atan-inputs: New inputs. Fix name of multiple
21328         precision fallback inputs.
21330         * benchtests/atanh-inputs: New inputs.
21331         * benchtests/tanh-inputs: Likewise.
21333         * benchtests/acosh-inputs: New inputs.
21334         * benchtests/asinh-inputs: Likewise.
21336         * benchtests/cosh-inputs: New inputs.
21337         * benchtests/sinh-inputs: Likewise.
21339         * benchtests/acos-inputs: Add more inputs.
21340         * benchtests/asin-inputs: Likewise.
21342 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
21344         [BZ #16375]
21345         * manual/arith.texi: Fix spelling.
21346         * manual/charset.texi: Likewise.
21347         * manual/errno.texi: Likewise.
21348         * manual/filesys.texi: Likewise.
21349         * manual/lang.texi: Likewise.
21350         * manual/llio.texi: Likewise.
21351         * manual/locale.texi: Likewise.
21352         * manual/message.texi: Likewise.
21353         * manual/resource.texi: Likewise.
21354         * manual/search.texi: Likewise.
21355         * manual/setjmp.texi: Likewise.
21356         * manual/stdio.texi: Likewise.
21357         * manual/string.texi: Likewise.
21358         * manual/sysinfo.texi: Likewise.
21359         * manual/time.texi: Likewise.
21361 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
21363         * po/sl.po: New file.
21365 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
21367         * .gitignore: Add core/.gdbinit/.gdb_history.
21369 2013-12-27  Allan McRae  <allan@archlinux.org>
21371         [BZ #16369]
21372         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
21373         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
21375 2013-12-24  Brooks Moses  <bmoses@google.com>
21377         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
21378         all compilers that claim C++98 compliance, not just GCC.
21379         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
21380         Likewise.
21382 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
21384         * NEWS: Restore accidentally deleted bug-fix entries.
21386 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
21387             Ondřej Bílka  <neleai@seznam.cz>
21389         [BZ #15073]
21390         * malloc/malloc.c (_int_free): Perform sanity check only if we
21391         have_lock.
21393 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
21395         [BZ #12986]
21396         * manual/stdio.texi (String Input Conversions): Clarify that character
21397         classes are not supported.
21399 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21401         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21403 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
21405         [BZ #16337]
21406         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21407         Calculate results for small negative arguments directly rather
21408         than using reflection formula with special underflow handling.
21410         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
21411         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
21412         sysdeps/unix/bsd/bsd4.4/syscalls.list.
21413         (fchflags): Likewise.
21414         (revoke): Likewise.
21415         (setlogin): Likewise.
21416         (sigaltstack): Likewise.
21417         (wait4): Likewise.
21418         (sigblock): Remove.
21419         (sigsetmask): Likewise.
21420         (wait3): Likewise.
21421         (waitpid): Likewise.
21422         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
21423         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
21424         file.
21425         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
21426         * sysdeps/unix/bsd/Makefile: ... here.
21427         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
21428         * sysdeps/unix/bsd/Versions: ... here.
21429         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
21430         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
21431         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
21432         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
21433         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
21434         * sysdeps/unix/bsd/sigblock.c: ... here.
21435         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
21436         * sysdeps/unix/bsd/sigsetmask.c: ... here.
21437         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
21438         * sysdeps/unix/bsd/sigvec.c: ... here.
21439         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
21440         * sysdeps/unix/bsd/tcdrain.c: ... here.
21441         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
21442         * sysdeps/unix/bsd/tcgetattr.c: ... here.
21443         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
21444         * sysdeps/unix/bsd/tcsetattr.c: ... here.
21445         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
21446         * sysdeps/unix/bsd/wait.c: ... here.
21447         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
21448         * sysdeps/unix/bsd/wait3.c: ... here.
21449         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
21450         * sysdeps/unix/bsd/waitpid.c: ... here.
21452 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
21454         [BZ #16356]
21455         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
21456         round-to-nearest for [!USE_AS_EXPM1L].
21457         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
21458         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
21459         more tests of exp and exp10.  Expect some exp10 tests to miss
21460         exceptions or fail in directed rounding modes.
21461         * math/auto-libm-test-out: Regenerated.
21462         * math/libm-test.inc (exp10_tonearest_test_data): New array.
21463         (exp10_test_tonearest): New function.
21464         (exp10_towardzero_test_data): New array.
21465         (exp10_test_towardzero): New function.
21466         (exp10_downward_test_data): New array.
21467         (exp10_test_downward): New function.
21468         (exp10_upward_test_data): New array.
21469         (exp10_test_upward): New function.
21470         (main): Call the new functions.
21471         * sysdeps/i386/fpu/libm-test-ulps: Update.
21472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21474 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
21476         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
21477         asinh, atan, atan2, atanh, cbrt, cos and cosh.
21478         * math/auto-libm-test-out: Regenerated.
21479         * math/libm-test.inc (acosh_test_data): Add more tests.
21480         (atanh_test_data): Likewise.
21481         (ceil_test_data): Likewise.
21482         (copysign_test_data): Likewise.
21483         * sysdeps/i386/fpu/libm-test-ulps: Update.
21484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21486         * timezone/checktab.awk: Update from tzcode 2013i.
21487         * timezone/private.h: Likewise.
21488         * timezone/scheck.c: Likewise.
21489         * timezone/tzfile.h: Likewise.
21490         * timezone/tzselect.ksh: Likewise.
21491         * timezone/zdump.c: Likewise.
21492         * timezone/zic.c: Likewise.
21494         * math/auto-libm-test-in: Add tests of cpow.
21495         * math/auto-libm-test-out: Regenerated.
21496         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
21497         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21498         mpc_cc_c.
21499         (func_calc_desc): Add mpc_cc_c union field.
21500         (test_functions): Add cpow.
21501         (special_fill_2pi): New function.
21502         (special_real_inputs): Add 2pi.
21503         (calc_generic_results): Handle mpc_cc_c.
21504         * sysdeps/i386/fpu/libm-test-ulps: Update.
21505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21507         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
21508         csqrt, ctan and ctanh.
21509         * math/auto-libm-test-out: Regenerated.
21510         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21511         (TEST_COND_x86): Likewise.
21512         (ccos_test_data): Use AUTO_TESTS_c_c.
21513         (ccosh_test_data): Likewise.
21514         (cexp_test_data): Likewise.
21515         (clog_test_data): Likewise.
21516         (csqrt_test_data): Likewise.
21517         (ctan_test_data): Likewise.
21518         (ctan_tonearest_test_data): Likewise.
21519         (ctan_towardzero_test_data): Likewise.
21520         (ctan_downward_test_data): Likewise.
21521         (ctan_upward_test_data): Likewise.
21522         (ctanh_test_data): Likewise.
21523         (ctanh_tonearest_test_data): Likewise.
21524         (ctanh_towardzero_test_data): Likewise.
21525         (ctanh_downward_test_data): Likewise.
21526         (ctanh_upward_test_data): Likewise.
21527         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21528         mpc_c_c.
21529         (func_calc_desc): Add mpc_c_c union field.
21530         (FUNC_mpc_c_c): New macro.
21531         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21532         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21533         ctanh.
21534         (special_fill_min_subnorm_p120): New function.
21535         (special_real_inputs): Add min_subnorm_p120.
21536         (calc_generic_results): Handle mpc_c_c.
21537         * sysdeps/i386/fpu/libm-test-ulps: Update.
21538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21540 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21542         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21543         (do_sin_slow): New functions.
21544         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21545         (cslow2, csloww1, csloww2): Use the new functions.
21547         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21548         Use M to change sign of result instead of X.  Assume X is
21549         positive.
21550         (csloww1): Likewise.
21551         (__sin): Adjust.
21552         (__cos): Adjust.
21554         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21555         arguments A and DA.
21556         (__sin): Adjust.
21557         (__cos): Likewise.
21559         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21560         (__cos): Likewise.
21561         (sloww1): Don't adjust sign of DX.
21562         (csloww1): Likewise.
21563         (sloww2): Use X directly and don't adjust sign of DX.
21564         (csloww2): Likewise.
21566 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21568         * math/auto-libm-test-in: Add tests of cabs and carg.
21569         * math/auto-libm-test-out: Regenerated.
21570         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21571         (carg_test_data): Likewise.
21572         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21573         mpc_c_f.
21574         (func_calc_desc): Add mpc_c_f union field.
21575         (test_functions): Add cabs and carg.
21576         (calc_generic_results): Handle mpc_c_f.
21578         * sysdeps/powerpc/powerpc32/libgcc-compat.S
21579         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21580         as a macro and a compat symbol.
21581         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21582         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21583         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21584         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21585         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21586         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21587         not use .hidden.
21588         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21589         Likewise.
21590         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21591         Likewise.
21592         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21593         Likewise.
21594         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21595         Likewise.
21596         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21597         Likewise.
21598         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21599         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21600         from GLIBC_2.3.2.
21602 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21606 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21608         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21609         trailing whitespace removed.
21610         * scripts/config.guess: Update to version 2013-11-29.
21611         * scripts/config.sub: Update to version 2013-10-01.
21613         * math/auto-libm-test-in: Add tests of sincos.
21614         * math/auto-libm-test-out: Regenerated.
21615         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21616         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21617         mpfr_f_11.
21618         (func_calc_desc): Add mpfr_f_11 union field.
21619         (test_functions): Add sincos.
21620         (calc_generic_results): Handle mpfr_f_11.
21621         * sysdeps/i386/fpu/libm-test-ulps: Update.
21622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21624 2013-12-19  Andreas Schwab  <schwab@suse.de>
21626         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21627         CALL_MCOUNT.
21628         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21629         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21630         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21632 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21634         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21635         * sysdeps/i386/fpu/libm-test-ulps: Update.
21636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21638         [BZ #16293]
21639         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21640         round-to-nearest mode when using frndint.
21641         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21642         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21643         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21644         Likewise.
21645         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21646         sinh test to fail.
21647         * math/auto-libm-test-out: Regenerated.
21648         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21649         (TEST_COND_x86): Likewise.
21650         (expm1_tonearest_test_data): New array.
21651         (expm1_test_tonearest): New function.
21652         (expm1_towardzero_test_data): New array.
21653         (expm1_test_towardzero): New function.
21654         (expm1_downward_test_data): New array.
21655         (expm1_test_downward): New function.
21656         (expm1_upward_test_data): New array.
21657         (expm1_test_upward): New function.
21658         (main): Run the new test functions.
21659         * sysdeps/i386/fpu/libm-test-ulps: Update.
21660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21662         * include/features.h: Update comment documenting feature test
21663         macros.  Mention _DEFAULT_SOURCE in comment.
21664         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21665         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21666         _BSD_SOURCE and _SVID_SOURCE.
21667         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21668         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21669         !_SVID_SOURCE]: Likewise.
21670         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21671         (__USE_POSIX_IMPLICITLY): Define.
21672         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21673         (_POSIX_SOURCE): Undefine and redefine.
21674         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21675         (_POSIX_C_SOURCE): Likewise.
21676         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21677         (Feature Test Macros): Update documentation of default features.
21679 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21681         * benchtests/Makefile: Add bench-strtok.
21682         * benchtests/bench-strtok.c: New file: strtok benchtest.
21684 2013-12-19  Allan McRae  <allan@archlinux.org>
21686         * manual/install.texi: Suppress menu for plain text output.
21687         * INSTALL: Regenerated.
21689 2013-12-18  Brooks Moses  <bmoses@google.com>
21691         [BZ #15846]
21692         * misc/getauxval.c: Include errno.h.
21693         (__getauxval): Set errno to ENOENT if the requested type is not
21694         found.
21695         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21696         don't declare with __attribute_const__.
21697         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21698         * manual/startup.texi: Document that getauxval sets errno.
21700 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21702         * math/auto-libm-test-in: Add tests of jn and yn.
21703         * math/auto-libm-test-out: Regenerated.
21704         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21705         (yn_test_data): Likewise.
21706         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21707         mpfr_if_f.
21708         (func_calc_desc): Add mpfr_if_f union field.
21709         (FUNC_mpfr_if_f): New macro.
21710         (test_functions): Add jn and yn.
21711         (calc_generic_results): Assert type of second input for
21712         mpfr_ff_f.  Handle mpfr_if_f.
21713         (output_for_one_input_case): Disable all checking for arguments
21714         fitting floating-point types in case of an integer argument.
21715         * sysdeps/i386/fpu/libm-test-ulps: Update.
21716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21719         Don't expect fegetround reference in libm.so.
21721 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21723         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21724         $(config-cflags-nofma).
21726 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21728         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21729         * math/auto-libm-test-out: Regenerated.
21731         [BZ #16338]
21732         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21733         to determine exponent and adjust argument to have exponent of -1.
21734         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21735         log2.
21736         * math/auto-libm-test-out: Regenerated.
21737         * sysdeps/i386/fpu/libm-test-ulps: Update.
21738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21740 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21742         * manual/probes.texi: Remove cases when per-thread arenas are
21743         disabled.
21745 2013-12-18  Andreas Schwab  <schwab@suse.de>
21747         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21748         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21749         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21750         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21751         * sysdeps/i386/i686/multiarch/Makefile: Update.
21752         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21754 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21756         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21757         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21759 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21761         [BZ #15968]
21762         Support TZ transition times < 00:00:00.
21763         This is needed for version-3 tz-format files; it supports time
21764         stamps past 2037 for America/Godthab (the only entry in the tz
21765         database for which this change is relevant).
21766         * manual/time.texi (TZ Variable): Document transition times
21767         from -167:59:59 through -00:00:01.
21768         * time/tzset.c (tz_rule): Time of day is now signed.
21769         (__tzset_parse_tz): Parse negative time of day.
21771         Document TZ transition times >= 25:00:00.
21772         * manual/time.texi (TZ Variable): Document transition times from
21773         25:00:00 through 167:59:59.  These are already supported, and this
21774         support will help with version-3 tz-format files.
21776         * manual/time.texi (TZ Variable): Modernize North America example
21777         to reflect current (i.e., 2007-and-later) daylight saving rules.
21779         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21781 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21783         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21784         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21785         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21786         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21787         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21788         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21789         * sysdeps/unix/bsd/clock.c: Likewise.
21790         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21791         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21792         * sysdeps/unix/bsd/init-posix.c: Likewise.
21793         * sysdeps/unix/bsd/poll.c: Likewise.
21794         * sysdeps/unix/bsd/ptsname.c: Likewise.
21795         * sysdeps/unix/bsd/seekdir.c: Likewise.
21796         * sysdeps/unix/bsd/setegid.c: Likewise.
21797         * sysdeps/unix/bsd/seteuid.c: Likewise.
21798         * sysdeps/unix/bsd/setgid.c: Likewise.
21799         * sysdeps/unix/bsd/setrgid.c: Likewise.
21800         * sysdeps/unix/bsd/setruid.c: Likewise.
21801         * sysdeps/unix/bsd/setsid.c: Likewise.
21802         * sysdeps/unix/bsd/setuid.c: Likewise.
21803         * sysdeps/unix/bsd/sigaction.c: Likewise.
21804         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21805         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21806         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21807         * sysdeps/unix/bsd/telldir.c: Likewise.
21808         * sysdeps/unix/bsd/times.c: Likewise.
21809         * sysdeps/unix/bsd/usleep.c: Likewise.
21811         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21812         ($(objpfx)libbsd-compat.a): Remove rule.
21814         * include/features.h (__FAVOR_BSD): Do not define.
21815         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21816         features conflicting with POSIX.
21817         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21818         (_BSD_SOURCE): Remove description of not being a subset of other
21819         feature test macros.
21820         * manual/job.texi (getpgrp): Do not document BSD version.
21821         (getpgid): Do not document by reference to BSD getpgrp.
21822         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21823         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21824         * signal/signal.h [__FAVOR_BSD]: Likewise.
21825         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21826         instead of making contents conditional on [__FAVOR_BSD].
21827         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21829 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21833 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21835         [BZ #16314]
21836         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21837         values below 2**-450, not 2**-500.
21838         * math/auto-libm-test-in: Don't allow spurious underflow from
21839         hypot.
21840         * math/auto-libm-test-out: Regenerated.
21842         [BZ #16316]
21843         [BZ #16330]
21844         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21845         values of ha and hb and sort them after adjusting subnormal
21846         arguments.
21847         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21848         Likewise.
21849         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21850         values of ea and eb and sort them after adjusting subnormal
21851         arguments.
21852         * math/auto-libm-test-in: Do not expect some hypot tests of
21853         subnormals to fail.  Add more hypot tests.
21854         * math/auto-libm-test-out: Regenerated.
21856 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21858         [BZ #13304]
21859         * sysdeps/sh/s_fma.c: New file.
21860         * sysdeps/sh/s_fmaf.c: New file.
21861         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21862         version.
21863         * sysdeps/sh/Implies: Add sh/soft-fp.
21865 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21867         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21868         level of indirection to members `objname', `errstring', `malloced'.
21869         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21870         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21871         it as the __longjmp argument (just pass 1 instead).
21872         (_dl_catch_error): Initialize C with argument pointers and address of
21873         volatile local ERRCODE rather than copying values out of C at return.
21875 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21877         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21878         * math/auto-libm-test-out: Regenerated.
21879         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21880         (hypot_test_data): Likewise.
21881         (pow_test_data): Likewise.
21882         (pow_tonearest_test_data): Likewise.
21883         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21884         mpfr_ff_f.
21885         (func_calc_desc): Add mpfr_ff_f union field.
21886         (FUNC_mpfr_ff_f): New macro.
21887         (test_functions): Add atan2, hypot and pow.
21888         (special_fill_min): New function.
21889         (special_fill_minus_min): Likewise.
21890         (special_fill_min_subnorm): Likewise.
21891         (special_fill_minus_min_subnorm): Likewise.
21892         (special_real_inputs): Add min, -min, min_subnorm and
21893         -min_subnorm.
21894         (calc_generic_results): Handle mpfr_ff_f.
21895         * sysdeps/i386/fpu/libm-test-ulps: Update.
21896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21898 2013-12-16  Will Newton  <will.newton@linaro.org>
21900         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21901         (Aligned Memory Blocks): Add documentation for aligned_alloc
21902         and suggest it as an alternative to posix_memalign.
21903         (Hooks for Malloc): Document __memalign_hook is also called
21904         for aligned_alloc.  (Summary of Malloc): Add summary for
21905         aligned alloc.  Document __memalign_hook is also called
21906         for aligned_alloc.
21908 2013-12-16  Will Newton  <will.newton@linaro.org>
21910         * manual/memory.texi (Malloc Examples): Clarify default
21911         alignment documentation.  Suggest posix_memalign rather
21912         than memalign or valloc.
21913         (Aligned Memory Blocks): Remove suggestion to use memalign
21914         or valloc.  Remove obsolete comment about BSD.
21915         Document memalign errno values and mark the function obsolete.
21916         Document posix_memalign returned error codes.  Mark valloc
21917         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21918         called for posix_memalign and valloc.
21919         (Summary of Malloc): Add posix_memalign to function summary.
21920         __memalign_hook is also called for posix_memalign and valloc.
21922 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21924         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21925         TAYLOR_SIN.
21926         (__sin): Adjust.
21927         (__cos): Likewise.
21928         (sloww): Use mynumber union.  Expand ternary operator into
21929         if-else statements.
21930         (cslow): use mynumber union.
21932 2013-12-16  Allan McRae  <allan@archlinux.org>
21934         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21935         * configure: Regenerated.
21937         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21939         [BZ #14120]
21940         * configure.ac: Added --enable-maintainer-mode. Check for
21941         autoconf when enabled.
21942         * configure: Regenerated.
21944         * nscd/nscd.service: New file.
21945         * nscd/nscd.tmpfiles: New file.
21947 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21949         [BZ #12100]
21950         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21951         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21952         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21953         (strstr): Add __strstr_sse2_unaligned ifunc.
21954         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21955         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21956         (strcasestr): Remove __strcasestr_sse42 ifunc.
21957         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21958         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21959         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21961 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21963         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21964         * sysdeps/sh/bits/fenv.h: ... here.
21965         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21967 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21969         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21971         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21972         hypotf multiarch implementations.
21973         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21974         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21975         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21976         multiarch hypot for PPC64.
21977         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21978         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21979         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21980         multiarch hypotf for PPC64.
21982         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21983         modff multiarch implementations.
21984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21987         multiarch modf for PPC64.
21988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21991         multiarch modff for PPC64.
21993         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21994         and logl multiarch implementations.
21995         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21998         multiarch logb for PPC64.
21999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
22000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
22001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
22002         multiarch logb for PPC64.
22003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
22004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
22005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
22006         multiarch logb for PPC64.
22008         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
22009         isinff multiarch implementation.
22010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
22011         file.
22012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
22013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
22014         multiarch isinf for PPC64.
22015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
22016         file.
22017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
22018         multiarch isinff for PPC64.
22020         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
22021         finitef multiarch implementation.
22022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
22023         file.
22024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
22025         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
22026         multiarch finite for PPC64.
22027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
22028         file.
22029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
22030         multiarch finitef for PPC64.
22032         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
22033         lrint multiarch implementation.
22034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
22035         file.
22036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
22037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
22038         multiarch llrint for PPC64.
22039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
22040         multiarch lrint for PPC64.
22042         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
22043         copysignf multiarch implementation.
22044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
22045         file.
22046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
22047         file.
22048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
22049         multiarch copysign for PPC64.
22050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
22051         multiarch copysignf for PPC64.
22053         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
22054         multiarch implementation.
22055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
22056         file.
22057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
22058         file.
22059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
22060         file.
22061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
22062         file.
22063         multiarch llround for PPC64.
22064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
22065         multiarch trunc for PPC64.
22066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
22067         multiarch truncf for PPC64.
22069         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
22070         multiarch implementation.
22071         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
22072         file.
22073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
22074         file.
22075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
22076         file.
22077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
22078         file.
22079         multiarch llround for PPC64.
22080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
22081         multiarch round for PPC64.
22082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
22083         multiarch roundf for PPC64.
22085         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
22086         multiarch implementation.
22087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
22088         file.
22089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
22090         file.
22091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
22092         file.
22093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
22094         file.
22095         multiarch llround for PPC64.
22096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
22097         multiarch floor for PPC64.
22098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
22099         multiarch floorf for PPC64.
22101         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
22102         multiarch implementation.
22103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
22104         file.
22105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
22106         file.
22107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
22108         file.
22109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
22110         file.
22111         multiarch llround for PPC64.
22112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
22113         multiarch ceil for PPC64.
22114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
22115         multiarch ceilf for PPC64.
22117         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
22118         multiarch implementation.
22119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
22120         file.
22121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
22122         file.
22123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
22124         file.
22125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
22126         multiarch llround for PPC64.
22127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
22128         multiarch lround for PPC64.
22130         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
22131         multiarch implementation.
22132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
22133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
22134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
22135         file.
22136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
22137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
22138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
22139         multiarch isnan for PPC64.
22140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
22141         multiarch isnanf for PPC64.
22143         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
22144         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
22145         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
22146         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
22147         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
22148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
22150         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
22151         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
22152         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22153         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22155         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
22156         multiarch implementations.
22157         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22158         (__libc_ifunc_impl_list): Likewise.
22159         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
22160         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
22161         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
22162         multiarch stpcpy for PPC64.
22164         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
22165         multiarch implementations.
22166         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22167         (__libc_ifunc_impl_list): Likewise.
22168         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
22169         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
22170         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
22171         multiarch strcpy for PPC64.
22173         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
22174         redefine function name.
22175         (_wordcopy_fwd_dest_aligned): Likewise.
22176         (_wordcopy_bwd_aligned): Likewise.
22177         (_wordcopy_bwd_dest_aligned): Likewise.
22178         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
22179         multiarch implementations.
22180         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22181         (__libc_ifunc_impl_list): Likewise.
22182         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
22183         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
22184         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
22185         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
22186         multiarch wcscpy for PPC64.
22188         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
22189         multiarch implementations.
22190         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22191         (__libc_ifunc_impl_list): Likewise.
22192         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
22193         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
22194         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
22195         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
22196         multiarch wcscpy for PPC64.
22198         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
22199         multiarch implementations.
22200         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22201         (__libc_ifunc_impl_list): Likewise.
22202         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
22203         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
22204         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
22205         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
22206         multiarch wcsrchr for PPC64.
22208         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
22209         multiarch implementations.
22210         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22211         (__libc_ifunc_impl_list): Likewise.
22212         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
22213         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
22214         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
22215         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
22216         multiarch wcschr for PPC64.
22218         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
22219         multiarch implementations.
22220         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22221         (__libc_ifunc_impl_list): Likewise.
22222         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
22223         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
22224         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
22225         multiarch strchrnul for PPC64.
22227         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
22228         implementations.
22229         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22230         (__libc_ifunc_impl_list): Likewise.
22231         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
22232         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
22233         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
22234         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
22235         strchr for PPC64.
22237         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
22238         implementations.
22239         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22240         (__libc_ifunc_impl_list): Likewise.
22241         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
22242         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
22243         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
22244         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
22245         strncmp for PPC64.
22247         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
22248         multiarch implementations.
22249         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22250         (__libc_ifunc_impl_list): Likewise.
22251         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
22252         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
22253         strncasecmp for PPC64.
22254         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
22255         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
22256         multiarch strncasecmp_l for PPC64.
22258         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
22259         multiarch implementations.
22260         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
22261         (__libc_ifunc_impl_list): Likewise.
22262         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
22263         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
22264         multiarch strcasecmp for PPC64.
22265         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
22266         file.
22267         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
22268         multiarch strcasecmp_l for PPC64.
22270         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
22271         implementations.
22272         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22273         (__libc_ifunc_impl_list): Likewise.
22274         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
22275         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
22276         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
22277         strnlen for PPC64.
22279         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
22280         implementations.
22281         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22282         (__libc_ifunc_impl_list): Likewise.
22283         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
22284         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
22285         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
22286         strlen for PPC64.
22288         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
22289         implementations.
22290         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22291         (__libc_ifunc_impl_list): Likewise.
22292         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
22293         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
22294         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
22295         rawmemrchr for PPC64.
22297         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
22298         implementation.
22299         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22300         (__libc_ifunc_impl_list): Likewise.
22301         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
22302         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
22303         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
22304         memrchr for PPC64.
22306         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
22307         implementation.
22308         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22309         (__libc_ifunc_impl_list): Likewise.
22310         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
22311         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
22312         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
22313         memchr for PPC64.
22315         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
22316         implementation.
22317         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22318         (__libc_ifunc_impl_list): Likewise.
22319         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
22320         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
22321         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
22322         mempcpy for PPC64.
22324         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
22325         avoid cretion of __bzero symbol.
22326         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
22327         Likewise.
22328         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
22329         Likewise.
22330         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
22331         Likewise.
22332         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
22333         multiarch implementations.
22334         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22335         (__libc_ifunc_impl_list): Likewise.
22336         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
22337         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
22338         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
22339         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
22340         bzero for PPC32.
22341         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
22342         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
22343         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
22344         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
22345         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
22346         memset for PPC64.
22347         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
22349         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
22350         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
22351         implementations.
22352         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22353         (__libc_ifunc_impl_list): Likewise.
22354         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
22355         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
22356         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
22357         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
22358         memcmp for PPC64.
22360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
22361         multiarch for POWER/PPC64.
22362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
22363         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
22364         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
22365         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
22366         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
22367         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
22368         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
22369         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
22370         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
22371         memcpy for PPC64.
22373         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
22374         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
22375         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
22376         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
22377         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
22378         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
22379         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
22380         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
22381         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
22382         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
22383         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
22384         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
22385         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
22386         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
22387         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
22388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
22389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
22390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
22391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
22392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
22393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
22394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
22396 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22398         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
22400 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22402         * benchtests/Makefile (bench): Add exp2 and log2.
22403         (LDLIBS-bench-exp2): Add -lm.
22404         (LDLIBS-bench-log2): Likewise.
22405         * benchtests/exp2-inputs: New inputs file.
22406         * benchtests/log2-inputs: New inputs file.
22407         * benchtests/log-inputs: Add new inputs.
22408         * benchtests/tan-inputs: Likewise.
22410 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22412         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
22413         definition...
22414         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
22415         (csloww2): ... from here.
22417         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
22418         instead of structures.
22419         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
22420         (POLYNOMIAL): Likewise.
22421         (TAYLOR_SLOW): Likewise.
22422         (__sin): Likewise.
22423         (__cos): Likewise.
22424         (slow1): Likewise.
22425         (slow2): Likewise.
22426         (sloww): Likewise.
22427         (sloww1); Likewise.
22428         (sloww2): Likewise.
22429         (bsloww1): Likewise.
22430         (bsloww2): Likewise.
22431         (cslow2): Likewise.
22432         (csloww): Likewise.
22433         (csloww1): Likewise.
22434         (csloww2): Likewise.
22436 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
22438         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
22439         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
22440         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
22441         * malloc/hooks.c (realloc_check): Likewise.
22443         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
22444         * malloc/arena.c: Remove PER_THREAD conditional.
22445         [!PER_THREAD]: Remove code.
22446         (ptmalloc_unlock_all2): Likewise.
22447         (ptmalloc_init): Likewise.
22448         (_int_new_arena): Likewise.
22449         (arena_get2): Likewise.
22450         * malloc/hooks.c (__malloc_get_state): Likewise.
22451         (__malloc_set_state): Likewise.
22452         * malloc/malloc.c: Likewise.
22453         (struct malloc_state): Likewise.
22454         (struct malloc_par): Likewise.
22455         (__libc_realloc): Likewise.
22456         (__libc_mallopt): Likewise.
22458 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22460         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
22462 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
22464         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
22465         macro to a function.  Check for zero perturb_byte.
22466         (_int_malloc, _int_free): Remove zero perturb_byte checks.
22468         * malloc/malloc.c: (force_reg): Remove.
22469         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
22470         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
22471         force_reg by atomic_forced_read.
22472         * malloc/arena.c (ptmalloc_init): Likewise.
22473         * malloc/hooks.c (top_check): Likewise.
22475 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22477         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22479 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
22481         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22483 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
22485         * math/auto-libm-test-in: Add tests of lgamma.
22486         * math/auto-libm-test-out: Regenerated.
22487         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
22488         (M_LOG_2_SQRT_PIl): Likewise.
22489         (lgamma_test_data): Use AUTO_TESTS_f_f1.
22490         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22491         mpfr_f_f1.
22492         (func_calc_desc): Add mpfr_f_f1 union field.
22493         (ARGS1): New macro.
22494         (ARGS2): Likewise.
22495         (ARGS3): Likewise.
22496         (ARGS4): Likewise.
22497         (RET1): Likewise.
22498         (RET2): Likewise.
22499         (CALC): Likewise.
22500         (FUNC): Likewise.
22501         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
22502         (test_functions): Add lgamma.
22503         (calc_generic_results): Handle mpfr_f_f1.
22504         * sysdeps/i386/fpu/libm-test-ulps: Update.
22505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22507 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22509         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
22510         __mpn_add_n for PowerPC64/POWER7.
22511         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
22512         __mpn_sub_n for PowerPC64/POWER7.
22514         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
22515         __mpn_addmul_1 for PowerPC64.
22516         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
22517         __mpn_submul_1 for PowerPC64.
22518         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
22519         for PowerPC64.
22520         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22521         for PowerPC64.
22523 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
22525         [BZ #15089]
22526         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22528 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22530         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22532         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22533         add multiarch folders.
22534         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22535         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22536         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22537         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22538         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22539         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22540         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22541         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22542         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22543         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22544         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22553         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22555         New file.
22556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22557         New file.
22558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22559         multiarch __ieee754_hypot for PowerPC32.
22560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22561         New file.
22562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22563         New file.
22564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22565         multiarch __ieee754_hypotf for PowerPC32.
22567         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22568         long_double_symbol only if __logbl is defined.
22569         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22570         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22571         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22572         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22573         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22574         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22575         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22576         path for implementation.
22577         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22578         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22580         logb, and logbl multiarch implementations for PowerPC32.
22581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22582         file.
22583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22584         file.
22585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22586         multiarch logb for PowerPC32.
22587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22588         file.
22589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22590         file.
22591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22592         multiarch logbf for PowerPC32.
22593         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22595         file.
22596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22597         multiarch logbl implementation for PowerPC32.
22599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22600         and modff multiarch implementations.
22601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22602         New file.
22603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22604         New file.
22605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22606         multiarch modf for PowerPC32.
22607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22608         New file.
22609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22610         New file.
22611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22612         multiarch modff for PowerPC32.
22614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22615         and lrintf multiarch implementations.
22616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22617         New file.
22618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22619         New file.
22620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22621         multiarch lrint for PowerPC32.
22622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22623         file: multiarch lrintf for PowerPC32.
22625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22626         and lroundf multiarch implementations.
22627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22628         New file.
22629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22630         New file.
22631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22632         New file.
22633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22634         multiarch lround for PowerPC32.
22635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22636         file: multiarch lroundf for PowerPC32.
22638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22639         copysign and copysignf multiarch implementations.
22640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22641         New file.
22642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22643         New file.
22644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22645         file: multiarch copysign for PowerPC32.
22646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22647         file: multiarch copysignf for PowerPC32.
22649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22650         and truncf multiarch implementations.
22651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22652         New file.
22653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22654         file.
22655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22656         multiarch trunc for PowerPC32.
22657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22658         New file.
22659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22660         New file.
22661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22662         multiarch truncf for PowerPC32.
22664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22665         and roundf multiarch implementations.
22666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22667         New file.
22668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22669         file.
22670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22671         multiarch round for PowerPC32.
22672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22673         New file.
22674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22675         New file.
22676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22677         multiarch roundf for PowerPC32.
22679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22680         and floorf multiarch implementations.
22681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22682         New file.
22683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22684         file.
22685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22686         multiarch floor for PowerPC32.
22687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22688         New file.
22689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22690         New file.
22691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22692         multiarch floorf for PowerPC32.
22694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22695         and ceilf multiarch implementations.
22696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22697         New file.
22698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22699         file.
22700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22701         multiarch ceil for PowerPC32.
22702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22703         New file.
22704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22705         file.
22706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22707         multiarch ceilf for PowerPC32.
22709         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22710         is defined.
22711         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22712         FINITEF is defined.
22713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22714         and finitef multiarch implementations.
22715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22716         New file.
22717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22718         file.
22719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22720         multiarch finite for PowerPC32.
22721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22722         New file.
22723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22724         file: multiarch finitef for PowerPC32.
22726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22727         and isinff multiarch implementations.
22728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22729         file.
22730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22731         file.
22732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22733         multiarch isinf for PowerPC32.
22734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22735         New file.
22736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22737         multiarch isinff for PowerPC32.
22739         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22740         alias when __isnan is defined.
22741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22742         and isnanf multiarch implementations.
22743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22744         file.
22745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22746         file.
22747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22748         file.
22749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22750         file.
22751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22752         multiarch isnan for PowerPC32.
22753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22754         New file.
22755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22756         New file.
22757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22758         multiarch isnanf for PowerPC32.
22760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22761         and sqrtf multiarch implementations.
22762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22763         file.
22764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22765         file.
22766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22767         multiarch sqrt for PowerPC32.
22768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22769         file.
22770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22771         file.
22772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22773         multiarch sqrtf for PowerPC32.
22775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22776         and llroundf multiarch implementations.
22777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22778         New file.
22779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22780         New file.
22781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22782         New file.
22783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22784         file: multiarch llround for PowerPC32.
22785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22786         file: multiarch llroundf for PowerPC32.
22788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22789         multiarch PowerPC32 fpu implementations.
22790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22791         New file.
22792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22793         New file.
22794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22795         multiarch llrint for PowerPC32.
22796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22797         New file.
22798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22799         New file.
22800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22801         file.
22803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22805         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22806         file.
22807         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22808         file.
22809         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22810         file.
22811         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22812         multiarch wordcopy for PPC32.
22813         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22814         wordcopy objects.
22815         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22816         (__libc_ifunc_impl_list): Likewise.
22817         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22818         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22819         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22820         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22821         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22822         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22824         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22825         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22826         file.
22827         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22828         file.
22829         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22830         file.
22831         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22832         multiarch wcscpy for PPC32.
22833         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22834         multiarch objects.
22835         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22836         (__libc_ifunc_impl_list): Likewise.
22837         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22838         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22839         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22840         sysdeps/powerpc/power6/wcscpy.c.
22842         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22843         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22844         file.
22845         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22846         file.
22847         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22848         file.
22849         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22850         multiarch wcsrchr for PPC32.
22851         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22852         multiarch objects.
22853         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22854         (__libc_ifunc_impl_list): Likewise.
22855         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22856         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22857         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22858         sysdeps/powerpc/power6/wcsrchr.c.
22860         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22861         file.
22862         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22863         file.
22864         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22865         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22866         multiarch wcschr for PPc32.
22867         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22868         multiarch objects.
22869         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22870         (__libc_ifunc_impl_list): Likewise.
22871         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22872         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22873         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22874         sysdeps/powerpc/power6/wcschr.c.
22876         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22877         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22878         file.
22879         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22880         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22881         file: multiarch strchr for PPC32.
22882         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22883         multiarch objects.
22884         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22885         (__libc_ifunc_impl_list): Likewise.
22887         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22888         name.
22889         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22890         file.
22891         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22892         file.
22893         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22894         multiarch strchrnul for PPC32.
22895         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22896         multiarch objects.
22897         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22898         (__libc_ifunc_impl_list): Likewise.
22900         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22901         file.
22902         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22903         multiarch strncasecmp for PPC32.
22904         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22905         file.
22906         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22907         multiarch strncasecmp_l for PPC32.
22908         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22909         strncasecmp multiarch objects.
22910         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22911         (__libc_ifunc_impl_list): Likewise.
22913         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22914         file.
22915         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22916         multiarch strncasecmp for PPC32.
22917         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22918         New file.
22919         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22920         multiarch strcasecmp_l for PPC32.
22921         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22922         multiarch objects.
22923         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22924         (__libc_ifunc_impl_list): Likewise.
22926         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22927         file.
22928         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22929         file.
22930         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22931         multiarch strncmp for PPC32.
22932         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22933         multiarch objects.
22934         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22935         (__libc_ifunc_impl_list): Likewise.
22937         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22938         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22939         file.
22940         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22941         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22942         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22943         multiarch objects.
22944         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22945         (__libc_ifunc_impl_list): Likewise.
22947         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22948         file.
22949         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22950         file.
22951         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22952         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22953         multiarch objects.
22954         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22955         (__libc_ifunc_impl_list): Likewise.
22957         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22958         file.
22959         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22960         file.
22961         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22962         multiarch rawmemchr for PPC32.
22963         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22964         multiarch objects.
22965         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22966         (__libc_ifunc_impl_list): Likewise.
22968         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22969         file.
22970         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22971         file.
22972         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22973         file: memrchr multiarch for PPC32.
22974         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22975         multiarch objects.
22976         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22977         (__libc_ifunc_impl_list): Likewise.
22979         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22980         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22981         file.
22982         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22983         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22984         multiarch memchr for PPC32.
22985         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22986         multiarch objects.
22987         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22988         (__libc_ifunc_impl_list): Likewise.
22990         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22991         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22992         file.
22993         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22994         file.
22995         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22996         file: multiarch mempcpy for PPC32.
22997         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22998         multiarch objects.
22999         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23000         (__libc_ifunc_impl_list): Likewise.
23002         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
23003         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
23004         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
23005         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
23006         multiarch bzero for PPC32.
23007         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
23008         file.
23009         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
23010         file.
23011         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
23012         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
23013         file: multiarch memset for PPC32.
23014         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
23015         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
23016         memset multiarch objects.
23017         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23018         (__libc_ifunc_impl_list): Likewise.
23020         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
23021         file.
23022         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
23023         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
23024         memcmp for PPC32.
23025         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
23026         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
23027         multiarch objects.
23028         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23029         (__libc_ifunc_impl_list): Likewise.
23031         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
23032         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
23033         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
23034         file.
23035         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
23036         file.
23037         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
23038         file.
23039         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
23040         multiarch memcpy for PPC32.
23041         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
23042         multiarch objects.
23043         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23044         (__libc_ifunc_impl_list): Likewise.
23046         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
23047         support multiarch for POWER/PPC32.
23048         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
23049         Likewise.
23050         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
23051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
23052         Implies file to make multiarch folder appers before the fpu and
23053         default folder for power4 configuration.
23055 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
23057         * scripts/bench.pl: Append volatile keyword to type.
23059 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23061         * sysdeps/sh/sotruss-lib.c: New file.
23062         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
23064 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23066         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23068 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
23070         [BZ #6810]
23071         * math/w_tgamma.c: Include <errno.h>.
23072         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
23073         * math/w_tgammaf.c: Include <errno.h>.
23074         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
23075         * math/w_tgammal.c: Include <errno.h>.
23076         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
23077         * math/auto-libm-test-in: Do not allow missing errno on tgamma
23078         underflow.  Add more tgamma tests.
23079         * math/auto-libm-test-out: Regenerated.
23080         * sysdeps/i386/fpu/libm-test-ulps: Update.
23081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23083         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
23084         sin, sinh, tan, tanh, tgamma, y0 and y1.
23085         * math/auto-libm-test-out: Regenerated.
23086         * math/libm-test.inc (TEST_COND_x86_64): New macro.
23087         (TEST_COND_x86): Likewise.
23088         (M_E2l): Remove macro.
23089         (M_E3l): Likewise.
23090         (M_2_SQRT_PIl): Likewise.
23091         (M_SQRT_PIl): Likewise.
23092         (M_1_DIV_El): Likewise.
23093         (log_test_data): Use AUTO_TESTS_f_f.
23094         (log10_test_data): Likewise.
23095         (log1p_test_data): Likewise.
23096         (log2_test_data): Likewise.
23097         (sin_test_data): Likewise.
23098         (sin_tonearest_test_data): Likewise.
23099         (sin_towardzero_test_data): Likewise.
23100         (sin_downward_test_data): Likewise.
23101         (sin_upward_test_data): Likewise.
23102         (sinh_test_data): Likewise.
23103         (sinh_tonearest_test_data): Likewise.
23104         (sinh_towardzero_test_data): Likewise.
23105         (sinh_downward_test_data): Likewise.
23106         (sinh_upward_test_data): Likewise.
23107         (tan_test_data): Likewise.
23108         (tan_tonearest_test_data): Likewise.
23109         (tan_towardzero_test_data): Likewise.
23110         (tan_downward_test_data): Likewise.
23111         (tan_upward_test_data): Likewise.
23112         (tanh_test_data): Likewise.
23113         (tgamma_test_data): Likewise.
23114         (y0_test_data): Likewise.
23115         (y1_test_data): Likewise.
23116         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
23117         (special_real_inputs): Add pi/4.
23118         * sysdeps/i386/fpu/libm-test-ulps: Update.
23119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23121 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23123         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
23124         "longjmp_target" static probes.
23125         (__longjmp): Rename to __longjmp_symbol.
23126         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
23127         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
23128         on which longjmp to generate.
23129         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23130         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
23131         probe.
23132         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23133         (__sigjmp_save): Rename to __sigjmp_save_symbol.
23134         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
23135         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
23136         and __sigjmp_save_symbol based on which sigsetjmp to generated.
23137         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
23138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
23139         __longjmp_symbol based on which __longjmp to generate.
23140         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
23141         probe.
23142         (setjmp): Rename to setjmp_symbol.
23143         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23144         (_setjmp): Rename to _setjmp_symbol.
23145         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23146         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
23147         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
23148         which setjmp to generate.
23149         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
23150         "longjmp_target" static probes.
23152 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23154         * benchtests/README: Add note about output arguments.
23155         * benchtests/bench-sincos.c: Remove file.
23156         * benchtests/sincos-inputs: New file.
23157         * scripts/bench.pl: Identify output arguments and define
23158         static variables for them.
23160         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
23162         [BZ #15941]
23163         * Makefile (INSTALL): Add install-plain.texi as the primary
23164         dependency.
23165         * manual/install-plain.texi: New file.
23166         * manual/install.texi: Include node directive only for
23167         non-plaintext output.
23169 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
23171         * stdlib/longlong.h: Update from GCC.
23173         [BZ #6807]
23174         [BZ #15901]
23175         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
23176         * math/w_j0f.c (y0f): Likewise.
23177         * math/w_j0l.c (__y0l): Likewise.
23178         * math/w_j1.c (y1): Likewise.
23179         * math/w_j1f.c (y1f): Likewise.
23180         * math/w_j1l.c (__y1l): Likewise
23181         * math/w_jn.c (yn): Likewise.
23182         * math/w_jnf.c (ynf): Likewise.
23183         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
23184         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
23185         value for Bessel function domain errors outside _SVID_ mode.
23186         Adjust sign of return value for yn (negative integer, 0).
23187         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
23188         by zero in return for negative x and set sign appropriately for
23189         negative n.
23190         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
23191         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
23192         * math/libm-test.inc (y0_test_data): Add more tests and adjust
23193         expectations in error cases.
23194         (y1_test_data): Likewise.
23195         (yn_test_data): Likewise.
23196         * sysdeps/i386/fpu/libm-test-ulps: Update.
23197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23199 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23201         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
23202         "64" to "64-v1".  Add "64-v2".
23203         (abi-64-options): Rename to ...
23204         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
23205         (abi-64-condition): Rename to ...
23206         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
23207         (abi-64-ld-soname): Rename to ...
23208         (abi-64-v1-ld-soname): ... this.
23209         (abi-64-v2-options): Define.
23210         (abi-64-v2-condition): Likewise.
23211         (abi-64-v2-ld-soname): Likewise.
23212         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
23213         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
23214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
23215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
23216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
23218 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23219             Alan Modra  <amodra@gmail.com>
23221         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
23222         New versions for use with the ELFv2 ABI.
23223         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
23224         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
23225         declaration.
23226         (struct La_ppc64v2_retval): Likewise.
23227         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
23228         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
23229         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
23230         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
23231         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
23232         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
23233         Do not save or restore CR.
23234         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
23235         (_dl_profile_resolve): Do no save or restore CR.  Support extended
23236         return values for ELFv2 ABI.  Fix location of FPR return registers.
23237         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
23238         updated values for _CALL_ELF == 2.
23239         (La_regs, La_retval, int_retval): Likewise.
23241 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23243         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
23244         (FRAME_MIN_SIZE_PARM): Likewise.
23245         (FRAME_BACKCHAIN): Likewise.
23246         (FRAME_CR_SAVE): Likewise.
23247         (FRAME_LR_SAVE): Likewise.
23248         (FRAME_TOC_SAVE): Likewise.
23249         (FRAME_PARM_SAVE): Likewise.
23250         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
23251         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
23252         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
23253         (call_mcount_parm_offset): New macro.
23254         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
23255         (PROF): Use symbolic stack frame offsets.
23256         (TAIL_CALL_SYSCALL_ERROR): Likewise.
23257         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
23258         Redefine in terms of FRAME_MIN_SIZE.
23259         (_dl_runtime_resolve): Use symbolic stack frame offsets.
23260         (_dl_profile_resolve): Likewise.  Update comment.
23261         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
23262         symbols stack frame offsets.
23263         (__sigsetjmp): Likewise.
23264         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
23265         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
23266         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
23267         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
23269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
23270         (FRAME_BACKCHAIN): Remove.
23271         (FRAME_CR_SAVE): Likewise.
23272         (FRAME_LR_SAVE): Likewise.
23273         (FRAME_COMPILER_DW): Likewise.
23274         (FRAME_LINKER_DW): Likewise.
23275         (FRAME_TOC_SAVE): Likewise.
23276         (FRAME_PARM_SAVE): Likewise.
23277         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
23278         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
23279         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
23280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
23281         (CHECK_SP): Use symbolic stack frame offsets.
23282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
23283         zone" instead of caller's parameter save area for temp storage.
23284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
23285         Likewise.  Also, use symbolic stack frame offsets.
23286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
23287         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
23288         our own stack frame instead of the caller's.
23289         (__socket): Use symbolic stack frame offsets.
23291 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23292             Alan Modra  <amodra@gmail.com>
23294         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
23295         Define.
23296         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
23297         (PPC64_LOCAL_ENTRY_OFFSET): Define.
23298         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
23299         New function.
23300         (elf_machine_fixup_plt): Call it.
23301         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
23302         reloc arguments.
23303         (elf_machine_rela): Update call to elf_machine_plt_conflict.
23304         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
23305         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
23306         r2 before calling target.
23308 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23309             Alan Modra  <amodra@gmail.com>
23311         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
23312         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
23313         versions of macros to support ELFv2 ABI.
23314         (LOCALENTRY): New macro.
23315         (ENTRY, EALIGN): Use it.
23316         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
23317         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
23318         fall through into ENTRY entry point.
23319         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
23320         Only define if _CALL_ELF != 2.
23322         (elf_machine_matches_host): Verify ABI version matches.
23323         (RTLD_START): Use LOCALENTRY.
23324         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
23325         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
23326         (PLT_ENTRY_WORDS): New macro.
23327         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
23328         (elf_machine_runtime_setup): Support ELFv2 ABI.
23329         (elf_machine_fixup_plt): Likewise.
23330         (elf_machine_plt_conflict): Likewise.
23331         (resolve_ifunc): Likewise.
23332         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
23333         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23334         Likewise.
23335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
23336         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
23337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
23338         (makecontext): Support ELFv2 ABI.
23339         * elf/elf.h (EF_PPC64_ABI): Define.
23341 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23343         * sysdeps/powerpc/powerpc64/sysdep.h
23344         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
23345         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
23346         (ENTRY) [ASSEMBLER]: ... but instead here ...
23347         (EALIGN) [ASSEMBLER]: ... and here.
23348         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
23349         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
23350         (ENTRY_2) [!ASSEMBLER]: Use it.
23351         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
23352         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
23353         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
23354         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
23355         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
23356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
23357         Use PPC64_LOAD_FUNCPTR.
23359         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
23361 2013-12-04  Alan Modra  <amodra@gmail.com>
23363         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
23364         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
23365         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
23366         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
23368         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
23369         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
23370         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
23371         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
23372         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
23373         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
23375 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
23378         (__makecontext): Fix incorrect CFI when backtracing out of
23379         context created via makecontext.
23380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
23381         (__setcontext): Fix incorrect CFI during switch to new context.
23382         (__novec_setcontext): Likewise.
23384 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23386         [BZ #4772]
23387         * time/strptime_l.c (__strptime_internal): Allow modifiers
23388         in strptime.
23389         * time/tst-strptime.c (day_tests): Add testcase.
23391 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23393         * scripts/bench.pl: Skip over blank lines.
23395 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23397         [BZ #926]
23398         * manual/time.texi (Calendar Time): Clarify what timezone functions
23399         use.
23401 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23403         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23405 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23407         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
23408         implementation.
23409         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
23410         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
23411         * debug/memset_chk.c (__memset_chk): Likewise.
23412         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
23413         * debug/strncpy_chk.c: Likewise.
23415 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23417         [BZ #15268]
23418         [BZ #15425]
23419         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
23420         (__ieee754_exp): For possibly underflowing results, check size of
23421         result and force underflow exception if required.
23422         * math/auto-libm-test-in: Add more tests of exp.
23423         * math/auto-libm-test-out: Regenerated.
23424         * sysdeps/i386/fpu/libm-test-ulps: Update.
23425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23427         [BZ #16283]
23428         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
23429         * math/w_exp2f.c (__exp2f): Likewise.
23430         * math/w_exp2l.c (__exp2l): Likewise.
23431         * math/auto-libm-test-in: Do not allow missing errno on exp2
23432         underflow.
23433         * math/auto-libm-test-out: Regenerated.
23435 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
23437         [BZ #16274]
23438         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
23439         handle filename validation.
23440         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
23441         (do_open): Delete.
23443 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23445         [BZ #6786]
23446         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
23447         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
23448         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
23449         <float.h>.
23450         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
23451         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
23452         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23453         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
23454         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23455         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
23456         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23457         * math/auto-libm-test-in: Don't allow missing errno from erfc.
23458         Add more erfc tests.
23459         * math/auto-libm-test-out: Regenerated.
23460         * sysdeps/i386/fpu/libm-test-ulps: Update.
23461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23463         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
23464         exp2, expm1, j0 and j1.
23465         * math/auto-libm-test-out: Regenerated.
23466         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
23467         (erfc_test_data): Likewise.
23468         (exp_test_data): Likewise.
23469         (exp_tonearest_test_data): Likewise.
23470         (exp_towardzero_test_data): Likewise.
23471         (exp_downward_test_data): Likewise.
23472         (exp_upward_test_data): Likewise.
23473         (exp10_test_data): Likewise.
23474         (exp2_test_data): Likewise.
23475         (expm1_test_data): Likewise.
23476         (j0_test_data): Likewise.
23477         (j1_test_data): Likewise.
23478         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
23479         (input_flag_type): Add flag_xfail_rounding.
23480         (input_flags): Add xfail-rounding.
23481         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
23482         (output_for_one_input_case): Handle flag_xfail_rounding.
23483         * sysdeps/i386/fpu/libm-test-ulps: Update.
23484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23486 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
23488         [BZ #16289]
23489         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
23490         division by 0.
23492 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23494         [BZ #16195]
23495         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
23496         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
23497         (STAP_PROBE0): New macro.
23498         (STAP_PROBE1): Likewise.
23499         (STAP_PROBE2): Likewise.
23500         (STAP_PROBE3): Likewise.
23501         (STAP_PROBE4): Likewise.
23503 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
23505         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
23507 2013-12-02  Steve Ellcey  <sellcey@mips.com>
23509         * benchtests/Makefile (bench): Add sqrt.
23510         (LDLIBS-bench-sqrt): New.
23511         * benchtests/sqrt-input: New.
23513 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
23515         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
23516         (GAIH_EAI): Likewise.
23517         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
23518         (gaih_inet): Likewise.
23519         (getaddrinfo): Don't use GAIH_EAI.
23521         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23522         (struct gaih): Remove definition.
23524 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23526         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23527         Use HERRNOP directly.
23529 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23531         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23533 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
23535         * math/gen-auto-libm-tests.c (test_functions): Add more
23536         single-argument functions.
23537         (special_fill_pi_2): New function.
23538         (special_fill_minus_pi_2): Likewise.
23539         (special_fill_pi_6): Likewise.
23540         (special_fill_minus_pi_6): Likewise.
23541         (special_fill_pi_3): Likewise.
23542         (special_fill_2pi_3): Likewise.
23543         (special_fill_e): Likewise.
23544         (special_fill_1_e): Likewise.
23545         (special_fill_e_minus_1): Likewise.
23546         (special_real_inputs): Add more special inputs.
23547         (output_for_one_input_case): Do not require ERANGE on underflow to
23548         zero if round-to-nearest result does not underflow to zero, unless
23549         exact results required.
23550         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23551         atan, atanh, cbrt, cos and cosh.
23552         * math/auto-libm-test-out: Regenerated.
23553         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23554         (acos_tonearest_test_data): Likewise.
23555         (acos_towardzero_test_data): Likewise.
23556         (acos_downward_test_data): Likewise.
23557         (acos_upward_test_data): Likewise.
23558         (acosh_test_data): Likewise.
23559         (asin_test_data): Likewise.
23560         (asin_tonearest_test_data): Likewise.
23561         (asin_towardzero_test_data): Likewise.
23562         (asin_upward_test_data): Likewise.
23563         (asinh_test_data): Likewise.
23564         (atan_test_data): Likewise.
23565         (atanh_test_data): Likewise.
23566         (cbrt_test_data): Likewise.
23567         (cos_test_data): Likewise.
23568         (cos_tonearest_test_data): Likewise.
23569         (cos_towardzero_test_data): Likewise.
23570         (cos_downward_test_data): Likewise.
23571         (cos_upward_test_data): Likewise.
23572         (cosh_test_data): Likewise.
23573         (cosh_tonearest_test_data): Likewise.
23574         (cosh_towardzero_test_data): Likewise.
23575         (cosh_downward_test_data): Likewise.
23576         (cosh_upward_test_data): Likewise.
23577         * sysdeps/i386/fpu/libm-test-ulps: Update.
23578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23580 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
23582         [BZ #6787]
23583         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23584         * math/w_exp10f.c (__exp10f): Likewise.
23585         * math/w_exp10l.c (__exp10l): Likewise.
23586         * math/libm-test.inc (exp10_test_data): Add more tests and expect
23587         errno settings in existing tests.
23589         [BZ #14032]
23590         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23591         precision control set to double precision.
23592         * sysdeps/i386/fpu/w_sqrt.c: New file.
23593         * math/auto-libm-test-in: Add more tests.
23594         * math/auto-libm-test-out: Update.
23596         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23597         (sqrt_test_tonearest): New function.
23598         (sqrt_towardzero_test_data): New variable.
23599         (sqrt_test_towardzero): New function.
23600         (sqrt_downward_test_data): New variable.
23601         (sqrt_test_downward): New function.
23602         (sqrt_upward_test_data): New variable.
23603         (sqrt_test_upward): New function.
23604         (main): Call the new functions.
23606         * math/gen-auto-libm-tests.c: New file.
23607         * math/auto-libm-test-in: Likewise.
23608         * math/auto-libm-test-out: New generated file.
23609         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23610         variables.
23611         (%beautify): Add generated representations of zero.
23612         (top level): Set $auto_input and call parse_auto_input.
23613         (beautify): Remove trailing "f" from hex float constants.
23614         (parse_args): Handle XFAIL_TEST.
23615         (convert_condition): New function.
23616         (or_value): Likewise.
23617         (or_cond_value): Likewise.
23618         (generate_testfile): Handle AUTO_TESTS_* lines.
23619         (parse_auto_input): New function.
23620         * math/libm-test.inc (XFAIL_TEST): New macro.
23621         (ERRNO_UNCHANGED): Update value.
23622         (ERRNO_EDOM): Likewise.
23623         (ERRNO_ERANGE): Likewise.
23624         (IGNORE_RESULT): Likewise.
23625         (TEST_COND_flt_32): New macro.
23626         (TEST_COND_dbl_64): Likewise.
23627         (TEST_COND_ldbl_96_intel): Likewise.
23628         (TEST_COND_ldbl_96_m68k): Likewise.
23629         (TEST_COND_ldbl_128): Likewise.
23630         (TEST_COND_ldbl_128ibm): Likewise.
23631         (TEST_COND_long32): Likewise.
23632         (TEST_COND_long64): Likewise.
23633         (TEST_COND_before_rounding): Likewise.
23634         (TEST_COND_after_rounding): Likewise.
23635         (enable_test): Handle XFAIL_TEST flag.
23636         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23637         with finite results.
23638         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23639         auto-libm-test-out.
23641 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23642             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23644         [BZ #16214]
23645         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23646         __tls_get_addr_internal instead of __tls_get_offset in order to
23647         avoid GOT pointer dependency.  Make rtld export
23648         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23649         __tls_get_addr since we are a __tls_get_offset platform.
23650         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23651         GOT pointer being set up before.
23652         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23654 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23656         * manual/math.texi (Errors in Math Functions): Document accuracy
23657         goals.
23659         [BZ #15004]
23660         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23661         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23662         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23663         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23664         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23665         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23666         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23667         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23668         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23669         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23670         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23671         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23672         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23673         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23674         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23675         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23677         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23678         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23679         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23680         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23681         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23682         Likewise.
23683         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23684         Likewise.
23685         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23686         Likewise.
23687         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23688         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23689         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23690         atomic-feupdateenv and flt-rounds.
23691         * sysdeps/powerpc/nofpu/Versions (libc): Add
23692         __atomic_feholdexcept, __atomic_feclearexcept,
23693         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23694         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23695         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23696         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23697         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23698         here.
23699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23700         Update.
23702         * manual/arith.texi (FP Exceptions): Document that exceptions may
23703         not be raised when matherr is used.
23704         (Math Error Reporting): Document overflow in directed rounding
23705         modes.  Document that errno may not be set when finite values are
23706         returned on overflow.  Document intent to set errno on underflow
23707         only for underflow to zero.
23709         [BZ #16271]
23710         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23711         round-to-nearest then adjust result for other rounding modes.
23712         * include/fenv.h (fegetround): Use libm_hidden_proto.
23713         * math/fegetround.c (fegetround): Use libm_hidden_def.
23714         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23715         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23716         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23717         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23718         Likewise.
23719         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23720         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23721         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23722         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23724 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23726         [BZ #16077]
23727         * nss/Versions (libnss_files): Add
23728         _nss_files_gethostbyname3_r.
23729         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23730         New function.
23731         (HOST_DB_LOOKUP): Remove macro.
23732         (_nss_files_gethostbyname_r): Implement function without the
23733         HOST_DB_LOOKUP macro.
23734         (_nss_files_gethostbyname2_r): Likewise.
23736 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23738         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23740 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23742         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23743         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23744         warning.
23746 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23748         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23749         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23750         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23751         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23752         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23753         __fe_nomask_env_priv and attribute_hidden.
23754         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23755         (libc_feupdateenv_test_ppc): Likewise.
23756         (libc_feresetround_ppc): Likewise.
23757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23758         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23759         compat_symbol macro.
23760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23761         (__fe_nomask_env): Likewise.
23762         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23764 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23766         * string/Makefile: Remove ifunc tests.
23767         * string/test-string.h: Define TEST_IFUNC.
23768         * string/test-bcopy-ifunc.c: Remove.
23769         * string/test-bzero-ifunc.c: Likewise.
23770         * string/test-memccpy-ifunc.c: Likewise.
23771         * string/test-memchr-ifunc.c: Likewise.
23772         * string/test-memcmp-ifunc.c: Likewise.
23773         * string/test-memcpy-ifunc.c: Likewise.
23774         * string/test-memmem-ifunc.c: Likewise.
23775         * string/test-memmove-ifunc.c: Likewise.
23776         * string/test-mempcpy-ifunc.c: Likewise.
23777         * string/test-memrchr-ifunc.c: Likewise.
23778         * string/test-memset-ifunc.c: Likewise.
23779         * string/test-rawmemchr-ifunc.c: Likewise.
23780         * string/test-stpcpy-ifunc.c: Likewise.
23781         * string/test-stpncpy-ifunc.c: Likewise.
23782         * string/test-strcasecmp-ifunc.c: Likewise.
23783         * string/test-strcasestr-ifunc.c: Likewise.
23784         * string/test-strcat-ifunc.c: Likewise.
23785         * string/test-strchr-ifunc.c: Likewise.
23786         * string/test-strchrnul-ifunc.c: Likewise.
23787         * string/test-strcmp-ifunc.c: Likewise.
23788         * string/test-strcpy-ifunc.c: Likewise.
23789         * string/test-strcspn-ifunc.c: Likewise.
23790         * string/test-strlen-ifunc.c: Likewise.
23791         * string/test-strncasecmp-ifunc.c: Likewise.
23792         * string/test-strncat-ifunc.c: Likewise.
23793         * string/test-strncmp-ifunc.c: Likewise.
23794         * string/test-strncpy-ifunc.c: Likewise.
23795         * string/test-strnlen-ifunc.c: Likewise.
23796         * string/test-strpbrk-ifunc.c: Likewise.
23797         * string/test-strrchr-ifunc.c: Likewise.
23798         * string/test-strspn-ifunc.c: Likewise.
23799         * string/test-strstr-ifunc.c: Likewise.
23801 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23803         * benchtests/Makefile: Remove ifunc tests.
23804         * benchtests/bench-string.h: Define TEST_IFUNC.
23805         * benchtests/bench-bcopy-ifunc.c: Remove.
23806         * benchtests/bench-bzero-ifunc.c: Likewise.
23807         * benchtests/bench-memccpy-ifunc.c: Likewise.
23808         * benchtests/bench-memchr-ifunc.c: Likewise.
23809         * benchtests/bench-memcmp-ifunc.c: Likewise.
23810         * benchtests/bench-memcpy-ifunc.c: Likewise.
23811         * benchtests/bench-memmem-ifunc.c: Likewise.
23812         * benchtests/bench-memmove-ifunc.c: Likewise.
23813         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23814         * benchtests/bench-memrchr-ifunc.c: Likewise.
23815         * benchtests/bench-memset-ifunc.c: Likewise.
23816         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23817         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23818         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23819         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23820         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23821         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23822         * benchtests/bench-strcat-ifunc.c: Likewise.
23823         * benchtests/bench-strchr-ifunc.c: Likewise.
23824         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23825         * benchtests/bench-strcmp-ifunc.c: Likewise.
23826         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23827         * benchtests/bench-strcpy-ifunc.c: Likewise.
23828         * benchtests/bench-strcspn-ifunc.c: Likewise.
23829         * benchtests/bench-strlen-ifunc.c: Likewise.
23830         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23831         * benchtests/bench-strncat-ifunc.c: Likewise.
23832         * benchtests/bench-strncmp-ifunc.c: Likewise.
23833         * benchtests/bench-strncpy-ifunc.c: Likewise.
23834         * benchtests/bench-strnlen-ifunc.c: Likewise.
23835         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23836         * benchtests/bench-strrchr-ifunc.c: Likewise.
23837         * benchtests/bench-strsep-ifunc.c: Likewise.
23838         * benchtests/bench-strspn-ifunc.c: Likewise.
23839         * benchtests/bench-strstr-ifunc.c: Likewise.
23841 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23843         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23845 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23847         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23848         * rt/aio.h: Likewise.
23849         * sysdeps/gnu/bits/utmp.h: Likewise.
23850         * sysdeps/gnu/bits/utmpx.h: Likewise.
23851         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23852         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23853         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23854         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23855         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23856         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23857         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23858         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23859         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23860         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23861         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23862         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23863         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23865         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23866         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23867         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23868         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23869         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23870         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23871         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23872         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23873         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23874         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23875         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23876         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23877         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23878         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23879         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23880         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23881         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23882         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23883         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23884         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23885         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23886         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23887         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23888         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23889         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23890         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23891         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23892         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23894 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23896         [BZ #16245]
23897         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23898         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23900 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23902         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23903         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23904         Likewise.
23906 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23908         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23909         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23910         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23911         (__fesetround): Remove define.
23912         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23913         rounding and exceptions handling.
23914         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23915         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23916         (__fe_nomask_env): Likewise.
23917         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23918         __fegetround instead of fegetround.
23919         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23920         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23922 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23924         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23925         it's there.
23927         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23929 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23931         [BZ #11157]
23932         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23933         (encrypt_r): Likewise.
23934         * malloc/obstack.h (obstack_free): Likewise.
23935         * posix/unistd.h (encrypt): Likewise.
23937 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23939         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23940         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23941         DL_CALL_DT_FINI() that call the functions directly.
23942         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23943         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23944         * elf/dl-fini.c: Likewise.
23946 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23948         * malloc/hooks.c (memalign_check): Add alignment rounding.
23949         * malloc/malloc.c (_mid_memalign): New function.
23950         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23951         Implement by calling _mid_memalign.
23952         * manual/probes.texi (Memory Allocation Probes): Remove
23953         memory_valloc_retry and memory_pvalloc_retry.
23955 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23957         * locale/programs/locarchive.c (open_archive): Add const
23958         qualifier to ARCHIVEFNAME and copy default fname to
23959         DEFAULT_FNAME.
23961         [BZ #15601]
23962         * libio/tst-widetext.input: Rename Oriya to Odia.
23963         * locale/iso-639.def: Likewise.
23965         * manual/probes.texi (Mathematical Function Probes): Add
23966         documentation for sin, cos, asin and acos probes.
23967         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23968         (__sin32): Add slowasin probe.
23969         (__cos32): Add slowacos probe.
23970         (__mpsin): Add slowsin probe.
23971         (__mpcos): Add slowcos probe.
23973 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23975         [BZ #15483]
23976         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23977         thread-local __sim_exceptions_thread and global
23978         __sim_exceptions_global.
23979         (__sim_disabled_exceptions): Change to thread-local
23980         __sim_disabled_exceptions_thread and global
23981         __sim_disabled_exceptions_global.
23982         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23983         and global __sim_round_mode_global.
23984         (__simulate_exceptions): Use thread-local floating-point state and
23985         set global state from it as needed.
23986         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23987         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23988         __sim_round_mode_thread.
23989         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23990         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23991         and global __sim_exceptions_global.
23992         (__sim_disabled_exceptions): Change to thread-local
23993         __sim_disabled_exceptions_thread and global
23994         __sim_disabled_exceptions_global.
23995         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23996         and global __sim_round_mode_global.
23997         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23998         (SIM_SET_GLOBAL): Likewise.
23999         * sysdeps/powerpc/soft-fp/sfp-machine.h
24000         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
24001         __sim_round_mode_thread.
24002         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
24003         __sim_disabled_exceptions_thread.
24004         (__sim_exceptions): Change to __sim_exceptions_thread.
24005         (__sim_disabled_exceptions): Change to
24006         __sim_disabled_exceptions_thread.
24007         (__sim_round_mode): Change to __sim_round_mode_thread.
24008         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
24009         thread-local floating-point state and set global state from it as
24010         needed.
24011         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
24012         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
24013         (__sim_disabled_exceptions): Remove extern declaration.
24014         (feenableexcept): Use thread-local floating-point state and set
24015         global state from it as needed.
24016         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
24017         extern declaration.
24018         (__sim_disabled_exceptions): Likewise.
24019         (__sim_round_mode): Likewise.
24020         (__fegetenv): Use thread-local floating-point state.
24021         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
24022         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
24023         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
24024         floating-point state and set global state from it as needed.
24025         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
24026         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
24027         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
24028         Likewise.
24029         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
24030         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
24031         Likewise.
24032         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
24033         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
24034         Use __sim_round_mode_thread.
24035         * math/test-fenv-tls.c: New file.
24036         * math/Makefile (tests): Add test-fenv-tls.
24037         ($(objpfx)test-fenv-tls): Depend on
24038         $(common-objpfx)nptl/libpthread.so.
24040 2013-11-19  Andreas Schwab  <schwab@suse.de>
24042         * locale/programs/locale.c (show_info): Decode wordarray elements.
24043         * locale/categories.def (LC_MONETARY): Add element for
24044         _NL_MONETARY_CRNCYSTR.
24045         * locale/C-monetary.c (conversion_rate): New variable.
24046         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
24047         element.
24049 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
24051         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
24052         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
24054 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
24056         * elf/Makefile (tst-auxv): New test.
24057         * elf/tst-auxv.c: New
24058         * elf/rtld.c (dl_main): Adjust AT_EXECFN
24060 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
24062         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
24063         (hidden_proto): Caller changed.
24064         (hidden_tls_proto): New macro.
24065         (libc_hidden_tls_proto): Likewise.
24066         (rtld_hidden_tls_proto): Likewise.
24067         (libm_hidden_tls_proto): Likewise.
24068         (libresolv_hidden_tls_proto): Likewise.
24069         (librt_hidden_tls_proto): Likewise.
24070         (libdl_hidden_tls_proto): Likewise.
24071         (libnss_files_hidden_tls_proto): Likewise.
24072         (libnsl_hidden_tls_proto): Likewise.
24073         (libnss_nisplus_hidden_tls_proto): Likewise.
24074         (libutil_hidden_tls_proto): Likewise.
24076 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
24078         [BZ #10253]
24079         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
24080         (decompose_rpath): Defer expansion to fillin_rpath.
24081         (_dl_init_paths): Pass linkmap to fillin_rpath.
24083 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
24085         * benchtests/Makefile: Add strsep.
24086         * benchtests/bench-strsep.c: New file: strsep benchtest.
24087         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
24089 2013-11-18  Andreas Schwab  <schwab@suse.de>
24091         * locale/programs/locale.c (show_info) [case byte]: Check for
24092         '\377' instead of '\177'.
24093         * locale/C-monetary.c (not_available): Always use "\377".
24094         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
24095         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
24096         detect unavailable sign_posn locale elements.
24097         * locale/localeconv.c (__localeconv): For grouping and
24098         mon_grouping handle "\177" and "\377" like no grouping.
24099         (INT_ELEM): New macro.  Use it to set all numeric members.
24100         * locale/programs/ld-monetary.c (monetary_read)
24101         <tok_mon_grouping>: Normalize single -1 to the empty string.
24102         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
24103         Likewise.
24105 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
24107         [BZ #16055]
24108         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
24109         when we match (nil).
24110         * stdio-common/tst-sscanf.c (struct test): Add testcase.
24112 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
24114         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
24115         (NO_TEST_INLINE): Update value.
24116         (ERRNO_UNCHANGED): Likewise.
24117         (ERRNO_EDOM): Likewise.
24118         (ERRNO_ERANGE): Likewise.
24119         (IGNORE_RESULT): Likewise.
24120         (check_float_internal): Check signs of NaN results if
24121         TEST_NAN_SIGN used.
24122         (check_complex): Pass TEST_NAN_SIGN flag through to second
24123         check_float_internal call.
24124         (copysign_test_data): Add tests with quiet NaNs as second
24125         argument.  Use TEST_NAN_SIGN.
24126         (fabs_test_data): Add test of negative quiet NaN argument.  Use
24127         TEST_NAN_SIGN.
24128         (signbit_test_data): Add tests of quiet NaN argument.
24129         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
24131         * math/gen-libm-test.pl (show_exceptions): Take extra argument
24132         $ignore_result.
24133         (parse_args): Handle function results specified as IGNORE.
24134         * math/libm-test.inc (IGNORE_RESULT): New macro.
24135         (check_float_internal): Do not check numerical result if flag
24136         IGNORE_RESULT set.
24137         (check_complex): Pass through IGNORE_RESULT to second
24138         check_float_internal call.
24139         (check_int): Do not check numerical result if flag IGNORE_RESULT
24140         set.
24141         (check_long): Likewise.
24142         (check_bool): Likewise.
24143         (check_longlong): Likewise.
24144         (lrint_test_data): Add tests of infinite and NaN arguments.
24145         (lrint_tonearest_test_data): Likewise.
24146         (lrint_towardzero_test_data): Likewise.
24147         (lrint_downward_test_data): Likewise.
24148         (lrint_upward_test_data): Likewise.
24149         (llrint_test_data): Likewise.
24150         (llrint_tonearest_test_data): Likewise.
24151         (llrint_towardzero_test_data): Likewise.
24152         (llrint_downward_test_data): Likewise.
24153         (llrint_upward_test_data): Likewise.
24154         (lround_test_data): Likewise.
24155         (llround_test_data): Likewise.
24157         * math/libm-test.inc (NO_TEST_INLINE): New macro.
24158         (ERRNO_UNCHANGED): Update value.
24159         (ERRNO_EDOM): Likewise.
24160         (ERRNO_ERANGE): Likewise.
24161         (NO_TEST_INLINE_FLOAT): New macro.
24162         (NO_TEST_INLINE_DOUBLE): Likewise.
24163         (enable_test): New function.
24164         (RUN_TEST_f_f): Check enable_test before running test.
24165         (RUN_TEST_2_f): Likewise.
24166         (RUN_TEST_fff_f): Likewise.
24167         (RUN_TEST_c_f): Likewise.
24168         (RUN_TEST_f_f1): Likewise.
24169         (RUN_TEST_fF_f1): Likewise.
24170         (RUN_TEST_fI_f1): Likewise.
24171         (RUN_TEST_ffI_f1): Likewise.
24172         (RUN_TEST_c_c): Likewise.
24173         (RUN_TEST_cc_c): Likewise.
24174         (RUN_TEST_f_i): Likewise.
24175         (RUN_TEST_f_i_tg): Likewise.
24176         (RUN_TEST_ff_i_tg): Likewise.
24177         (RUN_TEST_f_b): Likewise.
24178         (RUN_TEST_f_b_tg): Likewise.
24179         (RUN_TEST_f_l): Likewise.
24180         (RUN_TEST_f_L): Likewise.
24181         (RUN_TEST_fFF_11): Likewise.
24182         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
24183         conditionals.
24184         (cosh_test_data): Likewise.
24185         (exp_test_data): Likewise.
24186         (expm1_test_data): Likewise.
24187         (hypot_test_data): Likewise.
24188         (pow_test_data): Likewise.
24189         (sinh_test_data): Likewise.
24190         (tanh_test_data): Likewise.
24191         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
24192         flags argument.
24194         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
24195         tests with quiet NaN input and output.
24196         (acosh_test_data): Likewise.
24197         (asin_test_data): Likewise.
24198         (asinh_test_data): Likewise.
24199         (atan_test_data): Likewise.
24200         (atanh_test_data): Likewise.
24201         (atan2_test_data): Likewise.
24202         (cbrt_test_data): Likewise.
24203         (cos_test_data): Likewise.
24204         (cosh_test_data): Likewise.
24205         (erf_test_data): Likewise.
24206         (erfc_test_data): Likewise.
24207         (exp_test_data): Likewise.
24208         (exp10_test_data): Likewise.
24209         (exp2_test_data): Likewise.
24210         (expm1_test_data): Likewise.
24211         (hypot_test_data): Likewise.
24212         (j0_test_data): Likewise.
24213         (j1_test_data): Likewise.
24214         (jn_test_data): Likewise.
24215         (lgamma_test_data): Likewise.
24216         (log_test_data): Likewise.
24217         (log10_test_data): Likewise.
24218         (log1p_test_data): Likewise.
24219         (log2_test_data): Likewise.
24220         (pow_test_data): Likewise.
24221         (scalb_test_data): Likewise.
24222         (sin_test_data): Likewise.
24223         (sincos_test_data): Likewise.
24224         (sinh_test_data): Likewise.
24225         (tan_test_data): Likewise.
24226         (tanh_test_data): Likewise.
24227         (tgamma_test_data): Likewise.
24228         (y0_test_data): Likewise.
24229         (y1_test_data): Likewise.
24230         (yn_test_data): Likewise.
24232         [BZ #16167]
24233         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
24234         argument being NaN and avoid computations with second argument in
24235         that case.
24236         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24237         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
24238         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
24240 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
24242         * locale/iso-639.def: Add Chitwani Tharu (the).
24244 2013-11-14  Andreas Schwab  <schwab@suse.de>
24246         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
24247         word instead of empty string.
24249 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24252         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
24253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24254         (__fe_nomask_env): Likewise.
24256 2013-11-13  Steve Ellcey  <sellcey@mips.com>
24258         * benchtests/bench-timing.h: Include time.h.
24260 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
24262         [BZ #15997]
24263         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
24264         to 3.4.0 for x32.
24265         * sysdeps/unix/sysv/linux/configure: Regenerated.
24267 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
24269         [BZ #16151]
24270         * stdlib/strtod_l.c (round_and_return): Do not consider
24271         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
24272         exponent one less than half the least subnormal exponent.
24273         * stdlib/test-strtod-round-data: Add more tests.
24274         * stdlib/tst-strtod-round.c (tests): Regenerated.
24276 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24278         [BZ #14143]
24279         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
24280         (__fe_mask_env): Likewise.
24281         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
24282         libm_hidden_proto and add function prototype.
24283         (__fe_mask_env): Add function prototype.
24284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24285         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
24286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
24287         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
24288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24289         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
24291 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24293         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
24294         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
24296 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24298         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
24299         of htab_find_slot().
24301 2013-11-11  David S. Miller  <davem@davemloft.net>
24303         [BZ #16150]
24304         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
24305         symbol in the non-vis3 case in static builds.
24306         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
24307         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
24308         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
24309         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
24311 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
24313         [BZ #387]
24314         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
24315         it is empty.
24317 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24319         * benchtests/Makefile: Add bench-strtod.
24320         * benchtests/bench-strtod.c: New file: strtod benchtest
24322 2013-11-11  Andreas Schwab  <schwab@suse.de>
24324         [BZ #16153]
24325         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
24326         terminating NUL in key length.
24328 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24330         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
24331         Add artificial ODP entry for vDSO symbol for PPC64.
24332         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
24333         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
24335 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
24337         [BZ #15374]
24338         * nss/getent.c (services_keys): Recognize services starting with digit.
24340 2013-11-06  David S. Miller  <davem@davemloft.net>
24342         [BZ #15985]
24343         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
24344         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
24346 2013-11-06  Will Newton  <will.newton@linaro.org>
24348         * manual/memory.texi (Malloc Examples): Remove register
24349         keyword from examples.
24351 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
24353         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
24355 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
24357         [BZ #6981]
24358         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
24359         depending on [__GCC_IEC_559 > 0].
24360         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
24361         depending on [__GCC_IEC_559_COMPLEX > 0].
24363 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
24365         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
24366         to iso-639.def.
24368 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
24370         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
24372 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
24374         [BZ #16112]
24375         * malloc/malloc (malloc_info): Do not handle first bin as
24376         special case.
24378 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
24380         * locale/iso-639.def: Add Central Nahuatl (nhn).
24382 2013-11-01  Bruno Haible  <bruno@clisp.org>
24384         [BZ #7003]
24385         * manual/math.texi (BSD Random): Specify range upper bound as
24386         in POSIX.
24388 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
24390         * locale/iso-639.def: Add Meadow Mari (mhr).
24392 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
24394         [BZ #14752], [BZ #15763]
24395         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
24396         Validate name.
24397         * rt/tst_shm.c: Add test for escaping directory.
24399 2013-10-31  Andreas Schwab  <schwab@suse.de>
24401         [BZ #15917]
24402         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
24403         followed by 'x' as part of digit sequence.
24404         * stdio-common/tst-sscanf.c (double_tests2): New tests.
24406 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
24408         [BZ #16037]
24409         * configure.ac: allow GNU Make 4.0 and greater.
24410         * configure: Regenerated.
24412 2013-10-30  Will Newton  <will.newton@linaro.org>
24414         [BZ #16038]
24415         * malloc/hooks.c (memalign_check): Limit alignment to the
24416         maximum representable power of two.
24417         * malloc/malloc.c (__libc_memalign): Likewise.
24418         * malloc/tst-memalign.c (do_test): Add test for very
24419         large alignment values.
24420         * malloc/tst-posix_memalign.c (do_test): Likewise.
24422 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24424         [BZ #11087]
24425         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
24426         (munmap_chunk): Likewise.
24427         (mremap_chunk): Likewise.
24429 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24431         [BZ #15799]
24432         * stdlib/div.c (div): Remove obsolete code.
24433         * stdlib/ldiv.c (ldiv): Likewise.
24434         * stdlib/lldiv.c (lldiv): Likewise.
24436 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
24438         [BZ #16071]
24439         * nss/nss_files/files-XXX.c (get_contents_ret): New
24440         enumerator.
24441         (get_contents): New function.
24442         (internal_getent): Use it.  Expand size of LINEBUFLEN.
24444 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
24446         * configure.in: Moved to ...
24447         * configure.ac: ... here. Change reference to configure.in
24448         to configure.ac.
24449         * sysdeps/arm/preconfigure.ac: ... here.
24450         configure.in to configure.ac.
24451         * sysdeps/gnu/configure.in: Moved to ...
24452         * sysdeps/gnu/configure.ac: ... here.
24453         * sysdeps/i386/configure.in: Moved to ...
24454         * sysdeps/i386/configure.ac: ... here.
24455         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
24456         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
24457         * sysdeps/mach/configure.in: Moved to ...
24458         * sysdeps/mach/configure.ac: ... here.
24459         * sysdeps/mach/hurd/configure.in: Moved to ...
24460         * sysdeps/mach/hurd/configure.ac: ... here.
24461         * sysdeps/powerpc/configure.in: Moved to ...
24462         * sysdeps/powerpc/configure.ac: ... here.
24463         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
24464         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
24465         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
24466         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
24467         * sysdeps/s390/s390-32/configure.in: Moved to ...
24468         * sysdeps/s390/s390-32/configure.ac: ... here.
24469         * sysdeps/s390/s390-64/configure.in: Moved to ...
24470         * sysdeps/s390/s390-64/configure.ac: ... here.
24471         * sysdeps/sh/configure.in: Moved to ...
24472         * sysdeps/sh/configure.ac: ... here.
24473         * sysdeps/sparc/configure.in: Moved to ...
24474         * sysdeps/sparc/configure.ac: ... here.
24475         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
24476         * sysdeps/unix/sysv/linux/configure.ac: ... here.
24477         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
24478         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
24479         * sysdeps/x86_64/configure.in: Moved to ...
24480         * sysdeps/x86_64/configure.ac: ... here.
24481         * sysdeps/x86_64/preconfigure.in: Moved to ...
24482         * sysdeps/x86_64/preconfigure.ac: ... here.
24483         * aclocal.m4: Change reference to configure.in to configure.ac.
24484         * config.h.in: Likewise.
24485         * manual/install.texi: Likewise.
24486         * manual/maint.texi: Likewise.
24487         * Makefile: Likewise.
24488         * malloc/Makefile: Likewise.
24489         * nscd/Makefile: Likewise.
24490         * Makeconfig: Change reference to configure.in and
24491         preconfigure.in to configure.ac and preconfigure.ac
24492         respectively.
24493         * INSTALL: Regenerated.
24494         * configure: Likewise.
24495         * sysdeps/gnu/configure: Likewise.
24496         * sysdeps/i386/configure: Likewise.
24497         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
24498         * sysdeps/mach/configure: Likewise.
24499         * sysdeps/mach/hurd/configure: Likewise.
24500         * sysdeps/powerpc/configure: Likewise.
24501         * sysdeps/powerpc/powerpc32/configure: Likewise.
24502         * sysdeps/powerpc/powerpc64/configure: Likewise.
24503         * sysdeps/s390/s390-32/configure: Likewise.
24504         * sysdeps/s390/s390-64/configure: Likewise.
24505         * sysdeps/sh/configure: Likewise.
24506         * sysdeps/sparc/configure: Likewise.
24507         * sysdeps/unix/sysv/linux/configure: Likewise.
24508         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
24509         * sysdeps/x86_64/configure: Likewise.
24510         * sysdeps/x86_64/preconfigure: Likewise.
24512 2013-10-29  Andreas Schwab  <schwab@suse.de>
24514         * stdio-common/Makefile (tst-swscanf-ENV): Define.
24516 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24518         * benchtests/pow-inputs: Add new inputs.
24520         * benchtests/exp-inputs: Add new inputs.
24522         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24523         conditional check for return value.
24524         (__cos32): Likewise.
24526 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24528         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24529         to provide a boost for large inputs with word alignment.
24530         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24531         implementation based on optimized PPC64 strcpy.
24532         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24533         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24534         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24535         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24537 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24539         [BZ #2801]
24540         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24542 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24544         [BZ #14876]
24545         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24546         * time/tst-strptime.c (day_tests): Add testcase.
24548 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24550         [BZ #14029]
24551         * manual/pattern.texi: Acknowledge that fnmatch can fail.
24553 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
24555         [BZ #16074]
24556         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24557         MAP_FAILED on error.
24559 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24561         [BZ #16072]
24562         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24563         heap for large requests.
24565 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
24567         [BZ #9954]
24568         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24569         result if the result has no associated interface.
24570         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24571         interface for all 127.X.Y.Z addresses.
24573 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
24575         * locale/iso-639.def: Add Ligurian (lij)
24577 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
24579         [BZ #15825]
24580         * sunrpc/rpc_main.c: Document rpcgen -5.
24582 2013-10-19  Michael Stahl  <mstahl@redhat.com>
24584         * elf/rtld.c (do_preload): Print the reason why preloading failed.
24586 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24588         [BZ #10278]
24589         * posix/glob.c: Match only directories when trailing slash is present.
24590         * posix/tst-gnuglob.c (my_opendir): Do not open files.
24591         (main): Add testcase.
24593 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24595         [BZ #15670]
24596         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24598 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24600         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24601         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24602         AUTH_DES and cindex for FIPS 140-2.
24603         (DES Encryption): Add cindex FIPS 46-3.
24605         * locale/locarchive.h (struct locarhandle): Add fname.
24606         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24607         if an optional argument was specified to --list-archive,
24608         otherwise NULL.
24609         * locale/programs/locarchive.c (show_archive_content): Take new
24610         argument fname and pass it via ah.fname to open_archive.
24611         * locale/programs/localedef.h: Update decl.
24612         (open_archive): If AH->fname is non-null, open that file
24613         rather than the default file name, and don't ignore ENOENT.
24614         (create_archive): Set AH.fname to NULL.
24615         (delete_locales_from_archive): Likewise.
24616         (add_locales_to_archive): Likewise.
24617         * locale/programs/locfile.c (write_all_categories): Likewise.
24619 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24620             Aldy Hernandez  <aldyh@redhat.com>
24622         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24623         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24624         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24625         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24626         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24627         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24628         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24629         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24630         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24631         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24632         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24633         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24634         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24635         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24636         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24637         Likewise.
24638         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24639         Likewise.
24640         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24641         Likewise.
24642         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24643         Likewise.
24644         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24645         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24646         Likewise.
24647         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24648         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24649         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24650         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24651         Likewise.
24652         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24653         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24654         * sysdeps/powerpc/preconfigure: Likewise.
24655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24656         Likewise.
24657         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24658         Replace contents of file by #include of <fenv_libc.h>.
24659         * sysdeps/powerpc/soft-fp/sfp-machine.h
24660         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24661         and <sys/prctl.h>.
24662         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24663         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24664         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24665         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24666         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24667         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24668         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24669         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24670         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24671         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24672         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24673         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24675         Allow copysignl PLT reference to be missing.
24677 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24678             Joseph Myers  <joseph@codesourcery.com
24680         [BZ #15948]
24681         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24682         single character.
24683         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24685 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24687         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24688         * elf/tst-tls1.c: Likewise.
24689         * elf/tst-tls10.h: Likewise.
24690         * elf/tst-tls14.c: Likewise.
24691         * elf/tst-tls2.c: Likewise.
24692         * elf/tst-tls3.c: Likewise.
24693         * elf/tst-tls4.c: Likewise.
24694         * elf/tst-tls5.c: Likewise.
24695         * elf/tst-tls6.c: Likewise.
24696         * elf/tst-tls7.c: Likewise.
24697         * elf/tst-tls8.c: Likewise.
24698         * elf/tst-tls9.c: Likewise.
24699         * elf/tst-tlsmod1.c: Likewise.
24700         * elf/tst-tlsmod13.c: Likewise.
24701         * elf/tst-tlsmod13a.c: Likewise.
24702         * elf/tst-tlsmod14a.c: Likewise.
24703         * elf/tst-tlsmod16a.c: Likewise.
24704         * elf/tst-tlsmod16b.c: Likewise.
24705         * elf/tst-tlsmod2.c: Likewise.
24706         * elf/tst-tlsmod3.c: Likewise.
24707         * elf/tst-tlsmod4.c: Likewise.
24708         * elf/tst-tlsmod5.c: Likewise.
24709         * elf/tst-tlsmod6.c: Likewise.
24711 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24713         [BZ #12486]
24714         * malloc/malloc.c: remove checks for statistics.
24716 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24718         [BZ #15277]
24719         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24720         * inet/tst-network.c: Add testcase.
24722 2013-10-17  Andreas Schwab  <schwab@suse.de>
24724         [BZ #15218]
24725         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24726         to determine canonical name.
24728 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24730         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24731         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24732         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24733         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24734         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24735         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24736         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24737         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24738         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24739         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24740         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24741         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24742         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24743         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24744         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24745         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24746         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24747         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24748         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24749         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24750         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24751         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24752         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24753         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24754         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24755         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24756         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24757         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24758         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24759         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24760         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24761         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24762         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24763         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24764         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24765         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24766         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24767         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24768         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24769         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24770         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24771         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24772         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24773         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24774         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24775         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24776         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24777         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24778         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24779         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24780         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24781         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24782         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24783         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24784         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24785         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24786         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24787         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24789 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24791         [BZ #16041]
24792         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24793         make result into a quiet NaN.
24795 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24797         * soft-fp/adddf3.c: Fix horizontal whitespace.
24798         * soft-fp/addsf3.c: Likewise.
24799         * soft-fp/addtf3.c: Likewise.
24800         * soft-fp/divdf3.c: Likewise.
24801         * soft-fp/divsf3.c: Likewise.
24802         * soft-fp/divtf3.c: Likewise.
24803         * soft-fp/double.h: Likewise.
24804         * soft-fp/eqdf2.c: Likewise.
24805         * soft-fp/eqsf2.c: Likewise.
24806         * soft-fp/eqtf2.c: Likewise.
24807         * soft-fp/extenddftf2.c: Likewise.
24808         * soft-fp/extended.h: Likewise.
24809         * soft-fp/extendsfdf2.c: Likewise.
24810         * soft-fp/extendsftf2.c: Likewise.
24811         * soft-fp/extendxftf2.c: Likewise.
24812         * soft-fp/fixdfdi.c: Likewise.
24813         * soft-fp/fixdfsi.c: Likewise.
24814         * soft-fp/fixdfti.c: Likewise.
24815         * soft-fp/fixsfdi.c: Likewise.
24816         * soft-fp/fixsfsi.c: Likewise.
24817         * soft-fp/fixsfti.c: Likewise.
24818         * soft-fp/fixtfdi.c: Likewise.
24819         * soft-fp/fixtfsi.c: Likewise.
24820         * soft-fp/fixtfti.c: Likewise.
24821         * soft-fp/fixunsdfdi.c: Likewise.
24822         * soft-fp/fixunsdfsi.c: Likewise.
24823         * soft-fp/fixunsdfti.c: Likewise.
24824         * soft-fp/fixunssfdi.c: Likewise.
24825         * soft-fp/fixunssfsi.c: Likewise.
24826         * soft-fp/fixunssfti.c: Likewise.
24827         * soft-fp/fixunstfdi.c: Likewise.
24828         * soft-fp/fixunstfsi.c: Likewise.
24829         * soft-fp/fixunstfti.c: Likewise.
24830         * soft-fp/floatdidf.c: Likewise.
24831         * soft-fp/floatdisf.c: Likewise.
24832         * soft-fp/floatditf.c: Likewise.
24833         * soft-fp/floatsidf.c: Likewise.
24834         * soft-fp/floatsisf.c: Likewise.
24835         * soft-fp/floatsitf.c: Likewise.
24836         * soft-fp/floattidf.c: Likewise.
24837         * soft-fp/floattisf.c: Likewise.
24838         * soft-fp/floattitf.c: Likewise.
24839         * soft-fp/floatundidf.c: Likewise.
24840         * soft-fp/floatundisf.c: Likewise.
24841         * soft-fp/floatunditf.c: Likewise.
24842         * soft-fp/floatunsidf.c: Likewise.
24843         * soft-fp/floatunsisf.c: Likewise.
24844         * soft-fp/floatunsitf.c: Likewise.
24845         * soft-fp/floatuntidf.c: Likewise.
24846         * soft-fp/floatuntisf.c: Likewise.
24847         * soft-fp/floatuntitf.c: Likewise.
24848         * soft-fp/fmadf4.c: Likewise.
24849         * soft-fp/fmasf4.c: Likewise.
24850         * soft-fp/fmatf4.c: Likewise.
24851         * soft-fp/gedf2.c: Likewise.
24852         * soft-fp/gesf2.c: Likewise.
24853         * soft-fp/getf2.c: Likewise.
24854         * soft-fp/ledf2.c: Likewise.
24855         * soft-fp/lesf2.c: Likewise.
24856         * soft-fp/letf2.c: Likewise.
24857         * soft-fp/muldf3.c: Likewise.
24858         * soft-fp/mulsf3.c: Likewise.
24859         * soft-fp/multf3.c: Likewise.
24860         * soft-fp/negdf2.c: Likewise.
24861         * soft-fp/negsf2.c: Likewise.
24862         * soft-fp/negtf2.c: Likewise.
24863         * soft-fp/op-1.h: Likewise.
24864         * soft-fp/op-2.h: Likewise.
24865         * soft-fp/op-4.h: Likewise.
24866         * soft-fp/op-8.h: Likewise.
24867         * soft-fp/op-common.h: Likewise.
24868         * soft-fp/quad.h: Likewise.
24869         * soft-fp/single.h: Likewise.
24870         * soft-fp/soft-fp.h: Likewise.
24871         * soft-fp/sqrtdf2.c: Likewise.
24872         * soft-fp/sqrtsf2.c: Likewise.
24873         * soft-fp/sqrttf2.c: Likewise.
24874         * soft-fp/subdf3.c: Likewise.
24875         * soft-fp/subsf3.c: Likewise.
24876         * soft-fp/subtf3.c: Likewise.
24877         * soft-fp/truncdfsf2.c: Likewise.
24878         * soft-fp/trunctfdf2.c: Likewise.
24879         * soft-fp/trunctfsf2.c: Likewise.
24880         * soft-fp/trunctfxf2.c: Likewise.
24881         * soft-fp/unorddf2.c: Likewise.
24882         * soft-fp/unordsf2.c: Likewise.
24883         * soft-fp/unordtf2.c: Likewise.
24885 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24887         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24888         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24890 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24892         * elf/dl-libc.c: Clear initfini list after freeing.
24894 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24896         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24897         * soft-fp/addsf3.c: Likewise.
24898         * soft-fp/addtf3.c: Likewise.
24899         * soft-fp/divdf3.c: Likewise.
24900         * soft-fp/divsf3.c: Likewise.
24901         * soft-fp/divtf3.c: Likewise.
24902         * soft-fp/double.h: Likewise.
24903         * soft-fp/eqdf2.c: Likewise.
24904         * soft-fp/eqsf2.c: Likewise.
24905         * soft-fp/eqtf2.c: Likewise.
24906         * soft-fp/extenddftf2.c: Likewise.
24907         * soft-fp/extended.h: Likewise.
24908         * soft-fp/extendsfdf2.c: Likewise.
24909         * soft-fp/extendsftf2.c: Likewise.
24910         * soft-fp/extendxftf2.c: Likewise.
24911         * soft-fp/fixdfdi.c: Likewise.
24912         * soft-fp/fixdfsi.c: Likewise.
24913         * soft-fp/fixdfti.c: Likewise.
24914         * soft-fp/fixsfdi.c: Likewise.
24915         * soft-fp/fixsfsi.c: Likewise.
24916         * soft-fp/fixsfti.c: Likewise.
24917         * soft-fp/fixtfdi.c: Likewise.
24918         * soft-fp/fixtfsi.c: Likewise.
24919         * soft-fp/fixtfti.c: Likewise.
24920         * soft-fp/fixunsdfdi.c: Likewise.
24921         * soft-fp/fixunsdfsi.c: Likewise.
24922         * soft-fp/fixunsdfti.c: Likewise.
24923         * soft-fp/fixunssfdi.c: Likewise.
24924         * soft-fp/fixunssfsi.c: Likewise.
24925         * soft-fp/fixunssfti.c: Likewise.
24926         * soft-fp/fixunstfdi.c: Likewise.
24927         * soft-fp/fixunstfsi.c: Likewise.
24928         * soft-fp/fixunstfti.c: Likewise.
24929         * soft-fp/floatdidf.c: Likewise.
24930         * soft-fp/floatdisf.c: Likewise.
24931         * soft-fp/floatditf.c: Likewise.
24932         * soft-fp/floatsidf.c: Likewise.
24933         * soft-fp/floatsisf.c: Likewise.
24934         * soft-fp/floatsitf.c: Likewise.
24935         * soft-fp/floattidf.c: Likewise.
24936         * soft-fp/floattisf.c: Likewise.
24937         * soft-fp/floattitf.c: Likewise.
24938         * soft-fp/floatundidf.c: Likewise.
24939         * soft-fp/floatundisf.c: Likewise.
24940         * soft-fp/floatunsidf.c: Likewise.
24941         * soft-fp/floatunsisf.c: Likewise.
24942         * soft-fp/floatuntidf.c: Likewise.
24943         * soft-fp/floatuntisf.c: Likewise.
24944         * soft-fp/floatuntitf.c: Likewise.
24945         * soft-fp/fmadf4.c: Likewise.
24946         * soft-fp/fmasf4.c: Likewise.
24947         * soft-fp/fmatf4.c: Likewise.
24948         * soft-fp/gedf2.c: Likewise.
24949         * soft-fp/gesf2.c: Likewise.
24950         * soft-fp/getf2.c: Likewise.
24951         * soft-fp/ledf2.c: Likewise.
24952         * soft-fp/lesf2.c: Likewise.
24953         * soft-fp/letf2.c: Likewise.
24954         * soft-fp/muldf3.c: Likewise.
24955         * soft-fp/mulsf3.c: Likewise.
24956         * soft-fp/multf3.c: Likewise.
24957         * soft-fp/negdf2.c: Likewise.
24958         * soft-fp/negsf2.c: Likewise.
24959         * soft-fp/negtf2.c: Likewise.
24960         * soft-fp/op-1.h: Likewise.
24961         * soft-fp/op-2.h: Likewise.
24962         * soft-fp/op-4.h: Likewise.
24963         * soft-fp/op-8.h: Likewise.
24964         * soft-fp/op-common.h: Likewise.
24965         * soft-fp/quad.h: Likewise.
24966         * soft-fp/single.h: Likewise.
24967         * soft-fp/soft-fp.h: Likewise.
24968         * soft-fp/sqrtdf2.c: Likewise.
24969         * soft-fp/sqrtsf2.c: Likewise.
24970         * soft-fp/sqrttf2.c: Likewise.
24971         * soft-fp/subdf3.c: Likewise.
24972         * soft-fp/subsf3.c: Likewise.
24973         * soft-fp/subtf3.c: Likewise.
24974         * soft-fp/truncdfsf2.c: Likewise.
24975         * soft-fp/trunctfdf2.c: Likewise.
24976         * soft-fp/trunctfsf2.c: Likewise.
24977         * soft-fp/trunctfxf2.c: Likewise.
24978         * soft-fp/unorddf2.c: Likewise.
24979         * soft-fp/unordsf2.c: Likewise.
24980         * soft-fp/unordtf2.c: Likewise.
24982 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24984         [BZ #15672]
24985         * misc/error.c (error_tail): Fix possible buffer overflow.
24987 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24989         [BZ #13028]
24990         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24991         address.
24993 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24995         [BZ #832]
24996         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24997         testing pipefail option.
24999 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
25001         * soft-fp/double.h: Indent preprocessor directives inside #if.
25002         * soft-fp/extended.h: Likewise.
25003         * soft-fp/op-2.h: Likewise.
25004         * soft-fp/op-4.h: Likewise.
25005         * soft-fp/op-common.h: Likewise.
25006         * soft-fp/quad.h: Likewise.
25007         * soft-fp/single.h: Likewise.
25008         * soft-fp/soft-fp.h: Likewise.
25010 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
25012         * iconv/iconv_prog.c: Fix typos.
25013         * stdio-common/psiginfo-data.h: Likewise.
25015 2013-10-12   Reuben Thomas <rrt@sc3d.org>
25017         [BZ #15764]
25018         * locale/setlocale.c: Fix typo.
25020 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
25022         [BZ #16036]
25023         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
25024         signaling NaN arguments.
25025         * soft-fp/unordsf2.c (__unordsf2): Likewise.
25026         * soft-fp/unordtf2.c (__unordtf2): Likewise.
25028         [BZ #14910]
25029         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
25030         unordered operands.
25031         * soft-fp/gesf2.c (__gesf2): Likewise.
25032         * soft-fp/getf2.c (__getf2): Likewise.
25033         * soft-fp/ledf2.c (__ledf2): Likewise.
25034         * soft-fp/lesf2.c (__lesf2): Likewise.
25035         * soft-fp/letf2.c (__letf2): Likewise.
25037         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
25038         * soft-fp/eqsf2.c (__eqsf2): Likewise.
25039         * soft-fp/eqtf2.c (__eqtf2): Likewise.
25040         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
25041         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
25042         * soft-fp/fixdfti.c (__fixdfti): Likewise.
25043         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
25044         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
25045         * soft-fp/fixsfti.c (__fixsfti): Likewise.
25046         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
25047         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
25048         * soft-fp/fixtfti.c (__fixtfti): Likewise.
25049         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
25050         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
25051         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
25052         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
25053         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
25054         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
25055         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
25056         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
25057         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
25058         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
25059         * soft-fp/floatdisf.c (__floatdisf): Likewise.
25060         * soft-fp/floatsisf.c (__floatsisf): Likewise.
25061         * soft-fp/floattidf.c (__floattidf): Likewise.
25062         * soft-fp/floattisf.c (__floattisf): Likewise.
25063         * soft-fp/floattitf.c (__floattitf): Likewise.
25064         * soft-fp/floatundidf.c (__floatundidf): Likewise.
25065         * soft-fp/floatundisf.c (__floatundisf): Likewise.
25066         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
25067         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
25068         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
25069         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
25070         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
25071         * soft-fp/gesf2.c (__gesf2): Likewise.
25072         * soft-fp/getf2.c (__getf2): Likewise.
25073         * soft-fp/ledf2.c (__ledf2): Likewise.
25074         * soft-fp/lesf2.c (__lesf2): Likewise.
25075         * soft-fp/letf2.c (__letf2): Likewise.
25077         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
25078         Undefine and redefine.
25079         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
25080         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
25081         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
25082         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
25083         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25084         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
25085         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25086         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
25087         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25088         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
25089         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25090         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
25091         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25092         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
25093         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25095         [BZ #16032]
25096         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
25097         without decrementing exponent if mantissa >= that for the
25098         denominator, not >.
25099         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
25100         denominator, not >.  Decrement exponent in < case instead of
25101         incrementing in >= case.
25102         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
25103         without decrementing exponent if mantissa >= that for the
25104         denominator, not >.
25106         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
25107         computing saturated result for unsigned overflow.
25109 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25110             Jeff Law  <law@redhat.com>
25112         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
25113         (atan2Mp): Add systemtap probe marker.
25114         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
25115         (__ieee754_log): Add systemtap probe marker.
25116         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
25117         (atanMp): Add systemtap probe marker.
25118         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
25119         (tanMp): Add systemtap probe marker.
25120         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
25121         (__slowexp): Add systemtap probe marker.
25122         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
25123         (__slowpow): Add systemtap probe marker.
25124         * manual/probes.texi: Document probes.
25126 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
25128         [BZ #15362]
25129         * libio/fileops.c (_IO_new_file_write): Return count of bytes
25130         written.
25131         (_IO_new_file_xsputn): Don't return EOF if nothing has been
25132         written.
25133         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
25134         written to buffer but not flushed.
25135         * libio/iofwrite_u.c:  Likewise.
25136         * libio/iopadn.c:  Return bytes returned even if EOF was
25137         encountered.
25138         * libio/iowpadn.c:  Likewise.
25139         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
25140         if _IO_padn does not write the whole buffer.
25141         [!COMPILE_WPRINTF] (PAD): Likewise.
25143 2013-10-10  David S. Miller  <davem@davemloft.net>
25145         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
25146         directory block.
25148 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
25150         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
25151         instead of FSF address.
25152         * soft-fp/fixdfti.c: Likewise.
25153         * soft-fp/fixsfti.c: Likewise.
25154         * soft-fp/fixtfti.c: Likewise.
25155         * soft-fp/fixunsdfti.c: Likewise.
25156         * soft-fp/fixunssfti.c: Likewise.
25157         * soft-fp/fixunstfti.c: Likewise.
25158         * soft-fp/floattidf.c: Likewise.
25159         * soft-fp/floattisf.c: Likewise.
25160         * soft-fp/floattitf.c: Likewise.
25161         * soft-fp/floatuntidf.c: Likewise.
25162         * soft-fp/floatuntisf.c: Likewise.
25163         * soft-fp/floatuntitf.c: Likewise.
25164         * soft-fp/trunctfxf2.c: Likewise.
25166         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
25167         * soft-fp/fixdfti.c: Likewise.
25168         * soft-fp/fixsfti.c: Likewise.
25169         * soft-fp/fixtfti.c: Likewise.
25170         * soft-fp/fixunsdfti.c: Likewise.
25171         * soft-fp/fixunssfti.c: Likewise.
25172         * soft-fp/fixunstfti.c: Likewise.
25173         * soft-fp/floattidf.c: Likewise.
25174         * soft-fp/floattisf.c: Likewise.
25175         * soft-fp/floattitf.c: Likewise.
25176         * soft-fp/floatuntidf.c: Likewise.
25177         * soft-fp/floatuntisf.c: Likewise.
25178         * soft-fp/floatuntitf.c: Likewise.
25179         * soft-fp/trunctfxf2.c: Likewise.
25181 2013-10-10  David S. Miller  <davem@davemloft.net>
25183         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25185 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
25187         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
25188         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
25189         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
25190         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
25191         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
25192         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
25193         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
25195         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
25196         for NaNs before doing comparisons on argument.
25197         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
25198         Likewise.
25200 2013-10-10  Will Newton  <will.newton@linaro.org>
25202         * malloc/hooks.c (memalign_check): Ensure the value of bytes
25203         passed to _int_memalign does not overflow.
25205 2013-10-10  Torvald Riegel  <triegel@redhat.com>
25207         * scripts/bench.pl: Add include-sources directive.
25208         * benchtests/README: Update documentation.
25210 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
25212         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
25213         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
25214         instead of FP_INIT_ROUNDMODE.
25215         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
25216         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
25218         [BZ #16034]
25219         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
25220         copy class of input value.
25221         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
25222         not handle exceptions.
25223         * soft-fp/negsf2.c (__negsf2): Likewise.
25224         * soft-fp/negtf2.c (__negtf2): Likewise.
25225         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
25227 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
25229         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
25230         semicolon.  From Linux kernel.
25232 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
25234         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
25236 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
25238         [BZ #156]
25239         * manual/socket.texi: Added statement about buffer
25240         for gethostbyname2_r.
25242 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
25244         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
25245         Use .p2align directive instead, throughout.
25246         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25247         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
25248         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
25249         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25250         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25251         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
25252         * sysdeps/x86_64/strchr.S: Likewise.
25253         * sysdeps/x86_64/strrchr.S: Likewise.
25255 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25257         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
25259         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
25261         * sysdeps/generic/math_private.h (__mpsin1): Remove
25262         declaration.
25263         (__mpcos1): Likewise.
25264         (__mpsin): New argument __range_reduce.
25265         (__mpcos): Likewise.
25266         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25267         (slow): Use __mpsin and __mpcos.
25268         (slow1): Likewise.
25269         (slow2): Likewise.
25270         (sloww): Likewise.
25271         (sloww1): Likewise.
25272         (sloww2): Likewise.
25273         (bsloww): Likewise.
25274         (bsloww1): Likewise.
25275         (bsloww2): Likewise.
25276         (cslow2): Likewise.
25277         (csloww): Likewise.
25278         (csloww1): Likewise.
25279         (csloww2): Likewise.
25280         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
25281         range_reduce.  Merge in __mpsin1.
25282         (__mpcos): Likewise.
25283         (__mpsin1): Remove.
25284         (__mpcos1): Likewise.
25286 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
25288         * locale/loadlocale.c (_nl_intern_locale_data): Use
25289         LOCFILE_ALIGNED_P.
25290         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
25291         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
25292         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
25293         obstack data is appropriately aligned.
25294         (obstack_int32_grow_fast): Likewise.
25295         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
25296         * locale/programs/locfile.c (add_locale_uint32): Likewise.
25297         (add_locale_uint32_array): Likewise.
25299 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
25301         * benchtests/Makefile: Remove ARGLIST and RET variables.
25302         ($(objpfx)bench-%.c): Pass only function name to the script.
25303         * benchtests/README: Update documentation.
25304         * benchtests/acos-inputs: Add new directives.
25305         * benchtests/acosh-inputs: Likewise.
25306         * benchtests/asin-inputs: Likewise.
25307         * benchtests/asinh-inputs: Likewise.
25308         * benchtests/atan-inputs: Likewise.
25309         * benchtests/atanh-inputs: Likewise.
25310         * benchtests/cos-inputs: Likewise.
25311         * benchtests/cosh-inputs: Likewise.
25312         * benchtests/exp-inputs: Likewise.
25313         * benchtests/log-inputs: Likewise.
25314         * benchtests/pow-inputs: Likewise.
25315         * benchtests/rint-inputs: Likewise.
25316         * benchtests/sin-inputs: Likewise.
25317         * benchtests/sinh-inputs: Likewise.
25318         * benchtests/tan-inputs: Likewise.
25319         * benchtests/tanh-inputs: Likewise.
25320         * scripts/bench.pl: Add support for new directives.
25322 2013-10-07  Alan Modra  <amodra@gmail.com>
25324         * README: Fix careless merge.
25326 2013-10-05  Alan Modra  <amodra@gmail.com>
25328         * NEWS: Mention powerpc64le support and bugs fixed.
25329         * README: Both big-endian and little-endian powerpc64 supported.
25331 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25333         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
25334         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
25335         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
25336         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
25338 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
25340         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
25341         match prototype.
25343 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
25345         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
25346         Move -mhard-float appending from
25347         ports/sysdeps/powerpc/powerpc32/Makefile.
25348         [$(with-fp) = yes] (ASFLAGS): Likewise.
25349         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
25350         * sysdeps/powerpc/nofpu: Move directory from
25351         ports/sysdeps/powerpc/nofpu.
25352         * sysdeps/powerpc/soft-fp: Move directory from
25353         ports/sysdeps/powerpc/soft-fp.
25354         * sysdeps/powerpc/powerpc32/405: Move directory from
25355         ports/sysdeps/powerpc/powerpc32/405.
25356         * sysdeps/powerpc/powerpc32/440: Move directory from
25357         ports/sysdeps/powerpc/powerpc32/440.
25358         * sysdeps/powerpc/powerpc32/464: Move directory from
25359         ports/sysdeps/powerpc/powerpc32/464.
25360         * sysdeps/powerpc/powerpc32/476: Move directory from
25361         ports/sysdeps/powerpc/powerpc32/476.
25362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
25363         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
25364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
25365         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
25366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
25367         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
25368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
25369         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
25370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
25371         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
25372         * README: Update for powerpc-*-linux-gnu software floating point
25373         support in libc.
25375         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
25376         case to powerpc/powerpc32*.
25377         * sysdeps/unix/sysv/linux/configure: Regenerated.
25379         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
25380         (_FPU_MASK_OM): Define as 0x04.
25381         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
25382         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
25383         0x00c10080.
25384         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
25385         0x0000003c.
25386         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
25388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
25389         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
25390         getcontext_e500.
25391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
25392         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
25393         setcontext_e500.
25394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
25395         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
25396         and setcontext_e500.
25398 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
25400         * locale/iso-3166.def: Update iso-1366.def and related occurrences
25402 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25404         * manual/threads.texi (Default Thread Attributes): Fix typo.
25406 2013-10-04  Will Newton  <will.newton@linaro.org>
25408         * malloc/Makefile: Add tst-memalign.
25409         * malloc/tst-memalign.c: New file.
25411         * malloc/tst-posix_memalign.c: Add comments.
25412         (do_test): Add comments and call free on all potentially
25413         allocated pointers. Add space after cast.
25415         * malloc/tst-pvalloc.c: Add comments.
25416         (do_test): Add comments and call free on all potentially
25417         allocated pointers. Remove duplicate check for NULL pointer.
25418         Add space after cast.
25420         * malloc/tst-valloc.c: Add comments.
25421         (do_test): Add comments and call free on all potentially
25422         allocated pointers. Remove duplicate check for NULL pointer.
25423         Add space after cast.
25425 2013-10-04  Alan Modra  <amodra@gmail.com>
25427         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25428         Use stdint types in rather than __attribute__((mode())).
25429         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25431 2013-10-04  Alan Modra  <amodra@gmail.com>
25433         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25434         Correct handling of unaligned relocs for little-endian.
25435         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25437 2013-10-04  Alan Modra  <amodra@gmail.com>
25439         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
25440         * configure: Regenerate.
25441         * nptl/shlib-versions: Powerpc*le starts at 2.18.
25442         * shlib-versions: Likewise.
25444 2013-10-04  Alan Modra  <amodra@gmail.com>
25446         * string/tester.c (test_memrchr): Increment reported test cycle.
25448 2013-10-04  Alan Modra  <amodra@gmail.com>
25450         * string/test-memcpy.c (do_one_test): When reporting errors, print
25451         string address and don't overrun end of string.
25453 2013-10-04  Alan Modra  <amodra@gmail.com>
25455         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
25456         insrdi.  Make better use of reg selection to speed exit slightly.
25457         Schedule entry path a little better.  Remove useless "are we done"
25458         checks on entry to main loop.  Handle wrapping around zero address.
25459         Correct main loop count.  Handle single left-over word from main
25460         loop inline rather than by using loop_small.  Remove extra word
25461         case in loop_small caused by wrong loop count.  Add little-endian
25462         support.
25463         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25464         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
25465         cache hint.
25466         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25467         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
25468         support.  Avoid rlwimi.
25469         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
25471 2013-10-04  Alan Modra  <amodra@gmail.com>
25473         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
25474         insrdi.  Formatting.
25475         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
25476         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25477         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
25478         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25479         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25480         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
25482 2013-10-04  Alan Modra  <amodra@gmail.com>
25484         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
25485         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25486         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
25487         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
25488         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25489         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25490         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25491         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
25492         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
25493         use of regs.  Use power7 mtocrf.  Tidy function tails.
25495 2013-10-04  Alan Modra  <amodra@gmail.com>
25497         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
25498         Formatting.  Consistently use rXXX register defines or rN defines.
25499         Use early exit labels that avoid restoring unused non-volatile regs.
25500         Make cr field use more consistent with rWORDn compares.  Rename
25501         regs used as shift registers for unaligned loop, using rN defines
25502         for short lifetime/multiple use regs.
25503         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25504         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
25505         addi 1,1,64 to pop stack frame.  Simplify return value code.
25506         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25508 2013-10-04  Alan Modra  <amodra@gmail.com>
25510         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
25511         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
25512         rather than rlwimi.
25513         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
25514         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
25515         little-endian support.  Correct typos.
25516         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
25517         rather than rlwimi.
25518         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
25519         in loop and entry code to keep "and." results.
25520         (strchr): Add little-endian support.  Comment.  Move cntlzd
25521         earlier in tail.
25522         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25524 2013-10-04  Alan Modra  <amodra@gmail.com>
25526         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25527         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25528         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25529         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25531 2013-10-04  Alan Modra  <amodra@gmail.com>
25533         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25534         (rTMP): Define as r11.
25535         (strcmp): Add little-endian support.  Optimise tail.
25536         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25537         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25538         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25539         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25540         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25541         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25542         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25544 2013-10-04  Alan Modra  <amodra@gmail.com>
25546         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25547         little-endian support.  Remove unnecessary "are we done" tests.
25548         Handle "s" wrapping around zero and extremely large "size".
25549         Correct main loop count.  Handle single left-over word from main
25550         loop inline rather than by using small_loop.  Correct comments.
25551         Delete "zero" tail, use "end_max" instead.
25552         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25554 2013-10-04  Alan Modra  <amodra@gmail.com>
25556         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25557         support.  Don't branch over align.
25558         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25559         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25560         support.  Rearrange tmp reg use to suit.  Comment.
25561         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25563 2013-10-04  Alan Modra  <amodra@gmail.com>
25565         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25567 2013-10-04  Alan Modra  <amodra@gmail.com>
25569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25570         conditional form of branch and link when obtaining pc.
25571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25573 2013-10-04  Alan Modra  <amodra@gmail.com>
25575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25576         HIWORD/LOWORD.
25577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25580 2013-10-04  Alan Modra  <amodra@gmail.com>
25582         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25583         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25584         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25585         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25586         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25587         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25588         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25589         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25590         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25591         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25593 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25594             Alistair Popple <alistair@ozlabs.au.ibm.com>
25595             Alan Modra <amodra@gmail.com>
25597         [BZ #15723]
25598         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25599         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25600         _dl_hwcap access for little-endian.
25601         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25602         destroy vmx regs when saving unaligned.
25603         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25604         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25605         destroy vmx regs when saving unaligned.
25607 2013-10-04  Alan Modra  <amodra@gmail.com>
25609         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25610         Don't use a union to pack hi/low value.
25612 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25614         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25615         for little-endian.
25616         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25617         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25618         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25619         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25620         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25622 2013-10-04  Alan Modra  <amodra@gmail.com>
25624         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25625         constants to usual value for .cst8 section, and remove redundant
25626         high address load.
25627         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25628         constant for 0x1p52.  Load little-endian words of double from
25629         correct stack offsets.
25631 2013-10-04  Alan Modra  <amodra@gmail.com>
25633         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25634         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25635         words of double from correct stack offsets.
25636         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25637         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25638         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25639         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25640         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25641         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25642         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25643         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25644         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25645         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25646         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25647         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25648         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25649         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25650         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25651         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25652         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25654 2013-10-04  Alan Modra  <amodra@gmail.com>
25656         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25657         64-bit int/double union.
25658         (_FPU_SETCW): Likewise.
25659         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25660         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25662 2013-10-04  Alan Modra  <amodra@gmail.com>
25664         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25665         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25667 2013-10-04  Alan Modra  <amodra@gmail.com>
25669         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25670         use vector int constants.
25671         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25673 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25675         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25676         array with long long.
25677         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25678         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25679         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25680         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25681         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25682         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25683         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25684         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25685         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25686         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25687         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25688         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25689         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25691 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25693         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25694         (__signbit): Likewise.  Correct for little-endian.
25695         (__signbitl): Call __signbit.
25696         (lrint): Correct for little-endian.
25697         (lrintf): Call lrint.
25699 2013-10-04  Alan Modra  <amodra@gmail.com>
25701         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25702         union 32-bit int array member with 64-bit int array.
25703         (t515, tm256): Double rather than long double.
25704         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25706 2013-10-04  Alan Modra  <amodra@gmail.com>
25708         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25709         Delete.
25710         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25711         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25712         version of math_ldbl.h.
25714 2013-10-04  Alan Modra  <amodra@gmail.com>
25716         [BZ #15734], [BZ #15735]
25717         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25718         all uses of ieee875 long double macros and unions.  Simplify test
25719         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25720         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25721         normalize after ldbl_extract_mantissa, and don't add hidden bit
25722         already handled.  Don't treat low word of ieee854 mantissa like
25723         low word of IBM long double and mask off bit when testing for
25724         zero.
25725         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25726         all uses of ieee875 long double macros and unions.  Simplify tests
25727         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25728         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25729         two1022, instead use their values.  Recognise that tests for large
25730         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25731         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25732         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25733         test for 0.0L and nan.  Correct negation.
25734         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25735         ieee875 long double macros and unions.  Correct output for large
25736         magnitude x.  Correct absolute value calculation.
25737         (__erfcl): Likewise.
25738         * math/libm-test.inc: Add tests for errors discovered in IBM long
25739         double versions of fmodl, remainderl, erfl and erfcl.
25741 2013-10-04  Alan Modra  <amodra@gmail.com>
25743         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25744         all uses of ieee854 long double macros and unions.  Simplify tests
25745         for long doubles that are fully specified by the high double.
25746         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25747         Likewise.
25748         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25749         Remove dead code too.
25750         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25751         (__ieee754_ynl): Likewise.
25752         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25753         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25754         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25755         Remove dead code too.
25756         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25757         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25758         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25759         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25760         Simplify.
25761         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25762         Simplify.
25763         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25764         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25765         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25766         Comment on variable precision.
25767         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25768         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25769         Likewise.
25770         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25771         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25772         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25773         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25774         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25776 2013-10-04  Alan Modra  <amodra@gmail.com>
25778         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25779         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25780         all uses of ieee854 long double macros and unions.
25781         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25782         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25783         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25784         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25785         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25786         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25787         Likewise.
25788         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25789         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25790         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25791         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25792         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25793         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25794         Simplify sign and nan test too.
25795         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25796         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25797         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25798         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25799         Likewise.
25800         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25801         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25802         Likewise.
25803         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25804         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25805         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25806         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25807         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25808         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25810 2013-10-04  Alan Modra  <amodra@gmail.com>
25812         * stdio-common/printf_size.c (__printf_size): Don't use
25813         union ieee854_long_double in fpnum union.
25814         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25815         signbit macro to retrieve sign from long double.
25816         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25817         retrieve sign from long double.
25818         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25819         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25820         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25821         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25822         * math/test-misc.c (main): Don't use union ieee854_long_double.
25824 2013-10-04  Alan Modra  <amodra@gmail.com>
25826         [BZ #15680]
25827         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25828         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25829         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25830         calculation.  Remove unnecessary test for denormal exponent.
25831         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25832         Correct handling of denormals.  Avoid undefined shift behaviour.
25833         Correct normalisation of low mantissa when low double is denormal.
25834         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25835         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25836         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25837         Correct normalisation of low mantissa.  Test for overflow of high
25838         mantissa and normalise.
25839         (ldbl_nearbyint): Use more readable constant for two52.
25840         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25841         (__mpn_construct_long_double): Fix test for overflow of high
25842         mantissa and correct normalisation.  Avoid undefined shift.
25844 2013-10-04  Alan Modra  <amodra@gmail.com>
25846         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25847         (union ibm_extended_long_double): Define as an array of ieee754_double.
25848         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25849         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25850         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25851         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25852         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25853         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25854         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25855         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25856         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25857         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25858         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25860 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25862         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25863         page size instead of calling getpagesize.
25865         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25866         (LOCFILE_ALIGN_MASK): Likewise.
25867         (LOCFILE_ALIGN_UP): Likewise.
25868         (LOCFILE_ALIGNED_P): Likewise.
25869         * locale/programs/ld-collate.c (collate_output): Use the new
25870         macros instead of __alignof__ (int32_t).
25871         * locale/weight.h (findidx): Likewise.
25873 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25875         [BZ #431]
25876         * manual/string.texi: Fix strncat and wcsncat.
25878 2013-10-03  Brooks Moses  <bmoses@google.com>
25880         [BZ #15915]
25881         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25882         * Makerules: ...here, and adjust associated comments.
25884 2013-10-02  Will Newton  <will.newton@linaro.org>
25886         * malloc/Makefile: Add tst-pvalloc.
25887         * malloc/tst-pvalloc.c: New file.
25889 2013-10-02  Will Newton  <will.newton@linaro.org>
25891         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25892         improve test coverage.
25894 2013-10-02  Will Newton  <will.newton@linaro.org>
25896         * malloc/Makefile: Add tst-posix_memalign.
25897         * malloc/tst-posix_memalign.c: New file.
25899 2013-10-01  Eric Blake  <eblake@redhat.com>
25901         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25902         Use __THROWNL rather than __THROW on static functions.
25904 2013-09-30  Petr Machata  <pmachata@redhat.com>
25906         * elf/elf.h (R_AARCH64_ABS16): New macro.
25907         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25908         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25909         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25910         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25911         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25912         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25913         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25914         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25915         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25916         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25917         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25918         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25919         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25920         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25921         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25922         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25923         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25924         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25925         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25926         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25927         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25928         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25929         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25930         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25931         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25932         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25933         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25934         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25935         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25936         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25937         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25938         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25939         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25940         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25941         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25942         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25943         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25944         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25945         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25946         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25947         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25948         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25949         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25950         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25951         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25952         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25953         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25954         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25955         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25956         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25957         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25958         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25959         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25960         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25961         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25962         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25963         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25964         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25965         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25966         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25967         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25968         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25969         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25970         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25971         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25972         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25973         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25974         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25975         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25976         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25977         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25978         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25979         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25980         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25981         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25982         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25983         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25984         (R_AARCH64_TLSDESC_LDR): Likewise.
25985         (R_AARCH64_TLSDESC_ADD): Likewise.
25986         (R_AARCH64_TLSDESC_CALL): Likewise.
25988 2013-09-30  Andreas Schwab  <schwab@suse.de>
25990         [BZ #15048]
25991         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25992         the nss database lookup.
25993         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25994         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25996 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25998         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
26000 2013-09-28  P. J. McDermott  <pj@pehjota.net>
26002         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
26003         ${Bash-specific parameter/pattern/string} parameter expansion.
26004         * sysdeps/unix/make-syscalls.sh: Likewise.
26006 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26008         * sysdeps/sh/stackguard-macros.h: New file.
26010 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
26012         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
26013         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
26014         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
26015         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
26016         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26017         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
26019 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26021         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
26022         Fix thread ID register.
26024 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
26026         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
26027         [POSIX || UNIX98]: Require rather than permitting all symbols from
26028         <time.h>.
26029         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
26030         element of struct sched_param.
26031         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
26032         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
26033         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
26034         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
26035         constant.
26037 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
26039         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
26040         argument calculation.
26042 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
26044         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
26045         Expect macro.
26046         [POSIX] (pthread_attr_t): Do not require type.
26047         [POSIX] (pthread_cond_t): Likewise.
26048         [POSIX] (pthread_condattr_t): Likewise.
26049         [POSIX] (pthread_key_t): Likewise.
26050         [POSIX] (pthread_mutex_t): Likewise.
26051         [POSIX] (pthread_mutexattr_t): Likewise.
26052         [POSIX] (pthread_once_t): Likewise.
26053         [POSIX] (pthread_t): Likewise.
26054         [POSIX-based standards] (pthread_atfork): Expect function.
26056 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
26057             Richard Sandiford  <richard@codesourcery.com>
26059         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
26060         (swap_endianness_p): New extern variable.
26061         (set_big_endian): New inline function.
26062         (maybe_swap_uint32): Likewise.
26063         (maybe_swap_uint32_array): Likewise.
26064         (maybe_swap_uint32_obstack): Likewise.
26065         * locale/programs/locfile.c: Include <stdbool.h>.
26066         (swap_endianness_p): New variable.
26067         (add_locale_uint32): Call maybe_swap_uint32.
26068         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
26069         (write_locale_data): Call maybe_swap_uint32_array.
26070         * locale/programs/ld-collate.c (obstack_int32_grow): Call
26071         maybe_swap_uint32.
26072         (obstack_int32_grow_fast): Likewise.
26073         (output_weightwc): Call maybe_swap_uint32_obstack.
26074         (collate_output): Likewise.
26075         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
26076         (OPT_LITTLE_ENDIAN): Likewise.
26077         (options): Add --little-endian and --big-endian options.
26078         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
26079         * locale/programs/locarchive.c: Include "locfile.h".
26080         (GET): New macro.
26081         (SET): Likewise.
26082         (INC): Likewise.
26083         (create_archive): Use the new macros to access fields of
26084         structures directly mapped from or written to locale archives.
26085         (oldlocrecentcmp): Likewise.
26086         (enlarge_archive): Likewise.
26087         (insert_name): Likewise.
26088         (add_alias): Likewise.
26089         (add_locale): Likewise.
26090         (delete_locales_from_archive): Likewise.
26091         (show_archive_content): Likewise.
26092         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
26093         locale data.
26095 2013-09-24  Roland McGrath  <roland@hack.frob.com>
26097         * manual/freemanuals.texi: Updated from (newly) canonical copy at
26098         http://www.gnu.org/doc/freemanuals.texi.
26099         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
26101 2013-09-24  Will Newton  <will.newton@linaro.org>
26103         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
26104         macro.
26106 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
26108         * locale/hashval.h (compute_hashval): Interpret bytes of key as
26109         unsigned char.
26111 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
26113         * manual/threads.texi (POSIX Threads): Fix a typo.
26115 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26117         [BZ #14547]
26118         * string/tst-strcoll-overflow.c: New test case.
26119         * string/Makefile (xtests): Add tst-strcoll-overflow.
26120         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
26121         cache if string sizes may cause integer overflow.
26123         [BZ #14547]
26124         * string/strcoll_l.c (coll_seq): New members rule, idx,
26125         save_idx and back_us.
26126         (get_next_seq_nocache): New function.
26127         (do_compare_nocache): New function.
26128         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
26129         when malloc fails.
26131 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
26133         [BZ #15754]
26134         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
26135         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
26136         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
26138         [BZ #15754]
26139         * elf/Makefile (tests): Add tst-ptrguard1.
26140         (tests-static): Add tst-ptrguard1-static.
26141         (tst-ptrguard1-ARGS): Define.
26142         (tst-ptrguard1-static-ARGS): Define.
26143         * elf/tst-ptrguard1.c: New file.
26144         * elf/tst-ptrguard1-static.c: New file.
26145         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
26146         * sysdeps/i386/stackguard-macros.h: Likewise.
26147         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
26148         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
26149         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
26150         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
26151         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
26152         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
26154 2013-09-23  Hector Marco  <hecmargi@upv.es>
26155             Ismael Ripoll  <iripoll@disca.upv.es>
26156             Carlos O'Donell  <carlos@redhat.com>
26158         [BZ #15754]
26159         * sysdeps/generic/stackguard-macros.h: Define
26160         __pointer_chk_guard_local and POINTER_CHK_GUARD.
26161         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
26162         Define __pointer_chk_guard_local.
26163         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
26164         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
26166 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
26168         [BZ #15859]
26169         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
26171 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
26173         * include/string.h (__ffs): Declare as hidden.
26174         * string/ffs.c (__ffs): Define as hidden.
26175         * sysdeps/i386/ffs.c (__ffs): Likewise.
26176         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
26177         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
26178         * sysdeps/s390/ffs.c (__ffs): Likewise.
26179         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
26181 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
26183         * NEWS: Mention malloc probes.
26185         * malloc/arena.c (new_heap): New memory_heap_new probe.
26186         (grow_heap): New memory_heap_more probe.
26187         (shrink_heap): New memory_heap_less probe.
26188         (heap_trim): New memory_heap_free probe.
26189         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
26190         (systrim): New memory_sbrk_less probe.
26191         * manual/probes.texi: Document them.
26193         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
26194         * manual/probes.texi: Document it.
26196         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
26197         (__libc_realloc): Add memory_realloc_retry probe.
26198         (__libc_memalign): Add memory_memalign_retry probe.
26199         (__libc_valloc): Add memory_valloc_retry probe.
26200         (__libc_pvalloc): Add memory_pvalloc_retry probe.
26201         (__libc_calloc): Add memory_calloc_retry probe.
26202         * manual/probes.texi: Document them.
26204         * malloc/arena.c (get_free_list): Add probe
26205         memory_arena_reuse_free_list.
26206         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
26207         and memory_arena_reuse.
26208         (arena_get2) [!PER_THREAD]: Likewise.
26209         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
26210         memory_arena_reuse_realloc.
26211         * manual/probes.texi: Document them.
26213         * malloc/malloc.c (__libc_free): Add
26214         memory_mallopt_free_dyn_thresholds probe.
26215         (__libc_mallopt): Add multiple memory_mallopt probes.
26216         * manual/probes.texi: Document them.
26218         * malloc/malloc.c: Include stap-probe.h.
26219         (__libc_mallopt): Add memory_mallopt probe.
26220         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
26221         * manual/probes.texi: New.
26222         * manual/Makefile (chapters): Add probes.
26223         * manual/threads.texi: Set next node.
26225 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
26227         [BZ #15963, #13985]
26228         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
26229         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
26230         Add `Chinese' to `nan' entry name.
26232 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26234         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
26235         (POLYNOMIAL): Likewise.
26236         (TAYLOR_SINCOS): Likewise.
26237         (TAYLOR_SLOW): Likewise.
26238         (__sin): Use TAYLOR_SINCOS.
26239         (__cos): Likewise.
26240         (slow): Use TAYLOR_SLOW.
26241         (sloww): Likewise.
26242         (bsloww): Likewise.
26243         (csloww): Likewise.
26245 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26247         * stdlib/strtod_l.c: Fix buffer overrun.
26249 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26251         * benchtests/Makefile (bench): Add sincos.
26252         * benchtests/bench-sincos.c: New file.
26254         * math/libm-test.inc (cos_test_data): New test inputs.
26255         (sin_test_data): Likewise.
26257         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
26258         macro.
26259         (__sin): Use it.
26260         (__cos): Likewise.
26261         (slow1): Likewise.
26262         (slow2): Likewise.
26263         (sloww1): Likewise.
26264         (sloww2): Likewise.
26265         (bsloww1): Likewise.
26266         (bsloww2): Likewise.
26267         (cslow2): Likewise.
26268         (csloww1): Likewise.
26269         (csloww2): Likewise.
26271         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
26272         function.
26273         (__sin): Use it.
26274         (__cos): Likewise.
26276         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
26277         gotos.
26278         (__cos): Likewise.
26280 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
26282         * config.h.in (HAVE_MIPS_NAN2008): New macro.
26283         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
26284         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
26285         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
26286         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
26287         * elf/cache.c (print_entry): Handle the new cache flags.
26289 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
26290             Aldy Hernandez  <aldyh@redhat.com>
26292         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
26293         Change condition to [_SOFT_FLOAT].
26294         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
26295         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
26296         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
26297         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
26298         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
26299         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
26300         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
26301         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
26302         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
26303         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
26304         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
26305         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
26306         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
26307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
26308         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
26309         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
26310         declaration.
26312 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
26314         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
26315         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
26316         (__longjmp): Use LOAD_GP to load saved GPRs.
26317         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
26318         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
26319         (__sigsetjmp): Use SAVE_GP to save GPRs.
26321         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
26322         Do not append -msoft-float.
26323         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
26325 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26327         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
26329 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
26331         [BZ #15966]
26332         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
26333         (_FPU_GETCW): Use initial "__" on variable and field names but not
26334         on macro parameter name.
26335         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
26336         parentheses around reference to macro parameter.
26338 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
26340         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
26341         prototype.
26342         (ctype_startup): Use uint32_t in cast and sizeof for
26343         ctype->charnames.
26345 2013-09-11  Jia Liu  <proljc@gmail.com>
26347         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
26348         __daddr_t_defined.
26349         [__FreeBSD__]: Likewise.
26351 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
26353         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
26354         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
26355         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
26356         (strchr): Remove __strchr_sse42 ifunc selection.
26357         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
26358         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
26360 2013-09-11  Will Newton  <will.newton@linaro.org>
26362         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
26363         parameter to RES. Remove hardcoded 1000 value.
26364         * benchtests/bench-skeleton.c (main): Pass RES parameter
26365         to TIMING_INIT and multiply result by 1000.
26367 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26369         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26371 2013-09-11  Andreas Schwab  <schwab@suse.de>
26373         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
26374         if not defined.
26375         (O_TMPFILE) [__USE_GNU]: Define.
26376         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
26377         Define.
26379 2013-09-11  Will Newton  <will.newton@linaro.org>
26381         [BZ #15857]
26382         * malloc/malloc.c (__libc_memalign): Check the value of bytes
26383         does not overflow.
26385 2013-09-11  Will Newton  <will.newton@linaro.org>
26387         [BZ #15856]
26388         * malloc/malloc.c (__libc_valloc): Check the value of bytes
26389         does not overflow.
26391 2013-09-11  Will Newton  <will.newton@linaro.org>
26393         [BZ #15855]
26394         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
26395         does not overflow.
26397 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
26399         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
26400         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26401         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
26402         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26403         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26405 2013-09-10  Allan McRae  <allan@archlinux.org>
26407         [BZ #15748]
26408         * manual/arith.texi (Parsing of Floats): Clarify
26409         cross-reference.
26411         [BZ #15849]
26412         * manual/install.texi (Running make install): Mention
26413         --enable-pt-chown.
26414         * INSTALL: Regenerated.
26416 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
26418         * csu/init-first.c (_init): Remove the !SHARED condition around
26419         FPU control word initialization.
26420         * elf/dl-support.c (_dl_fpu_control): New variable.
26421         (_dl_aux_init) <AT_FPUCW>: Initialize it.
26422         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
26423         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
26424         * math/test-fpucw-static.c: New file.
26425         * math/test-fpucw-ieee.c: New file.
26426         * math/test-fpucw-ieee-static.c: New file.
26427         * math/Makefile (tests): Add `test-fpucw-ieee' and
26428         `$(tests-static)'.
26429         (tests-static): New variable.
26430         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
26431         dependency to...
26432         [($(build-shared),yes)]
26433         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
26434         ... this.
26435         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
26436         New dependency.
26438 2013-09-09  Allan McRae  <allan@archlinux.org>
26440         [BZ #15939]
26441         * manual/string.texi (Collation Functions): Fix typo in
26442         strcoll example.
26443         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
26445         [BZ #15893]
26446         * stdlib/isomac.c (get_null_defines): Fix memory leak.
26448         [BZ #15892]
26449         * libio/memstream.c (open_memstream): Fix memory leak.
26450         * libio/wmemstream.c (open_wmemstream): Likewise.
26452         [BZ #15895]
26453         * nscd/netgroupcache.c: Fix nesting of ifdefs.
26455 2013-09-09  Will Newton  <will.newton@linaro.org>
26457         * malloc/Makefile: Add tst-realloc to tests.
26458         * malloc/tst-realloc.c: New file.
26460 2013-09-09  Allan McRae  <allan@archlinux.org>
26462         [BZ #15844]
26463         * COPYING: Update from GNU website to fix FSF address.
26464         * COPYING.LIB: Likewise.
26466 2013-09-06  David S. Miller  <davem@davemloft.net>
26468         * po/zh_TW.po: Update Chinese (traditional) translation from
26469         translation project.
26471 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
26472             Joseph Myers  <joseph@codesourcery.com>
26474         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
26475         "localeinfo.h".
26476         (obstack_chunk_alloc): New macro.
26477         (obstack_chunk_free): Likewise.
26478         (record_offset): New function.
26479         (init_locale_data): Likewise.
26480         (align_locale_data): Likewise.
26481         (add_locale_empty): Likewise.
26482         (add_locale_raw_data): Likewise.
26483         (add_locale_raw_obstack): Likewise.
26484         (add_locale_string): Likewise.
26485         (add_locale_wstring): Likewise.
26486         (add_locale_uint32): Likewise.
26487         (add_locale_uint32_array): Likewise.
26488         (add_locale_char): Likewise.
26489         (start_locale_structure): Likewise.
26490         (end_locale_structure): Likewise.
26491         (start_locale_prelude): Likewise.
26492         (end_locale_prelude): Likewise.
26493         (write_locale_data): Take locale_file structure rather than an
26494         iovec.
26495         * locale/programs/locfile.h: Include "obstack.h".
26496         (struct locale_file): Change to store locale file contents instead
26497         of header.
26498         (init_locale_data): New prototype.
26499         (align_locale_data): Likewise.
26500         (add_locale_empty): Likewise.
26501         (add_locale_raw_data): Likewise.
26502         (add_locale_raw_obstack): Likewise.
26503         (add_locale_string): Likewise.
26504         (add_locale_wstring): Likewise.
26505         (add_locale_uint32): Likewise.
26506         (add_locale_uint32_array): Likewise.
26507         (add_locale_char): Likewise.
26508         (start_locale_structure): Likewise.
26509         (end_locale_structure): Likewise.
26510         (start_locale_prelude): Likewise.
26511         (end_locale_prelude): Likewise.
26512         (write_locale_data): Update prototype.
26513         * locale/programs/3level.h (struct TABLE): Remove result field.
26514         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
26515         Use new locale_file interface.
26516         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
26517         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
26518         * locale/programs/ld-address.c (address_output): Use new
26519         locale_file interface.
26520         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26521         NO_ADD_LOCALE.
26522         (collate_finish): Don't call collseq_table_finalize.
26523         (collate_output): Use new locale_file interface.
26524         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26525         in file.
26526         (NO_FINALIZE): Change to NO_ADD_LOCALE.
26527         (TABLE): Move defines earlier in file.
26528         (ELEMENT): Likewise.
26529         (DEFAULT): Likewise.
26530         (wctrans_table_add): Move macro and inline function earlier in
26531         file.
26532         (struct wctype_table): Move type earlier in file.
26533         (add_locale_wctype_table): New static prototype.
26534         (struct locale_ctype_t): Use logical types instead of struct iovec
26535         pointers for members.
26536         (ctype_output): Use new locale_file interface.
26537         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
26538         new locale_file interface.
26539         (allocate_arrays): Update for use of new locale_file interface.
26540         * locale/programs/ld-identification.c (identification_output): Use
26541         new locale_file interface.
26542         * locale/programs/ld-measurement.c (measurement_output): Likewise.
26543         * locale/programs/ld-messages.c (messages_output): Likewise.
26544         * locale/programs/ld-monetary.c (monetary_output): Likewise.
26545         * locale/programs/ld-name.c (name_output): Likewise.
26546         * locale/programs/ld-numeric.c (numeric_output): Likewise.
26547         * locale/programs/ld-paper.c (paper_output): Likewise.
26548         * locale/programs/ld-telephone.c (telephone_output): Likewise.
26549         * locale/programs/ld-time.c (time_output): Likewise.
26551 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26553         * benchtests/Makefile: Add memrchr benchmark.
26554         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26555         benchmark as memrchr.
26556         * benchtests/bench-memrchr-ifunc.c: New file.
26557         * benchtests/bench-memrchr.c: New file.
26559 2013-09-06   Will Newton  <will.newton@linaro.org>
26561         * benchtests/Makefile (string-bench): Add memcpy.
26563 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
26564             Cong Wang  <amwang@redhat.com>
26566         [BZ #15850]
26567         * sysdeps/unix/sysv/linux/bits/in.h
26568         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26569         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26570         before __USE_KERNEL_IPV6_DEFS uses.
26571         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26572         IPPROTO_BEETPH.
26573         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26574         sockaddr_in6, or ipv6_mreq.
26576 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26578         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26579         memory access for final bytes in some large inputs.
26580         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26582 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26584         * string/test-memrchr.c: New file.
26585         * string/test-memrchr-ifunc.c: New file.
26586         * string/Makefile: Add new memrchr testcase.
26588 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
26590         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26591         fanotify_init returns EPERM.
26593 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26595         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26596         errors.
26597         (top level): Treat second token from macro or constant entries for
26598         allowed headers as allowed.
26599         * include/complex.h: Condition internal declarations on
26600         [!_ISOMAC].
26601         * include/fenv.h: Condition include of <stdbool.h> and internal
26602         declarations on [!_ISOMAC].
26604 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26606         [BZ #15923]
26607         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26609 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26611         * configure.in (--enable-versioning): Remove configure option.
26612         (libc_cv_asm_symver_directive): Remove configure test.
26613         (libc_cv_ld_version_script_option): Likewise.
26614         (VERSIONING): Remove variable and AC_SUBST.
26615         (DO_VERSIONING): Remove AC_DEFINE.
26616         * configure: Regenerated.
26617         * config.h.in (DO_VERSIONING): Remove macro.
26618         * Makerules [$(versioning) = yes]: Change conditionals to
26619         [$(build-shared) = yes].
26620         * config.make.in (versioning): Remove variable.
26621         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26622         [$(build-shared) = yes].
26623         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26624         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26625         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26626         [$(build-shared) = yes].
26627         * extra-lib.mk [$(versioning) = yes]: Likewise.
26628         * hurd/Makefile [$(versioning) = yes]: Likewise.
26629         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26630         [SHARED].
26631         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26632         [SHARED].
26633         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26634         [SHARED && !NO_HIDDEN].
26635         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26636         [SHARED].
26637         [SHARED && DO_VERSIONING]: Likewise..
26638         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26639         [$(build-shared) = yes].
26640         * manual/install.texi (--disable-versioning): Remove
26641         documentation.
26642         * INSTALL: Regenerated.
26643         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26644         to [SHARED].
26645         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26646         [$(build-shared) = yes].
26647         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26648         * sysdeps/i386/i686/multiarch/strstr-c.c
26649         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26650         [SHARED && !NO_HIDDEN].
26651         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26652         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26653         * sysdeps/powerpc/powerpc32/dl-machine.c
26654         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26655         * sysdeps/powerpc/powerpc32/sysdep.h
26656         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26657         to [SHARED && PIC && !NO_HIDDEN].
26658         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26659         conditional to [SHARED].
26661 2013-09-04   Will Newton  <will.newton@linaro.org>
26663         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26664         * benchtests/bench-string.h: Include bench-timing.h instead
26665         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26666         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26667         call to HP_TIMING_DIFF_INIT.
26668         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26669         instead of hp-timing.h macros.
26670         * benchtests/bench-memchr.c: Likewise.
26671         * benchtests/bench-memcmp.c: Likewise.
26672         * benchtests/bench-memcpy.c: Likewise.
26673         * benchtests/bench-memmem.c: Likewise.
26674         * benchtests/bench-memmove.c: Likewise.
26675         * benchtests/bench-memset.c: Likewise.
26676         * benchtests/bench-rawmemchr.c: Likewise.
26677         * benchtests/bench-strcasecmp.c: Likewise.
26678         * benchtests/bench-strcasestr.c: Likewise.
26679         * benchtests/bench-strcat.c: Likewise.
26680         * benchtests/bench-strchr.c: Likewise.
26681         * benchtests/bench-strcmp.c: Likewise.
26682         * benchtests/bench-strcpy.c: Likewise.
26683         * benchtests/bench-strcpy_chk.c: Likewise.
26684         * benchtests/bench-strlen.c: Likewise.
26685         * benchtests/bench-strncasecmp.c: Likewise.
26686         * benchtests/bench-strncat.c: Likewise.
26687         * benchtests/bench-strncmp.c: Likewise.
26688         * benchtests/bench-strncpy.c: Likewise.
26689         * benchtests/bench-strnlen.c: Likewise.
26690         * benchtests/bench-strpbrk.c: Likewise.
26691         * benchtests/bench-strrchr.c: Likewise.
26692         * benchtests/bench-strspn.c: Likewise.
26693         * benchtests/bench-strstr.c: Likewise.
26695 2013-09-04  Will Newton  <will.newton@linaro.org>
26697         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26699 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26701         [BZ #15427]
26702         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26703         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26704         * math/libm-test.inc (lgamma_test_data): Add more tests.
26705         * sysdeps/i386/fpu/libm-test-ulps: Update.
26706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26708 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26710         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26711         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26712         Add ifunc.
26713         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26714         Add strcmp-sse2-unaligned
26715         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26717 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26719         * Versions.def (libc): Add GLIBC_2.19.
26721 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26723         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26724         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26726 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26728         [BZ #14155]
26729         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26730         intermediate calculations in recurrence.
26731         (__ieee754_ynf): Likewise.
26732         * math/libm-test.inc (jn_test_data): Do not allow spurious
26733         underflow exception.  Add more tests.
26734         (yn_test_data): Add more tests.
26735         * sysdeps/i386/fpu/libm-test-ulps: Update.
26736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26738 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26740         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26742 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26744         * csu/init-first.c: Fix then/than typos.
26745         * locale/programs/ld-collate.c: Likewise.
26746         * locale/programs/linereader.h: Likewise.
26747         * manual/charset.texi: Likewise.
26748         * manual/filesys.texi: Likewise.
26749         * manual/stdio.texi: Likewise.
26750         * manual/string.texi: Likewise.
26751         * stdlib/fmtmsg.c: Likewise.
26752         * sysdeps/i386/stpncpy.S: Likewise.
26753         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26754         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26755         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26756         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26758 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26760         * elf/dl-open.c: Fix typos.
26761         * iconvdata/gbbig5.c: Likewise.
26762         * iconvdata/iso-2022-jp.c: Likewise.
26763         * iconv/gconv_int.h: Likewise.
26764         * iconv/loop.c: Likewise.
26765         * nis/rpcsvc/nis.h: Likewise.
26766         * resolv/ns_name.c: Likewise.
26767         * stdio-common/vfscanf.c: Likewise.
26768         * streams/stropts.h: Likewise.
26769         * sunrpc/rpc_thread.c: Likewise.
26770         * sysdeps/i386/strpbrk.S: Likewise.
26771         * sysdeps/ieee754/k_standard.c: Likewise.
26772         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26773         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26774         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26775         * sysdeps/mach/hurd/profil.c: Likewise.
26776         * sysdeps/s390/dl-procinfo.h: Likewise.
26777         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26778         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26779         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26780         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26781         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26783 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26785         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26786         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26788 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26790         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26791         aix specific files.
26792         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26793         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26794         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26795         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26796         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26797         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26798         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26799         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26801 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26802             Roland McGrath  <roland@hack.frob.com>
26804         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26805         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26807 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26809         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26810         __executable_start symbol instead of _start.
26812 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26814         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26815         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26816         Move macros to...
26817         * sysdeps/gnu/ldsodefs.h: ... this new file.
26819         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26820         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26821         instead of ELFOSABI_LINUX.
26823         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26824         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26825         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26826         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26827         Likewise.
26828         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26829         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26830         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26831         Likewise.
26832         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26833         (ibm_extended_long_double): Add ieee_nan member.
26834         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26835         (do_test): New function.
26837         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26838         TEST_TRUNC.
26839         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26840         functions, renamed from truncdfsf_test, trunctfsf_test,
26841         trunctfdf_test.
26842         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26843         functions.
26844         (do_test): Run all these.
26846 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26848         * argp/argp-help.c: Fix typos.
26849         * argp/argp-parse.c: Likewise.
26850         * debug/backtracesyms.c: Likewise.
26851         * elf/elf.h: Likewise.
26852         * malloc/malloc.c: Likewise.
26853         * nis/nis_print.c: Likewise.
26854         * resolv/res_comp.c: Likewise.
26855         * stdlib/stdlib.h: Likewise.
26856         * sunrpc/clnt_tcp.c: Likewise.
26857         * sunrpc/clnt_udp.c: Likewise.
26858         * sunrpc/clnt_unix.c: Likewise.
26859         * sysdeps/unix/bsd/ptsname.c: Likewise.
26860         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26861         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26863         Likewise.
26864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26865         Likewise.
26866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26867         Likewise.
26868         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26870 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26872         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26873         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26875 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26877         [BZ #15897]
26878         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26879         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26880         ($(objpfx)bug-dl-leaf): New rule.
26881         ($(objpfx)bug-dl-leaf.so): Likewise.
26882         ($(objpfx)bug-dl-leaf.out): Likewise.
26883         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26884         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26885         * dlfcn/bug-dl-leaf.c: New test.
26886         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26887         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26888         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26889         (dlclose): Likewise.
26890         (dlmopen): Likewise.
26892 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26894         * include/netdb.h [!_ISOMAC]:
26895         Don't include <tls.h>.
26896         (h_errno, __libc_h_errno): Move declaration and macros out of
26897         [_LIBC_REENTRANT].
26899         * include/resolv.h [_RESOLV_H_]:
26900         Don't include <tls.h>.
26901         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26902         * resolv/res_libc.c: Don't include <tls.h>.
26903         (_res): Use __attribute__ ((nocommon)) in place of
26904         __attribute__ ((section (".bss"))).
26906         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26907         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26909         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26911         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26912         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26914         * resolv/res_mkquery.c: Include <sys/time.h>.
26916         * inet/ifreq.c: Moved to ...
26917         * sysdeps/unix/ifreq.c: ... here.
26918         * inet/ifreq.c: New file, true stub version.
26920         * socket/sa_len.c: New file.
26921         * socket/Makefile (aux): Add it.
26922         * sysdeps/unix/sysv/linux/Makefile
26923         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26924         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26925         and #include <socket/sa_len.c>.
26926         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26927         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26929         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26930         * bits/socket.h: ... here.
26932         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26933         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26934         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26936 2013-08-27  Andreas Schwab  <schwab@suse.de>
26938         [BZ #15736]
26939         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26940         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26941         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26942         * string/test-strcasecmp.c (test_main): Run tests in several
26943         locales.
26944         * string/test-strncasecmp.c (test_main): Likewise.
26946         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26947         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26948         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26949         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26950         (__strncasecmp_ssse3) [PIC]: Likewise.
26952 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26954         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26956         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26957         instead of explicitly declaring xdecrypt.
26958         * nis/nss_nis/nis-publickey.c: Likewise.
26960 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26962         [BZ #15890]
26963         * nscd/aicache.c: Include res_hconf.h.
26964         (addhstaiX): Initialize res_hconf.
26966 2013-08-26  Andreas Schwab  <schwab@suse.de>
26968         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26969         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26971 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26973         * nscd/aicache.c (addhstaiX): Fix indentation.
26975 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26977         * configure.ac: Quote $build_pt_chown test.
26978         * configure: Regenerated.
26980 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26982         [BZ #15532]
26983         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26984         * math/s_cexpf.c (__cexpf): Likewise.
26985         * math/s_cexpl.c (__cexpl): Likewise.
26986         * math/libm-test.inc (cexp_test_data): Correct expected return
26987         value for NaN + i0.  Add another test.
26989 2013-08-22  David S. Miller  <davem@davemloft.net>
26991         * po/ca.po: Update Catalan translation from translation project.
26992         * po/uk.po: Add Ukrainian translations from translation project.
26994 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26996         [BZ #15797]
26997         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26998         is infinite, not alongside NaN test.
26999         * math/s_fdimf.c (__fdimf): Likewise.
27000         * math/s_fdiml.c (__fdiml): Likewise.
27001         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
27002         errno is unchanged.
27004 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
27006         * argp/argp-help.c: Fix typos.
27007         * crypt/speeds.c: Likewise.
27008         * csu/check_fds.c: Likewise.
27009         * elf/dl-load.c: Likewise.
27010         * elf/dl-open.c: Likewise.
27011         * elf/reldep3.c: Likewise.
27012         * elf/reldep.c: Likewise.
27013         * elf/sprof.c: Likewise.
27014         * iconv/iconv_charmap.c: Likewise.
27015         * iconv/skeleton.c: Likewise.
27016         * iconv/strtab.c: Likewise.
27017         * io/lockf64.c: Likewise.
27018         * libio/libioP.h: Likewise.
27019         * resolv/gai_notify.c: Likewise.
27020         * resolv/ns_name.c: Likewise.
27021         * resolv/ns_samedomain.c: Likewise.
27022         * resolv/res_send.c: Likewise.
27023         * stdlib/random.c: Likewise.
27024         * sunrpc/rpc/xdr.h: Likewise.
27025         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
27026         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
27027         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
27028         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
27029         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
27030         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
27031         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
27032         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
27033         * sysdeps/mach/hurd/check_fds.c: Likewise.
27034         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27035         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
27036         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27037         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27038         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
27039         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27040         * sysdeps/pthread/aio_notify.c: Likewise.
27041         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
27042         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
27043         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
27044         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
27045         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
27047 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27049         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
27050         version if bit_Slow_SSE4_2 is set.
27051         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
27052         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
27054 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27056         [BZ #15867]
27057         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
27058         trampoline stack frame information.
27059         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
27060         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
27061         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
27062         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
27063         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
27064         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27065         (_libc_vdso_platform_setup): Initialize the signal trampolines.
27066         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
27067         sa_flags value.
27068         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
27069         interrupting a syscall and set with option SA_SIGINFO.
27071 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
27073         [BZ #15531]
27074         * math/s_cproj.c (__cproj): Only return an infinity if one part of
27075         argument is infinite.
27076         * math/s_cprojf.c (__cprojf): Likewise.
27077         * math/s_cprojl.c (__cprojl): Likewise.
27078         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
27079         * math/libm-test.inc (cproj_test_data): Add more tests.
27081         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
27083         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
27084         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
27085         size.  Use __ffs to determine corresponding shift.
27087 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
27088             Roland McGrath  <roland@hack.frob.com>
27090         * Makefile (INSTALL): Remove trailing blank lines from output of
27091         makeinfo.
27093 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27095         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
27096         Align 32 bit compat elf_greg to 8 bytes.
27098 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
27100         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
27102 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27104         * string/strcoll_l.c (coll_seq): New structure.
27105         (get_next_seq_cached): New function.
27106         (get_next_seq): New function.
27107         (do_compare): New function.
27108         (STRCOLL): Use GNU style definition.  Simplify implementation
27109         by using get_next_seq, get_next_seq_cached and do_compare.
27111 2013-08-16  Florian Weimer  <fweimer@redhat.com>
27113         [BZ #14699]
27114         CVE-2013-4237
27115         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
27116         member.
27117         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
27118         member.
27119         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
27120         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
27121         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
27122         conditional.
27123         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
27124         GETDENTS_64BIT_ALIGNED.
27125         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
27126         * manual/filesys.texi (Reading/Closing Directory): Document
27127         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
27128         strongly.
27129         * manual/conf.texi (Limits for Files): Add portability note to
27130         NAME_MAX, PATH_MAX.
27131         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
27133 2013-08-13  Andreas Schwab  <schwab@suse.de>
27135         [BZ #15749]
27136         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
27137         of fabs.
27138         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
27139         LDBL_MAX_EXP >= 16384]: Add tests for it.
27141 2013-08-12  David S. Miller  <davem@davemloft.net>
27143         * version.h (RELEASE): Set to "development".
27144         (VERSION): Set to "2.18.90".
27145         * NEWS: Add 2.19 section.
27147 2013-08-03  David S. Miller  <davem@davemloft.net>
27149         * po/ko.po: Update Korean translation from translation project.
27151 2013-08-01  David S. Miller  <davem@davemloft.net>
27153         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
27154         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
27155         Bilka.
27157 2013-07-30  David S. Miller  <davem@davemloft.net>
27159         * po/fr.po: Update French translation from translation project.
27161 2013-07-28  David S. Miller  <davem@davemloft.net>
27163         * po/cs.po: Update Czech translation from translation project.
27165         * po/sv.po: Update Swedish translation from translation project.
27167 2013-07-27  David S. Miller  <davem@davemloft.net>
27169         * po/eo.po: Update Esperanto translation from translation project.
27171         * po/vi.po: Update Vietnamese translation from translation project.
27173         * po/de.po: Update German translation from translation project.
27175 2013-07-26  David S. Miller  <davem@davemloft.net>
27177         * po/bg.po: Update Bulgarian translation from translation project.
27179         * po/nl.po: Update Dutch translation from translation project.
27180         * po/pl.po: Update Polish translation from translation project.
27181         * po/ru.po: Update Russian translation from translation project.
27183 2013-07-24  David S. Miller  <davem@davemloft.net>
27185         * po/libc.pot: Update.
27187 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27189         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
27190         variable page size.
27191         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
27192         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
27193         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
27195 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27197         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
27199 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27200             Andreas Schwab  <schwab@suse.de>
27201             Roland McGrath  <roland@hack.frob.com>
27202             Joseph Myers  <joseph@codesourcery.com>
27203             Carlos O'Donell  <carlos@redhat.com>
27205         [BZ #15755]
27206         * config.h.in: Define HAVE_PT_CHOWN.
27207         * config.make.in (build-pt-chown): New variable.
27208         * configure.in (--enable-pt_chown): New configure option.
27209         * configure: Regenerate.
27210         * login/Makefile: Include Makeconfig.  Build pt_chown only if
27211         build-pt-chown is enabled.
27212         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
27213         pt_chown to fix pty ownership.
27214         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
27215         CLOSE_ALL_FDS.
27216         * manual/install.texi (Configuring and compiling): Mention
27217         --enable-pt_chown. Add @findex for grantpt.
27218         * INSTALL: Regenerate.
27220 2013-07-20  David S. Miller  <davem@davemloft.net>
27222         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
27223         difference between 32-bit and 64-bit.
27225 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
27227         [BZ #15711]
27228         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
27229         Avoid system header dependency with -ffreestanding.
27230         ($(objpfx)bits/syscall%d): Likewise.
27232 2013-07-13  David S. Miller  <davem@davemloft.net>
27234         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
27235         underflows from atanl/atan2l due to bug 15319.
27236         (casinh_test_data): Likewise.
27238 2013-07-07  David S. Miller  <davem@davemloft.net>
27240         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
27242 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
27244         * sysdeps/i386/fpu/libm-test-ulps: Update.
27245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27247 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27249         * configure.in (--enable-lock-elision): Fix message text.
27250         * INSTALL: Regenerate.
27251         * configure: Regenerate.
27253 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27255         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27257 2013-07-03  Andreas Jaeger  <aj@suse.de>
27259         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
27260         define.
27261         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
27262         (ptrace_peeksiginfo_args): Add.
27263         (__ptrace_peeksiginfo_flags): Add.
27264         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
27265         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
27266         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
27268 2013-07-03  Allan McRae  <allan@archlinux.org>
27270         * sysdeps/i386/fpu/libm-test-ulps: Update.
27272 2013-07-02  David S. Miller  <davem@davemloft.net>
27274         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27276 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
27278         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27280 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
27282         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
27283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27285 2013-07-02  Andi Kleen <ak@linux.intel.com>
27287         * config.h.in (ENABLE_LOCK_ELISION): Add.
27288         * configure.in (--enable-lock-elision): Add option.
27289         * manual/install.texi: Document --enable lock elision.
27290         * configure: Regenerate
27291         * INSTALL: Regenerate.
27293 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
27295         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
27296         SSE4.2 strcasecmp for libc.a.
27297         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
27299 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
27301         [BZ #13304]
27302         * soft-fp/op-common.h (_FP_FMA): New macro.
27303         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
27304         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
27305         (_FP_MUL_MEAT_1_imm): ... here.
27306         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
27307         (_FP_MUL_MEAT_1_wide): ... here.
27308         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
27309         (_FP_MUL_MEAT_1_hard): ... here.
27310         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
27311         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
27312         (_FP_MUL_MEAT_2_wide): ... here.
27313         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
27314         (_FP_MUL_MEAT_2_wide_3mul): ... here.
27315         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
27316         (_FP_MUL_MEAT_2_gmp): ... here.
27317         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
27318         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
27319         (_FP_MUL_MEAT_4_wide): ... here.
27320         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
27321         (_FP_MUL_MEAT_4_gmp): ... here.
27322         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
27323         (_FP_WFRACBITS_DW_S): Likewise.
27324         (_FP_WFRACXBITS_DW_S): Likewise.
27325         (_FP_HIGHBIT_DW_S): Likewise.
27326         (FP_FMA_S): Likewise.
27327         (_FP_FRAC_HIGH_DW_S): Likewise.
27328         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
27329         (_FP_WFRACBITS_DW_D): Likewise.
27330         (_FP_WFRACXBITS_DW_D): Likewise.
27331         (_FP_HIGHBIT_DW_D): Likewise.
27332         (FP_FMA_D): Likewise.
27333         (_FP_FRAC_HIGH_DW_D): Likewise.
27334         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
27335         (_FP_WFRACBITS_DW_E): Likewise.
27336         (_FP_WFRACXBITS_DW_E): Likewise.
27337         (_FP_HIGHBIT_DW_E): Likewise.
27338         (FP_FMA_E): Likewise.
27339         (_FP_FRAC_HIGH_DW_E): Likewise.
27340         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
27341         (_FP_WFRACBITS_DW_Q): Likewise.
27342         (_FP_WFRACXBITS_DW_Q): Likewise.
27343         (_FP_HIGHBIT_DW_Q): Likewise.
27344         (FP_FMA_Q): Likewise.
27345         (_FP_FRAC_HIGH_DW_Q): Likewise.
27346         * soft-fp/fmasf4.c: New file.
27347         * soft-fp/fmadf4.c: Likewise.
27348         * soft-fp/fmatf4.c: Likewise.
27350 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27352         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
27353         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
27354         Silvermont.
27355         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
27356         macro.
27357         (index_Slow_SSE4_2): Likewise.
27358         (index_Prefer_PMINUB_for_stringop): Likewise.
27359         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
27360         bit_Slow_SSE4_2 is set.
27361         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
27362         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
27364 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27366         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
27367         rtld_global._dl_hwcap2.
27368         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
27369         POWER8.
27370         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
27371         POWER8 feature descriptions defined in _dl_hwcap2.
27372         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
27373         string handling for POWER8 feature bits.
27374         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
27375         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
27376         _dl_powerpc_cap_flags.
27377         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
27378         * sysdeps/powerpc/rtld-global-offsets.sym
27379         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
27380         _dl_hwcap2 in the rtld_global_ro structure.
27382 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27384         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
27385         hardware capabilities in support of AT_HWCAP2.
27386         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
27387         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
27388         GLRO(dl_hwcap2).
27389         (_dl_show_auxv): Add support for calling _dl_procinfo to display
27390         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
27391         explicitly the unknown a_type display mechanism is used.
27392         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
27393         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
27394         struct member.
27395         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
27396         to macro prototype for AT_HWCAP2 support.
27397         * sysdeps/i386/dl-procinfo.h: Likewise.
27398         * sysdeps/s390/dl-procinfo.h: Likewise.
27399         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
27400         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
27401         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
27402         return -1 for unknown a_type display fallback.
27403         * sysdeps/sparc/dl-procinfo.h: Likewise.
27404         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
27405         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
27407 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
27409         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
27410         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
27412 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
27414         [BZ #12492]
27415         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
27416         mprotect making __stack_prot writable.
27418 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
27419             Joseph Myers  <joseph@codesourcery.com>
27421         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
27422         as being properly aligned.
27424 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
27426         * dlfcn/modstatic5.c: New file.
27427         * dlfcn/tststatic5.c: New file.
27428         * dlfcn/Makefile (tests): Add tststatic5.
27429         (tests-static): Likewise.
27430         (modules-names): Add modstatic5.
27431         (tststatic5-ENV): New variable.
27432         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
27434         [BZ #15022]
27435         * elf/dl-support.c (_dl_main_map): New variable.
27436         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
27437         (_dl_nns, _dl_load_adds): Set to 1.
27438         (_dl_initial_searchlist): Refer to _dl_main_map.
27439         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
27440         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
27441         call to _dl_get_origin.
27442         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
27443         around call_map.
27444         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
27445         * dlfcn/modstatic3.c: New file.
27446         * dlfcn/tststatic3.c: New file.
27447         * dlfcn/tststatic4.c: New file.
27448         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
27449         (tests-static): Likewise.
27450         (modules-names): Add modstatic3.
27451         (tststatic3-ENV, tststatic4-ENV): New variables.
27452         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
27453         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
27455 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
27457         * configure.in (CC): Require GCC version 4.4 or later.
27458         * configure: Regenerated.
27459         * manual/install.texi (Tools for Compilation): Update GCC version
27460         requirement.
27461         * INSTALL: Regenerated.
27463 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27465         [BZ #15674]
27466         * string/test-memcmp.c (check2): New.
27467         (main): Call check2.
27469         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
27471 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
27473         [BZ #15022]
27474         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
27475         over to...
27476         (dl_open_worker) [!SHARED]: ... here.
27478 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27480         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
27482 2013-06-25  Richard Henderson  <rth@redhat.com>
27484         * locale/programs/locarchive.c: Include <libc-internal.h>
27486 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
27488         * manual/texinfo.tex: Update to version 2013-06-21.17, with
27489         trailing whitespace removed.
27491 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27493         [BZ #10283]
27494         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
27495         * locale/programs/locarchive.c: Include libc-mmap.h.
27496         (prepare_address_space): Take two new outputs (the mmap base and len).
27497         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
27498         values.
27499         (create_archive): Declare new mmap base and len values for
27500         prepare_address_space, and store the result in ah.
27501         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
27502         (enlarge_archive): If ah->mmap_base is not NULL, use that and
27503         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27504         Declare new mmap base and len values for
27505         prepare_address_space, and store the result in new_ah.
27506         (open_archive): Declare new mmap base and len values for
27507         prepare_address_space, and store the result in ah.
27508         (close_archive): If ah->mmap_base is not NULL, use that and
27509         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27510         * sysdeps/generic/libc-mmap.h: New file.
27512 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27514         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
27515         (ALIGN_UP): Likewise.
27516         (PTR_ALIGN_DOWN): Likewise.
27517         (PTR_ALIGN_UP): Likewise.
27519 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27521         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27522         entry mapped to PPC_PLATFORM_POWER8.
27523         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27524         POWER8.
27525         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27526         (_dl_string_platform): Add case for exporting platform position for
27527         POWER8.
27528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27529         search path to sysdeps/powerpc/powerpc32/power8 directory.
27530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27531         search path to sysdeps/powerpc/powerpc64/power8 directory.
27532         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27533         power7 directories.
27534         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27535         power7 directories.
27537 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27539         * INSTALL: Regenerate.
27541         * nscd/connections.c (nscd_init): Fix comment.
27543 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
27545         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27547         [BZ #15667]
27548         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27549         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27551 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27553         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27554         DL_DST_REQ_STATIC.
27555         (DL_DST_REQ_STATIC): Remove macro.
27557 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
27559         [BZ #7006]
27560         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27561         with a shift of 0 bits.
27563 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27565         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27566         $(tststatic-ENV).
27568 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27570         [BZ #15655]
27571         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27573 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27575         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27576         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27577         accepts -fno-tree-loop-distribute-patterns.
27578         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27579         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27580         recursive call.
27581         * string/memset.c (memset): Likewise.
27582         * string/test-memmove.c (simple_memmove): Disable loop transformation
27583         to library calls.
27584         * string/test-memset.c (simple_memset): Likewise.
27585         * benchtests/bench-memmove.c (simple_memmove): Likewise.
27586         * benchtests/bench-memset.c (simple_memset): Likewise.
27587         * configure: Regenerated.
27589 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
27591         * math/test-misc.c (main): Ignore fesetround failure when failures
27592         of subsequent rounding tests would be ignored.
27594         [BZ #15654]
27595         * math/fedisblxcpt.c (fedisableexcept): Return 0.
27596         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27597         * math/fegetenv.c (__fegetenv): Return 0.
27598         * math/fegetexcept.c (fegetexcept): Return 0.
27599         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27600         FE_TONEAREST.
27601         * math/feholdexcpt.c (feholdexcept): Return 0.
27602         * math/fesetenv.c (__fesetenv): Return 0.
27603         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27604         argument FE_TONEAREST.
27605         * math/feupdateenv.c (__feupdateenv): Return 0.
27606         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27608 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27610         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27611         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27612         ($(objpfx)rtld-%.os rules): Use them.
27614 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27616         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27617         fields.
27619 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27621         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27622         length of target pattern, then descending length of dependency pattern.
27623         * configure.in (AWK): Require gawk 3.1.2 or newer.
27624         * manual/install.texi (Tools for Compilation): Say that we do.
27625         * configure: Regenerated.
27627         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27628         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27629         * scripts/sysd-rules.awk: ... this new script.
27630         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27631         than a glob-style pattern.
27633 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27635         * math/test-misc.c (main): Do not treat incorrectly rounded
27636         conversions as failure unless ROUNDING_TESTS passes.
27638 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27640         [BZ #15631]
27641         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27642         restore exception state around main square root computation, then
27643         check for inexactness explicitly.
27645         * math/libm-test.inc (fma_test_data): Add another test.
27647 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27649         * manual/threads.texi (Non-POSIX Extensions): New document
27650         node.  Document pthread_getattr_default_np and
27651         pthread_setattr_default_np.
27653         * Versions.def (libpthread): Add GLIBC_2.18.
27654         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27656         Likewise.
27657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27658         Likewise.
27659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27660         Likewise.
27661         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27662         Likewise.
27663         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27664         Likewise.
27665         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27666         Likewise.
27667         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27668         Likewise.
27669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27670         Likewise.
27671         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27672         Likewise.
27674 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27676         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27677         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27679 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27680             H.J. Lu  <hjl.tools@gmail.com>
27682         [BZ #15627]
27683         * sysdeps/x86_64/rtld-memset.c: Remove file.
27684         * sysdeps/x86_64/rtld-memset.S: New file.
27686 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27688         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27689         (test_in_one_mode): Take arguments for whether the rounding mode
27690         is supported for each floating-point type.
27691         (do_test): Pass new arguments to test_in_one_mode using
27692         ROUNDING_TESTS.
27694 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27696         * posix/tst-waitid.c (do_test): Distinguish different instances of
27697         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27698         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27699         before entering the kernel for waitpid.
27701 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27703         * NEWS: Fix note on clock function precision.  Text by Roland
27704         McGrath.
27706 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27708         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27709         it into place only when and if the sanity check passes.
27711 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27713         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27714         output for whether conversion result is exact.  Take argument
27715         indicating whether type is IBM long double.
27716         (round_for_all): Change need_exact field to ibm_ld.
27717         * stdlib/tst-strtod-round.c (struct exactness): New type.
27718         (struct test): Change bool ld_ok field to struct exactness exact.
27719         (TEST): Update all definitions for change to field.
27720         (tests): Regenerate array contents.
27721         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27722         field value.  Check for IBM long double here.
27723         (do_test): Update calls to test_in_one_mode.
27725 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27727         [BZ #12515]
27728         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27729         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27731 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27733         [BZ #15605]
27734         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27735         generated by the compiler on loop optimizations.
27736         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27737         general definitions.
27739 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27741         * math/bug-nextafter.c: Include <math-tests.h>.
27742         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27743         the relevant type.
27744         * math/bug-nexttoward.c: Include <math-tests.h>.
27745         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27746         the relevant type.
27747         * math/test-misc.c: Include <math-tests.h>.
27748         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27749         the relevant type.
27751 2013-06-12  Andreas Jaeger  <aj@suse.de>
27753         * po/ia.po: Update Interlingua translation from translation
27754         project.
27756 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27758         * include/fenv.h: Include stdbool.h.
27759         (struct rm_ctx): New structure.
27760         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27761         Define macro.
27762         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27763         (SET_RESTORE_ROUNDF): Likewise.
27764         (SET_RESTORE_ROUNDL): Likewise.
27765         (SET_RESTORE_ROUND_NOEX): Likewise.
27766         (SET_RESTORE_ROUND_NOEXF): Likewise.
27767         (SET_RESTORE_ROUND_NOEXL): Likewise.
27768         (SET_RESTORE_ROUND_53BIT): Likewise.
27769         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27770         (libc_feresetround_noexf_ctx): Likewise.
27771         (libc_feresetround_noexl_ctx): Likewise.
27772         (libc_feholdsetround_53bit_ctx): Likewise.
27773         (libc_feresetround_53bit_ctx): Likewise.
27774         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27775         (libc_feholdexcept_setround_sse_ctx): New function.
27776         (libc_fesetenv_sse_ctx): Likewise.
27777         (libc_feupdateenv_sse_ctx): Likewise.
27778         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27779         (libc_feholdexcept_setround_387_ctx): Likewise.
27780         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27781         (libc_feholdsetround_387_prec_ctx): Likewise.
27782         (libc_feholdsetround_387_ctx): Likewise.
27783         (libc_feholdsetround_387_53bit_ctx): Likewise.
27784         (libc_feholdsetround_sse_ctx): Likewise.
27785         (libc_feresetround_sse_ctx): Likewise.
27786         (libc_feresetround_387_ctx): Likewise.
27787         (libc_feupdateenv_387_ctx): Likewise.
27788         (libc_feholdexcept_setroundf_ctx): Define macro.
27789         (libc_fesetenvf_ctx): Likewise.
27790         (libc_feupdateenvf_ctx): Likewise.
27791         (libc_feholdsetroundf_ctx): Likewise.
27792         (libc_feresetroundf_ctx): Likewise.
27793         (libc_feholdexcept_setround_ctx): Likewise.
27794         (libc_fesetenv_ctx): Likewise.
27795         (libc_feupdateenv_ctx): Likewise.
27796         (libc_feholdsetround_ctx): Likewise.
27797         (libc_feresetround_ctx): Likewise.
27798         (libc_feholdexcept_setroundl_ctx): Likewise.
27799         (libc_feupdateenvl_ctx): Likewise.
27800         (libc_feholdsetroundl_ctx): Likewise.
27801         (libc_feresetroundl_ctx): Likewise.
27802         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27803         (libc_feresetround_53bit_ctx): Likewise.
27805 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27807         * locale/iso-639.def: Convert to UTF-8.
27809 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27811         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27812         (EXCEPTION_TESTS_double): Likewise.
27813         (EXCEPTION_TESTS_long_double): Likewise.
27814         (EXCEPTION_TESTS): Likewise.
27815         * math/libm-test.inc (test_exceptions): Only test exceptions if
27816         EXCEPTION_TESTS (FLOAT).
27818 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27820         * benchtests/Makefile (string-bench): Add strcpy_chk and
27821         stpcpy_chk.
27822         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27823         * benchtests/bench-stpcpy_chk.c: New file.
27824         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27825         * benchtests/bench-strcpy_chk.c: New file.
27826         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27827         code.
27828         (do_test): Likewise.
27830 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27832         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27833         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27834         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27835         with tabs where appropriate.
27836         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27837         dl-procinfo.h.
27838         [PPC_PLATFORM_PPC440]: Likewise.
27839         [PPC_PLATFORM_PPC464]: Likewise.
27840         [PPC_PLATFORM_PPC476]: Likewise.
27841         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27842         ppc464, and ppc476 platform strings merging from ports/
27843         dl-procinfo.h.
27845 2013-06-11  Andreas Schwab  <schwab@suse.de>
27847         [BZ #14991]
27848         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27849         (from_ucs4_idx): Regenerate.
27850         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27851         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27852         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27853         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27854         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27855         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27856         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27857         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27858         from FROM_LOOP and TO_LOOP specific macros.
27859         (BODY): Handle combining characters.
27860         * iconvdata/BIG5HKSCS.irreversible: Update.
27861         * iconvdata/BIG5HKSCS.precomposed: New file.
27862         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27863         characters.
27864         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27866 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27868         * include/sys/time.h: Fix indentation and add copyright header.
27870         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27871         (do_test): Likewise.
27872         * string/test-memchr.c (do_one_test): Likewise.
27873         (do_test): Likewise.
27874         * string/test-memcmp.c (do_one_test): Likewise.
27875         (do_test): Likewise.
27876         * string/test-memcpy.c (do_one_test): Likewise.
27877         (do_test): Likewise.
27878         * string/test-memmem.c (do_one_test): Likewise.
27879         (do_test): Likewise.
27880         (do_random_tests): Likewise.
27881         * string/test-memmove.c (do_one_test): Likewise.
27882         (do_test): Likewise.
27883         * string/test-memset.c (do_one_test): Likewise.
27884         (do_test): Likewise.
27885         * string/test-rawmemchr.c (do_one_test): Likewise.
27886         (do_test): Likewise.
27887         * string/test-strcasecmp.c (do_one_test): Likewise.
27888         (do_test): Likewise.
27889         * string/test-strcasestr.c (do_one_test): Likewise.
27890         (do_test): Likewise.
27891         * string/test-strcat.c (do_one_test): Likewise.
27892         (do_test): Likewise.
27893         * string/test-strchr.c (do_one_test): Likewise.
27894         (do_test): Likewise.
27895         * string/test-strcmp.c (do_one_test): Likewise.
27896         (do_test): Likewise.
27897         * string/test-strcpy.c (do_one_test): Likewise.
27898         (do_test): Likewise.
27899         * string/test-string.h: Likewise.
27900         (test_init): Likewise.
27901         * string/test-strlen.c (do_one_test): Likewise.
27902         (do_test): Likewise.
27903         * string/test-strncasecmp.c (do_one_test): Likewise.
27904         (do_test): Likewise.
27905         * string/test-strncat.c (do_one_test): Likewise.
27906         (do_test): Likewise.
27907         * string/test-strncmp.c (do_one_test): Likewise.
27908         (do_test_limit): Likewise.
27909         (do_test): Likewise.
27910         * string/test-strncpy.c (do_one_test): Likewise.
27911         (do_test): Likewise.
27912         * string/test-strnlen.c (do_one_test): Likewise.
27913         (do_test): Likewise.
27914         * string/test-strpbrk.c (do_one_test): Likewise.
27915         (do_test): Likewise.
27916         * string/test-strrchr.c (do_one_test): Likewise.
27917         (do_test): Likewise.
27918         * string/test-strspn.c (do_one_test): Likewise.
27919         (do_test): Likewise.
27920         * string/test-strstr.c (do_one_test): Likewise.
27921         (do_test): Likewise.
27923         * benchtests/Makefile (string-bench): Add string benchmarks.
27924         * benchtests/bench-bcopy-ifunc.c: New file.
27925         * benchtests/bench-bcopy.c: New file.
27926         * benchtests/bench-bzero-ifunc.c: New file.
27927         * benchtests/bench-bzero.c: New file.
27928         * benchtests/bench-memccpy-ifunc.c: New file.
27929         * benchtests/bench-memccpy.c: New file.
27930         * benchtests/bench-memchr-ifunc.c: New file.
27931         * benchtests/bench-memchr.c: New file.
27932         * benchtests/bench-memcmp-ifunc.c: New file.
27933         * benchtests/bench-memcmp.c: New file.
27934         * benchtests/bench-memmem-ifunc.c: New file.
27935         * benchtests/bench-memmem.c: New file.
27936         * benchtests/bench-memmove-ifunc.c: New file.
27937         * benchtests/bench-memmove.c: New file.
27938         * benchtests/bench-mempcpy-ifunc.c: New file.
27939         * benchtests/bench-mempcpy.c: New file.
27940         * benchtests/bench-memset-ifunc.c: New file.
27941         * benchtests/bench-memset.c: New file.
27942         * benchtests/bench-rawmemchr-ifunc.c: New file.
27943         * benchtests/bench-rawmemchr.c: New file.
27944         * benchtests/bench-stpcpy-ifunc.c: New file.
27945         * benchtests/bench-stpcpy.c: New file.
27946         * benchtests/bench-stpncpy-ifunc.c: New file.
27947         * benchtests/bench-stpncpy.c: New file.
27948         * benchtests/bench-strcasecmp-ifunc.c: New file.
27949         * benchtests/bench-strcasecmp.c: New file.
27950         * benchtests/bench-strcasestr-ifunc.c: New file.
27951         * benchtests/bench-strcasestr.c: New file.
27952         * benchtests/bench-strcat-ifunc.c: New file.
27953         * benchtests/bench-strcat.c: New file.
27954         * benchtests/bench-strchr-ifunc.c: New file.
27955         * benchtests/bench-strchr.c: New file.
27956         * benchtests/bench-strchrnul-ifunc.c: New file.
27957         * benchtests/bench-strchrnul.c: New file.
27958         * benchtests/bench-strcmp-ifunc.c: New file.
27959         * benchtests/bench-strcmp.c: New file.
27960         * benchtests/bench-strcpy-ifunc.c: New file.
27961         * benchtests/bench-strcpy.c: New file.
27962         * benchtests/bench-strcspn-ifunc.c: New file.
27963         * benchtests/bench-strcspn.c: New file.
27964         * benchtests/bench-strlen-ifunc.c: New file.
27965         * benchtests/bench-strlen.c: New file.
27966         * benchtests/bench-strncasecmp-ifunc.c: New file.
27967         * benchtests/bench-strncasecmp.c: New file.
27968         * benchtests/bench-strncat-ifunc.c: New file.
27969         * benchtests/bench-strncat.c: New file.
27970         * benchtests/bench-strncmp-ifunc.c: New file.
27971         * benchtests/bench-strncmp.c: New file.
27972         * benchtests/bench-strncpy-ifunc.c: New file.
27973         * benchtests/bench-strncpy.c: New file.
27974         * benchtests/bench-strnlen-ifunc.c: New file.
27975         * benchtests/bench-strnlen.c: New file.
27976         * benchtests/bench-strpbrk-ifunc.c: New file.
27977         * benchtests/bench-strpbrk.c: New file.
27978         * benchtests/bench-strrchr-ifunc.c: New file.
27979         * benchtests/bench-strrchr.c: New file.
27980         * benchtests/bench-strspn-ifunc.c: New file.
27981         * benchtests/bench-strspn.c: New file.
27982         * benchtests/bench-strstr-ifunc.c: New file.
27983         * benchtests/bench-strstr.c: New file.
27985         * benchtests/Makefile: Disable parallel execution of targets.
27986         (string-bench): Add memcpy.
27987         (benchset): New variable to store a list of benchmark sets.
27988         (bench-func): Renamed from bench.
27989         (bench-set): New target.
27990         (bench): Depend on bench-func and bench-set.
27991         * benchtests/README: Add section on benchmark sets.
27992         * benchtests/bench-memcpy-ifunc.c: New file.
27993         * benchtests/bench-memcpy.c: New file.
27994         * benchtests/bench-string.h: New file.
27996 2013-06-11  Andreas Schwab  <schwab@suse.de>
27998         [BZ #15577]
27999         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
28000         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
28001         values in the triple.
28002         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
28003         terminator in the group key.
28005 2013-06-11  Andreas Jaeger  <aj@suse.de>
28007         * po/zh_TW.po: Update Chinese (traditional) translation from
28008         translation project.
28010 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28012         * include/time.h (__clock_gettime): Add libc_hidden_proto.
28013         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
28014         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
28015         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
28016         (clock_getcpuclockid): Likewise.
28017         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
28018         Add weak_alias and libc_hidden_def.
28019         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
28020         * rt/clock_gettime.c (clock_gettime): Rename to
28021         __clock_gettime.  Add weak_alias and libc_hidden_def.
28022         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
28023         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
28024         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
28025         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
28026         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
28027         Likewise.
28028         * rt/clock_settime.c (clock_settime): Rename to
28029         __clock_settime.  Add weak_alias and libc_hidden_def.
28030         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
28032 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
28034         * mach/err_boot.sub: Remove trailing whitespace.
28035         * mach/err_ipc.sub: Likewise.
28036         * mach/err_mach.sub: Likewise.
28038         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
28039         (ROUNDING_TESTS_double): Likewise.
28040         (ROUNDING_TESTS_long_double): Likewise.
28041         (ROUNDING_TESTS): Likewise.
28042         * math/libm-test.inc: Include <math-tests.h>.
28043         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
28044         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28045         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28046         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28048 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28050         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
28051         of assigning.
28053 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
28055         * sysdeps/gnu/errlist.awk: Do not generate space at end of
28056         otherwise empty TRANS lines.
28057         * sysdeps/gnu/errlist.c: Regenerated.
28059         * catgets/gencat.c (error_print): Use (void) in function
28060         definition.
28061         * crypt/crypt_util.c (__init_des): Likewise.
28062         * crypt/speeds.c (Stop): Likewise.
28063         (main): Likewise.
28064         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
28065         * inet/ruserpass.c (token): Likewise.
28066         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
28067         * intl/localealias.c (extend_alias_table): Likewise.
28068         * intl/plural-exp.c (init_germanic_plural): Likewise.
28069         * libio/fcloseall.c (__fcloseall): Likewise.
28070         * libio/genops.c (_IO_flush_all): Likewise.
28071         (_IO_flush_all_linebuffered): Likewise.
28072         (_IO_cleanup): Likewise.
28073         (_IO_iter_begin): Likewise.
28074         (_IO_iter_end): Likewise.
28075         (_IO_list_lock): Likewise.
28076         (_IO_list_unlock): Likewise.
28077         (_IO_list_resetlock): Likewise.
28078         * libio/getchar.c (getchar): Likewise.
28079         * libio/getchar_u.c (getchar_unlocked): Likewise.
28080         * libio/getwchar.c (getwchar): Likewise.
28081         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
28082         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
28083         * login/getpt.c (__getpt): Likewise.
28084         * login/tst-utmp.c (main): Likewise.
28085         * malloc/hooks.c (__malloc_check_init): Likewise.
28086         * malloc/malloc.c (__malloc_stats): Likewise.
28087         * malloc/mtrace.c (tr_break): Likewise.
28088         (mtrace): Likewise.
28089         (muntrace): Likewise.
28090         * misc/fstab.c (endfsent): Likewise.
28091         * misc/getclktck.c (__getclktck): Likewise.
28092         * misc/getdtsz.c (__getdtablesize): Likewise.
28093         * misc/gethostid.c (gethostid): Likewise.
28094         * misc/getpagesize.c (__getpagesize): Likewise.
28095         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
28096         (__get_nprocs): Likewise.
28097         (__get_phys_pages): Likewise.
28098         (__get_avphys_pages): Likewise.
28099         * misc/getttyent.c (getttyent): Likewise.
28100         (setttyent): Likewise.
28101         (endttyent): Likewise.
28102         * misc/getusershell.c (getusershell): Likewise.
28103         (endusershell): Likewise.
28104         (setusershell): Likewise.
28105         (initshells): Likewise.
28106         * misc/hsearch.c (__hdestroy): Likewise.
28107         * misc/sync.c (sync): Likewise.
28108         * misc/syslog.c (closelog_internal): Likewise.
28109         (closelog): Likewise.
28110         * misc/ttyslot.c (ttyslot): Likewise.
28111         * misc/vhangup.c (vhangup): Likewise.
28112         * posix/fork.c (__fork): Likewise.
28113         * posix/getegid.c (__getegid): Likewise.
28114         * posix/geteuid.c (__geteuid): Likewise.
28115         * posix/getgid.c (__getgid): Likewise.
28116         * posix/getpid.c (__getpid): Likewise.
28117         * posix/getppid.c (__getppid): Likewise.
28118         * posix/getuid.c (__getuid): Likewise.
28119         * posix/pause.c (pause): Likewise.
28120         * posix/setpgrp.c (setpgrp): Likewise.
28121         * posix/setsid.c (__setsid): Likewise.
28122         * posix/test-vfork.c (noop): Likewise.
28123         * resolv/gethnamaddr.c (_endhtent): Likewise.
28124         (_gethtent): Likewise.
28125         (ht_endhostent): Likewise.
28126         (gethostent): Likewise.
28127         (dns_service): Likewise.
28128         * stdlib/drand48.c (drand48): Likewise.
28129         * stdlib/lrand48.c (lrand48): Likewise.
28130         * stdlib/mrand48.c (mrand48): Likewise.
28131         * stdlib/rand.c (rand): Likewise.
28132         * stdlib/random.c (__random): Likewise.
28133         * stdlib/setenv.c (clearenv): Likewise.
28134         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
28135         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
28136         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
28137         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
28138         (__get_nprocs): Likewise.
28139         (__get_phys_pages): Likewise.
28140         (__get_avphys_pages): Likewise.
28141         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
28142         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
28143         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
28144         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
28145         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
28146         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
28147         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
28148         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
28149         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
28150         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
28151         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
28152         * sysdeps/mach/hurd/sync.c (sync): Likewise.
28153         * sysdeps/posix/clock.c (clock): Likewise.
28154         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
28155         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
28156         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
28157         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
28158         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
28159         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
28160         (__get_nprocs_conf): Likewise.
28161         (__get_phys_pages): Likewise.
28162         (__get_avphys_pages): Likewise.
28163         * time/clock.c (clock): Likewise.
28164         * time/tzset.c (__tzname_max): Likewise.
28166 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
28168         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
28169         (__bswap_32): Do not use "register".
28170         * crypt/crypt.c (_ufc_doit_r): Likewise.
28171         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
28172         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
28173         * gmon/gmon.c (__monstartup): Likewise.
28174         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
28175         * hurd/hurdmalloc.c (more_memory): Likewise.
28176         (malloc): Likewise.
28177         (free): Likewise.
28178         (realloc): Likewise.
28179         (malloc_fork_prepare): Likewise.
28180         (malloc_fork_parent): Likewise.
28181         (malloc_fork_child): Likewise.
28182         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
28183         (_svcauth_des): Likewise.
28184         * inet/inet_lnaof.c (inet_lnaof): Likewise.
28185         * inet/inet_net.c (inet_network): Likewise.
28186         * inet/inet_netof.c (inet_netof): Likewise.
28187         * inet/rcmd.c (__validuser2_sa): Likewise.
28188         * io/fts.c (fts_open): Likewise.
28189         (fts_load): Likewise.
28190         (fts_close): Likewise.
28191         (fts_read): Likewise.
28192         (fts_children): Likewise.
28193         (fts_build): Likewise.
28194         (fts_stat): Likewise.
28195         (fts_sort): Likewise.
28196         (fts_alloc): Likewise.
28197         (fts_lfree): Likewise.
28198         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
28199         (_IO_file_xsgetn): Likewise.
28200         (_IO_file_xsgetn_mmap): Likewise.
28201         * libio/iofopncook.c (_IO_cookie_read): Likewise.
28202         (_IO_cookie_write): Likewise.
28203         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
28204         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
28205         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
28206         * malloc/obstack.c (_obstack_begin): Likewise.
28207         (_obstack_begin_1): Likewise.
28208         (_obstack_newchunk): Likewise.
28209         (_obstack_allocated_p): Likewise.
28210         (obstack_free): Likewise.
28211         (_obstack_memory_used): Likewise.
28212         * misc/getttyent.c (getttynam): Likewise.
28213         (getttyent): Likewise.
28214         (skip): Likewise.
28215         (value): Likewise.
28216         * misc/getusershell.c (initshells): Likewise.
28217         * misc/syslog.c (__vsyslog_chk): Likewise.
28218         * misc/ttyslot.c (ttyslot): Likewise.
28219         * nis/nis_hash.c (__nis_hash): Likewise.
28220         * posix/fnmatch_loop.c (FCT): Likewise.
28221         * posix/getconf.c (print_all): Likewise.
28222         (main): Likewise.
28223         * posix/getopt.c (exchange): Likewise.
28224         * posix/glob.c (globfree): Likewise.
28225         (prefix_array): Likewise.
28226         (__glob_pattern_type): Likewise.
28227         * resolv/arpa/nameser.h (NS_GET16): Likewise.
28228         (NS_GET32): Likewise.
28229         (NS_PUT16): Likewise.
28230         (NS_PUT32): Likewise.
28231         * resolv/gethnamaddr.c (getanswer): Likewise.
28232         (gethostbyname2): Likewise.
28233         (gethostbyaddr): Likewise.
28234         (_gethtent): Likewise.
28235         (_gethtbyname2): Likewise.
28236         (_gethtbyaddr): Likewise.
28237         * resolv/ns_print.c (dst_s_get_int16): Likewise.
28238         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
28239         * resolv/res_init.c (__res_vinit): Likewise.
28240         (net_mask): Likewise.
28241         * resolv/res_mkquery.c (outchar): Likewise.
28242         (PRINT): Likewise.
28243         * stdio-common/printf_fp.c (outchar): Likewise.
28244         (PRINT): Likewise.
28245         * stdio-common/printf_fphex.c (outchar): Likewise.
28246         (PRINT): Likewise.
28247         * stdio-common/printf_size.c (outchar): Likewise.
28248         (PRINT): Likewise.
28249         * stdio-common/test_rdwr.c (main): Likewise.
28250         * stdio-common/tfformat.c (matches): Likewise.
28251         * stdio-common/vfprintf.c (outchar): Likewise.
28252         (printf_unknown): Likewise.
28253         (buffered_vfprintf): Likewise.
28254         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
28255         * stdio-common/xbug.c (AppendToBuffer): Likewise.
28256         (ReadFile): Likewise.
28257         * stdlib/qsort.c (SWAP): Likewise.
28258         (_quicksort): Likewise.
28259         * stdlib/setenv.c (__add_to_environ): Likewise.
28260         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
28261         * stdlib/strtol_l.c (__strtol_l): Likewise.
28262         * stdlib/tst-strtod.c (main): Likewise.
28263         * stdlib/tst-strtol.c (main): Likewise.
28264         * stdlib/tst-strtoll.c (main): Likewise.
28265         * string/bits/string2.h (__strcmp_cc): Likewise.
28266         (__strcmp_cg): Likewise.
28267         (__strcspn_c1): Likewise.
28268         (__strcspn_c2): Likewise.
28269         (__strcspn_c3): Likewise.
28270         (__strspn_c1): Likewise.
28271         (__strspn_c2): Likewise.
28272         (__strspn_c3): Likewise.
28273         (__strsep_1c): Likewise.
28274         (__strsep_2c): Likewise.
28275         (__strsep_3c): Likewise.
28276         * string/memccpy.c (__memccpy): Likewise.
28277         * string/stpcpy.c (__stpcpy): Likewise.
28278         * string/strcmp.c (strcmp): Likewise.
28279         * string/strrchr.c (strrchr): Likewise.
28280         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
28281         Likewise.
28282         * sysdeps/mach/hurd/getcwd.c
28283         (_hurd_canonicalize_directory_name_internal): Likewise.
28284         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
28285         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
28286         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
28287         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
28288         Likewise, in both definitions.
28289         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
28290         definitions.
28291         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
28292         64] (__bswap_64): Likewise.
28293         * time/test_time.c (main): Likewise.
28294         * time/tzfile.c (__tzfile_read): Likewise.
28295         (__tzfile_compute): Likewise.
28296         * time/tzset.c (__tzset_parse_tz): Likewise.
28297         (tzset_internal): Likewise.
28298         (compute_change): Likewise.
28299         * wcsmbs/wcscat.c (__wcscat): Likewise.
28300         * wcsmbs/wcschr.c (wcschr): Likewise.
28301         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
28302         * wcsmbs/wcscspn.c (wcscspn): Likewise.
28303         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
28304         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
28305         * wcsmbs/wcsspn.c (wcsspn): Likewise.
28306         * wcsmbs/wcsstr.c (wcsstr): Likewise.
28307         * wcsmbs/wmemchr.c (wmemchr): Likewise.
28308         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
28309         * wcsmbs/wmemset.c (wmemset): Likewise.
28311 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
28313         * scripts/config.guess: Update to version 2013-05-16.
28314         * scripts/config.sub: Update to version 2013-04-24.
28315         * scripts/install-sh: Update to version 2011-11-20.07.
28316         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
28317         * scripts/move-if-change: Update to version 2012-01-06 07:23.
28319 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
28321         * debug/fgetws_u_chk.c: Fix leading whitespaces.
28322         * elf/sln.c: Likewise.
28323         * hurd/hurd/ioctl.h: Likewise.
28324         * hurd/hurdmalloc.c: Likewise.
28325         * hurd/xattr.c: Likewise.
28326         * include/shlib-compat.h: Likewise.
28327         * inet/ruserpass.c: Likewise.
28328         * libio/iofgets_u.c: Likewise.
28329         * libio/iofgetws_u.c: Likewise.
28330         * locale/programs/ld-identification.c: Likewise.
28331         * locale/programs/ld-time.c: Likewise.
28332         * mach/msg-destroy.c: Likewise.
28333         * nss/nss_files/files-netgrp.c: Likewise.
28334         * resolv/res_data.c: Likewise.
28335         * soft-fp/op-1.h: Likewise.
28336         * soft-fp/op-2.h: Likewise.
28337         * soft-fp/op-4.h: Likewise.
28338         * soft-fp/op-common.h: Likewise.
28339         * stdio-common/printf_fphex.c: Likewise.
28340         * stdlib/strtod_l.c: Likewise.
28341         * sunrpc/rpc/clnt.h: Likewise.
28342         * sysdeps/generic/framestate.c: Likewise.
28343         * sysdeps/i386/bsd-_setjmp.S: Likewise.
28344         * sysdeps/i386/bsd-setjmp.S: Likewise.
28345         * sysdeps/i386/__longjmp.S: Likewise.
28346         * sysdeps/i386/setjmp.S: Likewise.
28347         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
28348         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
28349         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28350         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
28351         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
28352         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
28353         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
28354         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
28355         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
28356         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28357         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
28358         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
28359         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
28360         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
28361         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
28362         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
28363         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
28364         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
28365         * sysdeps/ieee754/support.c: Likewise.
28366         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
28367         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
28368         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
28369         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
28370         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
28371         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
28372         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
28373         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
28374         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
28375         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
28376         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
28377         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
28378         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
28379         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
28380         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
28381         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
28382         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
28385 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
28387         * posix/transbug.c: Remove executable mode.
28389 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
28391         * crypt/speeds.c: Remove trailing whitespace.
28392         * dlfcn/default.c: Likewise.
28393         * elf/ifuncdep2.c: Likewise.
28394         * elf/ifuncmain1.c: Likewise.
28395         * elf/ifuncmain1vis.c: Likewise.
28396         * elf/testobj.h: Likewise.
28397         * elf/tst-stackguard1.c: Likewise.
28398         * gmon/sys/gmon.h: Likewise.
28399         * hurd/hurdmsg.c: Likewise.
28400         * hurd/new-fd.c: Likewise.
28401         * hurd/ports-get.c: Likewise.
28402         * iconvdata/ibm1008_420.c: Likewise.
28403         * inet/tst-getni1.c: Likewise.
28404         * inet/tst-getni2.c: Likewise.
28405         * libio/ioungetc.c: Likewise.
28406         * libio/wfiledoalloc.c: Likewise.
28407         * manual/libm-err-tab.pl: Likewise.
28408         * math/w_dremf.c: Likewise.
28409         * misc/ftruncate.c: Likewise.
28410         * posix/bug-glob2.c: Likewise.
28411         * posix/tst-pcre.c: Likewise.
28412         * posix/wait4.c: Likewise.
28413         * resolv/README: Likewise.
28414         * resolv/res_debug.h: Likewise.
28415         * resolv/tst-inet_ntop.c: Likewise.
28416         * setjmp/bug269-setjmp.c: Likewise.
28417         * soft-fp/extended.h: Likewise.
28418         * soft-fp/op-1.h: Likewise.
28419         * soft-fp/op-2.h: Likewise.
28420         * soft-fp/op-4.h: Likewise.
28421         * soft-fp/op-8.h: Likewise.
28422         * soft-fp/testit.c: Likewise.
28423         * stdio-common/bug16.c: Likewise.
28424         * stdlib/random.c: Likewise.
28425         * sunrpc/rpcsvc/rquota.x: Likewise.
28426         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
28427         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28428         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28429         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28430         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28431         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28432         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28433         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28434         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28435         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28436         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28437         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
28438         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28439         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
28440         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28441         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
28442         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
28443         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28444         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
28445         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28446         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28447         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28448         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
28449         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
28450         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
28451         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
28452         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28453         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28454         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28455         * sysdeps/ieee754/s_lib_version.c: Likewise.
28456         * sysdeps/mach/hurd/check_fds.c: Likewise.
28457         * sysdeps/mach/hurd/getsockname.c: Likewise.
28458         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
28459         * sysdeps/mach/hurd/recvfrom.c: Likewise.
28460         * sysdeps/powerpc/bits/link.h: Likewise.
28461         * sysdeps/powerpc/dl-procinfo.c: Likewise.
28462         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
28463         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
28464         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
28465         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
28466         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
28467         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
28468         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
28469         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
28470         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
28471         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
28472         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28473         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
28474         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
28475         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
28476         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
28477         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28478         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28479         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
28480         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28481         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28482         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
28483         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28484         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28485         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
28486         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28487         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28488         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28489         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28490         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28491         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28492         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28493         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28494         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
28495         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
28496         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
28497         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
28498         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28499         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
28500         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
28501         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
28502         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
28503         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
28504         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
28505         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28506         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
28507         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
28508         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28509         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
28510         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
28511         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28512         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28513         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28514         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28515         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
28516         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
28517         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
28518         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28519         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28520         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28521         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28522         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28523         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28524         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28525         * sysdeps/powerpc/sysdep.h: Likewise.
28526         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28527         * sysdeps/s390/s390-64/sub_n.S: Likewise.
28528         * sysdeps/sh/dl-trampoline.S: Likewise.
28529         * sysdeps/sh/memset.S: Likewise.
28530         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28531         * sysdeps/sh/strlen.S: Likewise.
28532         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28533         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28534         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28535         * sysdeps/sparc/sparc32/rem.S: Likewise.
28536         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28537         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28538         * sysdeps/sparc/sparc32/strchr.S: Likewise.
28539         * sysdeps/sparc/sparc32/udiv.S: Likewise.
28540         * sysdeps/sparc/sparc32/urem.S: Likewise.
28541         * sysdeps/sparc/sparc64/add_n.S: Likewise.
28542         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28543         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28544         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28545         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28546         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28547         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28548         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28549         * sysdeps/unix/bsd/times.c: Likewise.
28550         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28551         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28555         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28556         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28557         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28558         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28559         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28560         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28561         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28562         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28563         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28564         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28565         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28566         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28567         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28568         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28569         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28570         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28571         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28572         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28573         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28574         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28575         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28576         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28577         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28578         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28579         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28580         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28581         * sysdeps/x86_64/strcspn.S: Likewise.
28583 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28585         * locale/C-translit.h: Revert #include <stdint.h> because this is a
28586         generated file.  Regenerate properly from gen-translit.pl.
28587         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
28588         locale/C-translit.h.
28590 2013-06-05  Andreas Schwab  <schwab@suse.de>
28592         [BZ #15100]
28593         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28594         week as 6 instead of -1.
28595         * time/tst-strptime.c (day_tests): Add test case.
28597 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28599         * sysdeps/generic/math_private.h
28600         (libc_feholdexcept_setround_53bit): Replace with
28601         libc_feholdsetround_53bit.
28602         (libc_feupdateenv_53bit): Replace with
28603         libc_feresetround_53bit.
28604         (SET_RESTORE_ROUND_53BIT): Adjust.
28606 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28608         * string/test-strchrnul.c: Add copyright header.
28610         * posix/tst-getaddrinfo4.c: Increase test timeout.
28612 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28614         [BZ #15536]
28615         * math/libm-test.inc (MAX_EXP): Remove
28616         (MIN_EXP): Define.
28617         (ulp): Use MIN_EXP - MANT_DIG.
28618         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28620 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28622         * po/be.po: Revert last change.
28623         * po/zh_CN.po: Likewise.
28624         * po/header.pot: Likewise.
28626 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28628         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28629         link-libc-deps to empty as target-specific variable.
28630         * Makerules (link-libc-args): New variable.
28631         (libc-for-link): Likewise.
28632         (link-libc-deps): Likewise.
28633         (lib%.so): Depend on $(link-libc-deps).  Link with
28634         $(link-libc-args).
28635         (build-module): Link with $(link-libc-args).
28636         (build-module-asneeded): Likewise.
28637         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28638         list of objects.
28639         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28640         target-specific variable.
28641         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28642         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28643         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28644         libc.
28645         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28646         libc and ld.so.
28647         ($(objpfx)libpcprofile.so): Likewise.
28648         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28649         libc_nonshared.a.
28650         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28651         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28652         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28653         $(link-libc-deps).
28654         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28655         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28656         * login/Makefile ($(objpfx)libutil.so): Likewise.
28657         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28658         * math/Makefile ($(objpfx)libm.so): Likewise.
28659         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28660         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28661         variable instead of depending directly on libc.
28662         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28663         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28664         $(link-libc-deps).
28665         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28666         libc.
28667         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28668         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28669         ($(objpfx)libanl.so): Likewise.
28670         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28671         ld.so.
28672         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28673         $(link-libc-deps).
28674         * sysdeps/i386/fpu/Makefile: Remove file.
28675         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28676         ($(objpfx)libm.so): Remove dependency on ld.so.
28678 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28680         [BZ # 15553]
28681         * nis/yp_xdr.c (XDRMAXNAME): Define.
28682         (XDRMAXRECORD): Define.
28683         (xdr_domainname): Use XDRMAXNAME.
28684         (xdr_mapname): Likewise.
28685         (xdr_peername): Likewise.
28686         (xdr_keydat): Use XDRMAXRECORD.
28687         (xdr_valdat): Likewise.
28689 2013-05-30  Jeff Law  <law@redhat.com>
28691         [BZ #14256]
28692         * manual/errno.texi (ESTALE): Update to account for more than
28693         just NFS file systems.
28694         * sysdeps/gnu/errlist.c: Regenerated.
28696 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28698         [BZ #15465]
28699         * elf/Makefile (tests): Add tst-null-argv.
28700         (modules-names):  Add tst-null-argv-lib.
28701         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28702         (tst-null-argv-ENV): Set environment for tst-null-argv.
28703         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28704         (RTLD_PROGNAME): New macro.
28705         * elf/tst-null-argv.c: New test case.
28706         * elf/tst-null-argv-lib.c: Library for test case.
28707         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28708         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28709         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28710         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28711         * elf/dl-init.c (call_init): Likewise.
28712         (_dl_init): Likewise.
28713         * elf/dl-load.c (print_search_path): Likewise.
28714         (_dl_map_object): Likewise.
28715         * elf/dl-lookup.c (do_lookup_x): Likewise.
28716         (add_dependency): Likewise.
28717         (_dl_lookup_symbol_x): Likewise.
28718         (_dl_debug_bindings): Likewise.
28719         * elf/dl-open.c (_dl_show_scope): Likewise.
28720         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28721         * elf/dl-version.c (match_symbol): Likewise.
28722         (_dl_check_map_versions): Likewise.
28723         * elf/rtld.c (dl_main): Likewise.
28724         (print_unresolved): Use RTLD_PROGNAME.
28725         (print_missing_version): Likewise.
28726         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28727         (elf_machine_rela): Likewise.
28728         * sysdeps/powerpc/powerpc32/dl-machine.c
28729         (__process_machine_rela): Likewise.
28730         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28731         Likewise.
28732         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28733         Likewise.
28734         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28735         Likewise.
28736         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28737         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28738         Likewise.
28739         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28740         Likewise.
28741         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28743 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28745         * po/be.po: Add descriptive title.
28746         * po/zh_CN.po: Likewise.
28747         * po/header.pot: Likewise.
28749 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28751         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28752         error message.
28753         (enlarge_archive): Likewise.
28755 2013-05-28  Ben North  <ben@redfrontdoor.org>
28757         * manual/arith.texi (frexp): It is the magnitude of the return
28758         value which lies in [0.5, 1), not the return value itself.
28760 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28762         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28764 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28766         * stdio-common/bug26.c (main): Correct fscanf template.
28768         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28769         declare _dl_skip_args.
28771         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28772         Don't declare.
28774         * manual/platform.texi: Add missing @end deftypefun.
28776 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28778         [BZ #15529]
28779         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28780         bit of mantissa of 2^16382.
28781         * math/libm-test.inc (hypot_test_data): Add more tests.
28783         * math/libm-test.inc: Add drem and pow10 to list of tested
28784         functions.
28785         (pow10_test): New function.
28786         (drem_test): Likewise.
28787         (drem_test_tonearest): Likewise.
28788         (drem_test_towardzero): Likewise.
28789         (drem_test_downward): Likewise.
28790         (drem_test_upward): Likewise.
28791         (main): Call the new functions.
28793         * math/libm-test.inc (finite_test_data): Remove.
28794         (finite_test): Run tests from isfinite_test_data.
28795         (gamma_test_data): Remove.
28796         (gamma_test): Run tests from lgamma_test_data.
28797         * sysdeps/i386/fpu/libm-test-ulps: Update.
28798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28800 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28802         * manual/platform.texi: Add PowerPC PPR function set documentation.
28803         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28804         implementation.
28806 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28808         * math/libm-test.inc (MAX_EXP): Define.
28809         (ULPDIFF): Define.
28810         (ulp): New function.
28811         (check_float_internal): Use ULPDIFF.
28812         (cpow_test): Disable failing test.
28813         (check_ulp): Test ulp() implemetnation.
28814         (main): Call check_ulp before starting tests.
28816 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28818         * math/gen-libm-test.pl (generate_testfile): Do not handle
28819         START_DATA and END_DATA.
28820         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28821         END_DATA.
28822         (acos_tonearest_test_data): Likewise.
28823         (acos_towardzero_test_data): Likewise.
28824         (acos_downward_test_data): Likewise.
28825         (acos_upward_test_data): Likewise.
28826         (acosh_test_data): Likewise.
28827         (asin_test_data): Likewise.
28828         (asin_tonearest_test_data): Likewise.
28829         (asin_towardzero_test_data): Likewise.
28830         (asin_downward_test_data): Likewise.
28831         (asin_upward_test_data): Likewise.
28832         (asinh_test_data): Likewise.
28833         (atan_test_data): Likewise.
28834         (atanh_test_data): Likewise.
28835         (atan2_test_data): Likewise.
28836         (cabs_test_data): Likewise.
28837         (cacos_test_data): Likewise.
28838         (cacosh_test_data): Likewise.
28839         (carg_test_data): Likewise.
28840         (casin_test_data): Likewise.
28841         (casinh_test_data): Likewise.
28842         (catan_test_data): Likewise.
28843         (catanh_test_data): Likewise.
28844         (cbrt_test_data): Likewise.
28845         (ccos_test_data): Likewise.
28846         (ccosh_test_data): Likewise.
28847         (ceil_test_data): Likewise.
28848         (cexp_test_data): Likewise.
28849         (cimag_test_data): Likewise.
28850         (clog_test_data): Likewise.
28851         (clog10_test_data): Likewise.
28852         (conj_test_data): Likewise.
28853         (copysign_test_data): Likewise.
28854         (cos_test_data): Likewise.
28855         (cos_tonearest_test_data): Likewise.
28856         (cos_towardzero_test_data): Likewise.
28857         (cos_downward_test_data): Likewise.
28858         (cos_upward_test_data): Likewise.
28859         (cosh_test_data): Likewise.
28860         (cosh_tonearest_test_data): Likewise.
28861         (cosh_towardzero_test_data): Likewise.
28862         (cosh_downward_test_data): Likewise.
28863         (cosh_upward_test_data): Likewise.
28864         (cpow_test_data): Likewise.
28865         (cproj_test_data): Likewise.
28866         (creal_test_data): Likewise.
28867         (csin_test_data): Likewise.
28868         (csinh_test_data): Likewise.
28869         (csqrt_test_data): Likewise.
28870         (ctan_test_data): Likewise.
28871         (ctan_tonearest_test_data): Likewise.
28872         (ctan_towardzero_test_data): Likewise.
28873         (ctan_downward_test_data): Likewise.
28874         (ctan_upward_test_data): Likewise.
28875         (ctanh_test_data): Likewise.
28876         (ctanh_tonearest_test_data): Likewise.
28877         (ctanh_towardzero_test_data): Likewise.
28878         (ctanh_downward_test_data): Likewise.
28879         (ctanh_upward_test_data): Likewise.
28880         (erf_test_data): Likewise.
28881         (erfc_test_data): Likewise.
28882         (exp_test_data): Likewise.
28883         (exp_tonearest_test_data): Likewise.
28884         (exp_towardzero_test_data): Likewise.
28885         (exp_downward_test_data): Likewise.
28886         (exp_upward_test_data): Likewise.
28887         (exp10_test_data): Likewise.
28888         (exp2_test_data): Likewise.
28889         (expm1_test_data): Likewise.
28890         (fabs_test_data): Likewise.
28891         (fdim_test_data): Likewise.
28892         (finite_test_data): Likewise.
28893         (floor_test_data): Likewise.
28894         (fma_test_data): Likewise.
28895         (fma_towardzero_test_data): Likewise.
28896         (fma_downward_test_data): Likewise.
28897         (fma_upward_test_data): Likewise.
28898         (fmax_test_data): Likewise.
28899         (fmin_test_data): Likewise.
28900         (fmod_test_data): Likewise.
28901         (fpclassify_test_data): Likewise.
28902         (frexp_test_data): Likewise.
28903         (gamma_test_data): Likewise.
28904         (hypot_test_data): Likewise.
28905         (ilogb_test_data): Likewise.
28906         (isfinite_test_data): Likewise.
28907         (isgreater_test_data): Likewise.
28908         (isgreaterequal_test_data): Likewise.
28909         (isinf_test_data): Likewise.
28910         (isless_test_data): Likewise.
28911         (islessequal_test_data): Likewise.
28912         (islessgreater_test_data): Likewise.
28913         (isnan_test_data): Likewise.
28914         (isnormal_test_data): Likewise.
28915         (issignaling_test_data): Likewise.
28916         (isunordered_test_data): Likewise.
28917         (j0_test_data): Likewise.
28918         (j1_test_data): Likewise.
28919         (jn_test_data): Likewise.
28920         (ldexp_test_data): Likewise.
28921         (lgamma_test_data): Likewise.
28922         (lrint_test_data): Likewise.
28923         (lrint_tonearest_test_data): Likewise.
28924         (lrint_towardzero_test_data): Likewise.
28925         (lrint_downward_test_data): Likewise.
28926         (lrint_upward_test_data): Likewise.
28927         (llrint_test_data): Likewise.
28928         (llrint_tonearest_test_data): Likewise.
28929         (llrint_towardzero_test_data): Likewise.
28930         (llrint_downward_test_data): Likewise.
28931         (llrint_upward_test_data): Likewise.
28932         (log_test_data): Likewise.
28933         (log10_test_data): Likewise.
28934         (log1p_test_data): Likewise.
28935         (log2_test_data): Likewise.
28936         (logb_test_data): Likewise.
28937         (logb_downward_test_data): Likewise.
28938         (lround_test_data): Likewise.
28939         (llround_test_data): Likewise.
28940         (modf_test_data): Likewise.
28941         (nearbyint_test_data): Likewise.
28942         (nextafter_test_data): Likewise.
28943         (nexttoward_test_data): Likewise.
28944         (pow_test_data): Likewise.
28945         (pow_tonearest_test_data): Likewise.
28946         (pow_towardzero_test_data): Likewise.
28947         (pow_downward_test_data): Likewise.
28948         (pow_upward_test_data): Likewise.
28949         (remainder_test_data): Likewise.
28950         (remainder_tonearest_test_data): Likewise.
28951         (remainder_towardzero_test_data): Likewise.
28952         (remainder_downward_test_data): Likewise.
28953         (remainder_upward_test_data): Likewise.
28954         (remquo_test_data): Likewise.
28955         (rint_test_data): Likewise.
28956         (rint_tonearest_test_data): Likewise.
28957         (rint_towardzero_test_data): Likewise.
28958         (rint_downward_test_data): Likewise.
28959         (rint_upward_test_data): Likewise.
28960         (round_test_data): Likewise.
28961         (scalb_test_data): Likewise.
28962         (scalbn_test_data): Likewise.
28963         (scalbln_test_data): Likewise.
28964         (signbit_test_data): Likewise.
28965         (sin_test_data): Likewise.
28966         (sin_tonearest_test_data): Likewise.
28967         (sin_towardzero_test_data): Likewise.
28968         (sin_downward_test_data): Likewise.
28969         (sin_upward_test_data): Likewise.
28970         (sincos_test_data): Likewise.
28971         (sinh_test_data): Likewise.
28972         (sinh_tonearest_test_data): Likewise.
28973         (sinh_towardzero_test_data): Likewise.
28974         (sinh_downward_test_data): Likewise.
28975         (sinh_upward_test_data): Likewise.
28976         (sqrt_test_data): Likewise.
28977         (tan_test_data): Likewise.
28978         (tan_tonearest_test_data): Likewise.
28979         (tan_towardzero_test_data): Likewise.
28980         (tan_downward_test_data): Likewise.
28981         (tan_upward_test_data): Likewise.
28982         (tanh_test_data): Likewise.
28983         (tgamma_test_data): Likewise.
28984         (trunc_test_data): Likewise.
28985         (y0_test_data): Likewise.
28986         (y1_test_data): Likewise.
28987         (yn_test_data): Likewise.
28988         (significand_test_data): Likewise.
28990         * math/gen-libm-test.pl (@functions): Remove variable.
28991         (generate_testfile): Don't handle START and END lines.
28992         * math/libm-test.inc (START): New macro.
28993         (END): Likewise.
28994         (END_COMPLEX): Likewise.
28995         (acos_test): Use END macro without arguments.
28996         (acos_test_tonearest): Likewise.
28997         (acos_test_towardzero): Likewise.
28998         (acos_test_downward): Likewise.
28999         (acos_test_upward): Likewise.
29000         (acosh_test): Likewise.
29001         (asin_test): Likewise.
29002         (asin_test_tonearest): Likewise.
29003         (asin_test_towardzero): Likewise.
29004         (asin_test_downward): Likewise.
29005         (asin_test_upward): Likewise.
29006         (asinh_test): Likewise.
29007         (atan_test): Likewise.
29008         (atanh_test): Likewise.
29009         (atan2_test): Likewise.
29010         (cabs_test): Likewise.
29011         (cacos_test): Use END_COMPLEX macro without arguments.
29012         (cacosh_test): Likewise.
29013         (carg_test): Use END macro without arguments.
29014         (casin_test): Use END_COMPLEX macro without arguments.
29015         (casinh_test): Likewise.
29016         (catan_test): Likewise.
29017         (catanh_test): Likewise.
29018         (cbrt_test): Use END macro without arguments.
29019         (ccos_test): Use END_COMPLEX macro without arguments.
29020         (ccosh_test): Likewise.
29021         (ceil_test): Use END macro without arguments.
29022         (cexp_test): Use END_COMPLEX macro without arguments.
29023         (cimag_test): Use END macro without arguments.
29024         (clog_test): Use END_COMPLEX macro without arguments.
29025         (clog10_test): Likewise.
29026         (conj_test): Likewise.
29027         (copysign_test): Use END macro without arguments.
29028         (cos_test): Likewise.
29029         (cos_test_tonearest): Likewise.
29030         (cos_test_towardzero): Likewise.
29031         (cos_test_downward): Likewise.
29032         (cos_test_upward): Likewise.
29033         (cosh_test): Likewise.
29034         (cosh_test_tonearest): Likewise.
29035         (cosh_test_towardzero): Likewise.
29036         (cosh_test_downward): Likewise.
29037         (cosh_test_upward): Likewise.
29038         (cpow_test): Use END_COMPLEX macro without arguments.
29039         (cproj_test): Likewise.
29040         (creal_test): Use END macro without arguments.
29041         (csin_test): Use END_COMPLEX macro without arguments.
29042         (csinh_test): Likewise.
29043         (csqrt_test): Likewise.
29044         (ctan_test): Likewise.
29045         (ctan_test_tonearest): Likewise.
29046         (ctan_test_towardzero): Likewise.
29047         (ctan_test_downward): Likewise.
29048         (ctan_test_upward): Likewise.
29049         (ctanh_test): Likewise.
29050         (ctanh_test_tonearest): Likewise.
29051         (ctanh_test_towardzero): Likewise.
29052         (ctanh_test_downward): Likewise.
29053         (ctanh_test_upward): Likewise.
29054         (erf_test): Use END macro without arguments.
29055         (erfc_test): Likewise.
29056         (exp_test): Likewise.
29057         (exp_test_tonearest): Likewise.
29058         (exp_test_towardzero): Likewise.
29059         (exp_test_downward): Likewise.
29060         (exp_test_upward): Likewise.
29061         (exp10_test): Likewise.
29062         (exp2_test): Likewise.
29063         (expm1_test): Likewise.
29064         (fabs_test): Likewise.
29065         (fdim_test): Likewise.
29066         (finite_test): Likewise.
29067         (floor_test): Likewise.
29068         (fma_test): Likewise.
29069         (fma_test_towardzero): Likewise.
29070         (fma_test_downward): Likewise.
29071         (fma_test_upward): Likewise.
29072         (fmax_test): Likewise.
29073         (fmin_test): Likewise.
29074         (fmod_test): Likewise.
29075         (fpclassify_test): Likewise.
29076         (frexp_test): Likewise.
29077         (gamma_test): Likewise.
29078         (hypot_test): Likewise.
29079         (ilogb_test): Likewise.
29080         (isfinite_test): Likewise.
29081         (isgreater_test): Likewise.
29082         (isgreaterequal_test): Likewise.
29083         (isinf_test): Likewise.
29084         (isless_test): Likewise.
29085         (islessequal_test): Likewise.
29086         (islessgreater_test): Likewise.
29087         (isnan_test): Likewise.
29088         (isnormal_test): Likewise.
29089         (issignaling_test): Likewise.
29090         (isunordered_test): Likewise.
29091         (j0_test): Likewise.
29092         (j1_test): Likewise.
29093         (jn_test): Likewise.
29094         (ldexp_test): Likewise.
29095         (lgamma_test): Likewise.
29096         (lrint_test): Likewise.
29097         (lrint_test_tonearest): Likewise.
29098         (lrint_test_towardzero): Likewise.
29099         (lrint_test_downward): Likewise.
29100         (lrint_test_upward): Likewise.
29101         (llrint_test): Likewise.
29102         (llrint_test_tonearest): Likewise.
29103         (llrint_test_towardzero): Likewise.
29104         (llrint_test_downward): Likewise.
29105         (llrint_test_upward): Likewise.
29106         (log_test): Likewise.
29107         (log10_test): Likewise.
29108         (log1p_test): Likewise.
29109         (log2_test): Likewise.
29110         (logb_test): Likewise.
29111         (logb_test_downward): Likewise.
29112         (lround_test): Likewise.
29113         (llround_test): Likewise.
29114         (modf_test): Likewise.
29115         (nearbyint_test): Likewise.
29116         (nextafter_test): Likewise.
29117         (nexttoward_test): Likewise.
29118         (pow_test): Likewise.
29119         (pow_test_tonearest): Likewise.
29120         (pow_test_towardzero): Likewise.
29121         (pow_test_downward): Likewise.
29122         (pow_test_upward): Likewise.
29123         (remainder_test): Likewise.
29124         (remainder_test_tonearest): Likewise.
29125         (remainder_test_towardzero): Likewise.
29126         (remainder_test_downward): Likewise.
29127         (remainder_test_upward): Likewise.
29128         (remquo_test): Likewise.
29129         (rint_test): Likewise.
29130         (rint_test_tonearest): Likewise.
29131         (rint_test_towardzero): Likewise.
29132         (rint_test_downward): Likewise.
29133         (rint_test_upward): Likewise.
29134         (round_test): Likewise.
29135         (scalb_test): Likewise.
29136         (scalbn_test): Likewise.
29137         (scalbln_test): Likewise.
29138         (signbit_test): Likewise.
29139         (sin_test): Likewise.
29140         (sin_test_tonearest): Likewise.
29141         (sin_test_towardzero): Likewise.
29142         (sin_test_downward): Likewise.
29143         (sin_test_upward): Likewise.
29144         (sincos_test): Likewise.
29145         (sinh_test): Likewise.
29146         (sinh_test_tonearest): Likewise.
29147         (sinh_test_towardzero): Likewise.
29148         (sinh_test_downward): Likewise.
29149         (sinh_test_upward): Likewise.
29150         (sqrt_test): Likewise.
29151         (tan_test): Likewise.
29152         (tan_test_tonearest): Likewise.
29153         (tan_test_towardzero): Likewise.
29154         (tan_test_downward): Likewise.
29155         (tan_test_upward): Likewise.
29156         (tanh_test): Likewise.
29157         (tgamma_test): Likewise.
29158         (trunc_test): Likewise.
29159         (y0_test): Likewise.
29160         (y1_test): Likewise.
29161         (yn_test): Likewise.
29162         (significand_test): Likewise.
29164 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
29166         [BZ #15381]
29167         * libio/genops.c (_IO_no_init): Initialize wide struct info.
29169 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29171         [BZ #14894]
29172         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
29173         __ppc_mdoio and __ppc_mdoom.
29174         * manual/platform.texi: Document new functions __ppc_yield,
29175         __ppc_mdoio and __ppc_mdoom.
29177 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
29179         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
29180         (main): Mention "tls" pseudo-hwcap is legacy.
29181         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
29183 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
29185         * math/gen-libm-test.pl (parse_args): Output only string of
29186         arguments as text for test name, not full call or descriptions of
29187         tests for extra outputs.
29188         (generate_testfile): Do not pass function name to parse_args.
29189         Generate this_func variable from START.
29190         * math/libm-test.inc (struct test_f_f_data): Rename test_name
29191         field to arg_str.
29192         (struct test_ff_f_data): Likewise.
29193         (test_ff_f_data_nexttoward): Likewise.
29194         (struct test_fi_f_data): Likewise.
29195         (struct test_fl_f_data): Likewise.
29196         (struct test_if_f_data): Likewise.
29197         (struct test_fff_f_data): Likewise.
29198         (struct test_c_f_data): Likewise.
29199         (struct test_f_f1_data): Likewise.  Remove field extra_name.
29200         (struct test_fF_f1_data): Likewise.
29201         (struct test_ffI_f1_data): Likewise.
29202         (struct test_c_c_data): Rename test_name field to arg_str.
29203         (struct test_cc_c_data): Likewise.
29204         (struct test_f_i_data): Likewise.
29205         (struct test_ff_i_data): Likewise.
29206         (struct test_f_l_data): Likewise.
29207         (struct test_f_L_data): Likewise.
29208         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
29209         and extra2_name.
29210         (COMMON_TEST_SETUP): New macro.
29211         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
29212         (COMMON_TEST_CLEANUP): Likewise.
29213         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
29214         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
29215         macros.
29216         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
29217         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
29218         macros.
29219         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
29220         (RUN_TEST_fff_f): Take argument string.  Call new setup and
29221         cleanup macros.
29222         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
29223         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
29224         macros.
29225         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
29226         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
29227         macros.
29228         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29229         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
29230         cleanup macros.
29231         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29232         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
29233         cleanup macros.
29234         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29235         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
29236         cleanup macros.
29237         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29238         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
29239         macros.
29240         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
29241         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
29242         macros.
29243         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
29244         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
29245         macros.
29246         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
29247         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
29248         cleanup macros.
29249         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
29250         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
29251         cleanup macros.
29252         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
29253         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
29254         macros.
29255         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
29256         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
29257         cleanup macros.
29258         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
29259         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
29260         macros.
29261         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
29262         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
29263         macros.
29264         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
29265         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
29266         cleanup macros.
29267         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
29269 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
29271         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
29272         to _sifields.sigfault.
29273         (si_addr_lsb): Define new macro.
29274         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29275         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
29276         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
29278 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
29280         [BZ #15441]
29281         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
29282         returns -1.
29283         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
29284         null return -1.
29285         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
29286         loading the domain.
29288 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
29290         * math/gen-libm-test.pl (parse_args): Do not include expected
29291         result in test name.
29292         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
29293         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29294         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29295         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29296         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29299 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29301         * benchtests/Makefile: Sort function entries.
29303         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
29304         tanh, asinh, acosh, atanh.
29305         * benchtests/acos-inputs: New file.
29306         * benchtests/acosh-inputs: New file.
29307         * benchtests/asin-inputs: New file.
29308         * benchtests/asinh-inputs: New file.
29309         * benchtests/atanh-inputs: New file.
29310         * benchtests/cosh-inputs: New file.
29311         * benchtests/log-inputs: New file.
29312         * benchtests/sinh-inputs: New file.
29313         * benchtests/tanh-inputs: New file.
29315 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
29317         [BZ #15339]
29318         * posix/tst-getaddrinfo4.c: New test.
29319         * posix/Makefile (tests): Add it.
29321 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29323         [BZ #15339]
29324         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
29325         when no services were used.
29326         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
29327         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
29329 2013-05-21  Andreas Schwab  <schwab@suse.de>
29331         [BZ #15014]
29332         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
29333         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
29334         successful.
29335         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
29336         redundant variable declarations and reallocation of buffer when
29337         parsing as IPv6 address.  Always set NSS status when called from
29338         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
29339         buffer too small.  Correct computation of needed size.
29340         * nss/Makefile (tests): Add test-digits-dots.
29341         * nss/test-digits-dots.c: New test.
29343 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29345         * benchtests/Makefile: Remove instructions for adding
29346         benchmark tests.
29347         * benchtests/README: New file to explain how to execute and
29348         enhance the benchmark tests.
29350 2013-05-21  Andreas Schwab  <schwab@suse.de>
29352         [BZ #15493]
29353         * setjmp/Makefile (tests): Add tst-sigsetjmp.
29354         * setjmp/tst-sigsetjmp.c: New test.
29356 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
29358         * sysdeps/x86_64/memset.S (memset): New implementation.
29359         (__bzero): Likewise.
29360         (__memset_tail): New function.
29362 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
29364         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
29365         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
29366         __memcpy_sse2_unaligned ifunc selection.
29367         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29368         Add memcpy-sse2-unaligned.S.
29369         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29370         Add: __memcpy_sse2_unaligned.
29372 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
29374         [BZ #15490]
29375         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29376         math_force_eval before restoring floating-point envrionment.
29377         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
29378         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
29379         Likewise.
29380         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
29381         <math_private.h>.
29382         (__nearbyintl): Use math_force_eval before restoring
29383         floating-point environment.
29384         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
29386         * math/gen-libm-test.pl (special_functions): Remove.
29387         (parse_args): Don't handle TEST_extra.  Handle functions with no
29388         return value.
29389         * math/libm-test.inc (struct test_sincos_data): Replace with
29390         struct test_fFF_11_data.
29391         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
29392         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
29393         (sincos_test_data): Change element type to struct
29394         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
29395         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
29396         RUN_TEST_LOOP_sincos.
29397         * math/README.libm-test: Don't mention special handling of
29398         individual functions.
29399         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
29400         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29401         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29402         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29403         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29406         * math/gen-libm-test.pl (get_variable): Remove function.
29407         (parse_args): Don't show pointer parameters to call in test
29408         names.  Use "extra output N" in test names for extra outputs
29409         rather than naming variables.
29411 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
29413         [BZ #15488]
29414         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
29415         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
29416         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
29417         double tests.
29418         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
29419         disable.
29420         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
29421         check_long_double.
29423         * math/gen-libm-test.pl (@tests): Remove variable.
29424         ($count): Likewise.
29425         (new_test): Remove function.
29426         (show_exceptions): New function.
29427         (special_functions): Use show_exceptions instead of new_test.
29428         (parse_args): Likewise.
29429         (generate_testfile): Pass only function name in generated call to
29430         print_max_error or print_complex_max_error.
29431         (get_ulps): Do not handle complex tests specially.
29432         (output_test): Rename to ...
29433         (get_all_ulps_for_test): ... this.  Return a string rather than
29434         printing to a file.  Require ulps to be present.
29435         (output_ulps): Generate arrays rather than #defines.
29436         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
29437         (struct ulp_data): New type.
29438         (BUILD_COMPLEX_ULP): Remove macro.
29439         (compare_ulp_data): New function.
29440         (find_ulps): Likewise.
29441         (find_test_ulps): Likewise.
29442         (find_function_ulps): Likewise.
29443         (find_complex_function_ulps): Likewise.
29444         (print_max_error): Determine allowed ulps using
29445         find_function_ulps.
29446         (print_complex_max_error): Determine allowed ulps using
29447         find_complex_function_ulps.
29448         (check_float_internal): Determine max ulps using find_test_ulps.
29449         (check_float): Do not take max_ulp parameter.  Update call to
29450         check_float_internal.
29451         (check_complex): Likewise.
29452         (check_int): Do not take max_ulp parameter.
29453         (check_long): Likewise.
29454         (check_bool): Likewise.
29455         (check_longlong): Likewise.
29456         (struct test_f_f_data): Remove max_ulp field.
29457         (struct test_ff_f_data): Likewise.
29458         (struct test_ff_f_data_nexttoward): Likewise.
29459         (struct test_fi_f_data): Likewise.
29460         (struct test_fl_f_data): Likewise.
29461         (struct test_if_f_data): Likewise.
29462         (struct test_fff_f_data): Likewise.
29463         (struct test_c_f_data): Likewise.
29464         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
29465         (struct test_fF_f1_data): Likewise.
29466         (struct test_ffI_f1_data): Likewise.
29467         (struct test_c_c_data): Remove max_ulp field.
29468         (struct test_cc_c_data): Likewise.
29469         (struct test_f_i_data): Likewise.
29470         (struct test_ff_i_data): Likewise.
29471         (struct test_f_l_data): Likewise.
29472         (struct test_f_L_data): Likewise.
29473         (struct test_sincos_data): Likewise.
29474         (RUN_TEST_f_f): Do not handle ulps.
29475         (RUN_TEST_LOOP_f_f): Likewise.
29476         (RUN_TEST_2_f): Likewise.
29477         (RUN_TEST_LOOP_2_f): Likewise.
29478         (RUN_TEST_fff_f): Likewise.
29479         (RUN_TEST_LOOP_fff_f): Likewise.
29480         (RUN_TEST_c_f): Likewise.
29481         (RUN_TEST_LOOP_c_f): Likewise.
29482         (RUN_TEST_f_f1): Likewise.
29483         (RUN_TEST_LOOP_f_f1): Likewise.
29484         (RUN_TEST_fF_f1): Likewise.
29485         (RUN_TEST_LOOP_fF_f1): Likewise.
29486         (RUN_TEST_fI_f1): Likewise.
29487         (RUN_TEST_LOOP_fI_f1): Likewise.
29488         (RUN_TEST_ffI_f1): Likewise.
29489         (RUN_TEST_LOOP_ffI_f1): Likewise.
29490         (RUN_TEST_c_c): Likewise.
29491         (RUN_TEST_LOOP_c_c): Likewise.
29492         (RUN_TEST_cc_c): Likewise.
29493         (RUN_TEST_LOOP_cc_c): Likewise.
29494         (RUN_TEST_f_i): Likewise.
29495         (RUN_TEST_LOOP_f_i): Likewise.
29496         (RUN_TEST_f_i_tg): Likewise.
29497         (RUN_TEST_LOOP_f_i_tg): Likewise.
29498         (RUN_TEST_ff_i_tg): Likewise.
29499         (RUN_TEST_LOOP_ff_i_tg): Likewise.
29500         (RUN_TEST_f_b): Likewise.
29501         (RUN_TEST_LOOP_f_b): Likewise.
29502         (RUN_TEST_f_b_tg): Likewise.
29503         (RUN_TEST_LOOP_f_b_tg): Likewise.
29504         (RUN_TEST_f_l): Likewise.
29505         (RUN_TEST_LOOP_f_l): Likewise.
29506         (RUN_TEST_f_L): Likewise.
29507         (RUN_TEST_LOOP_f_L): Likewise.
29508         (RUN_TEST_sincos): Likewise.
29509         (RUN_TEST_LOOP_sincos): Likewise.
29511 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
29513         [BZ #15480]
29514         [BZ #15485]
29515         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
29516         main case of finite arguments, set rounding mode to FE_TONEAREST
29517         and discard exceptions.
29518         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
29519         exceptions.
29520         (remainder_tonearest_test_data): New variable.
29521         (remainder_test_tonearest): New function.
29522         (remainder_towardzero_test_data): New variable.
29523         (remainder_test_towardzero): New function.
29524         (remainder_downward_test_data): New variable.
29525         (remainder_test_downward): New function.
29526         (remainder_upward_test_data): New variable.
29527         (remainder_test_upward): New function.
29528         (main): Call the new test functions.
29530         * math/libm-test.inc (struct test_f_f1_data): Remove field
29531         extra_init.
29532         (struct test_fF_f1_data): Likewise.
29533         (struct test_ffI_f1_data): Likewise.
29534         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
29535         based on value of EXTRA_EXPECTED.
29536         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29537         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
29538         EXTRA_VAR based on value of EXTRA_EXPECTED.
29539         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29540         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
29541         EXTRA_VAR based on value of EXTRA_EXPECTED.
29542         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29543         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
29544         EXTRA_VAR based on value of EXTRA_EXPECTED.
29545         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29546         * math/gen-libm-test.pl (parse_args): Don't output initializers
29547         for extra output values.
29549         * math/libm-test.inc (check_int): Expect result to be exactly
29550         equal to expected value and do not handle ulps.
29551         (check_long): Likewise.
29552         (check_longlong): Likewise.
29554         * math/libm-test.inc (ceil_test_data): Test for "inexact"
29555         exceptions.
29556         (cimag_test_data): Likewise.
29557         (conj_test_data): Likewise.
29558         (copysign_test_data): Likewise.
29559         (cproj_test_data): Likewise.
29560         (creal_test_data): Likewise.
29561         (fabs_test_data): Likewise.
29562         (fdim_test_data): Likewise.
29563         (finite_test_data): Likewise.
29564         (floor_test_data): Likewise.
29565         (fmax_test_data): Likewise.
29566         (fmin_test_data): Likewise.
29567         (fmod_test_data): Likewise.
29568         (fpclassify_test_data): Likewise.
29569         (frexp_test_data): Likewise.
29570         (ilogb_test_data): Likewise.
29571         (isfinite_test_data): Likewise.
29572         (isgreater_test_data): Likewise.
29573         (isgreaterequal_test_data): Likewise.
29574         (isinf_test_data): Likewise.
29575         (isless_test_data): Likewise.
29576         (islessequal_test_data): Likewise.
29577         (islessgreater_test_data): Likewise.
29578         (isnan_test_data): Likewise.
29579         (isnormal_test_data): Likewise.
29580         (issignaling_test_data): Likewise.
29581         (isunordered_test_data): Likewise.
29582         (ldexp_test_data): Likewise.
29583         (lrint_test_data): Likewise.
29584         (lrint_test_data) [TEST_FLOAT]: Disable one test.
29585         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29586         (lrint_tonearest_test_data): Test for "inexact" exceptions.
29587         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29588         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29589         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29590         test input.
29591         (lrint_towardzero_test_data): Test for "inexact" exceptions.
29592         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29593         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29594         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29595         that test input.
29596         (lrint_downward_test_data): Test for "inexact" exceptions.
29597         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29598         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29599         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29600         test input.
29601         (lrint_upward_test_data): Test for "inexact" exceptions.
29602         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29603         test input.
29604         (llrint_test_data): Test for "inexact" exceptions.
29605         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29606         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29607         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29608         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29609         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29610         (llrint_downward_test_data): Test for "inexact" exceptions.
29611         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29612         (llrint_upward_test_data): Test for "inexact" exceptions.
29613         (logb_test_data): Likewise.
29614         (logb_downward_test_data): Likewise.
29615         (nextafter_test_data): Likewise.
29616         (nexttoward_test_data): Likewise.
29617         (remainder_test_data): Likewise.
29618         (remquo_test_data): Likewise.
29619         (scalbn_test_data): Likewise.
29620         (scalbln_test_data): Likewise.
29621         (signbit_test_data): Likewise.
29622         (sqrt_test_data): Likewise.
29623         (significand_test_data): Likewise.
29625 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29627         [BZ #15424]
29628         * benchtests/bench-modf.c (struct args): Mark arg0 as
29629         volatile.
29630         * scripts/bench.pl: Mark members of struct args as volatile.
29632 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29634         [BZ # 15497]
29635         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29636         negative infinity on POWER6 or lower.
29637         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29639 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29641         [BZ #15442]
29642         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29643         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29644         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29645         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29646         (_FP_SETQNAN): New macro.
29647         (_FP_SETQNAN_SEMIRAW): Likewise.
29648         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29649         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29650         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29651         (FP_EXTEND): Use _FP_FRAC_SNANP.
29652         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29653         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29654         into account.
29655         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29656         New macro.
29657         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29658         Likewise.
29660 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29662         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29663         with DIVIDE_BY_ZERO_EXCEPTION.
29664         (gamma_test_data): Likewise.
29665         (lgamma_test_data): Likewise.
29666         (log_test_data): Likewise.
29667         (log10_test_data): Likewise.
29668         (log2_test_data): Likewise.
29669         (tgamma_test_data): Likewise.
29671         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29672         (acos_test_tonearest): Likewise.
29673         (acos_test_towardzero): Likewise.
29674         (acos_test_downward): Likewise.
29675         (acos_test_upward): Likewise.
29676         (acosh_test): Likewise.
29677         (asin_test): Likewise.
29678         (asin_test_tonearest): Likewise.
29679         (asin_test_towardzero): Likewise.
29680         (asin_test_downward): Likewise.
29681         (asin_test_upward): Likewise.
29682         (asinh_test): Likewise.
29683         (atan_test): Likewise.
29684         (atanh_test): Likewise.
29685         (atan2_test): Likewise.
29686         (cabs_test): Likewise.
29687         (cacos_test): Likewise.
29688         (cacosh_test): Likewise.
29689         (casin_test): Likewise.
29690         (casinh_test): Likewise.
29691         (catan_test): Likewise.
29692         (catanh_test): Likewise.
29693         (cbrt_test): Likewise.
29694         (ccos_test): Likewise.
29695         (ccosh_test): Likewise.
29696         (cexp_test): Likewise.
29697         (clog_test): Likewise.
29698         (clog10_test): Likewise.
29699         (cos_test): Likewise.
29700         (cos_test_tonearest): Likewise.
29701         (cos_test_towardzero): Likewise.
29702         (cos_test_downward): Likewise.
29703         (cos_test_upward): Likewise.
29704         (cosh_test): Likewise.
29705         (cosh_test_tonearest): Likewise.
29706         (cosh_test_towardzero): Likewise.
29707         (cosh_test_downward): Likewise.
29708         (cosh_test_upward): Likewise.
29709         (cpow_test): Likewise.
29710         (csin_test): Likewise.
29711         (csinh_test): Likewise.
29712         (csqrt_test): Likewise.
29713         (ctan_test): Likewise.
29714         (ctan_test_tonearest): Likewise.
29715         (ctan_test_towardzero): Likewise.
29716         (ctan_test_downward): Likewise.
29717         (ctan_test_upward): Likewise.
29718         (ctanh_test): Likewise.
29719         (ctanh_test_tonearest): Likewise.
29720         (ctanh_test_towardzero): Likewise.
29721         (ctanh_test_downward): Likewise.
29722         (ctanh_test_upward): Likewise.
29723         (erf_test): Likewise.
29724         (erfc_test): Likewise.
29725         (exp_test): Likewise.
29726         (exp_test_tonearest): Likewise.
29727         (exp_test_towardzero): Likewise.
29728         (exp_test_downward): Likewise.
29729         (exp_test_upward): Likewise.
29730         (exp10_test): Likewise.
29731         (exp2_test): Likewise.
29732         (expm1_test): Likewise.
29733         (fmod_test): Likewise.
29734         (gamma_test): Likewise.
29735         (hypot_test): Likewise.
29736         (j0_test): Likewise.
29737         (j1_test): Likewise.
29738         (jn_test): Likewise.
29739         (lgamma_test): Likewise.
29740         (log_test): Likewise.
29741         (log10_test): Likewise.
29742         (log1p_test): Likewise.
29743         (log2_test): Likewise.
29744         (logb_test_downward): Likewise.
29745         (pow_test): Likewise.
29746         (pow_test_tonearest): Likewise.
29747         (pow_test_towardzero): Likewise.
29748         (pow_test_downward): Likewise.
29749         (pow_test_upward): Likewise.
29750         (remainder_test): Likewise.
29751         (remquo_test): Likewise.
29752         (sin_test): Likewise.
29753         (sin_test_tonearest): Likewise.
29754         (sin_test_towardzero): Likewise.
29755         (sin_test_downward): Likewise.
29756         (sin_test_upward): Likewise.
29757         (sincos_test): Likewise.
29758         (sinh_test): Likewise.
29759         (sinh_test_tonearest): Likewise.
29760         (sinh_test_towardzero): Likewise.
29761         (sinh_test_downward): Likewise.
29762         (sinh_test_upward): Likewise.
29763         (sqrt_test): Likewise.
29764         (tan_test): Likewise.
29765         (tan_test_tonearest): Likewise.
29766         (tan_test_towardzero): Likewise.
29767         (tan_test_downward): Likewise.
29768         (tan_test_upward): Likewise.
29769         (tanh_test): Likewise.
29770         (tgamma_test): Likewise.
29771         (y0_test): Likewise.
29772         (y1_test): Likewise.
29773         (yn_test): Likewise.
29775         * math/gen-libm-test.pl (adjust_arg): Remove function.
29776         (special_function): Remove argument $in_func.  Only handle
29777         generating output for tables of tests, not inside functions.
29778         (parse_args): Likewise.
29779         (generate_testfile): Remove variable $in_func.  Update call to
29780         parse_args.
29781         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29782         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29783         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29784         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29785         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29786         (MAX_VALUE_INIT): Rename macro to max_value.
29787         (MIN_VALUE_INIT): Rename macro to min_value.
29788         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29789         (plus_zero): Remove variable.
29790         (minus_zero): Likewise.
29791         (plus_infty): Likewise.
29792         (minus_infty): Likewise.
29793         (qnan_value): Likewise.
29794         (max_value): Likewise.
29795         (min_value): Likewise.
29796         (min_subnorm_value): Likewise.
29798 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29800         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29801         uint64_t or uint32_t usage.
29802         * crypt/sha256-block.c: Likewise.
29803         * crypt/sha256-crypt.c: Likewise.
29804         * crypt/sha256.c: Likewise.
29805         * crypt/sha512-block.c: Likewise.
29806         * crypt/sha512-crypt.c: Likewise.
29807         * crypt/sha512.c: Likewise.
29808         * debug/backtrace-tst.c: Likewise.
29809         * debug/pcprofiledump.c: Likewise.
29810         * elf/cache.c: Likewise.
29811         * elf/dl-cache.c: Likewise.
29812         * elf/dl-misc.c: Likewise.
29813         * elf/dl-profile.c: Likewise.
29814         * elf/dl-support.c: Likewise.
29815         * elf/ldconfig.c: Likewise.
29816         * elf/sprof.c: Likewise.
29817         * iconv/dummy-repertoire.c: Likewise.
29818         * iconv/iconv_charmap.c: Likewise.
29819         * iconv/skeleton.c: Likewise.
29820         * iconvdata/8bit-generic.c: Likewise.
29821         * iconvdata/cp737.h: Likewise.
29822         * iconvdata/cp775.h: Likewise.
29823         * iconvdata/ibm1008.h: Likewise.
29824         * iconvdata/ibm1025.h: Likewise.
29825         * iconvdata/ibm1046.h: Likewise.
29826         * iconvdata/ibm1097.h: Likewise.
29827         * iconvdata/ibm1112.h: Likewise.
29828         * iconvdata/ibm1122.h: Likewise.
29829         * iconvdata/ibm1123.h: Likewise.
29830         * iconvdata/ibm1124.h: Likewise.
29831         * iconvdata/ibm1129.h: Likewise.
29832         * iconvdata/ibm1130.h: Likewise.
29833         * iconvdata/ibm1132.h: Likewise.
29834         * iconvdata/ibm1133.h: Likewise.
29835         * iconvdata/ibm1137.h: Likewise.
29836         * iconvdata/ibm1140.h: Likewise.
29837         * iconvdata/ibm1141.h: Likewise.
29838         * iconvdata/ibm1142.h: Likewise.
29839         * iconvdata/ibm1143.h: Likewise.
29840         * iconvdata/ibm1144.h: Likewise.
29841         * iconvdata/ibm1145.h: Likewise.
29842         * iconvdata/ibm1146.h: Likewise.
29843         * iconvdata/ibm1147.h: Likewise.
29844         * iconvdata/ibm1148.h: Likewise.
29845         * iconvdata/ibm1149.h: Likewise.
29846         * iconvdata/ibm1153.h: Likewise.
29847         * iconvdata/ibm1154.h: Likewise.
29848         * iconvdata/ibm1155.h: Likewise.
29849         * iconvdata/ibm1156.h: Likewise.
29850         * iconvdata/ibm1157.h: Likewise.
29851         * iconvdata/ibm1158.h: Likewise.
29852         * iconvdata/ibm1160.h: Likewise.
29853         * iconvdata/ibm1161.h: Likewise.
29854         * iconvdata/ibm1162.h: Likewise.
29855         * iconvdata/ibm1163.h: Likewise.
29856         * iconvdata/ibm1164.h: Likewise.
29857         * iconvdata/ibm1166.h: Likewise.
29858         * iconvdata/ibm1167.h: Likewise.
29859         * iconvdata/ibm12712.h: Likewise.
29860         * iconvdata/ibm1390.h: Likewise.
29861         * iconvdata/ibm1399.h: Likewise.
29862         * iconvdata/ibm16804.h: Likewise.
29863         * iconvdata/ibm4517.h: Likewise.
29864         * iconvdata/ibm4899.h: Likewise.
29865         * iconvdata/ibm4909.h: Likewise.
29866         * iconvdata/ibm4971.h: Likewise.
29867         * iconvdata/ibm5347.h: Likewise.
29868         * iconvdata/ibm803.h: Likewise.
29869         * iconvdata/ibm856.h: Likewise.
29870         * iconvdata/ibm901.h: Likewise.
29871         * iconvdata/ibm902.h: Likewise.
29872         * iconvdata/ibm9030.h: Likewise.
29873         * iconvdata/ibm9066.h: Likewise.
29874         * iconvdata/ibm921.h: Likewise.
29875         * iconvdata/ibm922.h: Likewise.
29876         * iconvdata/ibm9448.h: Likewise.
29877         * iconvdata/isiri-3342.h: Likewise.
29878         * iconvdata/jis0201.h: Likewise.
29879         * include/link.h: Likewise.
29880         * include/netdb.h: Likewise.
29881         * inet/check_native.c: Likewise.
29882         * inet/check_pf.c: Likewise.
29883         * inet/getipv4sourcefilter.c: Likewise.
29884         * inet/getnameinfo.c: Likewise.
29885         * inet/getsourcefilter.c: Likewise.
29886         * inet/htonl.c: Likewise.
29887         * inet/setipv4sourcefilter.c: Likewise.
29888         * inet/setsourcefilter.c: Likewise.
29889         * inet/test-inet6_opt.c: Likewise.
29890         * inet/tst-network.c: Likewise.
29891         * locale/C-collate.c: Likewise.
29892         * locale/C-ctype.c: Likewise.
29893         * locale/C-time.c: Likewise.
29894         * locale/C-translit.h: Likewise.
29895         * locale/loadarchive.c: Likewise.
29896         * locale/programs/3level.h: Likewise.
29897         * locale/programs/charmap.c: Likewise.
29898         * locale/programs/charmap.h: Likewise.
29899         * locale/programs/ld-address.c: Likewise.
29900         * locale/programs/ld-collate.c: Likewise.
29901         * locale/programs/ld-ctype.c: Likewise.
29902         * locale/programs/ld-identification.c: Likewise.
29903         * locale/programs/ld-measurement.c: Likewise.
29904         * locale/programs/ld-messages.c: Likewise.
29905         * locale/programs/ld-monetary.c: Likewise.
29906         * locale/programs/ld-name.c: Likewise.
29907         * locale/programs/ld-numeric.c: Likewise.
29908         * locale/programs/ld-paper.c: Likewise.
29909         * locale/programs/ld-telephone.c: Likewise.
29910         * locale/programs/ld-time.c: Likewise.
29911         * locale/programs/linereader.c: Likewise.
29912         * locale/programs/locale.c: Likewise.
29913         * locale/programs/locarchive.c: Likewise.
29914         * locale/programs/locfile.h: Likewise.
29915         * locale/programs/repertoire.c: Likewise.
29916         * locale/programs/simple-hash.c: Likewise.
29917         * locale/programs/simple-hash.h: Likewise.
29918         * malloc/memusage.c: Likewise.
29919         * malloc/memusagestat.c: Likewise.
29920         * nis/nis_defaults.c: Likewise.
29921         * nis/nis_hash.c: Likewise.
29922         * nis/nis_print.c: Likewise.
29923         * nis/nis_xdr.c: Likewise.
29924         * nscd/connections.c: Likewise.
29925         * nscd/hstcache.c: Likewise.
29926         * nscd/nscd_gethst_r.c: Likewise.
29927         * nscd/nscd_getserv_r.c: Likewise.
29928         * nscd/nscd_helper.c: Likewise.
29929         * nscd/servicescache.c: Likewise.
29930         * nss/makedb.c: Likewise.
29931         * nss/nss_db/db-XXX.c: Likewise.
29932         * nss/nss_db/db-initgroups.c: Likewise.
29933         * nss/nss_db/db-netgrp.c: Likewise.
29934         * nss/nss_files/files-network.c: Likewise.
29935         * nss/nss_files/files-parse.c: Likewise.
29936         * posix/bug-regex5.c: Likewise.
29937         * posix/fnmatch_loop.c: Likewise.
29938         * posix/regcomp.c: Likewise.
29939         * posix/regexec.c: Likewise.
29940         * posix/tst-rfc3484-2.c: Likewise.
29941         * posix/tst-rfc3484-3.c: Likewise.
29942         * posix/tst-rfc3484.c: Likewise.
29943         * resolv/nss_dns/dns-canon.c: Likewise.
29944         * resolv/nss_dns/dns-network.c: Likewise.
29945         * resolv/res_init.c: Likewise.
29946         * resolv/res_mkquery.c: Likewise.
29947         * resolv/tst-aton.c: Likewise.
29948         * stdlib/cxa_atexit.c: Likewise.
29949         * stdlib/cxa_finalize.c: Likewise.
29950         * stdlib/gen-fpioconst.c: Likewise.
29951         * stdlib/strtol_l.c: Likewise.
29952         * string/tst-endian.c: Likewise.
29953         * sunrpc/auth_des.c: Likewise.
29954         * sunrpc/clnt_udp.c: Likewise.
29955         * sunrpc/rtime.c: Likewise.
29956         * sunrpc/svcauth_des.c: Likewise.
29957         * sunrpc/xdr.c: Likewise.
29958         * sunrpc/xdr_intXX_t.c: Likewise.
29959         * sunrpc/xdr_rec.c: Likewise.
29960         * sysdeps/generic/ldconfig.h: Likewise.
29961         * sysdeps/generic/ldsodefs.h: Likewise.
29962         * sysdeps/generic/memusage.h: Likewise.
29963         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29964         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29965         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29966         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29967         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29968         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29969         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29970         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29971         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29972         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29973         * sysdeps/posix/getaddrinfo.c: Likewise.
29974         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29975         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29976         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29977         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29978         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29979         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29980         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29981         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29982         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29983         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29984         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29985         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29986         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29987         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29988         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29989         * sysdeps/x86_64/dl-tls.h: Likewise.
29990         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29991         * time/alt_digit.c: Likewise.
29992         * time/era.c: Likewise.
29993         * wcsmbs/tst-c16c32-1.c: Likewise.
29995 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29997         * math/libm-test.inc (struct test_sincos_data): New type.
29998         (RUN_TEST_LOOP_sincos): New macro.
29999         (sincos_test_data): New variable.
30000         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
30002 2013-05-16  Richard Henderson  <rth@redhat.com>
30004         * math/atest-exp2.c (LIMB64): New macro.
30005         (CONSTSZ): New macro.
30006         (mp_exp1, mp_exp_m1, mp_log2): New variables.
30007         (hexdig): Move ...
30008         (print_mpn_fp): ... to function scope.
30009         (read_mpn_hex): Remove.
30010         (get_log2): Remove.
30011         (exp2_mpn): Use mp_log2.
30012         (main): Use mp_exp1.
30014 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
30016         * math/libm-test.inc: Remove comment about not testing "inexact"
30017         exceptions.
30018         (INEXACT_EXCEPTION): New macro.
30019         (NO_INEXACT_EXCEPTION): Likewise.
30020         (INVALID_EXCEPTION_OK): Update value.
30021         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
30022         (OVERFLOW_EXCEPTION_OK): Likewise.
30023         (UNDERFLOW_EXCEPTION_OK): Likewise.
30024         (IGNORE_ZERO_INF_SIGN): Likewise.
30025         (ERRNO_UNCHANGED): Likewise.
30026         (ERRNO_EDOM): Likewise.
30027         (ERRNO_ERANGE): Likewise.
30028         (test_exceptions): Handle testing "inexact" exceptions.
30029         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
30030         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
30031         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
30032         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
30033         INEXACT_EXCEPTION.
30034         (rint_towardzero_test_data): Likewise.
30035         (rint_downward_test_data): Likewise.
30036         (rint_upward_test_data): Likewise.
30038         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
30039         with OVERFLOW_EXCEPTION.
30040         (exp10_test_data): Likewise.
30041         (exp2_test_data): Likewise.
30042         (expm1_test_data): Likewise.
30043         (lgamma_test_data): Likewise.
30044         (pow_test_data): Likewise.
30045         (tgamma_test_data): Likewise.
30046         (yn_test_data): Remove duplicate test of overflow.
30048         * math/libm-test.inc (struct test_cc_c_data): New type.
30049         (RUN_TEST_LOOP_cc_c): New macro.
30050         (cpow_test_data): New variable.
30051         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
30053         * math/libm-test.inc (struct test_f_L_data): New type.
30054         (RUN_TEST_LOOP_f_L): New macro.
30055         (llrint_test_data): New variable.
30056         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
30057         (llrint_tonearest_test_data): New variable.
30058         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
30059         (llrint_towardzero_test_data): New variable.
30060         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
30061         (llrint_downward_test_data): New variable.
30062         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
30063         (llrint_upward_test_data): New variable.
30064         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
30065         (llround_test_data): New variable.
30066         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
30068 2013-05-13  Peter Collingbourne  <pcc@google.com>
30070         * math/atest-exp2.c (get_log2): Remove const attribute.
30072 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
30074         * math/libm-test.inc (struct test_f_l_data): New type.
30075         (RUN_TEST_LOOP_f_l): New macro.
30076         (lrint_test_data): New variable.
30077         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
30078         (lrint_tonearest_test_data): New variable.
30079         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
30080         (lrint_towardzero_test_data): New variable.
30081         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
30082         (lrint_downward_test_data): New variable.
30083         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
30084         (lrint_upward_test_data): New variable.
30085         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
30086         (lround_test_data): New variable.
30087         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
30089 2013-05-15  Peter Collingbourne  <pcc@google.com>
30091         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
30092         (EXTRACT_WORDS64) Use where appropriate.
30093         (INSERT_WORDS64) Likewise.
30095         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
30096         constraints with x constraints.
30097         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
30099         * malloc/obstack.c (_obstack_compat): Add initializer.
30101 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
30103         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
30104         si_trapno and add si_addr_lsb to _sifields.sigfault.
30105         (si_trapno): Remove macro.
30106         (si_addr_lsb): Define new macro.
30107         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
30109 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
30111         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
30112         instead of TEST_f_l.
30113         (llrint_test_tonearest): Likewise.
30114         (llrint_test_towardzero): Likewise.
30115         (llrint_test_downward): Likewise.
30116         (llrint_test_upward): Likewise.
30117         (llround_test): Likewise.
30119         * math/libm-test.inc (struct test_f_i_data): Add comment.
30120         (RUN_TEST_LOOP_f_b): New macro.
30121         (RUN_TEST_LOOP_f_b_tg): Likewise.
30122         (finite_test_data): New variable.
30123         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
30124         (isfinite_test_data): New variable.
30125         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30126         (isinf_test_data): New variable.
30127         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30128         (isnan_test_data): New variable.
30129         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30130         (isnormal_test_data): New variable.
30131         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30132         (issignaling_test_data): New variable.
30133         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30134         (signbit_test_data): New variable.
30135         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30137         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
30138         with INVALID_EXCEPTION.
30139         (acosh_test_data): Likewise.
30140         (asin_test_data): Likewise.
30141         (atanh_test_data): Likewise.
30142         (fmod_test_data): Likewise.
30143         (log_test_data): Likewise.
30144         (log10_test_data): Likewise.
30145         (log2_test_data): Likewise.
30146         (pow_test_data): Likewise.
30147         (sqrt_test_data): Likewise.
30148         (y0_test_data): Likewise.
30149         (y1_test_data): Likewise.
30150         (yn_test_data): Likewise.
30152         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
30153         function contents.
30155         * math/libm-test.inc (struct test_ff_i_data): New type.
30156         (RUN_TEST_LOOP_ff_i_tg): New macro.
30157         (isgreater_test_data): New variable.
30158         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30159         (isgreaterequal_test_data): New variable.
30160         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30161         (isless_test_data): New variable.
30162         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30163         (islessequal_test_data): New variable.
30164         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30165         (islessgreater_test_data): New variable.
30166         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30167         (isunordered_test_data): New variable.
30168         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30170 2013-05-14  David S. Miller  <davem@davemloft.net>
30172         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30174 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
30176         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
30178         * math/libm-test.inc (struct test_fF_f1_data): Change type of
30179         extra_test to int.
30180         (struct test_f_i_data): Change type of max_ulp to int.
30182         * math/libm-test.inc (test_ffI_f1_data): New type.
30183         (RUN_TEST_LOOP_ffI_f1): New macro.
30184         (remquo_test_data): New variable.
30185         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
30187         * setjmp/tst-setjmp-fp.c: New file.
30188         * setjmp/Makefile (tests): Add tst-setjmp-fp.
30189         (link-libm): New variable.
30190         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
30192         * math/libm-test.inc (struct test_f_i_data): New type.
30193         (RUN_TEST_LOOP_f_i): New macro.
30194         (RUN_TEST_LOOP_f_i_tg): Likewise.
30195         (fpclassify_test_data): New variable.
30196         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
30197         (ilogb_test_data): New variable.
30198         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
30200         * math/libm-test.inc (scalbln_test): Correct function name in END
30201         call.
30203         * math/libm-test.inc (struct test_f_f1_data): Add comment.
30204         (RUN_TEST_LOOP_fI_f1): New macro.
30205         (frexp_test_data): New variable.
30206         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
30208         * math/libm-test.inc (struct test_fF_f1_data): New type.
30209         (RUN_TEST_LOOP_fF_f1): New macro.
30210         (modf_test_data): New variable.
30211         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
30213         * math/libm-test.inc (struct test_f_f1_data): New type.
30214         (RUN_TEST_LOOP_f_f1): New macro.
30215         (gamma_test_data): New variable.
30216         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
30217         (lgamma_test_data): New variable.
30218         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
30220 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
30222         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
30223         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
30224         (main): Comment "tls" pseudo-hwcap.
30226 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
30228         * math/libm-test.inc (struct test_fl_f_data): New type.
30229         (RUN_TEST_LOOP_fl_f): New variable.
30230         (scalbln_test_data): New variable.
30231         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
30233         * math/libm-test.inc (struct test_fi_f_data): New type.
30234         (RUN_TEST_LOOP_fi_f): New macro.
30235         (ldexp_test_data): New variable.
30236         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
30237         (scalbn_test_data): New variable.
30238         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
30240         * math/libm-test.inc (struct test_c_f_data): New type.
30241         (RUN_TEST_LOOP_c_f): New macro.
30242         (cabs_test_data): New variable.
30243         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
30244         (carg_test_data): New variable.
30245         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
30246         (cimag_test_data): New variable.
30247         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
30248         (creal_test_data): New variable.
30249         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
30251         * math/libm-test.inc (struct test_if_f_data): New type.
30252         (RUN_TEST_LOOP_if_f): New macro.
30253         (jn_test_data): New variable.
30254         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
30255         (yn_test_data): New variable.
30256         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
30258         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
30260 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30262         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
30263         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
30265 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30267         * benchtests/Makefile (CPPFLAGS-nonlib): Add
30268         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
30269         (bench-deps): Add bench-timing.h.
30270         * benchtests-bench-skeleton.c: Include bench-timing.h.
30271         (main): Use TIMING_* macros instead of clock_gettime.
30272         * benchtests/bench-timing.h: New file.
30274         [BZ #14582]
30275         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
30276         Renamed from _LIB_VERSION.
30277         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
30279 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
30281         * math/libm-test.inc (struct test_fff_f_data): New type.
30282         (RUN_TEST_LOOP_fff_f): New macro.
30283         (fma_test_data): New variable.
30284         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
30285         (fma_towardzero_test_data): New variable.
30286         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
30287         (fma_downward_test_data): New variable.
30288         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
30289         (fma_upward_test_data): New variable.
30290         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
30292         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
30293         (struct test_c_c_data): New type.
30294         (RUN_TEST_LOOP_c_c): New macro.
30295         (cacos_test_data): New variable.
30296         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
30297         (cacosh_test_data): New variable.
30298         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
30299         (casin_test_data): New variable.
30300         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
30301         (casinh_test_data): New variable.
30302         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
30303         (catan_test_data): New variable.
30304         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
30305         (catanh_test_data): New variable.
30306         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
30307         (ccos_test_data): New variable.
30308         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
30309         (ccosh_test_data): New variable.
30310         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
30311         (cexp_test_data): New variable.
30312         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
30313         (clog_test_data): New variable.
30314         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
30315         (clog10_test_data): New variable.
30316         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
30317         (conj_test_data): New variable.
30318         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
30319         (cproj_test_data): New variable.
30320         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
30321         (csin_test_data): New variable.
30322         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
30323         (csinh_test_data): New variable.
30324         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
30325         (csqrt_test_data): New variable.
30326         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
30327         (ctan_test_data): New variable.
30328         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
30329         (ctan_tonearest_test_data): New variable.
30330         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
30331         (ctan_towardzero_test_data): New variable.
30332         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
30333         (ctan_downward_test_data): New variable.
30334         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
30335         (ctan_upward_test_data): New variable.
30336         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
30337         (ctanh_test_data): New variable.
30338         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
30339         (ctanh_tonearest_test_data): New variable.
30340         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
30341         (ctanh_towardzero_test_data): New variable.
30342         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
30343         (ctanh_downward_test_data): New variable.
30344         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
30345         (ctanh_upward_test_data): New variable.
30346         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
30347         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
30348         of BUILD_COMPLEX.
30350         * math/libm-test.inc (struct test_ff_f_data): New type.
30351         (struct test_ff_f_data_nexttoward): Likewise.
30352         (RUN_TEST_LOOP_2_f): New macro.
30353         (RUN_TEST_LOOP_ff_f): Likewise.
30354         (atan2_test_data): New variable.
30355         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
30356         (copysign_test_data): New variable.
30357         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
30358         (fdim_test_data): New variable.
30359         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
30360         (fmax_test_data): New variable.
30361         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
30362         (fmin_test_data): New variable.
30363         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
30364         (fmod_test_data): New variable.
30365         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
30366         (hypot_test_data): New variable.
30367         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
30368         (nextafter_test_data): New variable.
30369         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
30370         (nexttoward_test_data): New variable.
30371         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
30372         (pow_test_data): New variable.
30373         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
30374         (pow_tonearest_test_data): New variable.
30375         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
30376         (pow_towardzero_test_data): New variable.
30377         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
30378         (pow_downward_test_data): New variable.
30379         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
30380         (pow_upward_test_data): New variable.
30381         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
30382         (remainder_test_data): New variable.
30383         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
30384         (scalb_test_data): New variable.
30385         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
30386         * sysdeps/i386/fpu/libm-test-ulps: Update.
30388 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
30390         * math/libm-test.inc (fma_test): Use max_value instead of local
30391         variable fltmax.
30392         (nextafter_test): Likewise.
30394         * math/libm-test.inc (acos_towardzero_test_data): New variable.
30395         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30396         (acos_downward_test_data): New variable.
30397         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30398         (acos_upward_test_data): New variable.
30399         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30400         (acosh_test_data): New variable.
30401         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
30402         (asin_test_data): New variable.
30403         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
30404         (asin_tonearest_test_data): New variable.
30405         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30406         (asin_towardzero_test_data): New variable.
30407         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30408         (asin_downward_test_data): New variable.
30409         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30410         (asin_upward_test_data): New variable.
30411         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30412         (asinh_test_data): New variable.
30413         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
30414         (atan_test_data): New variable.
30415         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
30416         (atanh_test_data): New variable.
30417         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
30418         (cbrt_test_data): New variable.
30419         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
30420         (ceil_test_data): New variable.
30421         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
30422         (cos_test_data): New variable.
30423         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
30424         (cos_tonearest_test_data): New variable.
30425         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30426         (cos_towardzero_test_data): New variable.
30427         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30428         (cos_downward_test_data): New variable.
30429         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30430         (cos_upward_test_data): New variable.
30431         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30432         (cosh_test_data): New variable.
30433         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
30434         (cosh_tonearest_test_data): New variable.
30435         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30436         (cosh_towardzero_test_data): New variable.
30437         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30438         (cosh_downward_test_data): New variable.
30439         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30440         (cosh_upward_test_data): New variable.
30441         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30442         (erf_test_data): New variable.
30443         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
30444         (erfc_test_data): New variable.
30445         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
30446         (exp_test_data): New variable.
30447         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
30448         (exp_tonearest_test_data): New variable.
30449         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30450         (exp_towardzero_test_data): New variable.
30451         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30452         (exp_downward_test_data): New variable.
30453         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30454         (exp_upward_test_data): New variable.
30455         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30456         (exp10_test_data): New variable.
30457         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
30458         (exp2_test_data): New variable.
30459         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
30460         (expm1_test_data): New variable.
30461         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
30462         (fabs_test_data): New variable.
30463         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
30464         (floor_test_data): New variable.
30465         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
30466         (j0_test_data): New variable.
30467         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
30468         (j1_test_data): New variable.
30469         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
30470         (log_test_data): New variable.
30471         (log_test): Run tests with RUN_TEST_LOOP_f_f.
30472         (log10_test_data): New variable.
30473         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
30474         (log1p_test_data): New variable.
30475         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
30476         (log2_test_data): New variable.
30477         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
30478         (logb_test_data): New variable.
30479         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
30480         (logb_downward_test_data): New variable.
30481         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30482         (nearbyint_test_data): New variable.
30483         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
30484         (rint_test_data): New variable.
30485         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
30486         (rint_tonearest_test_data): New variable.
30487         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30488         (rint_towardzero_test_data): New variable.
30489         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30490         (rint_downward_test_data): New variable.
30491         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30492         (rint_upward_test_data): New variable.
30493         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30494         (round_test_data): New variable.
30495         (round_test): Run tests with RUN_TEST_LOOP_f_f.
30496         (sin_test_data): New variable.
30497         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
30498         (sin_tonearest_test_data): New variable.
30499         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30500         (sin_towardzero_test_data): New variable.
30501         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30502         (sin_downward_test_data): New variable.
30503         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30504         (sin_upward_test_data): New variable.
30505         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30506         (sinh_test_data): New variable.
30507         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
30508         (sinh_tonearest_test_data): New variable.
30509         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30510         (sinh_towardzero_test_data): New variable.
30511         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30512         (sinh_downward_test_data): New variable.
30513         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30514         (sinh_upward_test_data): New variable.
30515         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30516         (sqrt_test_data): New variable.
30517         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
30518         (tan_test_data): New variable.
30519         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30520         (tan_tonearest_test_data): New variable.
30521         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30522         (tan_towardzero_test_data): New variable.
30523         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30524         (tan_downward_test_data): New variable.
30525         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30526         (tan_upward_test_data): New variable.
30527         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30528         (tanh_test_data): New variable.
30529         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30530         (tgamma_test_data): New variable.
30531         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30532         (trunc_test_data): New variable.
30533         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30534         (y0_test_data): New variable.
30535         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30536         (y1_test_data): New variable.
30537         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30538         (significand_test_data): New variable.
30539         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30541 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
30543         [BZ #12387]
30544         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30546 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
30548         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30550 2013-05-10  Andreas Jaeger  <aj@suse.de>
30552         [BZ #15448]
30553         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30554         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30556 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30558         * math/gen-libm-test.pl (adjust_arg): New function.
30559         (special_functions): Handle generating output in both functions
30560         and arrays.
30561         (parse_args): Likewise.
30562         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
30563         $in_func argument to parse_args.
30564         * math/libm-test.inc (struct test_f_f_data): New type.
30565         (IF_ROUND_INIT_): New macro.
30566         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30567         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30568         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30569         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30570         (ROUND_RESTORE_): Likewise.
30571         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30572         (ROUND_RESTORE_FE_TONEAREST): Likewise.
30573         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30574         (ROUND_RESTORE_FE_UPWARD): Likewise.
30575         (RUN_TEST_LOOP_f_f): New macro.
30576         (acos_test_data): New variable.
30577         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30578         (acos_tonearest_test_data): New variable.
30579         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30581 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30583         * benchtests/bench-skeleton.c (startup): Fix coding style.
30585 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30587         [BZ #6809]
30588         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30589         negative infinity argument.
30590         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30591         negative infinity argument.
30592         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30593         negative infinity argument.
30594         * math/libm-test.inc (tgamma_test): Expect errno to be set for
30595         domain errors.
30597 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30599         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30600         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30601         * iconv/iconv_prog.c (main): Likewise.
30602         * locale/programs/charmap-dir.c (charmap_readdir)
30603         (fopen_uncompressed): Likewise.
30604         * locale/programs/locfile.c (siblings_uncached)
30605         (write_locale_data): Use lstat64 instead of lstat.
30606         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30607         stat.
30609 2013-05-10  Andreas Jaeger  <aj@suse.de>
30611         [BZ #15395]
30612         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30613         localization.
30614         Include <locale.h>.
30616 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30618         * elf/dl-close.c (_dl_close_worker): Add comments.
30620 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30622         [BZ #15359]
30623         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30624         high part of pi/2.
30625         (__ieee754_rem_pio2l): Update comments.
30627         [BZ #15429]
30628         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30629         high part of pi/2.
30630         (__ieee754_rem_pio2l): Update comments.
30632         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30633         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30635         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30636         M_PI_4l.
30638         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30639         (M_PI_34_LOG10El): Likewise.
30640         (M_PI2_LOG10El): Likewise.
30641         (M_PI4_LOG10El): Likewise.
30642         (M_PI_LOG10El): Likewise.
30644 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30646         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30648 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30650         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30651         (MINUS_ZERO_INIT): Likewise.
30652         (PLUS_INFTY_INIT): Likewise.
30653         (MINUS_INFTY_INIT): Likewise.
30654         (QNAN_VALUE_INIT): Likewise.
30655         (MAX_VALUE_INIT): Likewise.
30656         (MIN_VALUE_INIT): Likewise.
30657         (MIN_SUBNORM_VALUE_INIT): Likewise.
30658         (plus_zero): Initialize with PLUS_ZERO_INIT.
30659         (minus_zero): Initialize with MINUS_ZERO_INIT.
30660         (plus_infty): Initialize with PLUS_INFTY_INIT.
30661         (minus_infty): Initialize with MINUS_INFTY_INIT.
30662         (qnan_value): Initialize with QNAN_VALUE_INIT.
30663         (max_value): Initialize with MAX_VALUE_INIT.
30664         (min_value): Initialize with MIN_VALUE_INIT.
30665         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30667         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30668         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30669         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30670         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30672         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30673         (RUN_TEST_2_f): Likewise.
30674         (RUN_TEST_ff_f): Likewise.
30675         (RUN_TEST_fi_f): Likewise.
30676         (RUN_TEST_fl_f): Likewise.
30677         (RUN_TEST_fff_f): Likewise.
30678         (RUN_TEST_c_f): Likewise.
30679         (RUN_TEST_f_f1): Likewise.
30680         (RUN_TEST_fF_f1): Likewise.
30681         (RUN_TEST_fI_f1): Likewise.
30682         (RUN_TEST_ffI_f1): Likewise.
30683         (RUN_TEST_c_c): Likewise.
30684         (RUN_TEST_cc_c): Likewise.
30685         (RUN_TEST_f_i): Likewise.
30686         (RUN_TEST_f_i_tg): Likewise.
30687         (RUN_TEST_ff_i_tg): Likewise.
30688         (RUN_TEST_f_b): Likewise.
30689         (RUN_TEST_f_b_tg): Likewise.
30690         (RUN_TEST_f_l): Likewise.
30691         (RUN_TEST_f_L): Likewise.
30692         (RUN_TEST_sincos): Likewise.
30693         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30694         whether to show exceptions.  Do not include ");\n" in return
30695         value.
30696         (special_functions): Output call to RUN_TEST_sincos instead of
30697         check_float calls.  Update calls to new_test.
30698         (parse_args): Output call to single RUN_TEST_* macro instead of
30699         check_* calls and other assignments.  Update calls to new_test.
30701         [BZ #2546]
30702         [BZ #2560]
30703         [BZ #5159]
30704         [BZ #15426]
30705         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30706         input to result for tgamma overflow.
30707         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30708         (gamma_coeff): New variable.
30709         (NCOEFF): New macro.
30710         (gamma_positive): New function.
30711         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30712         underflow here.  Use gamma_positive instead of exp (lgamma) for
30713         other arguments.
30714         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30715         (gamma_coeff): New variable.
30716         (NCOEFF): New macro.
30717         (gammaf_positive): New function.
30718         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30719         underflow here.  Use gamma_positive instead of exp (lgamma) for
30720         other arguments.
30721         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30722         (gamma_coeff): New variable.
30723         (NCOEFF): New macro.
30724         (gammal_positive): New function.
30725         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30726         underflow here.  Use gamma_positive instead of exp (lgamma) for
30727         other arguments.
30728         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30729         (gamma_coeff): New variable.
30730         (NCOEFF): New macro.
30731         (gammal_positive): New function.
30732         (__ieee754_gammal_r): Handle positive infinity, overflow and
30733         underflow here.  Handle NaN the same as positive infinity.  Remove
30734         check x < 0xffffffff for negative integers.  Use gamma_positive
30735         instead of exp (lgamma) for other arguments.
30736         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30737         (gamma_coeff): New variable.
30738         (NCOEFF): New macro.
30739         (gammal_positive): New function.
30740         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30741         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30742         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30743         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30744         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30745         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30746         * sysdeps/generic/math_private.h (__gamma_productf): New
30747         prototype.
30748         (__gamma_product): Likewise.
30749         (__gamma_productl): Likewise.
30750         * math/Makefile (libm-calls): Add gamma_product.
30751         * math/libm-test.inc (tgamma_test): Add more tests.
30752         * sysdeps/i386/fpu/libm-test-ulps: Update.
30753         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30755 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30757         * benchtests/bench-skeleton.c (main): Preheat CPU.
30759 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30761         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30763 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30765         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30766         and _dl_skip_args_internal.
30768 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30770         * manual/message.texi (Message Translation): Talk about users.
30771         Message to key mapping impacts design.
30773 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30775         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30777         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30779         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30780         * sysdeps/wordsize-64/glob64.c: ... here.
30782         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30783         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30784         New macros.
30786         * debug/getlogin_r_chk.c: Moved to ...
30787         * login/getlogin_r_chk.c: ... here.
30788         * debug/Makefile (routines): Move getlogin_r_chk to ...
30789         * login/Makefile (routines): ... here.
30790         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30791         * login/Versions (libc: GLIBC_2.4): ... here.
30793         * io/poll.c (__poll): Renamed from poll.
30794         Add libc_hidden_def.
30795         (poll): Define as weak alias.
30797         * debug/ptsname_r_chk.c: Moved to ...
30798         * login/ptsname_r_chk.c: ... here.
30799         * debug/Makefile (routines): Move ptsname_r_chk to ...
30800         * login/Makefile (routines): ... here.
30801         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30802         * login/Versions (libc: GLIBC_2.4): ... here.
30804         * posix/getlogin.c: Moved to ...
30805         * login/getlogin.c: ... here.
30806         * posix/getlogin_r.c: Moved to ...
30807         * login/getlogin_r.c: ... here.
30808         * posix/getlogin_r.c: Moved to ...
30809         * login/getlogin_r.c: ... here.
30810         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30811         * login/Makefile (routines): ... here.
30812         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30813         * login/Versions (libc: GLIBC_2.0): ... here.
30815         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30816         (setrlimit): Define as weak alias.
30818         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30819         Call __ names for open, ftruncate, and close.
30820         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30821         (truncate): Define as weak alias.
30823 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30825         * math/gen-libm-test.pl (parse_args): Initialize x before each
30826         test of frexp, modf and remquo.
30828         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30829         test signgam value.
30831 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30833         [BZ #15418]
30834         [BZ #15419]
30835         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30836         internal tests.
30837         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30839 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30841         * elf/dl-writev.h: New file.
30842         * elf/dl-misc.c: Include it.
30843         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30844         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30846 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30848         * math/libm-test.inc (noXFails): Remove variable.
30849         (noXPasses): Likewise.
30850         (BUILD_COMPLEX_INT): Remove macro.
30851         (print_screen): Remove xfail argument.
30852         (print_screen_max_error): Likewise.
30853         (update_stats): Likewise.
30854         (print_max_error): Likewise.  Update calls to other affected
30855         functions.
30856         (print_complex_max_error): Likewise.
30857         (test_single_exception): Update calls to print_screen.
30858         (test_single_errno): Likewise.
30859         (check_float_internal): Remove xfail argument.  Update calls to
30860         other affected functions.
30861         (check_float): Likewise.
30862         (check_complex): Likewise.
30863         (check_int): Likewise.
30864         (check_long): Likewise.
30865         (check_bool): Likewise.
30866         (check_longlong): Likewise.
30867         (main): Don't print noXFails and noXPasses.
30868         * math/gen-libm-test.pl (top level): Don't mention expected
30869         failure handling in comment.
30870         (new_test): Don't handle expected failures.
30871         (parse_args): Don't mention expected failure handling in comment.
30872         (generate_testfile): Don't handle expected failures.
30873         (parse_ulps): Likewise.
30874         (print_ulps_file): Likewise.
30875         (get_failure): Remove function.
30876         (output_test): Don't handle expected failures.
30877         * make/README.libm-test: Don't mention expected failure handling.
30879         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30880         (minus_zero): Likewise.
30881         (plus_infty): Likewise.
30882         (minus_infty): Likewise.
30883         (qnan_value): Likewise.
30884         (max_value): Likewise.
30885         (min_value): Likewise.
30886         (min_subnorm_value): Likewise.
30887         (initialize): Do not initialize those variables dynamically.
30889 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30891         * io/open.c (__open_2): Moved to ...
30892         * io/open_2.c: ... this new file.
30893         * io/open64.c (__open64_2): Moved to ...
30894         * io/open64_2.c: ... this new file.
30895         * io/openat.c (__openat_2): Moved to ...
30896         * io/openat_2.c: ... this new file.
30897         * io/openat64.c (__openat64_2): Moved to ...
30898         * io/openat64_2.c: ... this new file.
30899         * io/Makefile (routines): Add them.
30900         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30901         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30902         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30903         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30904         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30905         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30906         (__openat64): Add hidden_ver.
30907         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30908         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30910         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30911         Separately conditionalize setting of GLRO(dl_sysinfo) so
30912         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30913         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30915 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30917         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30918         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30919         definition.
30920         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30921         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30922         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30923         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30924         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30926 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30928         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30929         test signgam value.
30931         * math/libm-test.inc (hypot_test): Do not use
30932         IGNORE_ZERO_INF_SIGN.
30934 2013-05-03  Andreas Jaeger  <aj@suse.de>
30936         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30937         Linux 3.9.
30938         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30939         (PF_MAX): Adjust for VSOCK change.
30941 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30943         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30945 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30947         [BZ #15264]
30948         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30949         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30950         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30952 2013-05-02  David S. Miller  <davem@davemloft.net>
30954         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30956 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30958         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30960 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30962         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30964 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30966         [BZ #14952]
30967         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30968         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30969         Use __attribute__ ((__gnu_inline__)).
30970         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30971         Don't use __attribute__ ((__gnu_inline__)).
30973 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30975         [BZ #15423]
30976         * math/s_catan.c (__catan): Handle small real or imaginary part of
30977         input specially to avoid spurious underflow.
30978         * math/s_catanf.c (__catanf): Likewise.
30979         * math/s_catanh.c (__catanh): Likewise.
30980         * math/s_catanhf.c (__catanhf): Likewise.
30981         * math/s_catanhl.c (__catanhl): Likewise.
30982         * math/s_catanl.c (__catanl): Likewise.
30983         * math/libm-test.inc (catan_test): Add more tests.
30984         (catanh_test): Likewise.
30985         * sysdeps/i386/fpu/libm-test-ulps: Update.
30986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30988 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30990         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30992 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30994         [BZ #15416]
30995         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30996         accurately for denominator in atan2.
30997         * math/s_catanf.c (__catanf): Likewise.
30998         * math/s_catanh.c (__catanh): Likewise.
30999         * math/s_catanhf.c (__catanhf): Likewise.
31000         * math/s_catanhl.c (__catanhl): Likewise.
31001         * math/s_catanl.c (__catanl): Likewise.
31002         * math/libm-test.inc (catan_test): Add more tests.
31003         (catanh_test): Likewise.
31004         * sysdeps/i386/fpu/libm-test-ulps: Update.
31005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31007 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31009         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
31011         * benchtests/Makefile (bench): Remove slow benchmarks.
31012         * benchtests/atan-inputs: Add slow benchmark inputs.
31013         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
31014         (BENCH_FUNC): Accept variant offset.
31015         (VARIANT): Define.
31016         * benchtests/bench-skeleton.c (main): Run benchmark for each
31017         variant.
31018         * benchtests/cos-inputs: Add slow benchmark inputs.
31019         * benchtests/exp-inputs: Likewise.
31020         * benchtests/pow-inputs: Likewise.
31021         * benchtests/sin-inputs: Likewise.
31022         * benchtests/slowatan-inputs: Remove.
31023         * benchtests/slowatan.c: Remove.
31024         * benchtests/slowcos-inputs: Remove.
31025         * benchtests/slowcos.c: Remove.
31026         * benchtests/slowexp-inputs: Remove.
31027         * benchtests/slowexp.c: Remove.
31028         * benchtests/slowpow-inputs: Remove.
31029         * benchtests/slowpow.c: Remove.
31030         * benchtests/slowsin-inputs: Remove.
31031         * benchtests/slowsin.c: Remove.
31032         * benchtests/slowtan-inputs: Remove.
31033         * benchtests/slowtan.c: Remove.
31034         * benchtests/tan-inputs: Add slow benchmark inputs.
31035         * scripts/bench.pl: Parse comments and directives.
31037         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
31038         in CPPFLAGS.
31039         ($(objpfx)bench-%.c): Remove *-ITER.
31040         * benchtests/bench-modf.c: Remove definition of ITER.
31041         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
31042         (main): Loop for DURATION seconds instead of fixed number of
31043         iterations.
31044         * scripts/bench.pl: Don't expect iterations in parameters.
31046 2013-04-29  Roland McGrath  <roland@hack.frob.com>
31048         * io/fchdir.c (__fchdir): Renamed from fchdir.
31049         (fchdir): Define as weak alias.
31051 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
31053         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
31054         (ERRNO_EDOM): Likewise.
31055         (ERRNO_ERANGE): Likewise.
31056         (noErrnoTests): New variable.
31057         (init_max_error): Set errno to 0.
31058         (test_single_errno): New function.
31059         (test_errno): Likewise.
31060         (check_float_internal): Call test_errno.  Set errno to 0.
31061         (check_complex): Refer to errno tests in comment.
31062         (check_int): Call test_errno.  Set errno to 0.
31063         (check_long): Likewise.
31064         (check_bool): Likewise.
31065         (check_longlong): Likewise.
31066         (cos_test): Use ERRNO_* flags for errno tests instead of
31067         check_int.
31068         (expm1_test): Likewise.
31069         (fmod_test): Likewise.
31070         (ilogb_test): Likewise.
31071         (lgamma_test): Likewise.
31072         (pow_test): Likewise.
31073         (remainder_test): Likewise.
31074         (sin_test): Likewise.
31075         (tan_test): Likewise.
31076         (yn_test): Likewise.
31077         (initialize): Set errno to 0.
31078         (main): Print number of errno tests.
31079         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
31081 2013-04-29  Andreas Jaeger  <aj@suse.de>
31083         [BZ #15084]
31084         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
31085         and RES_USEVC.
31087         [BZ #15085]
31088         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
31089         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
31090         unimplemented.
31092         [BZ #15380]
31093         * stdlib/random.c (__initstate): Return NULL if
31094         __initstate fails.
31096         [BZ #15086]
31097         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
31098         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
31099         RES_SNGLKUPREOP.
31101 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31103         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31105 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
31107         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
31108         of individual tests.
31109         (casin_test): Likewise.
31110         (casinh_test): Likewise.
31112 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
31114         [BZ #15409]
31115         * math/s_catan.c (__catan): Handle arguments with large real or
31116         imaginary part separately without squaring.
31117         * math/s_catanf.c (__catanf): Likewise.
31118         * math/s_catanh.c (__catanh): Likewise.
31119         * math/s_catanhf.c (__catanhf): Likewise.
31120         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31121         and redefine.
31122         (__catanhl): Handle arguments with large real or imaginary part
31123         separately without squaring.
31124         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31125         and redefine.
31126         (__catanl): Handle arguments with large real or imaginary part
31127         separately without squaring.
31128         * math/libm-test.inc (catan_test): Add more tests.
31129         (catanh_test): Likewise.
31130         * sysdeps/i386/fpu/libm-test-ulps: Update.
31131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31133 2013-04-27  Andreas Jaeger  <aj@suse.de>
31135         [BZ #15007]
31136         * stdlib/stdlib.h: Update guards for qecvt.
31137         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
31138         <stdlib.h>.
31140 2013-04-27  Allan McRae  <allan@archlinux.org>
31142         * sysdeps/i386/fpu/libm-test-ulps: Update.
31144 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
31146         [BZ #15406]
31147         * math/s_catan.c: Include <float.h>.
31148         (__catan): Ensure underflow exception occurs for underflowed
31149         result.
31150         * math/s_catanf.c: Include <float.h>.
31151         (__catanf): Ensure underflow exception occurs for underflowed
31152         result.
31153         * math/s_catanh.c: Include <float.h>.
31154         (__catanh): Ensure underflow exception occurs for underflowed
31155         result.
31156         * math/s_catanhf.c: Include <float.h>.
31157         (__catanhf): Ensure underflow exception occurs for underflowed
31158         result.
31159         * math/s_catanhl.c: Include <float.h>.
31160         (__catanhl): Ensure underflow exception occurs for underflowed
31161         result.
31162         * math/s_catanl.c: Include <float.h>.
31163         (__catanl): Ensure underflow exception occurs for underflowed
31164         result.
31165         * math/libm-test.inc (catan_test): Add more tests.
31166         (catanh_test): Likewise.
31168         [BZ #15405]
31169         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
31170         underflowed result.
31171         * math/s_ccoshf.c (__ccoshf): Likewise.
31172         * math/s_ccoshl.c (__ccoshl): Likewise.
31173         * math/s_csin.c (__csin): Likewise.
31174         * math/s_csinf.c (__csinf): Likewise.
31175         * math/s_csinh.c (__csinh): Likewise.
31176         * math/s_csinhf.c (__csinhf): Likewise.
31177         * math/s_csinhl.c (__csinhl): Likewise.
31178         * math/s_csinl.c (__csinl): Likewise.
31179         * math/libm-test.inc (ccos_test): Add more tests.
31180         (ccosh_test): Likewise.
31181         (csin_test): Likewise.
31182         (csinh_test): Likewise.
31184 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31186         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
31187         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
31188         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
31189         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
31190         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
31191         powerpc/power5+/fpu folders.
31192         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
31195 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31197         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31199 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
31201         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
31202         additions to variable.
31203         [$(config-machine) = x86_64] (modules-names): Likewise.
31204         ($(objpfx)tst-audit3): Remove dependency.
31205         ($(objpfx)tst-audit3.out): Likewise.
31206         ($(objpfx)tst-audit4): Likewise.
31207         ($(objpfx)tst-audit4.out): Likewise.
31208         ($(objpfx)tst-audit5): Likewise.
31209         ($(objpfx)tst-audit5.out): Likewise.
31210         ($(objpfx)tst-audit6): Likewise.
31211         ($(objpfx)tst-audit6.out): Likewise.
31212         ($(objpfx)tst-audit7): Likewise.
31213         ($(objpfx)tst-audit7.out): Likewise.
31214         (tst-audit3-ENV): Remove variable.
31215         (tst-audit4-ENV): Likewise.
31216         (tst-audit5-ENV): Likewise.
31217         (tst-audit6-ENV): Likewise.
31218         (tst-audit7-ENV): Likewise.
31219         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
31220         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
31221         addition to variable.
31222         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
31223         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
31224         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
31225         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
31226         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
31227         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
31228         tst-audit3, tst-audit4 and tst-audit5.
31229         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
31230         tst-audit6 and tst-audit7.
31231         [$(subdir) = elf] (modules-names): Add audit modules for those
31232         tests.
31233         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
31234         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
31235         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
31236         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
31237         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
31238         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
31239         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
31240         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
31241         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
31242         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
31243         [$(subdir) = elf] (tst-audit3-ENV): New variable.
31244         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
31245         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
31246         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
31247         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
31248         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
31249         Likewise.
31250         [$(subdir) = elf && $(config-cflags-avx) = yes]
31251         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
31252         [$(subdir) = elf && $(config-cflags-avx) = yes]
31253         (CFLAGS-tst-auditmod4a.c): Likewise.
31254         [$(subdir) = elf && $(config-cflags-avx) = yes]
31255         (CFLAGS-tst-auditmod4b.c): Likewise.
31256         [$(subdir) = elf && $(config-cflags-avx) = yes]
31257         (CFLAGS-tst-auditmod6b.c): Likewise.
31258         [$(subdir) = elf && $(config-cflags-avx) = yes]
31259         (CFLAGS-tst-auditmod6c.c): Likewise.
31260         [$(subdir) = elf && $(config-cflags-avx) = yes]
31261         (CFLAGS-tst-auditmod7b.c): Likewise.
31262         * elf/tst-audit3.c: Move to ...
31263         * sysdeps/x86_64/tst-audit3.c: ... here.
31264         * elf/tst-audit4.c: Move to ...
31265         * sysdeps/x86_64/tst-audit4.c: ... here.
31266         * elf/tst-audit5.c: Move to ...
31267         * sysdeps/x86_64/tst-audit5.c: ... here.
31268         * elf/tst-audit6.c: Move to ...
31269         * sysdeps/x86_64/tst-audit6.c: ... here.
31270         * elf/tst-audit7.c: Move to ...
31271         * sysdeps/x86_64/tst-audit7.c: ... here.
31272         * elf/tst-auditmod3a.c: Move to ...
31273         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
31274         * elf/tst-auditmod3b.c: Move to ...
31275         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
31276         * elf/tst-auditmod4a.c: Move to ...
31277         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
31278         * elf/tst-auditmod4b.c: Move to ...
31279         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
31280         * elf/tst-auditmod5a.c: Move to ...
31281         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
31282         * elf/tst-auditmod5b.c: Move to ...
31283         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
31284         * elf/tst-auditmod6a.c: Move to ...
31285         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
31286         * elf/tst-auditmod6b.c: Move to ...
31287         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
31288         * elf/tst-auditmod6c.c: Move to ...
31289         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
31290         * elf/tst-auditmod7a.c: Move to ...
31291         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
31292         * elf/tst-auditmod7b.c: Move to ...
31293         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
31295 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
31297         [BZ #15366]
31298         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
31299         define unconditionally.
31300         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
31301         define unconditionally.
31302         (INT8_C, INT16_C, etc.): Likewise.
31304 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
31306         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
31307         __ehdr_start with hidden visibility.
31309         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
31311 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
31313         * math/libm-test.inc (cos_test): Use accurate hex constants.
31314         (sincost_test): Likewise.
31316 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
31318         * math/libm-test.inc (catan_test): Add more tests.
31319         (catanh_test): Likewise.
31321         * math/s_catanf.c (__catanf): Use suffixed floating-point
31322         constants.
31323         * math/s_catanhf.c (__catanhf): Likewise.
31324         * math/s_catanhl.c (__catanhl): Likewise.
31325         * math/s_catanl.c (__catanl): Likewise.
31327         [BZ #15394]
31328         * math/s_catan.c (__catan): Calculate imaginary part of result
31329         with log1p not log unless computing log of number close to 0.
31330         * math/s_catanf.c (__catanf): Likewise.
31331         * math/s_catanl.c (__catanl): Likewise.
31332         * math/s_catanh.c (__catanh): Calculate real part of result with
31333         log1p not log unless computing log of number close to 0.
31334         * math/s_catanhf.c (__catanhf): Likewise.
31335         * math/s_catanhl.c (__catanhl): Likewise.
31336         * math/libm-test.inc (catan_test): Add more tests.
31337         (catanh_test): Likewise.
31338         * sysdeps/i386/fpu/libm-test-ulps: Update.
31339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31341 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
31343         * benchtests/Makefile: Mention files in which fast and slow
31344         paths of math functions are implemented.
31346 2013-04-23  Roland McGrath  <roland@hack.frob.com>
31348         * sysdeps/posix/timespec_get.c: New file.
31350 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31352         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
31353         POWER.
31354         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
31355         for POWER.
31356         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
31357         powerpc/power5/fpu folders.
31358         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
31359         * benchtests/Makefile: Add modf testcase.
31360         * benchtests/bench-modf.c: New file: Benchmark test for mo
31362 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
31364         [BZ #14888]
31365         * time/Makefile (tests): Add tst-strptime-whitespace.
31366         * time/strptime_l.c (get_number): Use ISSPACE.
31367         (__strptime_internal): Likewise.
31368         * time/tst-strptime-whitespace.c: New test case.
31370 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
31372         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
31373         member.
31374         (_nss_files_init): Set it here.
31376 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
31378         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
31379         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
31380         unsigned.
31382 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
31384         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
31386 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
31388         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
31389         size just once.
31391 2013-04-21  David S. Miller  <davem@davemloft.net>
31393         * po/ru.po: Update Russion translation from translation project.
31395 2013-04-17  Adam Conrad  <adconrad@0c3.net>
31397         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
31398         and setfsgid.
31400 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
31402         * configure.in: Remove i386 configure warning. Remove i386 case.
31403         * configure: Regenerate.
31404         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
31405         Add example to error message.
31406         * sysdeps/i386/configure: Regenerate.
31408 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31410         * benchtests/Makefile (bench): Add cos, tan, slowcos and
31411         slowtan.
31412         * benchtests/cos-inputs: New file.
31413         * benchtests/slowcos-inputs: New file.
31414         * benchtests/slowcos.c: New file.
31415         * benchtests/slowtan-inputs: New file.
31416         * benchtests/slowtan.c: New file.
31417         * benchtests/tan-inputs: New file.
31419 2013-04-16  Roland McGrath  <roland@hack.frob.com>
31421         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
31422         considered kosher.
31424 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31426         * benchtests/Makefile: Include cppflags-iterator.mk to add
31427         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
31429         * Makefile.in (bench-clean): New target.
31430         * benchtests/Makefile (bench-clean): Likewise.
31432 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
31434         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
31436 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
31438         * stdio-common/tstdiomisc.c: Fix coding-style violation.
31440 2013-04-15  Andreas Schwab  <schwab@suse.de>
31442         * nscd/grpcache.c (cache_addgr): Properly check for short write.
31443         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31444         * nscd/pwdcache.c (cache_addpw): Likewise.
31445         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
31446         more than recsize.
31448 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31450         * benchtests/Makefile (bench): Write all output to
31451         bench-out.tmp together.
31453 2013-04-15  Andreas Schwab  <schwab@suse.de>
31455         * nscd/nscd.c (main): Don't fork again after closing files.
31457 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31459         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
31461         * benchtests/Rules (bench-deps): Collect dependencies into a
31462         single variable.  Add Makefile to dependencies.
31463         ($(objpfx)bench-%.c): Depend on bench-deps.
31465 2013-04-12  Roland McGrath  <roland@hack.frob.com>
31466             Xavier Roche  <roche+kml2@exalead.com>
31468         [BZ #15361]
31469         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
31470         just that it's a file descriptor.
31471         * manual/llio.texi (Synchronizing AIO Operations): Update description
31472         for EBADF error from aio_fsync.
31474 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
31476         * Rules (bench): Move target definition...
31477         * benchtests/Makefile: ... here.
31479 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
31481         * math/libm-test.inc (cos_test): Fix PI/2 test.
31482         (sincos_test): Likewise.
31483         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31484         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
31486 2013-04-11  Andreas Schwab  <schwab@suse.de>
31488         [BZ #13988]
31489         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
31490         accept exponent character only when digits were seen.
31491         * stdio-common/Makefile (tests): Add bug26.
31492         * stdio-common/bug26.c: New file.
31494         [BZ #14293]
31495         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
31496         non-freeable.
31498 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31500         * Makeconfig (rtld-prefix): Define built linker prefix.
31501         * Rules (run-bench): Use it.
31502         * math/Makefile (run-regen-ulps): Likewise.
31504         * Rules (bench): Remove eval.
31506 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31507             Roland McGrath  <roland@hack.frob.com>
31508             Ondrej Bilka  <neleai@seznam.cz>
31510         [BZ #15346]
31511         * time/getdate.c: Include ctype.h and alloca.h.
31512         (__getdate_r): Trim leading and trailing spaces of input.
31513         * time/tst-getdate.c (tests): Add tests with leading and
31514         trailing spaces.
31516 2013-04-08  Roland McGrath  <roland@hack.frob.com>
31518         [BZ #14280]
31519         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31520         when computing value.
31522 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31524         * math/README.libm-test (How can I generate "libm-test-ulps"?):
31525         Use testrun.sh to run libm tests.
31527         [BZ #15309]
31528         * elf/dl-open.c (dl_open_worker): memset all of seen array.
31530 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
31532         [BZ #15264]
31533         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31535 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31537         * Makefile.in (regen-ulps): New target.
31538         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31539         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31540         [ifneq (no,$(PERL)] (regen-ulps): New target.
31541         [ifeq (no,$(PERL)] (regen-ulps): New target.
31542         * math/libm-test.inc (ulps_file_name): Define.
31543         (output_dir): New variable.
31544         (options): Add "output-dir" option.
31545         (parse_opt): Handle 'o' case.
31546         (main): If output_dir is non-NULL use it as a prefix
31547         otherwise use "".
31548         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31550 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31552         [BZ #10060, #10062]
31553         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31554         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31555         fail configure if __sync_val_compare_and_swap is not inlined.
31556         * sysdeps/i386/configure: Regenerate.
31557         * configure.in: Build for i686 when configured for i386.
31558         * configure: Regenerate.
31559         * README: Remove i386 reference.
31561 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31563         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31564         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31566 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31568         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31569         (lmsnanval): New variables.
31570         (F): Add conversion tests.
31571         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31572         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31574         * stdio-common/tstdiomisc.c (F): Properly collect individual
31575         tests' results.
31577         [BZ #14686, #15336]
31578         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31579         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31580         Instead, use input NaN values or generate a qNaN by arithmetic
31581         operation.  Also fix bugs to comply with the standard.
31582         * math/libm-test.inc (remainder_test): Add more tests.
31584         [BZ #15335, #15342]
31585         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31586         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31587         input NaN values or generate a qNaN by arithmetic operation.
31589         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31590         unreachable code.
31592         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31593         definitions.
31595 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
31597         [BZ #14478]
31598         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31599         underflowed result.
31600         * math/s_cexpf.c (__cexpf): Likewise.
31601         * math/s_cexpl.c (__cexpl): Likewise.
31602         * math/libm-test.inc (cexp_test): Add more tests.
31604 2013-04-03  Andreas Schwab  <schwab@suse.de>
31606         [BZ #15330]
31607         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31608         order arrays from heap if bigger than alloca cutoff.
31610 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31612         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31613         (SNAN_TESTS_double): Refer to GCC PR56831.
31614         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31615         GCC PR56828.
31617 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31619         * Rules (bench): Move bench.out after the run is complete.
31621         * Rules (bench): Echo currently running benchmark.
31623         * benchtests/Makefile (bench): Add atan and slowatan.
31624         * benchtests/atan-inputs: New file.
31625         * benchtests/slowatan-inputs: New file.
31626         * benchtests/slowatan.c: New file.
31628         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31629         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31630         its value.
31632         [BZ #15305]
31633         * sysdeps/unix/sysv/linux/kernel-features.h
31634         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31635         __ASSUME_XFS_RESTRICTED_CHOWN.
31636         * sysdeps/unix/sysv/linux/pathconf.c
31637         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31638         Save and restore errno.
31640 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31642         [BZ #15327]
31643         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31644         arguments using __kernel_casinh.
31645         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31646         arguments using __kernel_casinhf.
31647         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31648         arguments using __kernel_casinhl.
31649         * math/libm-test.inc (cacosh_test): Add more tests.
31650         * sysdeps/i386/fpu/libm-test-ulps: Update.
31651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31653 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31655         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31656         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31658         * bench/Makefile (bench): Add sin and slowsin.
31659         * benchtests/sin-inputs: New file.
31660         * benchtests/slowsin-inputs: New file.
31661         * benchtests/slowsin.c: New file.
31663         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31664         (bench): Add slowexp and slowpow.
31665         (exp-ITER): Increase iterations.
31666         (pow-ITER): Likewise.
31667         * benchtests/exp-inputs: Change input.
31668         * benchtests/pow-inputs: Likewise.
31669         * benchtests/slowexp-inputs: New file.
31670         * benchtests/slowexp.c: New file.
31671         * benchtests/slowpow-inputs: New file.
31672         * benchtests/slowpow.c: New file.
31674 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31676         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31677         instructions.
31678         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31679         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31680         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31681         * benchtests/Makefile: Add rint benchtest.
31682         * benchtests/rint-inputs: Input for rint benchtest.
31684 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31686         * Versions.def (libm): Add GLIBC_2.18.
31687         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31688         hidden libm prototypes.
31689         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31690         * math/Makefile (libm-calls): Add s_issignaling.
31691         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31692         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31693         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31694         declaration.
31695         * math/math.h [__USE_GNU] (issignaling): New macro.
31696         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31697         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31698         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31699         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31700         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31701         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31702         * manual/arith.texi (issignaling): New section.
31703         * manual/libm-err-tab.pl (@all_functions): Update comment.
31704         * math/gen-libm-test.pl (parse_args): Apply special handling for
31705         issignaling.
31706         * math/libm-test.inc (print_float, issignaling_test): New
31707         functions.
31708         (check_float_internal): Add issignaling checks.
31709         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31710         default definition.
31711         * sysdeps/powerpc/math-tests.h: New file.
31712         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31713         tests.
31714         * math/test-snan.c (TEST_FUNC): Likewise.
31716 2013-03-30  David S. Miller  <davem@davemloft.net>
31718         * po/de.po: Update from translation team.
31720 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31722         [BZ #10357]
31723         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31724         imaginary part less than 1.0 and real part less than 0.5
31725         specially.
31726         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31727         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31728         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31729         (cacos_test): Add more tests.
31730         (casin_test): Likewise.
31731         (casinh_test): Likewise.
31732         * sysdeps/i386/fpu/libm-test-ulps: Update.
31733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31735 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31737         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31738         ONE with its value.
31740         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31741         (__pow_mp): Replace ONE and MONE with their values.
31742         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31743         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31744         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31745         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31746         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31747         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31749         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31751         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31752         (__pow_mp): Replace ZERO and MZERO with their values.
31753         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31754         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31755         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31756         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31757         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31758         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31759         (__sqr): Likewise.
31761         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31763         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31765 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31767         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31768         Declare with __attribute__ ((weak)).
31769         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31770         Call __call_tls_dtors only if it's not NULL.
31772 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31774         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31775         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31776         magic __ehdr_start linker symbol if it's defined.
31777         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31778         them up here if it was already done.
31780         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31781         (_dl_aux_init): Use const in cast when setting it.
31782         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31783         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31784         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31786         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31787         Declare them here.
31788         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31789         * csu/libc-tls.c: Nor here.
31790         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31792         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31793         (__libc_message): Never call vsyslog.
31795 2013-03-28  Alan Modra  <amodra@gmail.com>
31797         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31798         Define as empty.
31799         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31800         Likewise.
31802 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31804         [BZ #15214]
31805         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31806         underflow.
31807         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31809 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31811         [BZ #15304]
31812         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31813         Don't add gid passed as argument.
31815         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31817 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31819         [BZ #15307]
31820         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31821         imaginary part between 1.0 and 1.5 and real part less than 0.5
31822         specially.
31823         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31824         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31825         * math/libm-test.inc (cacos_test): Add more tests.
31826         (casin_test): Likewise.
31827         (casinh_test): Likewise.
31828         * sysdeps/i386/fpu/libm-test-ulps: Update.
31829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31831 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31833         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31834         constants.
31835         (norm): Likewise.
31836         (denorm): Likewise.
31837         (__dbl_mp): Likewise.
31838         (add_magnitudes): Likewise.
31839         (sub_magnitudes): Likewise.
31840         (__add): Likewise.
31841         (__sub): Likewise.
31842         (__mul): Likewise.
31843         (__sqr): Likewise.
31844         (__inv): Likewise.
31845         (__dvd): Likewise.
31847         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31848         commented code.
31849         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31850         (__dubcos): Likewise.
31851         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31852         (__ieee754_acos): Likewise.
31853         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31854         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31855         (__exp1): Likewise.
31856         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31857         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31858         (log1): Likewise.
31859         (my_log2): Likewise.
31860         (checkint): Likewise.
31861         * sysdeps/ieee754/dbl-64/e_remainder.c
31862         (__ieee754_remainder): Likewise.
31863         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31864         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31865         (bsloww): Likewise.
31866         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31868         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31869         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31870         MANTISSA_STORE_T to store computations on mantissa.  Use
31871         macros for rounding and division.
31872         (denorm): Likewise.
31873         (__dbl_mp): Likewise.
31874         (add_magnitudes): Likewise.
31875         (sub_magnitudes): Likewise.
31876         (__mul): Likewise.
31877         (__sqr): Likewise.
31878         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31879         powers of two in terms of TWOPOW macro.
31880         (mp_no): Make type of mantissa as MANTISSA_T.
31881         [!RADIXI]: Define RADIXI.
31882         [!TWO52]: Define TWO52.
31883         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31885 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31887         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31888         llroundl symbol when building for PPC32.
31890 2013-03-24  Mark H Weaver  <mhw@netris.org>
31892         * manual/arith.texi (Normalization Functions): Fix prototypes for
31893         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31895 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31897         [BZ #13889]
31898         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31899         high value to check if expl overflow.
31900         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31901         to check for underflow and overflow.
31902         * math/libm-test.inc: Add exp test.
31904 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31906         [BZ #11120]
31907         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31908         with NOT_IN_libc.
31910 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31912         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31913         symbol.
31915 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31917         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31918         wrap blocks consisting of several statements.
31920         * sysdeps/generic/math-tests.h: New file.
31921         * sysdeps/i386/fpu/math-tests.h: Likewise.
31922         * math/test-snan.c: Include it.
31923         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31925 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31927         [BZ #15285]
31928         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31929         (__ieee754_j0l): Do not improve calculations using cos of twice
31930         input for inputs above LDBL_MAX / 2.0L.
31931         (__ieee754_y0l): Likewise.
31932         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31933         (__ieee754_j1l): Do not improve calculations using cos of twice
31934         input for inputs above LDBL_MAX / 2.0L.
31935         (__ieee754_y1l): Likewise.
31936         * math/libm-test.inc (j0_test): Add another test.
31937         (j1_test): Likewise.
31938         (y0_test): Likewise.
31939         (y1_test): Likewise.
31940         * sysdeps/i386/fpu/libm-test-ulps: Update.
31942 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31944         * Rules ($(objpfx)bench-%.c): Include code from a C source
31945         file.
31947 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31949         [BZ #15287]
31950         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31951         imaginary part 1.0 and real part less than 0.5 specially.
31952         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31953         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31954         * math/libm-test.inc (cacos_test): Add more tests.
31955         (casin_test): Likewise.
31956         (casinh_test): Likewise.
31957         * sysdeps/i386/fpu/libm-test-ulps: Update.
31958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31960 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31962         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31963         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31965 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31967         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31968         * config.make.in (config-cflags-sse4): Remove variable.
31969         (config-cflags-avx): Likewise.
31970         (config-cflags-sse2avx): Likewise.
31971         (config-cflags-novzeroupper): Likewise.
31972         (config-asflags-i686): Likewise.
31973         (have-mfma4): Likewise.
31974         (have-as-vis3): Likewise.
31975         (MIG): Likewise.
31976         * configure.in (MIG): Do not AC_SUBST.
31977         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31978         (libc_cv_cc_sse4): Do not AC_SUBST.
31979         (libc_cv_cc_avx): Likewise.
31980         (libc_cv_cc_sse2avx): Likewise.
31981         (libc_cv_cc_novzeroupper): Likewise.
31982         (libc_cv_cc_fma4): Likewise.
31983         (libc_cv_as_i686): Likewise.
31984         (libc_cv_sparc_as_vis3): Likewise.
31985         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31986         LIBC_CONFIG_VAR.
31987         (config-asflags-i686): Likewise.
31988         (config-cflags-avx): Likewise.
31989         (config-cflags-sse2avx): Likewise.
31990         (have-mfma4): Likewise.
31991         (config-cflags-novzeroupper): Likewise.
31992         * sysdeps/mach/configure.in (MIG): Likewise.
31993         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31994         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31995         LIBC_CONFIG_VAR.
31996         (config-cflags-avx): Likewise.
31997         (config-cflags-sse2avx): Likewise.
31998         (have-mfma4): Likewise.
31999         (config-cflags-novzeroupper): Likewise.
32000         * configure: Regenerated.
32001         * sysdeps/i386/configure: Likewise.
32002         * sysdeps/mach/configure: Likewise.
32003         * sysdeps/sparc/configure: Likewise.
32004         * sysdeps/x86_64/configure: Likewise.
32006 2013-03-20  Roland McGrath  <roland@hack.frob.com>
32008         [BZ #14812]
32009         * locale/programs/localedef.c (options): Put N_ translation marker
32010         on argument names, not just descriptions.
32012 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32014         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
32016 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
32018         [BZ #14176]
32019         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
32021 2013-03-19  Roland McGrath  <roland@hack.frob.com>
32023         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
32024         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
32025         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
32026         [!BEFORE_ABORT] (before_abort): New function.
32027         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
32028         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
32029         (writev_for_fatal): New function.
32030         (WRITEV_FOR_FATAL): New macro; call that.
32031         (backtrace_and_maps): New function.
32032         (BEFORE_ABORT): New macro; call that.
32033         (struct str_list): Type removed.
32034         (__libc_message, __libc_fatal): Functions removed.
32035         Include <sysdeps/posix/libc_fatal.c> instead.
32037 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
32039         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
32040         constants.
32041         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
32042         double constants.
32044 2013-03-19  Andreas Schwab  <schwab@suse.de>
32046         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
32047         * sysdeps/gnu/configure: Regenerate.
32049         * configure.in: Substitute libc_cv_rtlddir.
32050         * configure: Regenerate.
32051         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
32052         * Makeconfig (rtlddir, inst_rtlddir): New variables.
32053         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
32054         * elf/Makefile (install-others, CFLAGS-interp.c)
32055         (ldso_install, common-ldd-rewrite): Likewise.
32056         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
32057         $(inst_slibdir)/$(rtld-installed-name).
32058         * scripts/rellns-sh: Add -p option.
32059         * Makerules (make-shlib-link): Use rellns-sh to get relative name
32060         for source.
32062 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32064         * manual/nptl.texi: Renamed to ...
32065         * manual/threads.texi: ... this.
32066         * manual/Makefile (chapters): Update.
32068 2013-03-18  Roland McGrath  <roland@hack.frob.com>
32070         [BZ #14812]
32071         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
32072         on argument names, not just descriptions.
32073         * malloc/memusagestat.c (options): Likewise.
32074         * nss/getent.c (options): Likewise.
32076 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
32078         [BZ #14812]
32079         * iconv/iconv_prog.c (options): Put N_ translation marker
32080         on argument names, not just descriptions.
32081         * iconv/iconvconfig.c (options): Likewise.
32083 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
32085         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
32086         implementation which is faster on all x86_64 architectures.
32087         Tested on AMD, Intel Nehalem, SNB, IVB.
32088         * sysdeps/x86_64/strnlen.S: Likewise.
32090         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
32091         Remove all multiarch strlen and strnlen versions.
32092         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
32093         Remove strlen and strnlen related parts.
32095         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
32096         Inline strlen part.
32097         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
32099         * sysdeps/x86_64/multiarch/strlen.S: Remove.
32100         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
32101         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
32102         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
32103         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
32104         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
32106 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
32108         * manual/memory.texi (Malloc Tunable Parameters):
32109         Sort parameters alphabetically. Add comments for missing entries.
32111 2013-03-17  David S. Miller  <davem@davemloft.net>
32113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32115 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
32117         [BZ #15283]
32118         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
32119         for arguments at most half maximum finite value.
32120         * math/libm-test.inc (j0_test): Add more tests.
32121         (j1_test): Likewise.
32122         (y0_test): Likewise.
32123         (y1_test): Likewise.
32124         * sysdeps/i386/fpu/libm-test-ulps: Update.
32125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32127         [BZ #14155]
32128         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
32129         1 / x and functions P and Q for arguments above 0x1p256L.
32130         (__ieee754_y0l): Likewise.
32131         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
32132         (__ieee754_y1l): Likewise.
32133         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
32134         (j1_test): Likewise.
32135         (y0_test): Likewise.
32136         (y1_test): Likewise.
32138 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
32140         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
32141         variable.
32143 2013-03-15  Roland McGrath  <roland@hack.frob.com>
32145         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
32146         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
32147         zero since it's initialized to EXEC_PAGESIZE.
32149         * sysdeps/unix/sysv/linux/ldsodefs.h
32150         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
32151         * sysdeps/generic/ldsodefs.h: ... here.
32153 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
32155         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
32157         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
32158         math/test-snan.c.
32159         * math/test-snan.c: Renamed from
32160         sysdeps/powerpc/fpu/test-powerpc-snan.c.
32161         * math/Makefile (tests): Add test-snan.
32162         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
32163         test-powerpc-snan.
32165         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
32166         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
32167         functions.
32168         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
32169         __builtin_nan family of functions.
32170         * math/libm-test.inc (initialize): Initialize qnan_value with
32171         __builtin_nan family of functions.
32172         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
32173         Remove variables.
32174         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
32175         Remove functions.
32176         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
32177         storage class.  Initialize qNaN_var and sNaN_var with
32178         __builtin_nan and __builtin_nans families of functions,
32179         respectively.
32181         * math/libm-test.inc (acosh_test): Also test with qNaN input.
32182         (sqrt_test): Remove duplicate test with qNaN input.
32183         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
32184         (round_test, signbit_test, significand_test): Note missing +/-Inf
32185         as well as qNaN tests.
32187         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
32188         qNaN_var.  Fix a few strings, too.
32189         * math/libm-test.inc (nan_value): Rename to qnan_value.
32190         * math/gen-libm-test.pl (%beautify): Adjust to that.
32191         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
32192         * math/test-misc.c (main): Likewise.
32193         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
32194         to __qnan_bytes, and __qnan_union, respectively.
32195         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
32196         Likewise.
32197         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
32198         and lqnanval, respectively.
32199         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
32200         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
32201         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
32202         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
32204         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
32205         * math/test-misc.c (main) [__x86_64__]: Enable test for long
32206         doubles.
32208         * math/test-misc.c (main): Fix copy'n'pastos.
32209         * misc/tst-efgcvt.c (special): Likewise.
32211         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
32212         Remove declarations.
32214 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32216         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
32217         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
32218         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
32219         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
32221 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32223         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
32224         macro to return vdso values correctly in IFUNC implementations.
32225         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
32226         Optimization by using IFUNC.
32228 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32229             Richard Henderson  <rth@redhat.com>
32230             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32232         * Makefile.in (bench): New target.
32233         * NEWS: Mention the benchmark framework.
32234         * Rules (bench): Likewise.
32235         (binaries-bench): Generate binaries for functions to
32236         benchmark.
32237         * benchtests/Makefile: New makefile for benchmark tests.
32238         * benchtests/bench-skeleton.c: New skeleton file for benchmark
32239         programs.
32240         * benchtests/exp-inputs: New input file for EXP function.
32241         * benchtests/pow-inputs: New input file for POW function.
32242         * scripts/bench.pl: New script to generate source files for
32243         benchmark programs.
32245 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32247         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
32248         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
32249         computations on mantissa.  Use macros for rounding and
32250         division.
32251         (denorm): Likewise.
32252         (__dbl_mp): Likewise.
32253         (add_magnitudes): Likewise.
32254         (sub_magnitudes): Likewise.
32255         (__mul): Likewise.
32256         (__sqr): Likewise.
32257         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
32258         powers of two in terms of TWOPOW macro.
32259         (mp_no): Make type of mantissa as MANTISSA_T.
32260         [!RADIXI]: Define RADIXI.
32261         [!TWO52]: Define TWO52.
32262         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
32264         * manual/nptl.texi (cindex): Modify threads to pthreads.
32266 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
32268         * sysdeps/x86_64/preconfigure: Regenerated.
32270 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
32272         [BZ #14155]
32273         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
32274         0x1p28 and above.
32275         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
32276         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
32277         0x1p28 and above.
32278         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
32279         * math/libm-test.inc (j0_test): Do not allow one spurious
32280         underflow exception.
32281         (y1_test): Likewise.
32283 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32285         * manual/Makefile (chapters): Add nptl.
32286         * manual/debug.texi (Debugging Support): Add link to Threads
32287         chapter.
32288         * manual/nptl.texi: New file.
32290         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
32292 2013-03-14  Petr Baudis  <pasky@ucw.cz>
32294         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
32295         for non-NULL pointer before the memory validity test. Pointed
32296         out by Holger Brunck <holger.brunck@keymile.com>.
32298 2013-03-13  Andreas Schwab  <schwab@suse.de>
32300         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
32301         instead of .os.
32303 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
32305         * timezone/zic.c: Update from tzcode 2013b.
32307 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
32309         * manual/install.texi (Configuring and compiling):
32310         Mention i686 and i586.
32311         * INSTALL: Regenerate.
32313 2013-03-12  Roland McGrath  <roland@hack.frob.com>
32315         * sysdeps/init_array/elf-init.c: New file.
32316         * csu/elf-init.c
32317         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
32318         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
32320         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
32321         __gmon_start__ as global, but as static with a .preinit_array pointer.
32322         * sysdeps/init_array/gmon-start.c: New file.  Use that.
32323         * sysdeps/init_array/crti.S: New file, empty except for comments.
32324         * sysdeps/init_array/crtn.S: Likewise.
32326 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
32328         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
32329         definining bcopy.
32330         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32331         Remove Prefer_SSE_for_memop.
32332         * sysdeps/x86_64/multiarch/init-arch.h: Remove
32333         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
32334         HAS_PREFER_SSE_FOR_MEMOP.
32335         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
32336         memset-x86-64.
32337         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
32338         Remove bzero, memset ifunc support.
32339         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
32340         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
32341         * sysdeps/x86_64/multiarch/memset.S: Likewise.
32342         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
32344 2013-03-11  Andreas Schwab  <schwab@suse.de>
32346         [BZ #15234]
32347         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
32348         by SHLIB_COMPAT.
32349         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
32350         (GLIBC_2.16): Remove pthread_atfork.
32352 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
32354         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
32355         (ptestcases.h): Likewise.
32357 2013-03-08  Roland McGrath  <roland@hack.frob.com>
32359         * Makeconfig ($(common-objpfx)config.status): Depend on
32360         sysdeps/*/preconfigure{,.in} too.
32362 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
32364         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
32365         (__free_hook): Use void * instead of __malloc_ptr_t.
32366         (__malloc_hook): Likewise.
32367         (__realloc_hook): Likewise.
32368         (__memalign_hook): Likewise.
32369         (__after_morecore_hook): Likewise.
32370         * malloc/arena.c (save_malloc_hook): Likewise.
32371         (save_free_hook): Likewise.
32372         * malloc/hooks.c (malloc_hook_ini): Likewise.
32373         (realloc_hook_ini): Likewise.
32374         (memalign_hook_ini): Likewise.
32375         * malloc/malloc.c (malloc_hook_ini): Likewise.
32376         (realloc_hook_ini): Likewise.
32377         (memalign_hook_ini): Likewise.
32378         (__free_hook): Likewise.
32379         (__malloc_hook): Likewise.
32380         (__realloc_hook): Likewise.
32381         (__memalign_hook): Likewise.
32382         (__libc_malloc): Likewise.
32383         (__libc_free): Likewise.
32384         (__libc_realloc): Likewise.
32385         (__libc_memalign): Likewise.
32386         (__libc_valloc): Likewise.
32387         (__libc_pvalloc): Likewise.
32388         (__libc_calloc): Likewise.
32389         (__posix_memalign): Likewise.
32390         * malloc/morecore.c (__sbrk): Likewise.
32391         (__default_morecore): Likewise.
32393         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
32395         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
32396         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
32397         __malloc_ptrdiff_t.
32399         * malloc/malloc.h (__malloc_size_t): Remove macro.
32400         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
32401         __malloc_size_t.
32402         (old_memalign_hook): Likewise.
32403         (old_realloc_hook): Likewise.
32404         (struct hdr): Likewise.
32405         (flood): Likewise.
32406         (mallochook): Likewise.
32407         (memalignhook): Likewise.
32408         (reallochook): Likewise.
32409         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
32410         (tr_old_realloc_hook): Likewise.
32411         (tr_old_memalign_hook): Likewise.
32412         (tr_mallochook): Likewise.
32413         (tr_reallochook): Likewise.
32414         (tr_memalignhook): Likewise.
32416 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32418         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
32419         default_ldbl_pack and using as default implementation.
32420         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
32421         implementation.
32422         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
32423         redundant definition.
32424         (ldbl_insert_mantissa): Likewise.
32425         (ldbl_canonicalize): Likewise.
32426         (ldbl_nearbyint): Likewise.
32427         (ldbl_pack): Rename to ldbl_pack_ppc.
32428         (ldbl_unpack): Rename to ldbl_unpack_ppc.
32429         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
32430         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
32432 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32434         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
32435         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
32436         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
32437         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
32438         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
32439         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
32440         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
32441         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
32443 2013-03-07  Andreas Jaeger  <aj@suse.de>
32445         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32446         bits/mman-linux.h.
32448 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32450         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
32451         Include mpa.h and declare __MPEXP.
32452         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
32453         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32454         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32455         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
32456         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32457         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32458         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
32460         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
32461         (__slowpow): Use long double EXPL and LOGL functions to
32462         compute POW.
32463         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32464         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32465         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
32466         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32467         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32468         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
32470         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
32471         intermediate variable to calculate exponent.
32472         (__sqr): Likewise.
32473         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32474         Likewise.
32475         (__sqr): Likewise.
32477         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
32478         [!NO__SQR]: Define __sqr.
32479         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
32480         and NO__SQR.  Remove all code except __mul and __sqr.  Include
32481         sysdeps/ieee754/dbl-64/mpa.c.
32482         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32484         [BZ #12723]
32485         * posix/Makefile (tests): Add tst-pathconf.
32486         * posix/tst-pathconf.c: New test case.
32487         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
32488         _PC_PIPE_BUF.
32489         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
32491 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
32493         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
32495 2013-03-06  Andreas Jaeger  <aj@suse.de>
32497         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
32498         definition via __MAP_ANONYMOUS.
32500         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
32501         it's not part of Linux headers.
32503         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
32504         (MAP_HUGE_MASK): Define.
32506         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32507         Define.
32508         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32509         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32510         Define.
32511         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32512         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32513         Define.
32514         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32515         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
32516         Define.
32517         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32519         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32520         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32521         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32522         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32523         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32524         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32526         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32527         Handle f2fs.
32529         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32530         Handle f2fs and efivarfs.
32532         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32533         f2fs.
32535         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32536         (EFIVARFS_MAGIC): Add.
32537         (F2FS_LINK_MAX): Add.
32539 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32541         * stdio-common/vfprintf.c: Replace __builtin_expect with
32542         __glibc_unlikely.
32544 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
32546         [BZ #13550]
32547         * sysdeps/generic/bp-sym.h: Remove file.
32548         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32549         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32550         <bp-sym.h> and <bp-asm.h>.
32551         (__longjmp): Don't use BP_SYM.
32552         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32553         and <bp-asm.h>.
32554         (memcpy): Don't use BP_SYM.
32555         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32556         <bp-sym.h> and <bp-asm.h>.
32557         (memcpy): Don't use BP_SYM.
32558         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32559         <bp-asm.h>.
32560         (memcpy): Don't use BP_SYM.
32561         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32562         <bp-asm.h>.
32563         (memset): Don't use BP_SYM.
32564         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32565         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32566         (__bzero): Don't use BP_SYM.
32567         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32568         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32569         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
32570         <bp-sym.h> and <bp-asm.h>.
32571         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32572         pointers.
32573         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32574         <bp-sym.h> and <bp-asm.h>.
32575         (memcpy): Don't use BP_SYM.
32576         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
32577         <bp-sym.h> and <bp-asm.h>.
32578         (memset): Don't use BP_SYM.
32579         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32580         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32581         (__bzero): Don't use BP_SYM.
32582         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32583         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32584         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
32585         <bp-sym.h> and <bp-asm.h>.
32586         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32587         pointers.
32588         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32589         <bp-sym.h> and <bp-asm.h>.
32590         (memcpy): Don't use BP_SYM.
32591         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32592         <bp-sym.h> and <bp-asm.h>.
32593         (memset): Don't use BP_SYM.
32594         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32595         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32596         (__bzero): Don't use BP_SYM.
32597         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32598         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32599         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32600         <bp-sym.h> and <bp-asm.h>.
32601         (__memchr): Don't use BP_SYM.
32602         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32603         <bp-sym.h> and <bp-asm.h>.
32604         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32605         pointers.
32606         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32607         <bp-sym.h> and <bp-asm.h>.
32608         (memcpy): Don't use BP_SYM.
32609         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32610         <bp-sym.h> and <bp-asm.h>.
32611         (__mempcpy): Don't use BP_SYM.
32612         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32613         <bp-sym.h> and <bp-asm.h>.
32614         (__memrchr): Don't use BP_SYM.
32615         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32616         <bp-sym.h> and <bp-asm.h>.
32617         (memset): Don't use BP_SYM.
32618         (__bzero): Likewise.
32619         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32620         <bp-sym.h> and <bp-asm.h>.
32621         (__rawmemchr): Don't use BP_SYM.
32622         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32623         <bp-sym.h> and <bp-asm.h>.
32624         (__STRCMP): Don't use BP_SYM.
32625         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32626         <bp-sym.h> and <bp-asm.h>.
32627         (strchr): Don't use BP_SYM.
32628         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32629         <bp-sym.h> and <bp-asm.h>.
32630         (__strchrnul): Don't use BP_SYM.
32631         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32632         <bp-sym.h> and <bp-asm.h>.
32633         (strlen): Don't use BP_SYM.
32634         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32635         <bp-sym.h> and <bp-asm.h>.
32636         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32637         pointers.
32638         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32639         <bp-sym.h> and <bp-asm.h>.
32640         (__strnlen): Don't use BP_SYM.
32641         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32642         <bp-sym.h> and <bp-asm.h>.
32643         (__GI__setjmp): Don't use BP_SYM.
32644         (_setjmp): Likewise.
32645         (__sigsetjmp): Likewise.
32646         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32647         (L(start_addresses)): Don't use BP_SYM.
32648         (_start): Likewise.
32649         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32650         <bp-asm.h>.
32651         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32652         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32653         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32654         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32655         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32656         <bp-asm.h>.
32657         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32658         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32659         about bounded pointers.
32660         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32661         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32662         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32663         <bp-asm.h>.
32664         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32665         about bounded pointers.  Remove GKM FIXME comments.
32666         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32667         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32668         <bp-asm.h>.
32669         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32670         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32671         Remove GKM FIXME comments.
32672         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32673         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32674         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32675         <bp-asm.h>.
32676         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32677         about bounded pointers.  Remove GKM FIXME comment.
32678         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32679         and <bp-asm.h>.
32680         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32681         pointers.
32682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32683         <bp-sym.h> and <bp-asm.h>.
32684         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32686         <bp-sym.h> and <bp-asm.h>.
32687         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32688         comment.
32690 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32692         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32693         call free(NULL).
32695 2013-03-05  David S. Miller  <davem@davemloft.net>
32697         * po/es.po: Update from translation team.
32699 2013-03-05  Andreas Jaeger  <aj@suse.de>
32701         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32702         <bits/mman-linux.h>.
32703         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32704         is fine.
32705         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32706         <bits/mman-linux.h> to end of file.
32707         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32708         is fine.
32709         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32710         <bits/mman-linux.h> to end of file.
32711         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32712         is fine.
32713         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32714         <bits/mman-linux.h> to end of file.
32716         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32717         (MCL_CURRENT, MCL_FUTURE): Define here.
32719 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32721         [BZ #15232]
32722         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32723         attribute_hidden.
32724         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32726 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32728         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32729         fourth parameter needed for rt_sigprocmask syscall.
32730         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32731         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32732         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32733         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32734         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32735         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32737 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32739         [BZ #13550]
32740         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32741         comment about bounded pointers.
32742         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32743         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32745 2013-03-04  Andreas Jaeger  <aj@suse.de>
32747         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32748         common definitions.
32750         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32751         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32752         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32753         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32754         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32755         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32757 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32759         [BZ #15055]
32760         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32761         __ieee754_sqrl instead of __sqrl.
32763 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32765         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32766         * sysdeps/powerpc/fpu_control.h: ... here.
32767         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32768         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32769         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32770         * sysdeps/powerpc/bits/mathinline.h: ... here.
32772 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32774         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32775         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32776         to just [NEED_DL_SYSINFO_DSO].
32777         * elf/dl-support.c: Likewise.
32778         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32779         * elf/rtld.c (dl_main): Likewise.
32780         * elf/setup-vdso.h (setup_vdso): Likewise.
32781         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32782         * sysdeps/unix/sysv/linux/dl-sysdep.c
32783         (_dl_discover_osversion): Likewise.
32785 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32787         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32788         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32790 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32792         * NEWS: Mention libm performance improvements and non-x86 PI
32793         futex support.
32795         * csu/libc-start.c (__pthread_initialize_minimal): Change
32796         function arguments.
32797         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32799 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32801         [BZ #13550]
32802         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32803         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32804         <bp-sym.h> and <bp-asm.h>.
32805         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32806         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32807         and <bp-asm.h>.
32808         (memcpy): Don't use BP_SYM.
32809         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32810         <bp-asm.h>.
32811         (__mpn_add_n): Don't use BP_SYM.
32812         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32813         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32814         and <bp-asm.h>.
32815         (__mpn_addmul_1): Don't use BP_SYM.
32816         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32817         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32818         <bp-sym.h>.
32819         (_setjmp): Don't use BP_SYM.
32820         (__novmx_setjmp): Likewise.
32821         (__GI__setjmp): Likewise.
32822         (__vmx_setjmp): Likewise.
32823         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32824         <bp-sym.h>.
32825         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32826         (__bzero): Don't use BP_SYM.
32827         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32828         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32829         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32830         <bp-sym.h> and <bp-asm.h>.
32831         (memcpy): Don't use BP_SYM.
32832         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32833         <bp-sym.h> and <bp-asm.h>.
32834         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32835         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32836         <bp-sym.h> and <bp-asm.h>.
32837         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32838         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32839         <bp-asm.h>.
32840         (__mpn_lshift): Don't use BP_SYM.
32841         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32842         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32843         <bp-asm.h>.
32844         (memset): Don't use BP_SYM.
32845         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32846         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32847         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32848         <bp-asm.h>.
32849         (__mpn_mul_1): Don't use BP_SYM.
32850         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32851         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32852         <bp-sym.h> and <bp-asm.h>.
32853         (memcmp): Don't use BP_SYM.
32854         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32855         <bp-sym.h> and <bp-asm.h>.
32856         (memcpy): Don't use BP_SYM.
32857         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32858         <bp-sym.h> and <bp-asm.h>.
32859         (memset): Don't use BP_SYM.
32860         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32861         <bp-sym.h> and <bp-asm.h>.
32862         (strncmp): Don't use BP_SYM.
32863         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32864         <bp-sym.h> and <bp-asm.h>.
32865         (memcpy): Don't use BP_SYM.
32866         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32867         <bp-sym.h> and <bp-asm.h>.
32868         (memset): Don't use BP_SYM.
32869         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32870         <bp-sym.h> and <bp-asm.h>.
32871         (__memchr): Don't use BP_SYM.
32872         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32873         <bp-sym.h> and <bp-asm.h>.
32874         (memcmp): Don't use BP_SYM.
32875         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32876         <bp-sym.h> and <bp-asm.h>.
32877         (memcpy): Don't use BP_SYM.
32878         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32879         <bp-sym.h> and <bp-asm.h>.
32880         (__mempcpy): Don't use BP_SYM.
32881         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32882         <bp-sym.h> and <bp-asm.h>.
32883         (__memrchr): Don't use BP_SYM.
32884         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32885         <bp-sym.h> and <bp-asm.h>.
32886         (memset): Don't use BP_SYM.
32887         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32888         <bp-sym.h> and <bp-asm.h>.
32889         (__rawmemchr): Don't use BP_SYM.
32890         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32891         <bp-sym.h> and <bp-asm.h>.
32892         (__STRCMP): Don't use BP_SYM.
32893         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32894         <bp-sym.h> and <bp-asm.h>.
32895         (strchr): Don't use BP_SYM.
32896         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32897         <bp-sym.h> and <bp-asm.h>.
32898         (__strchrnul): Don't use BP_SYM.
32899         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32900         <bp-sym.h> and <bp-asm.h>.
32901         (strlen): Don't use BP_SYM.
32902         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32903         <bp-sym.h> and <bp-asm.h>.
32904         (strncmp): Don't use BP_SYM.
32905         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32906         <bp-sym.h> and <bp-asm.h>.
32907         (__strnlen): Don't use BP_SYM.
32908         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32909         <bp-asm.h>.
32910         (__mpn_rshift): Don't use BP_SYM.
32911         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32912         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32913         <bp-sym.h> and <bp-asm.h>.
32914         (__sigsetjmp): Don't use BP_SYM.
32915         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32916         (L(start_addresses)): Don't use BP_SYM.
32917         (_start): Likewise.
32918         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32919         <bp-asm.h>.
32920         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32921         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32922         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32923         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32924         <bp-asm.h>.
32925         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32926         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32927         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32928         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32929         <bp-asm.h>.
32930         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32931         comments.
32932         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32933         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32934         <bp-asm.h>.
32935         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32936         FIXME comments.
32937         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32938         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32939         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32940         <bp-asm.h>.
32941         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32942         comment.
32943         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32944         and <bp-asm.h>.
32945         (strncmp): Don't use BP_SYM,
32946         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32947         <bp-asm.h>.
32948         (__mpn_sub_n): Don't use BP_SYM.
32949         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32950         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32951         and <bp-asm.h>.
32952         (__mpn_submul_1): Don't use BP_SYM.
32953         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32955         <bp-sym.h> and <bp-asm.h>.
32956         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32958         <bp-sym.h> and <bp-asm.h>.
32959         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32960         comment.
32962 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32964         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32965         Use ZK to minimize writes to Z.
32966         (sub_magnitudes): Simplify code a bit.
32967         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32968         Use ZK to minimize writes to Z.
32969         (sub_magnitudes): Simplify code a bit.
32971 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32973         * csu/gmon-start.c: Add special exception to license text.
32975 2013-02-27  Richard Henderson  <rth@redhat.com>
32977         * scripts/config.guess: Update from config.git.
32978         * scripts/config.sub: Likewise.
32980 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32982         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32984         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32986         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32988         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32990         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32992 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32994         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32995         [$(build-shared = yes].
32997 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32999         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
33000         (__mul): Reduce iterations for calculating mantissa.
33002         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
33003         MPTWO.
33004         (__mpranred): Likewise.
33006         [BZ #15160]
33007         * malloc/memusagestat.c (main): Draw graphs for heap and stack
33008         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
33010 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33012         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
33013         Define __attribute__.
33015 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33017         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
33018         unused.
33019         * posix/regex_internal.h (__attribute): Remove.
33020         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
33021         (re_string_context_at): Likewise.
33022         (bitset_not): Use __attribute__ and mark function as possibly
33023         unused.
33024         (bitset_merge): Likewise.
33025         (bitset_mask): Likewise.
33026         (re_string_char_size_at): Likewise.
33027         (re_string_wchar_at): Likewise.
33028         (re_string_elem_size_at): Likewise.
33030 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
33032         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
33033         code.
33034         (cc32): Likewise.
33036         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
33037         (__acr): Likewise.
33038         (__cpy): Likewise.
33039         (norm): Likewise.
33040         (denorm): Likewise.
33041         (__dbl_mp): Likewise.
33042         (add_magnitudes): Likewise.
33043         (sub_magnitudes): Likewise.
33044         (__mul): Likewise.
33045         (__inv): Likewise.
33047         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
33048         style.
33050         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
33051         style.
33053         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
33054         code.
33056         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
33057         up changes with default code.
33058         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
33059         Likewise.
33061 2013-02-24  Allan McRae  <allan@archlinux.org>
33063         * manual/socket.texi (The Internet Namespace): Order menu items
33064         to match that in the file.
33066         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
33067         node listing of the info page menu.
33069 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
33071         [BZ #13550]
33072         * sysdeps/i386/bp-asm.h: Remove file.
33073         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
33074         (PARMS): Do not use macros from bp-asm.h.
33075         (S1): Likewise.
33076         (S2): Likewise.
33077         (SIZE): Likewise.
33078         (__mpn_add_n): Do not use BP_SYM
33079         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
33080         "bp-asm.h".
33081         (PARMS): Do not use macros from bp-asm.h.
33082         (S1): Likewise.
33083         (SIZE): Likewise.
33084         (__mpn_addmul_1): Do not use BP_SYM
33085         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
33086         "bp-asm.h".
33087         (PARMS): Do not use macros from bp-asm.h.
33088         (SIGMSK): Likewise.
33089         (_setjmp): Likewise.  Do not use BP_SYM.
33090         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
33091         "bp-asm.h".
33092         (PARMS): Do not use macros from bp-asm.h.
33093         (SIGMSK): Likewise.
33094         (setjmp): Likewise.  Do not use BP_SYM.
33095         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
33096         "bp-asm.h".
33097         (PARMS): Do not use macros from bp-asm.h.
33098         (__frexp): Do not use BP_SYM.
33099         (frexp): Likewise.
33100         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
33101         "bp-asm.h".
33102         (PARMS): Do not use macros from bp-asm.h.
33103         (__frexpf): Do not use BP_SYM.
33104         (frexpf): Likewise.
33105         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
33106         "bp-asm.h".
33107         (PARMS): Do not use macros from bp-asm.h.
33108         (__frexpl): Do not use BP_SYM.
33109         (frexpl): Likewise.
33110         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
33111         "bp-asm.h".
33112         (PARMS): Do not use macros from bp-asm.h.
33113         (__remquo): Do not use BP_SYM.
33114         (remquo): Likewise.
33115         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
33116         "bp-asm.h".
33117         (PARMS): Do not use macros from bp-asm.h.
33118         (__remquof): Do not use BP_SYM.
33119         (remquof): Likewise.
33120         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
33121         "bp-asm.h".
33122         (PARMS): Do not use macros from bp-asm.h.
33123         (__remquol): Do not use BP_SYM.
33124         (remquol): Likewise.
33125         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
33126         "bp-asm.h".
33127         (PARMS): Do not use macros from bp-asm.h.
33128         (DEST): Likewise.
33129         (SRC): Likewise.
33130         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
33131         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
33132         "bp-asm.h".
33133         (PARMS): Do not use macros from bp-asm.h.
33134         (strlen): Do not use BP_SYM.
33135         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
33136         "bp-asm.h".
33137         (PARMS): Do not use macros from bp-asm.h.
33138         (S1): Likewise.
33139         (S2): Likewise.
33140         (SIZE): Likewise.
33141         (__mpn_add_n): Do not use BP_SYM.
33142         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
33143         "bp-asm.h".
33144         (PARMS): Do not use macros from bp-asm.h.
33145         (S1): Likewise.
33146         (SIZE): Likewise.
33147         (__mpn_addmul_1): Do not use BP_SYM.
33148         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
33149         weak_alias.
33150         (bzero): Likewise.
33151         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
33152         "bp-asm.h".
33153         (PARMS): Do not use macros from bp-asm.h.
33154         (S): Likewise.
33155         (SIZE): Likewise.
33156         (__mpn_lshift): Do not use BP_SYM.
33157         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
33158         "bp-asm.h".
33159         (PARMS): Do not use macros from bp-asm.h.
33160         (DEST): Likewise.
33161         (SRC): Likewise.
33162         (LEN): Likewise.
33163         (memcpy): Likewise.  Do not use BP_SYM.
33164         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
33165         libc_hidden_def and weak_alias.
33166         (mempcpy): Do not use BP_SYM in weak_alias.
33167         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
33168         "bp-asm.h".
33169         (PARMS): Do not use macros from bp-asm.h.
33170         (DEST): Likewise.
33171         (LEN): Likewise.
33172         [!BZERO_P] (CHR): Likewise.
33173         (memset): Likewise.  Do not use BP_SYM.
33174         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
33175         "bp-asm.h".
33176         (PARMS): Do not use macros from bp-asm.h.
33177         (S1): Likewise.
33178         (SIZE): Likewise.
33179         (__mpn_mul_1): Do not use BP_SYM.
33180         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
33181         "bp-asm.h".
33182         (PARMS): Do not use macros from bp-asm.h.
33183         (S): Likewise.
33184         (SIZE): Likewise.
33185         (__mpn_rshift): Do not use BP_SYM.
33186         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
33187         "bp-asm.h".
33188         (PARMS): Do not use macros from bp-asm.h.
33189         (STR): Likewise.
33190         (CHR): Likewise.
33191         (strchr): Likewise.  Do not use BP_SYM.
33192         (index): Do not use BP_SYM in weak_alias.
33193         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
33194         "bp-asm.h".
33195         (PARMS): Do not use macros from bp-asm.h.
33196         (DEST): Likewise.
33197         (SRC): Likewise.
33198         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
33199         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
33200         "bp-asm.h".
33201         (PARMS): Do not use macros from bp-asm.h.
33202         (strlen): Do not use BP_SYM.
33203         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
33204         "bp-asm.h".
33205         (PARMS): Do not use macros from bp-asm.h.
33206         (S1): Likewise.
33207         (S2): Likewise.
33208         (SIZE): Likewise.
33209         (__mpn_sub_n): Do not use BP_SYM.
33210         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
33211         "bp-asm.h".
33212         (PARMS): Do not use macros from bp-asm.h.
33213         (S1): Likewise.
33214         (SIZE): Likewise.
33215         (__mpn_submul_1): Do not use BP_SYM.
33216         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
33217         "bp-asm.h".
33218         (PARMS): Do not use macros from bp-asm.h.
33219         (S1): Likewise.
33220         (S2): Likewise.
33221         (SIZE): Likewise.
33222         (__mpn_add_n): Do not use BP_SYM.
33223         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
33224         weak_alias.
33225         (bzero): Likewise.
33226         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
33227         "bp-asm.h".
33228         (PARMS): Do not use macros from bp-asm.h.
33229         (BLK2): Likewise.
33230         (LEN): Likewise.
33231         (memcmp): Do not use BP_SYM.
33232         (bcmp): Do not use BP_SYM in weak_alias.
33233         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
33234         "bp-asm.h".
33235         (PARMS): Do not use macros from bp-asm.h.
33236         (DEST): Likewise.
33237         (SRC): Likewise.
33238         (LEN): Likewise.
33239         (memcpy): Likewise.  Do not use BP_SYM.
33240         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
33241         "bp-asm.h".
33242         (PARMS): Do not use macros from bp-asm.h.
33243         (DEST): Likewise.
33244         (SRC): Likewise.
33245         (LEN): Likewise.
33246         (memmove): Likewise.  Do not use BP_SYM.
33247         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
33248         "bp-asm.h".
33249         (PARMS): Do not use macros from bp-asm.h.
33250         (DEST): Likewise.
33251         (SRC): Likewise.
33252         (LEN): Likewise.
33253         (__mempcpy): Likewise.  Do not use BP_SYM.
33254         (mempcpy): Do not use BP_SYM in weak_alias.
33255         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
33256         "bp-asm.h".
33257         (PARMS): Do not use macros from bp-asm.h.
33258         (DEST): Likewise.
33259         (LEN): Likewise.
33260         [!BZERO_P] (CHR): Likewise.
33261         (memset): Likewise.  Do not use BP_SYM.
33262         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
33263         "bp-asm.h".
33264         (PARMS): Do not use macros from bp-asm.h.
33265         (STR2): Likewise.
33266         (strcmp): Do not use BP_SYM.
33267         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
33268         "bp-asm.h".
33269         (PARMS): Do not use macros from bp-asm.h.
33270         (STR): Likewise.
33271         (DELIM): Likewise.
33272         [USE_AS_STRTOK_R] (SAVE): Likewise.
33273         (FUNCTION): Likewise.  Do not use BP_SYM.
33274         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
33275         aliases.
33276         (strtok_r): Likewise.
33277         (__GI___strtok_r): Likewise.
33278         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
33279         (PARMS): Do not use macros from bp-asm.h.
33280         (S): Likewise.
33281         (SIZE): Likewise.
33282         (__mpn_lshift): Do not use BP_SYM.
33283         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
33284         (PARMS): Do not use macros from bp-asm.h.
33285         (STR): Likewise.
33286         (CHR): Likewise.
33287         (__memchr): Do not use BP_SYM.
33288         (memchr): Do not use BP_SYM in weak_alias.
33289         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
33290         (PARMS): Do not use macros from bp-asm.h.
33291         (BLK2): Likewise.
33292         (LEN): Likewise.
33293         (memcmp): Do not use BP_SYM.
33294         (bcmp): Do not use BP_SYM in weak_alias.
33295         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
33296         (PARMS): Do not use macros from bp-asm.h.
33297         (S1): Likewise.
33298         (SIZE): Likewise.
33299         (__mpn_mul_1): Do not use BP_SYM.
33300         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
33301         "bp-asm.h".
33302         (PARMS): Do not use macros from bp-asm.h.
33303         (STR): Likewise.
33304         (CHR): Likewise.
33305         (__rawmemchr): Do not use BP_SYM.
33306         (rawmemchr): Do not use BP_SYM in weak_alias.
33307         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
33308         (PARMS): Do not use macros from bp-asm.h.
33309         (S): Likewise.
33310         (SIZE): Likewise.
33311         (__mpn_rshift): Do not use BP_SYM.
33312         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
33313         (PARMS): Do not use macros from bp-asm.h.
33314         (SIGMSK): Likewise.
33315         (__sigsetjmp): Likewise.  Do not use BP_SYM.
33316         * sysdeps/i386/start.S: Do not include "bp-sym.h".
33317         (_start): Do not use BP_SYM.
33318         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
33319         (PARMS): Do not use macros from bp-asm.h.
33320         (DEST): Likewise.
33321         (SRC): Likewise.
33322         (__stpcpy): Likewise.  Do not use BP_SYM.
33323         (stpcpy): Do not use BP_SYM in weak_alias.
33324         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
33325         "bp-asm.h".
33326         (PARMS): Do not use macros from bp-asm.h.
33327         (DEST): Likewise.
33328         (SRC): Likewise.
33329         (LEN): Likewise.
33330         (__stpncpy): Likewise.  Do not use BP_SYM.
33331         (stpncpy): Do not use BP_SYM in weak_alias.
33332         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
33333         (PARMS): Do not use macros from bp-asm.h.
33334         (STR): Likewise.
33335         (CHR): Likewise.
33336         (strchr): Likewise.  Do not use BP_SYM.
33337         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
33338         "bp-asm.h".
33339         (PARMS): Do not use macros from bp-asm.h.
33340         (STR): Likewise.
33341         (CHR): Likewise.
33342         (__strchrnul): Likewise.  Do not use BP_SYM.
33343         (strchrnul): Do not use BP_SYM in weak_alias.
33344         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
33345         "bp-asm.h".
33346         (PARMS): Do not use macros from bp-asm.h.
33347         (STOP): Likewise.
33348         (strcspn): Do not use BP_SYM.
33349         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
33350         "bp-asm.h".
33351         (PARMS): Do not use macros from bp-asm.h.
33352         (STR): Likewise.
33353         (STOP): Likewise.
33354         (strpbrk): Likewise.  Do not use BP_SYM.
33355         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
33356         "bp-asm.h".
33357         (PARMS): Do not use macros from bp-asm.h.
33358         (STR): Likewise.
33359         (CHR): Likewise.
33360         (strrchr): Likewise.  Do not use BP_SYM.
33361         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
33362         (PARMS): Do not use macros from bp-asm.h.
33363         (SKIP): Likewise.
33364         (strspn): Do not use BP_SYM.
33365         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
33366         (PARMS): Do not use macros from bp-asm.h.
33367         (STR): Likewise.
33368         (DELIM): Likewise.
33369         (SAVE): Likewise.
33370         (FUNCTION): Likewise.  Do not use BP_SYM.
33371         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
33372         aliases.
33373         (strtok_r): Likewise.
33374         (__GI___strtok_r): Likewise.
33375         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
33376         (PARMS): Do not use macros from bp-asm.h.
33377         (S1): Likewise.
33378         (S2): Likewise.
33379         (SIZE): Likewise.
33380         (__mpn_sub_n): Do not use BP_SYM.
33381         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
33382         "bp-asm.h".
33383         (PARMS): Do not use macros from bp-asm.h.
33384         (S1): Likewise.
33385         (SIZE): Likewise.
33386         (__mpn_submul_1): Do not use BP_SYM.
33387         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
33388         <bp-sym.h>.
33389         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
33390         and <bp-asm.h>.
33391         (PARMS): Do not use macros from bp-asm.h.
33392         (FLAGS): Likewise.
33393         (PTID): Likewise.
33394         (TLS): Likewise.
33395         (CTID): Likewise.
33396         (__clone): Do not use BP_SYM.
33397         (clone): Do not use BP_SYM in weak_alias.
33398         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
33399         and <bp-asm.h>.
33400         (PARMS): Do not use macros from bp-asm.h.
33401         (LEN): Likewise.
33402         (__mmap64): Do not use BP_SYM.
33403         (mmap64): Do not use BP_SYM in weak_alias.
33404         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
33405         <bp-sym.h> and <bp-asm.h>.
33406         (PARMS): Do not use macros from bp-asm.h.
33407         (__posix_fadvise64_l64): Do not use BP_SYM.
33408         * sysdeps/unix/sysv/linux/i386/semtimedop.S
33409         (PARMS): Do not use macros from bp-asm.h.
33410         (NSOPS): Likewise.
33411         (semtimedop): Do not use BP_SYM.
33412         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
33413         and <bp-asm.h>.
33415 2013-02-21  Allan McRae  <allan@archlinux.org>
33417         * manual/message.texi (Charset conversion in gettext):
33418         Move @end statement to beginning of line.
33420 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33422         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
33423         static.
33424         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33425         Likewise.
33427         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
33428         (denorm): Likewise.
33429         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
33430         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
33432 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33434         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
33435         tail-call to the resolved function if pltexit isn't needed.
33437 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33439         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
33440         or Y being zero as being unlikely.
33441         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
33442         Likewise.
33444 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
33446         * manual/nss.texi (System Databases and Name Service Switch):
33447         Remove frobnicate @pxref.
33449 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33451         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33452         __attribute__ ((unused)) to __attribute__ ((__unused__)).
33454 2013-02-20  Petr Machata  <pmachata@redhat.com>
33456         * elf/elf.h (R_ARM_TARGET1): New macro.
33457         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
33458         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
33459         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
33460         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
33461         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
33462         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
33463         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
33464         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
33465         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
33466         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
33467         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
33468         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
33469         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
33470         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
33471         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
33472         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
33473         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
33474         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
33475         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
33476         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
33477         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
33478         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
33479         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
33480         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
33481         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
33482         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
33483         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
33484         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
33485         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
33486         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
33487         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
33488         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
33489         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
33490         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
33491         (R_ARM_THM_GOT_BREL12): Likewise.
33492         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
33493         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
33494         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
33495         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
33496         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
33497         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
33498         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
33499         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
33500         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
33502 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33504         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33505         __attribute_used__ to __attribute__ ((unused)).
33507 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33509         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
33510         powerpc mpa.c.
33511         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
33512         comment formatting.
33513         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
33515 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
33517         [BZ #13550]
33518         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
33519         Remove macro.
33520         (ENTER): Remove both macro definitions.
33521         (LEAVE): Likewise.
33522         (CHECK_BOUNDS_LOW): Likewise.
33523         (CHECK_BOUNDS_HIGH): Likewise.
33524         (CHECK_BOUNDS_BOTH): Likewise.
33525         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33526         (RETURN_BOUNDED_POINTER): Likewise.
33527         (RETURN_NULL_BOUNDED_POINTER): Likewise.
33528         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33529         (POP_ERRNO_LOCATION_RETURN): Likewise.
33530         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33531         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33532         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33533         macros.
33534         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33535         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33536         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33537         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33538         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33539         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33540         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33541         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33542         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33543         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33544         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33545         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33546         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33547         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33548         removed macros.
33549         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33550         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33551         macros.
33552         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33553         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33554         * sysdeps/i386/i586/memset.S (memset): Likewise.
33555         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33556         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33557         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33558         macros.
33559         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33560         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33561         Change uses of L(2) to L(out).
33562         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33563         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33564         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33565         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33566         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33567         removed macros.
33568         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33569         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33570         macros.
33571         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33572         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33573         (RETURN): Do not use macro LEAVE.
33574         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33575         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33576         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33577         * sysdeps/i386/i686/memset.S (memset): Likewise.
33578         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33579         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33580         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33581         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33582         Likewise.
33583         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33584         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
33585         L(1_2) and L(1_3) into L(1).
33586         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33587         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33588         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33589         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33590         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33591         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33592         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33593         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33594         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33595         macros.
33596         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33597         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33598         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33599         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33600         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33601         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33602         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33603         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33604         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33605         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33606         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33607         * sysdeps/i386/strspn.S (strspn): Likewise.
33608         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33609         conditional code.
33610         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33611         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33612         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33613         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33614         L(1_3) into L(1_1).
33615         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33616         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33617         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33618         macros.
33619         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33621 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33623         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33624         macro.
33626 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33628         * math/atest-exp.c (exp_mpn): Remove ROUND.
33629         * math/atest-exp2.c (exp_mpn): Likewise.
33630         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33632         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33633         * stdlib/tst-tls-atexit-lib.c: Likewise.
33634         * stdlib/tst-tls-atexit.c: Likewise.
33636 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33638         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33639         and __attribute_alloc_size__.
33641 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33643         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33644         __attribute_alloc_size__.
33645         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33646         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33648 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33650         * include/programs/xmalloc.h: New file.
33651         * catgets/gencat.c: Include it.
33652         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33653         * elf/pldd.c: Likewise.
33654         * iconv/iconv_charmap.c: Likewise.
33655         * iconv/iconvconfig.c: Likewise.
33656         * iconv/strtab.c: Likewise.
33657         * locale/programs/locale.c: Likewise.
33658         * locale/programs/localedef.h: Likewise.
33659         * locale/programs/simple-hash.c: Likewise.
33660         * nscd/nscd.h: Likewise.
33661         * nss/makedb.c: Likewise.
33662         * sysdeps/generic/ldconfig.h: Likewise.
33664 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33666         * Versions.def: Add GLIBC_2.18.
33667         * include/link.h (struct link_map): New member l_tls_dtor_count.
33668         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33669         (__call_tls_dtors): Likewise.
33670         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33671         __cxa_thread_atexit_impl.
33672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33673         Likewise.
33674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33675         Likewise.
33676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33677         Likewise.
33678         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33679         Likewise.
33680         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33681         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33682         Likewise.
33683         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33684         Likewise.
33685         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33686         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33687         Likewise.
33688         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33689         (tests): Add test case tst-tls-atexit.
33690         (modules-names): Add shared library for tst-tls-atexit.
33691         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33692         (GLIBC_PRIVATE): Add __call_tls_dtors.
33693         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33694         for libstdc++.
33695         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33696         * stdlib/tst-tls-atexit.c: New test case.
33697         * stdlib/tst-tls-atexit-lib.c: New test case.
33699         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33701         * elf/Versions (ld): Add _dl_find_dso_for_object.
33702         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33703         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33704         (dl_open_worker): Use _dl_find_dso_for_object.
33705         * elf/dl-sym.c (do_sym): Likewise.
33706         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33708 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33710         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33711         Syntactic changes only.
33712         (_dl_runtime_profile): Do a tail-call to the resolved function.
33714 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33716         [BZ #13550]
33717         * sysdeps/x86_64/bp-asm.h: Remove file.
33718         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33719         <bp-sym.h> and <bp-asm.h>.
33720         (__clone): Do not use BP_SYM.
33721         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33722         <bp-sym.h> and <bp-asm.h>.
33723         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33724         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33725         "bp-asm.h".
33726         (_setjmp): Do not use BP_SYM.
33727         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33728         "bp-asm.h".
33729         (setjmp): Do not use BP_SYM.
33730         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33731         libc_hidden_def.
33732         (mempcpy): Do not use BP_SYM in weak_alias.
33733         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33734         "bp-asm.h".
33735         (strchr): Do not use BP_SYM.
33736         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33737         "bp-asm.h".
33738         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33739         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33740         (_start): Do not use BP_SYM.
33741         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33742         "bp-asm.h".
33743         (strcat): Do not use BP_SYM.
33744         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33745         "bp-asm.h".
33746         (STRCMP): Do not use BP_SYM.
33747         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33748         "bp-asm.h".
33749         (STRCPY): Do not use BP_SYM.
33750         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33751         "bp-asm.h".
33752         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33753         "bp-asm.h".
33754         (FUNCTION): Do not use BP_SYM.
33755         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33756         weak_alias.
33757         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33759 2013-02-17  Andreas Jaeger  <aj@suse.de>
33761         * time/Versions: Sort entries.
33762         * string/Versions: Likewise.
33763         * resolv/Versions: Likewise.
33764         * posix/Versions: Likewise.
33765         * iconv/Versions: Likewise.
33766         * elf/Versions: Likewise.
33767         * wcsmbs/Versions: Likewise.
33769 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33771         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33772         loop termination condition.
33774         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33775         variable to calculate EZ.
33776         (__sqr): Likewise.
33778         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33779         the lower precision input.
33781 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33783         [BZ #13550]
33784         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33785         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33786         (run-via-rtld-prefix): Do not handle %-bp tests.
33787         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33788         (all-object-suffixes): Remove .ob.
33789         (bppfx): Remove variable.
33790         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33791         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33792         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33793         [$(build-bounded) = yes] (libtype.ob): Likewise.
33794         * Makerules (elide-routines.ob): Remove variable.
33795         (do-tests-clean): Do not handle *-bp.out.
33796         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33797         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33798         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33799         (tests): Do not include $(tests-bp.out).
33800         (xtests): Do not include $(xtests-bp.out).
33801         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33802         [$(build-bounded) = yes] ($(addprefix
33803         $(objpfx),$(binaries-bounded))): Remove rule.
33804         ($(objpfx)%-bp.out): Remove rule.
33805         * config.make.in (build-bounded): Remove variable.
33806         * crypt/Makefile [$(build-bounded) = yes]
33807         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33808         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33809         append to variable.
33810         [$(build-bounded) = yes] (install-lib): Likewise.
33811         [$(build-bounded) = yes] (generated): Likewise.
33812         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33813         Remove rule.
33814         * intl/Makefile [$(build-bounded) = yes]
33815         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33816         * math/Makefile [$(build-bounded) = yes]
33817         ($(tests:%=$(objpfx)%-bp): Likewise.
33818         * misc/Makefile [$(build-bounded) = yes]
33819         ($(objpfx)tst-tsearch-bp): Likewise.
33820         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33821         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33822         Remove dependency.
33823         * string/Makefile (o-objects.ob): Remove variable.
33824         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33825         (CFLAGS-.ob): Remove variable.
33826         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33827         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33828         both definitions of variable.
33829         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33830         (ASFLAGS-.ob): Remove variable.
33832 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33834         [BZ #13550]
33835         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33836         Remove __BOUNDED_POINTERS__ from condition.
33837         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33838         * string/bits/string2.h [!__NO_STRING_INLINES &&
33839         !__BOUNDED_POINTERS__]: Likewise.
33840         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33841         Likewise.
33842         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33843         Remove conditional code.
33844         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33845         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33846         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33847         condition.
33849         [BZ #13550]
33850         * csu/libc-start.c: Do not include <bp-sym.h>.
33851         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33852         * elf/dl-open.c: Do not include <bp-sym.h>.
33853         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33854         * math/fegetenv.c: Do not include <bp-sym.h>.
33855         (fegetenv): Do not use BP_SYM in versioned symbols.
33856         * nptl/sysdeps/pthread/bits/libc-lockP.h
33857         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33858         <bp-sym.h>.
33859         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33860         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33861         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33862         (__pthread_mutex_destroy): Likewise.
33863         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33864         (__pthread_mutex_lock): Likewise.
33865         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33866         (__pthread_mutex_trylock): Likewise.
33867         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33868         (__pthread_mutex_unlock): Likewise.
33869         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33870         (__pthread_mutexattr_init): Likewise.
33871         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33872         (__pthread_mutexattr_destroy): Likewise.
33873         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33874         (__pthread_mutexattr_settype): Likewise.
33875         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33876         (__pthread_rwlock_init): Likewise.
33877         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33878         (__pthread_rwlock_destroy): Likewise.
33879         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33880         (__pthread_rwlock_rdlock): Likewise.
33881         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33882         (__pthread_rwlock_tryrdlock): Likewise.
33883         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33884         (__pthread_rwlock_wrlock): Likewise.
33885         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33886         (__pthread_rwlock_trywrlock): Likewise.
33887         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33888         (__pthread_rwlock_unlock): Likewise.
33889         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33890         (__pthread_key_create): Likewise.
33891         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33892         (__pthread_setspecific): Likewise.
33893         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33894         (__pthread_getspecific): Likewise.
33895         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33896         Likewise.
33897         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33898         (_pthread_cleanup_push_defer): Likewise.
33899         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33900         (_pthread_cleanup_pop_restore): Likewise.
33901         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33902         (pthread_setcancelstate): Likewise.
33903         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33904         <bp-sym.h>.
33905         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33906         (memchr): Do not use BP_SYM in weak_alias.
33907         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33908         (fegetenv): Do not use BP_SYM in versioned symbols.
33909         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33910         (fesetenv): Do not use BP_SYM in versioned symbols.
33911         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33912         (feupdateenv): Do not use BP_SYM in versioned symbols.
33913         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33914         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33915         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33916         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33917         (open64): Do not use BP_SYM in weak_alias.
33918         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33919         (fegetenv): Do not use BP_SYM in versioned symbols.
33920         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33921         (fesetenv): Do not use BP_SYM in versioned symbols.
33922         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33923         (feupdateenv): Do not use BP_SYM in versioned symbols.
33924         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33925         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33926         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33927         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33928         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33929         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33930         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33931         <bp-sym.h>.
33932         (__libc_start_main): Do not use BP_SYM.
33934 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33936         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33937         redundant return line.
33938         (norm): Likewise.
33939         (denorm): Likewise.
33940         (dbl_mp): Likewise.
33941         (sub_magnitudes): Likewise.
33942         (__add): Likewise.
33943         (__sub): Likewise.
33944         (__mul): Likewise.
33945         (__inv): Likewise.
33946         (__dvd): Likewise.
33947         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33948         (norm): Likewise.
33949         (denorm): Likewise.
33950         (dbl_mp): Likewise.
33951         (sub_magnitudes): Likewise.
33952         (__add): Likewise.
33953         (__sub): Likewise.
33954         (__mul): Likewise.
33955         (__inv): Likewise.
33956         (__dvd): Likewise.
33958         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33959         instead of __mul.
33960         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33961         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33962         (cc32): Likewise.
33964         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33965         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33966         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33967         of __mul for squares.
33968         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33969         function
33970         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33971         Likewise.
33972         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33973         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33975 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33977         [BZ #13550]
33978         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33979         code.
33980         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33981         prototype or function definition.  Rename ubp_* variables and
33982         parameters.  Remove argv definitions conditional on
33983         [__BOUNDED_POINTERS__].
33984         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33985         * elf/dl-runtime.c (_dl_fixup): Likewise.
33986         * include/set-hooks.h (RUN_HOOK): Likewise.
33987         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33988         definition.
33989         * string/strcpy.c (strcpy): Do not use __unbounded.
33990         * sysdeps/generic/frame.h (struct layout): Likewise.
33991         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33992         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33993         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33994         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33995         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33996         (__backtrace): Likewise.
33997         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33998         use __ptrvalue.
33999         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
34000         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
34001         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
34002         Likewise.
34003         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
34004         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
34005         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
34006         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34007         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
34008         Do not use __unbounded.
34009         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
34010         Rename __unboundedrlimits parameter to rlimits in prototype.
34011         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
34012         Do not use __unbounded.
34013         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
34014         not use __ptrvalue.
34015         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34016         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
34017         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34018         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
34019         __ptrvalue or __unbounded.
34020         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
34021         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
34022         use __unbounded.
34023         (__new_msgctl): Do not use __ptrvalue.
34024         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
34025         __unbounded.
34026         (__libc_msgrcv): Do not use __ptrvalue.
34027         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
34028         startup_info): Do not use __unbounded.
34029         (__libc_start_main): Likewise.  Rename ubp_* variables and
34030         parameters.  Remove argv definitions conditional on
34031         [__BOUNDED_POINTERS__].
34032         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
34033         __ptrvalue.
34034         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
34035         use __unbounded.
34036         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
34037         or __ptrvalue.
34038         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
34039         use __unbounded.
34040         (__new_shmctl): Do not use __ptrvalue.
34041         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
34042         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
34043         Likewise.
34044         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
34045         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
34046         (__libc_sigaction): Likewise.
34047         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
34048         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
34049         Likewise.
34050         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34052 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
34054         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
34056         * string/mempcpy.c: Implement by calling memcpy.
34058 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
34060         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
34062         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
34063         evaluation.
34065         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
34066         values in the mantissa.
34068         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
34069         minimize writes to Z.
34070         (sub_magnitudes): Simplify code a bit.
34072 2013-02-12  Roland McGrath  <roland@hack.frob.com>
34074         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
34075         from the message.  The linker prefixes all warnings with that already.
34077 2013-02-12  Andreas Schwab  <schwab@suse.de>
34079         [BZ #15078]
34080         * posix/regexec.c (extend_buffers): Add parameter min_len.
34081         (check_matching): Pass minimum needed length.
34082         (clean_state_log_if_needed): Likewise.
34083         (get_subexp): Likewise.
34084         * posix/Makefile (tests): Add bug-regex34.
34085         (bug-regex34-ENV): Define.
34086         * posix/bug-regex34.c: New file.
34088         [BZ #11561]
34089         * posix/regcomp.c (parse_bracket_exp): When looking up collating
34090         elements compare against the byte sequence of it, not its name.
34091         * posix/Makefile (tests): Add bug-regex35.
34092         (bug-regex35-ENV): Define.
34093         * posix/bug-regex35.c: New file.
34095 2013-02-11  Tom de Vries  <tom@codesourcery.com>
34097         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
34098         comment.
34099         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
34100         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
34101         (CHECK_EOL): Add undef.
34103 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
34105         * bits/stdlib-bsearch.h: New file.
34106         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
34107         * stdlib/stdlib.h: Likewise.
34109 2013-02-11  Roland McGrath  <roland@hack.frob.com>
34111         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
34112         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
34113         declaration.
34114         * manual/search.texi (Array Search Function): Add missing const in
34115         lfind prototype.
34116         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
34117         declaration to use rlim_t.
34118         (Basic Scheduling Functions): Remove erroneous const from
34119         sched_getparam prototype.  Remove erroneous * from
34120         sched_get_priority_max and sched_get_priority_min prototypes.
34121         (Resource Usage): Fix summary @comment on vtimes to refer to
34122         sys/vtimes.h rather than vtimes.h.
34123         Add missing *s in vtimes prototype.
34124         (Limits on Resources): Fix ulimit prototype to return long int.
34125         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
34126         prototypes to use long int rather than double.
34127         (BSD Random): Fix initstate and setstate to use char *, not void *.
34128         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
34129         prototype to make second argument 'struct aiocb64 *const[]'.
34130         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
34131         (Status of AIO Operations): Remove erroneous const in aio_return and
34132         aio_return64 prototypes.
34133         (Synchronizing I/O): Fix sync prototype to return void.
34134         * manual/startup.texi (Suboptions): Remove an erroneous const in
34135         getsubopt prototype.
34136         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
34137         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
34138         use size_t rather than int.
34139         (Scanning All Users): Likewise for getpwent_r.
34140         (Setting Groups): Add missing const to setgroups prototype.
34141         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
34142         * manual/socket.texi (Host Names): Fix gethostbyaddr and
34143         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
34144         'const void *' rather than 'const char *'.
34145         (Host Address Functions): Likewise for inet_ntop.
34146         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
34147         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
34148         ssize_t for return value.
34149         (Sending Data): Likewise for send, sendto, sendmsg.
34150         (Socket Option Functions): Add a missing const in setsockopt prototype.
34151         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
34152         use wchar_t for the argument.
34153         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
34154         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
34155         take no arguments.
34156         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
34157         double/float/long double for second argument.
34158         Fix return types of significand, significandf, significandl.
34159         * manual/filesys.texi (Setting Permissions): Use mode_t for second
34160         argument in fchmod prototype.
34161         (File Owner): Use uid_t and gid_t in fchown prototype.
34162         (File Times): Add const to utimes, futimes, and lutimes prototypes.
34163         (Making Special Files): Use mode_t and dev_t in mknod prototype.
34164         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
34165         use 'const struct dirent **' as argument types to CMP function pointer
34166         argument.
34167         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
34168         (File Times): Fix summary magic @comment for struct utimbuf and utime
34169         to refer to utime.h, not time.h.
34170         * manual/string.texi (Argz Functions): Add missing const in
34171         argz_extract and argz_next prototypes.
34172         (Finding Tokens in a String): Likewise for basename.
34173         (String/Array Comparison): Fix typo in wcscasecmp prototype.
34174         (Copying and Concatenation): Fix typo in wmemmove prototype.
34175         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
34176         (Signal Stack): Remove erroneous const in sigstack prototype.
34177         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
34178         prototype.
34179         (Simple Calendar Time): Likewise for stime.
34180         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
34181         prototype.
34182         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
34183         say sys/sysctl.h instead.
34184         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
34185         and vsyslog prototypes.
34187 2013-02-11  Tom de Vries  <tom@codesourcery.com>
34189         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
34190         Remove.
34192 2013-02-11  Roland McGrath  <roland@hack.frob.com>
34194         * misc/sys/mman.h: Fix typo in mremap comment.
34196 2013-02-08  Roland McGrath  <roland@hack.frob.com>
34198         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
34199         the '\0' terminator.
34201 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
34203         [BZ #13550]
34204         * debug/segfault.c: Don't include <bp-checks.h>.
34205         * sysdeps/generic/bp-checks.h: Remove file.
34206         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
34207         (__GETDENTS): Don't use CHECK_N.
34208         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
34209         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
34210         (__getgroups): Don't use CHECK_N.
34211         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
34212         (setgroups): Don't use CHECK_N.
34213         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
34214         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
34215         (__libc_msgrcv): Don't use CHECK_N.
34216         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
34217         (__libc_msgsnd): Don't use CHECK_N.
34218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
34219         <bp-checks.h>.
34220         (__libc_pread): Don't use CHECK_N.
34221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
34222         include <bp-checks.h>.
34223         (__libc_pread64): Don't use CHECK_N.
34224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
34225         include <bp-checks.h>.
34226         (__libc_pwrite): Don't use CHECK_N.
34227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
34228         include <bp-checks.h>.
34229         (__libc_pwrite64): Don't use CHECK_N.
34230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
34231         <bp-checks.h>.
34232         (__libc_pread): Don't use CHECK_N.
34233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
34234         include <bp-checks.h>.
34235         (__libc_pread64): Don't use CHECK_N.
34236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
34237         include <bp-checks.h>.
34238         (__libc_pwrite): Don't use CHECK_N.
34239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
34240         include <bp-checks.h>.
34241         (__libc_pwrite64): Don't use CHECK_N.
34242         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
34243         (do_pread): Don't use CHECK_N.
34244         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
34245         (do_pread64): Don't use CHECK_N.
34246         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
34247         (do_pwrite): Don't use CHECK_N.
34248         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
34249         (do_pwrite64): Don't use CHECK_N.
34250         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
34251         (__libc_readv): Don't use CHECK_N.
34252         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
34253         (semop): Don't use CHECK_N.
34254         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
34255         <bp-checks.h>.
34256         (semtimedop): Don't use CHECK_N.
34257         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
34258         (__libc_pread): Don't use CHECK_N.
34259         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
34260         <bp-checks.h>.
34261         (__libc_pread64): Don't use CHECK_N.
34262         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
34263         <bp-checks.h>.
34264         (__libc_pwrite): Don't use CHECK_N.
34265         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
34266         <bp-checks.h>.
34267         (__libc_pwrite64): Don't use CHECK_N.
34268         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
34269         <bp-checks.h>.
34270         (__libc_msgrcv): Don't use CHECK_N.
34271         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
34272         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
34273         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
34274         (__libc_writev): Don't use CHECK_N.
34276 2013-02-08  Roland McGrath  <roland@hack.frob.com>
34278         * string/strcpy.c: Removed unused variable.
34280         * Makeconfig (+sysdep-includes): Define with := rather than =.
34281         Use an existing include/ subdir of each sysdeps dir before it.
34283 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34285         * nscd/connection.c (register_traced_file): Comment function.
34286         [HAVE_INOTIFY] (union __inev): Define.
34287         [HAVE_INOTIFY] (inotify_check_files): New function.
34288         [HAVE_INOTIFY] (clear_db_cache): Likewise.
34289         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
34290         clear_db_cache.
34291         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
34293 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34295         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
34296         loaded if not already and that a failure is permanent.
34298 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34300         [BZ #15006]
34301         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
34302         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
34304 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
34306         [BZ #13550]
34307         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
34308         (CHECK_1_NULL_OK): Likewise.
34309         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
34310         (__fxstat): Do not use CHECK_1.
34311         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
34312         <bp-checks.h>.
34313         (___fxstat64): Do not use CHECK_1.
34314         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
34315         <bp-checks.h>.
34316         (__fxstatat): Do not use CHECK_1.
34317         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
34318         <bp-checks.h>.
34319         (__fxstatat64): Do not use CHECK_1.
34320         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
34321         <bp-checks.h>.
34322         (__fxstat): Do not use CHECK_1.
34323         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
34324         <bp-checks.h>.
34325         (__fxstatat): Do not use CHECK_1.
34326         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34327         <bp-checks.h>.
34328         (__getresgid): Do not use CHECK_1.
34329         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34330         <bp-checks.h>.
34331         (__getresuid): Do not use CHECK_1.
34332         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
34333         <bp-checks.h>.
34334         (__lxstat): Do not use CHECK_1.
34335         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34336         <bp-checks.h>.
34337         (__old_msgctl): Do not use CHECK_1.
34338         (__new_msgctl): Likewise.
34339         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
34340         <bp-checks.h>.
34341         (__new_setrlimit): Do not use CHECK_1.
34342         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34343         <bp-checks.h>.
34344         (__old_shmctl): Do not use CHECK_1.
34345         (__new_shmctl): Likewise.
34346         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
34347         <bp-checks.h>.
34348         (__xstat): Do not use CHECK_1.
34349         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
34350         (__lxstat): Do not use CHECK_1.
34351         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
34352         <bp-checks.h>.
34353         (___lxstat64): Do not use CHECK_1.
34354         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
34355         (__old_msgctl): Do not use CHECK_1.
34356         (__new_msgctl): Likewise.
34357         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
34358         <bp-checks.h>.
34359         (__gettimeofday): Do not use CHECK_1.
34360         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
34361         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
34362         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
34363         <bp-checks.h>.
34364         (__gettimeofday): Do not use CHECK_1.
34365         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
34366         (__old_shmctl): Do not use CHECK_1_NULL_OK.
34367         (__new_shmctl): Do not use CHECK_1.
34368         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
34369         <bp-checks.h>.
34370         (do_sigtimedwait): Do not use CHECK_1.
34371         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
34372         <bp-checks.h>.
34373         (do_sigwaitinfo): Do not use CHECK_1.
34374         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
34375         <bp-checks.h>.
34376         (msgctl): Do not use CHECK_1.
34377         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
34378         <bp-checks.h>.
34379         (shmctl): Do not use CHECK_1.
34380         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
34381         (ustat): Do not use CHECK_1.
34382         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
34383         <bp-checks.h>.
34384         (__fxstat): Do not use CHECK_1.
34385         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
34386         <bp-checks.h>.
34387         (__fxstatat): Do not use CHECK_1.
34388         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
34389         <bp-checks.h>.
34390         (__lxstat): Do not use CHECK_1.
34391         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
34392         <bp-checks.h>.
34393         (__xstat): Do not use CHECK_1.
34394         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
34395         (__xstat): Do not use CHECK_1.
34396         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
34397         (___xstat64): Do not use CHECK_1.
34399         [BZ #13550]
34400         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
34401         definitions.
34402         (CHECK_BOUNDS_HIGH): Likewise.
34403         * string/strcpy.c: Do not include <bp-checks.h>.
34404         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
34406 2013-02-07  Roland McGrath  <roland@hack.frob.com>
34408         * nscd/nscd-client.h (__nscd_drop_map_ref):
34409         Add __attribute__ ((unused)).
34410         * nis/nss-nisplus.h (niserr2nss): Likewise.
34412         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
34413         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
34415         * csu/libc-tls.c (init_static_tls, init_slotinfo):
34416         Remove inline keyword.
34417         * include/rounding-mode.h (round_away): Likewise.
34418         * libio/wfileops.c (adjust_wide_data): Likewise.
34419         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
34420         (__m128i_strloadu_tolower): Likewise.
34421         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
34422         (__m128i_strloadu_tolower): Likewise.
34423         * time/mktime.c (ydhms_diff): Likewise.
34424         * locale/elem-hash.h (elem_hash): Likewise.
34425         * locale/setlocale.c (setdata): Likewise.
34426         * posix/regex_internal.h (re_string_char_size_at): Likewise.
34427         (re_string_wchar_at): Likewise.
34428         (bitset_not, bitset_merge, bitset_mask): Likewise.
34429         [!(__GNUC__ > 3)] (inline): Remove macro.
34430         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
34431         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
34432         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
34433         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
34434         * string/memcmp.c (memcmp_bytes): Likewise.
34435         * locale/programs/locarchive.c (compute_hashval): Likewise.
34436         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
34437         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
34438         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
34439         * nss/getent.c (print_rpc, print_protocols): Likewise.
34440         (print_passwd, print_group, print_aliases): Likewise.
34441         * nis/nss-nisplus.h (niserr2nss): Likewise.
34442         * nscd/connections.c (restart_p): Likewise.
34443         Change return type to bool.
34445 2013-02-05  Roland McGrath  <roland@hack.frob.com>
34447         * Makeconfig (all-Depend-files): Add existing
34448         $(sorted-subdirs:=/Depend) files.
34449         (all-subdirs): Remove nss.
34450         * sysdeps/unix/inet/Subdirs: Add it here instead.
34451         * hesiod/Depend: New file.
34453         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
34454         instead of calling alloca.
34456         * io/lseek.c (__lseek): Rename to __libc_lseek.
34457         Define __lseek as an alias.
34459         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
34461 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
34463         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
34464         else clause and remove check for non-standard endianness.
34466 2013-02-04  David S. Miller  <davem@davemloft.net>
34468         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34470 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
34472         [BZ #13550]
34473         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
34474         (__ubp_memchr): Remove prototype.
34475         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
34476         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34477         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
34478         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34479         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
34480         Remove alias.
34481         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
34482         (__ubp_memchr): Likewise.
34483         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
34484         (__ubp_memchr): Likewise.
34485         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
34486         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
34487         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
34488         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
34489         CHECK_STRING.
34490         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
34491         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
34492         (__getcwd): Do not use CHECK_STRING.
34493         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34494         <bp-checks.h>.
34495         (__real_chown): Do not use CHECK_STRING.
34496         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
34497         <bp-checks.h>.
34498         (fchownat): Do not use CHECK_STRING.
34499         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
34500         CHECK_STRING.
34501         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34502         <bp-checks.h>.
34503         (__lchown): Do not use CHECK_STRING.
34504         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34505         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34506         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34507         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
34508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34509         include <bp-checks.h>.
34510         (truncate64): Do not use CHECK_STRING.
34511         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34512         <bp-checks.h>.
34513         (__real_chown): Do not use CHECK_STRING.
34514         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34515         <bp-checks.h>.
34516         (__lchown): Do not use CHECK_STRING.
34517         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34518         <bp-checks.h>.
34519         (__chown): Do not use CHECK_STRING.
34520         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34521         <bp-checks.h>.
34522         (truncate64): Do not use CHECK_STRING.
34523         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34524         Likewise.
34525         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34526         (__xmknod): Do not use CHECK_STRING.
34527         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34528         <bp-checks.h>.
34529         (__xmknodat): Do not use CHECK_STRING.
34530         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34531         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34533 2013-02-04  Andreas Schwab  <schwab@suse.de>
34535         [BZ #14142]
34536         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34537         * include/netdb.h: Likewise for h_errno.
34538         * elf/tst-stackguard1.c: Include <tls.h>.
34540 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
34542         * elf/link.h (struct link_map): Extend the l_addr comment.
34543         * include/link.h (struct link_map): Likewise.
34545 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
34547         [BZ #13550]
34548         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34549         (BOUNDED_1): Remove macro.
34550         * debug/backtrace.c: Don't include <bp-checks.h>.
34551         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34552         (__backtrace): Likewise.
34553         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34554         <bp-checks.h>.
34555         (__backtrace): Don't use BOUNDED_1.
34556         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34557         <bp-checks.h>.
34558         (__backtrace): Don't use BOUNDED_1.
34559         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34560         (__backtrace): Don't use BOUNDED_1.
34561         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34562         (shmat): Don't use BOUNDED_N.
34564 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
34566         [BZ #13550]
34567         * sysdeps/generic/bp-start.h: Remove file.
34568         * csu/libc-start.c: Don't include <bp-start.h>.
34569         (LIBC_START_MAIN): Set up __environ directly instead of using
34570         INIT_ARGV_and_ENVIRON.
34571         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34572         <bp-start.h>.
34574         [BZ #13550]
34575         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34576         definitions.
34577         (CHECK_FCNTL): Likewise.
34578         (CHECK_N_PAGES): Likewise.
34580         [BZ #13550]
34581         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34582         definitions.
34583         (CHECK_SIGSET_NULL_OK): Likewise.
34584         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34585         <bp-checks.h>.
34586         (sigpending): Don't use CHECK_SIGSET.
34587         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34588         <bp-checks.h>.
34589         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34590         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34591         <bp-checks.h>.
34592         (do_sigsuspend): Don't use CHECK_SIGSET.
34593         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34594         use CHECK_SIGSET.
34595         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34596         (do_sigwait): Don't use CHECK_SIGSET.
34597         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34598         use CHECK_SIGSET.
34599         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34600         include <bp-checks.h>.
34601         (sigpending): Don't use CHECK_SIGSET.
34602         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34603         include <bp-checks.h>.
34604         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34605         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34606         <bp-checks.h>.
34607         (sigpending): Don't use CHECK_SIGSET.
34608         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34609         <bp-checks.h>.
34610         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34612         [BZ #13550]
34613         * sysdeps/generic/bp-semctl.h: Remove file.
34614         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34615         <bp-checks.h> and <bp-semctl.h>.
34616         (__old_semctl): Don't use CHECK_SEMCTL.
34617         (__new_semctl): Likewise.
34618         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34619         and <bp-semctl.h>.
34620         (__old_semctl): Don't use CHECK_SEMCTL.
34621         (__new_semctl): Likewise.
34622         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34623         <bp-checks.h> and <bp-semctl.h>.
34624         (__old_semctl): Don't use CHECK_SEMCTL.
34625         (__new_semctl): Likewise.
34626         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34627         <bp-checks.h> and <bp-semctl.h>.
34628         (semctl): Don't use CHECK_SEMCTL.
34630         [BZ #13550]
34631         * Makerules (elide-bp-thunks): Remove variable.
34632         (elide-routines.oS): Don't use $(elide-bp-thunks).
34633         (elide-routines.os): Likewise.
34634         (elide-routines.o): Likewise.
34635         (elide-routines.op): Likewise.
34636         (elide-routines.og): Likewise.
34637         (objects): Don't use $(bp-thunks).
34638         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34639         include.
34640         (common-generated): Do not add s-proto-bp.d.
34641         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34642         (int): Likewise.
34643         (typ): Likewise.
34644         Do not generate makefile rules for bounded-pointer thunks.
34645         * sysdeps/generic/bp-thunks.h: Remove file.
34646         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34647         * sysdeps/unix/s-proto-bp.S: Likewise.
34649         [BZ #15062]
34650         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34651         parts of result separately when argument is not close to line from
34652         -i to i and one part of argument is small.
34653         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34654         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34655         * math/libm-test.inc (cacos_test): Add more tests.
34656         (casin_test): Likewise.
34657         (casinh_test): Likewise.
34658         * sysdeps/i386/fpu/libm-test-ulps: Update.
34659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34661 2013-01-31  David S. Miller  <davem@davemloft.net>
34663         * po/de.po: Update from translation team.
34665 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34667         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34669 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34671         * configure.in (_AC_PROG_CC_C89): New definition.
34672         * configure: Regenerate.
34674         * configure.in (AC_PROG_CPP): New definition.
34675         * configure: Regenerate.
34677 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34679         * debug/tst-backtrace.h: New file.
34680         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34681         (ret): Remove variable.
34682         (x): Likewise.
34683         (FAIL): Remove macro.
34684         (NO_INLINE): Likewise.
34685         (fn1): Use match function instead of strstr.
34686         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34687         (ret): Remove variable.
34688         (x): Likewise.
34689         (FAIL): Remove macro.
34690         (NO_INLINE): Likewise.
34691         (fn): Use match function instead of strstr.
34692         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34693         (ret): Remove variable.
34694         (x): Likewise.
34695         (FAIL): Remove macro.
34696         (NO_INLINE): Likewise.
34697         (handle_signal): Use match function instead of strstr.
34698         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34699         (ret): Remove variable.
34700         (x): Likewise.
34701         (FAIL): Remove macro.
34702         (NO_INLINE): Likewise.
34703         (handle_signal): Use match function instead of strstr.
34705 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34707         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34709 2013-01-23  David S. Miller  <davem@davemloft.net>
34711         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34712         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34713         argument of CAS if possible.
34714         * sysdeps/sparc/sparc64/bits/atomic.h
34715         (__arch_compare_and_exchange_val_32_acq): Likewise.
34716         (__arch_compare_and_exchange_val_64_acq): Likewise.
34718 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34720         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34721         * sysdeps/posix/ulimit.c: ... this.
34722         Include <limits.h>.
34723         * sysdeps/unix/bsd/ulimit.c: Remove file.
34725 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34727         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34728         (LDFLAGS-tst-array5): Likewise.
34730 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34732         [BZ #15036]
34733         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34734         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34735         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34736         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34738 2013-01-21  David S. Miller  <davem@davemloft.net>
34740         * sysdeps/sparc/backtrace.c: New file.
34741         * sysdeps/sparc/sparc32/backtrace.h: New file.
34742         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34743         * sysdeps/sparc/sparc64/backtrace.h: New file.
34744         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34745         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34746         -funwind-tables.
34748 2013-01-21  Andreas Schwab  <schwab@suse.de>
34750         [BZ #15020]
34751         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34752         closed its stdout.
34754 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34756         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34757         "mpa2.h".
34758         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34760 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34761             Mark Mitchell  <mark@codesourcery.com>
34762             Tom de Vries  <tom@codesourcery.com>
34763             Paul Pluzhnikov  <ppluzhnikov@google.com>
34765         * debug/tst-backtrace2.c: New file.
34766         * debug/tst-backtrace3.c: Likewise.
34767         * debug/tst-backtrace4.c: Likewise.
34768         * debug/tst-backtrace5.c: Likewise.
34769         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34770         (CFLAGS-tst-backtrace3.c): Likewise.
34771         (CFLAGS-tst-backtrace4.c): Likewise.
34772         (CFLAGS-tst-backtrace5.c): Likewise.
34773         (LDFLAGS-tst-backtrace2): Likewise.
34774         (LDFLAGS-tst-backtrace3): Likewise.
34775         (LDFLAGS-tst-backtrace4): Likewise.
34776         (LDFLAGS-tst-backtrace5): Likewise.
34777         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34778         tst-backtrace4 and tst-backtrace5.
34780 2013-01-18  Anton Blanchard  <anton@samba.org>
34781             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34783         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34784         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34785         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34786         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34788         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34789         "+r" and remove output regs list as redundant.  Add explicit inline
34790         asm to specify register of return val to work around compiler codegen
34791         bug.  Remove (int) cast on return value.  Add return type parameter to
34792         use in macro so that this macro does not truncate return value for
34793         64-bit values.
34794         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34795         pass to INTERNAL_VSYSCALL_NCS.
34796         (INLINE_VSYSCALL): Add 'long int' as return type to
34797         INTERNAL_VSYSCALL_NCS macro invocation.
34798         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34799         INTERNAL_VSYSCALL_NCS macro invocation.
34800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34802 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34804         [BZ #14496]
34805         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34806         Fix application of SIMD FP exception mask.
34808         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34809         mp_no from a power of two.
34810         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34811         __mpexp_twomm1.  Use __pow_mp.
34813         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34814         multiplication.
34816 2013-01-17  David S. Miller  <davem@davemloft.net>
34818         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34820 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34822         [BZ #15023]
34823         * include/complex.h: Condition contents on [!_COMPLEX_H].
34824         (__kernel_casinhf): New prototype.
34825         (__kernel_casinh): Likewise.
34826         (__kernel_casinhl): Likewise.
34827         * math/Makefile (libm_calls): Add k_casinh.
34828         * math/k_casinh.c: New file.
34829         * math/k_casinhf.c: Likewise.
34830         * math/k_casinhl.c: Likewise.
34831         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34832         finite nonzero arguments.
34833         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34834         finite nonzero arguments.
34835         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34836         finite nonzero arguments.
34837         * math/s_casinh.c: Do not include <float.h>.
34838         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34839         * math/s_casinhf.c: Do not include <float.h>.
34840         (__casinhf): Move code for finite nonzero arguments to
34841         k_casinhf.c.
34842         * math/s_casinhl.c: Do not include <float.h>.
34843         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34844         redefine.
34845         (__casinhl): Move code for finite nonzero arguments to
34846         k_casinhl.c.
34847         * math/libm-test.inc (cacos_test): Add more tests.
34848         * sysdeps/i386/fpu/libm-test-ulps: Update.
34849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34851 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34853         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34854         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34855         [!HAVE_MREMAP]: Remove [defined linux] case.
34856         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34858 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34860         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34862 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34864         * elf/elf.h (R_386_SIZE32): New relocation.
34865         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34866         R_386_SIZE32.
34867         (elf_machine_rela): Likewise.
34868         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34869         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34871 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34873         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34874         (FP_FAST_FMA): Do not define.
34875         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34876         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34877         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34878         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34879         !_SOFT_FLOAT]: Likewise.
34880         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34881         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34882         value.
34883         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34884         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34885         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34886         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34887         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34888         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34889         file.
34891 2013-01-16  Andreas Schwab  <schwab@suse.de>
34893         [BZ #14327]
34894         * include/stdlib.h (__mktemp): Add declaration.
34895         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34896         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34898 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34900         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34901         definitions.
34902         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34903         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34904         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34905         definitions here.
34906         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34907         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34908         definitions.
34909         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34910         and ONE.
34911         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34912         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34913         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34914         definitions.
34915         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34916         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34917         definitions.
34918         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34920         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34922 2013-01-15  David S. Miller  <davem@davemloft.net>
34924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34925         trunc{,f} to libm-sysdep_routes.
34926         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34928         file.
34929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34931         file.
34932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34933         file.
34934         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34935         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34936         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34937         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34938         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34939         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34940         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34941         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34944         nearbyint{,f} to libm-sysdep_routes.
34945         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34946         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34947         New file.
34948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34949         file.
34950         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34951         New file.
34952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34953         file.
34954         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34955         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34956         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34957         file.
34958         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34959         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34960         file.
34961         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34962         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34963         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34965         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34966         libc_feholdexcept and libc_fesetenv.
34968 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34970         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34972 2013-01-14  David S. Miller  <davem@davemloft.net>
34974         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34975         (SPARC_ASM_VIS2_IFUNC): Likewise.
34976         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34978         use of 'siam' instruction.
34979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34980         Likewise.
34981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34982         Likewise.
34983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34984         Likewise.
34985         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34986         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34987         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34988         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34990         file.
34991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34992         file.
34993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34994         file.
34995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34996         file.
34997         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34998         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34999         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
35000         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
35001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
35002         new VIS2 routines.
35003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
35004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
35005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
35006         Likewise.
35007         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
35008         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
35009         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
35010         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
35011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
35012         routines to libm-sysdep_routines.
35013         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35016         fdim/fdimf to libm-sysdep_routines.
35017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
35018         file.
35019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
35020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
35021         file.
35022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
35023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
35024         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
35025         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
35026         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
35027         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
35028         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
35030 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
35032         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
35033         to optimize copies.
35035         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
35036         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35037         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35039         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
35040         local variable MPTWO.
35041         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
35042         Likewise.
35044 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35046         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
35047         GLOB_NOESCAPE.
35049 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35051         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
35053 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35055         * manual/pattern.texi (glob_t): Document gl_flags.
35056         (glob64_t): Likewise.
35058 2013-01-11  David S. Miller  <davem@davemloft.net>
35060         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
35061         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
35062         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
35063         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
35064         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
35065         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
35066         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
35067         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
35068         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
35069         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
35070         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
35071         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
35072         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
35074         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
35075         sparc V9 rather than using V8 code.
35076         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35077         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35079         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
35080         Move to...
35081         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
35082         Here.
35084 2013-01-11  Roland McGrath  <roland@hack.frob.com>
35086         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
35087         not in the main loop.
35088         * configure: Regenerated.
35090 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
35092         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
35093         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
35094         to just #else.
35095         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
35096         [!__GLIBC_HAVE_LONG_LONG] case.
35097         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
35098         condition to just #else.
35099         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
35100         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
35101         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
35102         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
35103         unconditional.
35104         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
35105         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
35106         #elif condition to just #else.
35107         * sysdeps/unix/sysv/linux/sys/sysmacros.h
35108         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
35109         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
35110         #elif condition to just #else.
35112 2013-01-11  Steve Ellcey  <sellcey@mips.com>
35114         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
35115         (EF_MIPS_ARCH_64): Fix value.
35116         (EF_MIPS_ARCH_32R2): New.
35117         (EF_MIPS_ARCH_64R2): New.
35119 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
35121         * Makeconfig (+link-pie-before-libc): New.
35122         (+link-pie-after-libc): Likewise.
35123         (+link-pie-tests): Likewise.
35124         (+link-pie): Rewritten.
35125         (link-before-libc): Remove $(config-LDFLAGS).
35126         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
35127         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
35128         (config-LDFLAGS): Renamed to ...
35129         (rtld-LDFLAGS): This.
35130         (rtld-tests-LDFLAGS): New macro.
35131         (link-libc-rpath-link): Likewise.
35132         (link-libc-tests-rpath-link): Likewise.
35133         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
35134         (link-libc): Prepand $(link-libc-rpath-link).
35135         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
35136         (test-program-prefix): New macro.
35137         (test-via-rtld-prefix): Likewise.
35138         (test-program-cmd): Likewise.
35139         (host-test-program-cmd): Likewise.
35140         * Makefile ($(common-objpfx)testrun.sh): Replace
35141         $(run-program-prefix) with $(test-program-prefix).
35142         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
35143         $(rtld-LDFLAGS).
35144         ($(common-objpfx)shlib.lds): Likewise.
35145         (build-module-helper): Likewise.
35146         ($(common-objpfx)format.lds): Likewise.
35147         * Rules (binaries-pie-tests): New.
35148         (binaries-pie-notests): Likewise.
35149         (binaries-pie): Rewritten.
35150         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
35151         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
35152         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
35153         (make-test-out): Replace $(host-built-program-cmd) with
35154         $(host-test-program-cmd).
35155         * config.make.in (build-hardcoded-path-in-tests): New variable.
35156         * configure.in (--enable-hardcoded-path-in-tests): New configure
35157         option.
35158         (hardcoded_path_in_tests): New AC_SUBST.
35159         * configure: Regenerated.
35160         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
35161         $(built-program-cmd) with $(test-program-cmd).
35162         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
35163         (test_program_cmd): This.
35164         * elf/Makefile ($(objpfx)order.out): Run test with
35165         $(test-program-prefix).
35166         ($(objpfx)order2.out): Likewise.
35167         ($(objpfx)tst-initorder.out): Likewise.
35168         ($(objpfx)tst-initorder2.out): Likewise.
35169         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
35170         $(test-program-cmd).
35171         ($(objpfx)tst-array1-static.out): Likewise.
35172         ($(objpfx)tst-array2.out): Likewise.
35173         ($(objpfx)tst-array3.out): Likewise.
35174         ($(objpfx)tst-array4.out): Likewise.
35175         ($(objpfx)tst-array5.out): Likewise.
35176         ($(objpfx)tst-array5-static.out): Likewise.
35177         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
35178         $(test-program-cmd).
35179         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
35180         $(run-program-prefix) with $(test-program-prefix).
35181         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
35182         (test_program_prefix): This.
35183         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
35184         $(run-program-prefix) with $(test-program-prefix).
35185         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
35186         (test_program_prefix): This.
35187         * iconvdata/tst-tables.sh: Likewise.
35188         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
35189         $(run-program-prefix) with $(test-program-prefix).
35190         ($(objpfx)tst-translit.out): Likewise.
35191         ($(objpfx)tst-gettext2.out): Likewise.
35192         ($(objpfx)tst-gettext4.out): Likewise.
35193         ($(objpfx)tst-gettext6.out): Likewise.
35194         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
35195         (test_program_prefix): This.
35196         * intl/tst-gettext2.sh: Likewise.
35197         * intl/tst-gettext4.sh  Likewise.
35198         * intl/tst-gettext6.sh: Likewise.
35199         * intl/tst-translit.sh: Likewise.
35200         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
35201         with $(test-program-cmd).
35202         * libio/Makefile ($(objpfx)test-freopen.out): Replace
35203         $(run-program-prefix) with $(test-program-prefix).
35204         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
35205         (test_program_prefix): This.
35206         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
35207         $(run-program-prefix) with $(test-program-prefix).
35208         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
35209         (test_program_prefix): This.
35210         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
35211         * posix/Makefile ($(objpfx)globtest.out): Replace
35212         $(run-via-rtld-prefix) and $(test-wrapper) with
35213         $(test-program-prefix) and $(test-via-rtld-prefix).
35214         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
35215         $(test-program-prefix).
35216         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
35217         $(host-test-program-cmd).
35218         (tst-spawn-ARGS): Likewise.
35219         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
35220         $(test-program-prefix).
35221         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
35222         (test_via_rtld_prefix): This.
35223         (test_wrapper): Renamed to ...
35224         (test_program_prefix): This.
35225         (run_program_prefix): Replaced by test_program_prefix.
35226         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
35227         (test_program_prefix): This.
35228         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
35229         with $(host-test-program-cmd).
35230         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
35231         $(run-program-prefix) with $(test-program-prefix).
35232         ($(objpfx)tst-printf.out): Likewise.
35233         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
35234         $(test-program-cmd).
35235         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
35236         (test_program_prefix): This.
35237         * stdio-common/tst-unbputc.sh: Likewise.
35238         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
35239         $(run-program-prefix) with $(test-program-prefix).
35240         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
35241         (test_program_prefix): This.
35242         * string/Makefile ($(objpfx)tst-svc.out):  Replace
35243         $(built-program-cmd) with $(test-program-cmd).
35245 2013-01-11  Andreas Jaeger  <aj@suse.de>
35247         [BZ #15003]
35248         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
35249         value. Sync with Linux 3.7.
35251 2013-01-10  David S. Miller  <davem@davemloft.net>
35253         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
35254         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35255         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35257 2013-01-10  Roland McGrath  <roland@hack.frob.com>
35259         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
35260         never set.
35261         * configure: Regenerated.
35263 2013-01-10  David S. Miller  <davem@davemloft.net>
35265         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
35266         sparc V9 rather than using V8 code.
35267         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35268         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35270 2013-01-10  Roland McGrath  <roland@hack.frob.com>
35272         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
35273         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
35274         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
35275         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
35276         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
35277         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
35278         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
35279         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
35280         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
35281         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
35282         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
35283         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
35284         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
35285         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
35286         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
35287         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
35288         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
35289         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
35290         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
35291         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
35292         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
35293         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
35294         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
35295         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
35296         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
35297         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
35298         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
35300 2013-01-10  David S. Miller  <davem@davemloft.net>
35302         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35304 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35306         * posix/Makefile (tests-static): New variable.
35307         (tests): Add $(tests-static).
35308         (tst-exec-static-ARGS): New variable.
35309         (tst-spawn-static-ARGS): Likewise.
35310         * posix/tst-exec-static.c: New file.
35311         * posix/tst-spawn-static.c: Likewise.
35312         * posix/tst-exec.c: Support run directly.
35313         * posix/tst-spawn.c: Likewise.
35315 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
35317         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
35318         long.
35319         * math/bits/mathcalls.h (llrint): Likewise.
35320         (llround): Likewise.
35321         * stdlib/stdlib.h (struct drand48_data): Likewise.
35322         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
35323         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
35324         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
35325         Likewise.
35326         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
35327         Likewise.
35328         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
35329         (elf_greg_t): Likewise.
35330         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
35331         (__jmp_buf): Likewise.
35332         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
35333         definitions.
35334         (llrint): Likewise, for all definitions.
35335         (llrintl): Likewise.
35337         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
35338         Remove [__GNUC__] condition.
35339         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
35340         condition to just [__USE_ISOC99].
35341         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
35343 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35345         [BZ #14200]
35346         * sysdeps/unix/sysv/linux/x86/bits/environments.h
35347         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
35348         defined.
35349         (_POSIX_V6_ILP32_OFF32): Likewise.
35350         (_XBS5_ILP32_OFF32): Likewise.
35351         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
35352         (__ILP32_OFFBIG_LDFLAGS): Likewise.
35354 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
35356         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
35358         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
35359         doubles __mpexp_twomm1.  Adjust usage.
35360         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
35361         Remove.
35363 2013-01-10  Andreas Schwab  <schwab@suse.de>
35365         [BZ #14964]
35366         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
35367         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
35369 2013-01-09  David S. Miller  <davem@davemloft.net>
35371         [BZ #15003]
35372         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
35373         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
35374         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
35375         (TCP_FASTOPEN): Define.
35376         (tcp_repair_opt): New structure.
35377         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
35378         enum values.
35379         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
35380         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
35381         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
35382         (tcp_cookie_transactions): New structure.
35384 2013-01-09  Anton Blanchard  <anton@samba.org>
35386         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
35387         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
35388         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
35389         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
35391 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
35393         * include/features.h (__USE_ANSI): Remove.
35395 2013-01-09  Roland McGrath  <roland@hack.frob.com>
35397         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
35399         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
35401 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
35403         * sysdeps/s390/fpu/libm-test-ulps: Update.
35405         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35407         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
35408         (__acr): Likewise.
35409         (__cpy): Likewise.
35410         (norm): Likewise.
35411         (denorm): Likewise.
35412         (__mp_dbl): Likewise.
35413         (__dbl_mp): Likewise.
35414         (add_magnitudes): Likewise.
35415         (sub_magnitudes): Likewise.
35416         (__add): Likewise.
35417         (__sub): Likewise.
35418         (__mul): Likewise.
35419         (__inv): Likewise.
35420         (__dvd): Likewise.
35421         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
35422         (__acr): Likewise.
35423         (__cpy): Likewise.
35424         (norm): Likewise.
35425         (denorm): Likewise.
35426         (__mp_dbl): Likewise.
35427         (__dbl_mp): Likewise.
35428         (add_magnitudes): Likewise.
35429         (sub_magnitudes): Likewise.
35430         (__add): Likewise.
35431         (__sub): Likewise.
35432         (__mul): Likewise.
35433         (__inv): Likewise.
35434         (__dvd): Likewise.
35435         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
35436         (__acr): Likewise.
35437         (__cpy): Likewise.
35438         (norm): Likewise.
35439         (denorm): Likewise.
35440         (__mp_dbl): Likewise.
35441         (__dbl_mp): Likewise.
35442         (add_magnitudes): Likewise.
35443         (sub_magnitudes): Likewise.
35444         (__add): Likewise.
35445         (__sub): Likewise.
35446         (__mul): Likewise.
35447         (__inv): Likewise.
35448         (__dvd): Likewise.
35450 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
35452         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
35453         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
35454         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
35455         2 && __USE_EXTERN_INLINES]: Likewise.
35457 2013-01-08  Andreas Jaeger  <aj@suse.de>
35459         [BZ# 14985]
35460         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
35461         Remove.
35462         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35463         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35465 2013-01-07  Anton Blanchard  <anton@samba.org>
35467         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
35468         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
35469         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
35470         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
35471         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
35472         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
35473         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
35474         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35475         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35476         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35477         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
35478         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
35479         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
35480         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
35481         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
35482         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
35483         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
35484         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
35485         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
35486         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
35487         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
35488         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
35489         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
35490         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
35491         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
35492         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
35493         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
35494         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
35495         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
35496         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
35497         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
35498         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35499         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35500         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
35501         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
35502         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
35503         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
35504         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35505         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
35506         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
35507         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
35508         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
35509         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
35511 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
35513         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
35514         (__MALLOC_PMT): Likewise.
35515         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
35516         [__GNUC__], only on [_LIBC].
35517         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35518         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
35519         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35520         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35521         forward declaration.
35522         (realloc_hook_ini): Likewise.
35523         (memalign_hook_ini): Likewise.
35524         (__libc_memalign): Do not use __MALLOC_PMT in variable
35525         declaration.
35526         (__libc_valloc): Likewise.
35527         (__libc_pvalloc): Likewise.
35528         (__libc_calloc): Likewise.
35529         (__posix_memalign): Likewise.
35531         [BZ #14996]
35532         * math/s_casinh.c: Include <float.h>.
35533         (__casinh): Do not do computation with squaring and square root
35534         for large arguments.
35535         * math/s_casinhf.c: Include <float.h>.
35536         (__casinhf): Do not do computation with squaring and square root
35537         for large arguments.
35538         * math/s_casinhl.c: Include <float.h>.
35539         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35540         (__casinhl): Do not do computation with squaring and square root
35541         for large arguments.
35542         * math/libm-test.inc (casin_test): Add more tests.
35543         (casinh_test): Likewise.
35544         * sysdeps/i386/fpu/libm-test-ulps: Update.
35545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35547 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35549         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35550         (__x86_64_raw_data_cache_size): Likewise.
35551         (__x86_64_data_cache_size_half): Likewise.
35552         (__x86_64_raw_data_cache_size_half): Likewise.
35553         (__x86_64_shared_cache_size): Likewise.
35554         (__x86_64_raw_shared_cache_size): Likewise.
35555         (__x86_64_shared_cache_size_half): Likewise.
35556         (__x86_64_raw_shared_cache_size_half): Likewise.
35557         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35558         to ...
35559         (__x86_data_cache_size): This.
35560         (__x86_64_raw_data_cache_size): Renamed to ...
35561         (__x86_raw_data_cache_size): This.
35562         (__x86_64_data_cache_size_half): Renamed to ...
35563         (__x86_data_cache_size_half): This.
35564         (__x86_64_raw_data_cache_size_half): Renamed to ...
35565         (__x86_raw_data_cache_size_half): This.
35566         (__x86_64_shared_cache_size): Renamed to ...
35567         (__x86_shared_cache_size): This.
35568         (__x86_64_raw_shared_cache_size): Renamed to ...
35569         (__x86_raw_shared_cache_size): This.
35570         (__x86_64_shared_cache_size_half): Renamed to ...
35571         (__x86_shared_cache_size_half): This.
35572         (__x86_64_raw_shared_cache_size_half): Renamed to ...
35573         (__x86_raw_shared_cache_size_half): This.
35574         * sysdeps/x86_64/memcpy.S: Updated.
35575         * sysdeps/x86_64/memset.S: Likewise.
35576         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35577         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35578         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35580 2013-01-04  David S. Miller  <davem@davemloft.net>
35582         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35584 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
35586         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35587         1 to avoid redefinition warning.
35588         (__USE_GNU): Don't define.
35589         (init_signaling_nan): Protoize.
35591         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35593 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35595         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35596         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35597         (__cpymn): Likewise.
35598         (norm): Remove commented code.
35599         (denorm): Likewise.
35600         (__mp_dbl): Likewise.
35601         (__inv): Likewise.
35602         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35603         (__cpymn): Likewise.
35604         (norm): Remove commented code.
35605         (denorm): Likewise.
35606         (__mp_dbl): Likewise.
35607         (__inv): Likewise.
35609         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35610         mp_no value for 1.0 and 2.0.
35611         (norm): Use RADIXI instead of radixi.d.
35612         (denorm): Likewise.
35613         (__mul): Use 0.0 instead of zero.d.
35614         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35615         mp_no value for 1.0 and 2.0.
35616         (norm): Use RADIXI instead of radixi.d.
35617         (denorm): Likewise.
35618         (__mul): Use 0.0 instead of zero.d.
35620 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35622         [BZ #14994]
35623         * math/s_casinh.c (__casinh): Reduce finite argument to first
35624         quadrant then set signs of results at the end.
35625         * math/s_casinhf.c (__casinhf): Likewise.
35626         * math/s_casinhl.c (__casinhl): Likewise.
35627         * math/libm-test.inc (casin_test): Add more tests.
35628         (casinh_test): Likewise.
35629         * sysdeps/i386/fpu/libm-test-ulps: Update.
35630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35632 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35634         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35636         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35638         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35639         declarations.
35640         (denorm): Likewise.
35641         (__mp_dbl): Likewise.
35642         (__inv): Likewise.
35644         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35645         and adjust the header comment.
35647         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35648         variable name from declaration.
35650 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35653         Initialize COMMON_CPUID_INDEX_7 element.
35654         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35655         (CPUID_RTM): Likewise.
35656         (HAS_RTM): Likewise.
35657         (COMMON_CPUID_INDEX_7): New enum.
35659 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35661         [BZ #14981]
35662         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35663         size is zero, record memory as freed.
35665 2013-01-03  Andreas Jaeger  <aj@suse.de>
35667         * po/ia.po: Add new Interlingua translation.
35669 2012-01-03  Allan McRae  <allan@archlinux.org>
35671         * locale/programs/localedef.c: Fix description of '--posix' flag.
35673 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35675         * NEWS: Update dates in second copyright notice.
35676         * README: Update copyright dates in example.
35677         * manual/libc.texinfo: Update copyright dates.
35678         * scripts/test-installation.pl: Update copyright date in --version
35679         output.
35681         * hurd/ctty-input.c: Fix copyright notice formatting.
35682         * hurd/ctty-output.c: Likewise.
35683         * hurd/dtable.c: Likewise.
35684         * hurd/hurd-raise.c: Likewise.
35685         * hurd/hurdprio.c: Likewise.
35686         * hurd/msgportdemux.c: Likewise.
35687         * misc/sys/file.h: Likewise.
35688         * misc/sys/ioctl.h: Likewise.
35689         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35690         * sysdeps/mach/hurd/chdir.c: Likewise.
35691         * sysdeps/mach/hurd/fchdir.c: Likewise.
35692         * sysdeps/mach/hurd/rename.c: Likewise.
35693         * sysdeps/mach/hurd/rmdir.c: Likewise.
35694         * sysdeps/mach/hurd/seekdir.c: Likewise.
35695         * sysdeps/mach/hurd/setsid.c: Likewise.
35696         * sysdeps/posix/wait3.c: Likewise.
35698         * All files with FSF copyright notices: Update copyright dates
35699         using scripts/update-copyrights.
35700         * intl/plural.c: Regenerated.
35701         * locale/programs/charmap-kw.h: Likewise.
35702         * locale/programs/locfile-kw.h: Likewise.
35704 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35706         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35707         four values.
35709         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35710         calculation loop and add branch prediction.
35712         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35713         check access beyond bounds of m1np.
35715         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35716         MPTWO.
35717         (__inv): Remove local variable MPTWO to use the global
35718         constant.
35719         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35720         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35721         variable MPTWO.
35722         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35723         MP3HALFS static const.
35725 2013-01-01  David S. Miller  <davem@davemloft.net>
35727         * po/ca.po: Update from translation team.
35729 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35731         * scripts/update-copyrights: New file.
35732         * Makeconfig: Reformat copyright notice.
35733         * ctype/ctype.h: Likewise.
35734         * debug/swprintf_chk.c: Likewise.
35735         * elf/dl-cache.c: Likewise.
35736         * elf/dl-debug.c: Likewise.
35737         * elf/dl-object.c: Likewise.
35738         * grp/initgroups.c: Likewise.
35739         * hurd/Makefile: Likewise.
35740         * hurd/hurd/signal.h: Likewise.
35741         * hurd/hurdfault.c: Likewise.
35742         * hurd/hurdioctl.c: Likewise.
35743         * hurd/hurdlookup.c: Likewise.
35744         * hurd/intr-msg.c: Likewise.
35745         * iconv/gconv_open.c: Likewise.
35746         * libio/swprintf.c: Likewise.
35747         * locale/lc-ctype.c: Likewise.
35748         * locale/nl_langinfo.c: Likewise.
35749         * mach/Machrules: Likewise.
35750         * mach/Makefile: Likewise.
35751         * malloc/obstack.h: Likewise.
35752         * manual/Makefile: Likewise.
35753         * manual/tsort.awk: Likewise.
35754         * misc/bits/stab.def: Likewise.
35755         * nis/nis_print_group_entry.c: Likewise.
35756         * nis/nis_table.c: Likewise.
35757         * nis/nss_compat/compat-pwd.c: Likewise.
35758         * nis/nss_compat/compat-spwd.c: Likewise.
35759         * po/Makefile: Likewise.
35760         * posix/fnmatch.c: Likewise.
35761         * posix/regex.h: Likewise.
35762         * resolv/Makefile: Likewise.
35763         * resolv/nss_dns/dns-network.c: Likewise.
35764         * resolv/res_hconf.c: Likewise.
35765         * scripts/gen-sorted.awk: Likewise.
35766         * soft-fp/soft-fp.h: Likewise.
35767         * stdio-common/printf.h: Likewise.
35768         * stdlib/monetary.h: Likewise.
35769         * stdlib/random.c: Likewise.
35770         * stdlib/random_r.c: Likewise.
35771         * sysdeps/generic/Makefile: Likewise.
35772         * sysdeps/gnu/Makefile: Likewise.
35773         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35774         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35775         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35776         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35777         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35778         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35779         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35780         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35781         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35782         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35783         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35784         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35785         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35786         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35787         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35788         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35789         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35790         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35791         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35792         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35793         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35794         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35795         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35796         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35797         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35798         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35799         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35800         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35801         * sysdeps/mach/hurd/errnos.awk: Likewise.
35802         * sysdeps/mach/hurd/fork.c: Likewise.
35803         * sysdeps/mach/hurd/getcwd.c: Likewise.
35804         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35805         * sysdeps/mach/hurd/mmap.c: Likewise.
35806         * sysdeps/mach/hurd/utimes.c: Likewise.
35807         * sysdeps/mach/hurd/xmknod.c: Likewise.
35808         * sysdeps/posix/profil.c: Likewise.
35809         * sysdeps/posix/readdir_r.c: Likewise.
35810         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35811         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35812         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35813         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35814         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35815         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35816         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35817         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35818         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35819         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35820         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35821         * sysdeps/pthread/lio_listio.c: Likewise.
35822         * sysdeps/sparc/dl-procinfo.h: Likewise.
35823         * sysdeps/unix/i386/sysdep.S: Likewise.
35824         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35825         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35826         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35827         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35829         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35830         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35831         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35832         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35833         * sysdeps/wordsize-32/divdi3.c: Likewise.
35834         * time/sys/time.h: Likewise.
35835         * wcsmbs/Makefile: Likewise.
35837 2013-01-01  David S. Miller  <davem@davemloft.net>
35839         * po/fr.po: Update from translation team.
35841         * catgets/gencat.c: Update copyright year.
35842         * csu/version.c: Likewise.
35843         * debug/catchsegv.sh: Likewise.
35844         * debug/pcprofiledump.c: Likewise.
35845         * debug/xtrace.sh: Likewise.
35846         * elf/ldconfig.c: Likewise.
35847         * elf/ldd.bash.in: Likewise.
35848         * elf/pldd.c: Likewise.
35849         * elf/sotruss.ksh: Likewise.
35850         * elf/sprof.c: Likewise.
35851         * iconv/iconv_prog.c: Likewise.
35852         * iconv/iconvconfig.c: Likewise.
35853         * locale/programs/locale.c: Likewise.
35854         * locale/programs/localedef.c: Likewise.
35855         * login/programs/pt_chown.c: Likewise.
35856         * malloc/memusage.sh: Likewise.
35857         * malloc/memusagestat.c: Likewise.
35858         * malloc/mtrace.pl: Likewise.
35859         * nscd/nscd.c: Likewise.
35860         * nss/getent.c: Likewise.
35861         * nss/makedb.c: Likewise.
35862         * posix/getconf.c: Likewise.
35864 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35866         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35867         numbers.
35869 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35871         * math/bits/mathcalls.h (modf): Use __nonnull.
35873 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35875         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35876         (split): Use macro CN instead of the bare value.
35877         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35878         could be used.
35879         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35880         instead of the bare value.
35881         (power1): Likewise.
35883 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35885         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35886         __ATAN_TWOM.
35887         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35889         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35890         their values.
35891         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35892         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35893         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35894         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35896 2012-12-28  Andreas Jaeger  <aj@suse.de>
35898         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35899         values are from Linux 3.7.
35901         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35902         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35904 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35906         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35907         TRUE case.
35909         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35910         (norm): Likewise.
35911         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35912         variables with preprocessor constants.
35913         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35914         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35915         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35917 2012-12-27  Bruno Haible  <bruno@clisp.org>
35919         [BZ #14317]
35920         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35921         only if needed.
35923 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35925         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35926         and use variable directly.
35927         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35929         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35930         MPONE.
35931         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35932         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35933         variable MPONE.
35934         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35935         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35936         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35937         include directive.  Remove local variable MPONE.
35938         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35939         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35940         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35942 2012-12-25  David S. Miller  <davem@davemloft.net>
35944         * version.h (RELEASE): Set to "development".
35945         (VERSION): Set to "2.17.90".
35946         * NEWS: Add 2.18 section.
35948 2012-12-21  David S. Miller  <davem@davemloft.net>
35950         * po/hr.po: Update from translation team.
35952 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35954         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35956 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35958         * NEWS:  Mention new memcpy for MIPS.
35960 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35962         * manual/contrib.texi (Contributors): Spelling correction.
35964 2012-12-15  David S. Miller  <davem@davemloft.net>
35966         * po/ru.po: Update from translation team.
35968 2012-12-13  David S. Miller  <davem@davemloft.net>
35970         * NEWS: Mention IFUNC testsuite enhancements.
35972         * po/pl.po: Update from translation team.
35973         * po/bg.po: Likewise.
35975         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35976         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35978 2012-12-11  David S. Miller  <davem@davemloft.net>
35980         * po/sv.po: Update from translation team.
35982         * po/vi.po: Update from translation team.
35984         * po/cs.po: Update from translation team.
35986         * po/de.po: Update from translation team.
35987         * po/eo.po: Likewise.
35988         * po/nl.po: Likewise.
35990 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35992         [BZ #14246]
35993         * manual/argp.texi (Argp Helper Functions): Move node to follow
35994         Argp Parsing State.
35996         [BZ #14872]
35997         * manual/conf.texi (Limits on File System Capacity): Mention if
35998         terminating null is included in the max size.
36000 2012-12-10  Andreas Jaeger  <aj@suse.de>
36002         * po/cs.po: Update from translation team.
36004 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
36006         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
36007         void pointer and cast to uintptr_t.
36008         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
36009         path.
36010         * sysdeps/s390/s390-64/memcpy.S: Likewise.
36011         * sysdeps/s390/s390-64/memset.S: Likewise.
36013 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
36015         [BZ #14833]
36016         * menual/message.texi (Message Translation): Fix typos.
36017         (Helper programs for gettext): Likewise.
36019 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
36021         [BZ #14898]
36022         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
36023         Change to -1.
36025 2012-12-07  David S. Miller  <davem@davemloft.net>
36027         * po/libc.pot: Update.
36029 2012-12-07  Richard Henderson  <rth@redhat.com>
36031         [BZ #10114]
36032         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
36033         normal/normal case to before the switch.
36034         (_FP_DIV): Likewise.
36036 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
36037             Mike Frysinger  <vapier@gentoo.org>
36039         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
36040         check for __NR_fadvise64_64.
36042 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
36044         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
36045         0, not just to plain "0" as a statement.
36046         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
36047         with cw.
36049 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
36051         * NEWS: Use sourceware.org in Bugzilla URL.
36053 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
36055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
36056         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
36058         * stdio-common/tst-put-error.c (do_test): Add newline to the
36059         padded test to ensure flush.
36061 2012-12-05  Jeff Law  <law@redhat.com>
36063         * sunrpc/etc.rpc (fedfs_admin): Add entry.
36065 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
36067         * README: Don't refer to ports add-on as distributed separately.
36068         Mention AArch64 in list of systems supported in the ports add-on.
36070         * LICENSES: Add more non-FSF copyright and license notices.
36072         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
36073         ((unused)).
36075         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
36077         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
36078         10000 as width of padded output.
36080 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
36082         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
36084         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
36085         variable LX with __attribute__ ((unused)).
36086         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
36087         Likewise.
36088         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
36089         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36090         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
36091         with __attribute__ ((unused)).
36093 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
36095         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
36097 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
36099         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
36100         (CFLAGS-nldbl-acos.c): New variable.
36101         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
36102         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
36103         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
36104         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
36105         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
36106         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
36107         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
36108         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
36109         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
36110         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
36111         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
36112         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
36113         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
36114         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
36115         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
36116         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
36117         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
36118         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
36119         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
36120         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
36121         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
36122         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
36123         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
36124         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
36125         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
36126         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
36127         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
36128         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
36129         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
36130         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
36131         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
36132         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
36133         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
36134         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
36135         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
36136         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
36137         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
36138         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
36139         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
36140         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
36141         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
36142         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
36143         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
36144         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
36145         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
36146         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
36147         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
36148         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
36149         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
36150         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
36151         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
36152         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
36153         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
36154         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
36155         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
36156         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
36157         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
36158         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
36159         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
36160         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
36161         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
36162         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
36163         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
36164         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
36165         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
36166         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
36167         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
36168         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
36169         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
36170         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
36171         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
36172         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
36173         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
36174         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
36175         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
36176         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
36177         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
36178         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
36179         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
36180         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
36181         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
36182         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
36183         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
36184         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
36185         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
36186         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
36187         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
36188         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
36189         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
36190         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
36191         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
36192         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
36193         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
36194         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
36195         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
36196         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
36197         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
36199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
36200         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
36202         [BZ #14914]
36203         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
36204         whole low double instead of just low 47 bits when splitting values
36205         into two parts.
36207 2012-12-03  Allan McRae  <allan@archlinux.org>
36209         * manual/stdio.texi (Predefined Printf Handlers): Remove
36210         @hsep and @vsep usage.
36212 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
36214         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
36215         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
36217 2012-12-03  Jeff Law  <law@redhat.com>
36219         * time/sys/time.h (settimeofday): Do not mark TV argument
36220         as __nonnull.
36222 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
36224         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
36225         when currently writing and seek to current position when not.
36226         * libio/Makefile (tests): Remove bug-fclose1.
36227         * libio/bug-fclose1.c: Delete.
36229 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
36231         * manual/arith.texi (feenableexcept): Fix typo.
36232         (fedisableexcept): Likewise.
36234 2012-11-30  Roland McGrath  <roland@hack.frob.com>
36236         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
36237         second, differently-typed declaration, rather than a cast.
36239 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
36241         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
36242         * include/rpc/svc.h: ... here.
36244 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
36246         [BZ #13013]
36247         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
36248         depending n and resplen2 to catch cases where answer
36249         equals answerp2.
36251 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
36253         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
36254         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
36256 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
36258         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
36260 2012-11-29  Roland McGrath  <roland@hack.frob.com>
36262         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
36264 2012-11-28  Jeff Law  <law@redhat.com>
36266         [BZ #13761]
36267         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
36268         dataset_temporary.  Track alloca usage into alloca_used.
36269         If dataset is large allocate and release it via malloc/free.
36271 2012-06-04  Florian Weimer  <fweimer@redhat.com>
36273         [BZ #14197]
36274         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
36276 2012-11-28  David S. Miller  <davem@davemloft.net>
36278         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36280 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
36282         [BZ #14803]
36283         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
36284         of pi/2 rounded to nearest to 64 bits.
36285         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
36286         nearest to 64 bits.
36287         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
36288         bits.
36290 2012-11-28  Jeff Law <law@redhat.com>
36291             Martin Osvald <mosvald@redhat.com>
36293         [BZ #14889]
36294         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
36295         * sunrpc/svc.c: Include time.h.
36296         (__svc_accept_failed): New function.
36297         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
36298         any reason other than EINTR, call __svc_accept_failed.
36299         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
36300         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
36302 2012-11-28  Andreas Schwab  <schwab@suse.de>
36304         * scripts/abilist.awk: Also handle indirect functions in .opd
36305         section.
36307 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
36309         [BZ #13881]
36310         * sysdeps/x86/fpu/powl_helper.c: New file.
36311         * sysdeps/x86/fpu/Makefile: Likewise.
36312         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
36313         (p3): New object.
36314         (__ieee754_powl): Use __powl_helper for finite arguments except
36315         integer exponents below 8.
36316         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
36317         (p3): New object.
36318         (__ieee754_powl): Use __powl_helper for finite arguments except
36319         integer exponents below 8.
36320         * math/libm-test.inc (pow_test): Add more tests and enable some
36321         previously disabled tests.
36322         * sysdeps/i386/fpu/libm-test-ulps: Update.
36323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36325 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36326             Carlos O'Donell  <carlos_odonell@mentor.com>
36328         * nss/makedb.c (is_prime): Assert that input is odd and greater
36329         than 4.  Note that fact in a comment too.
36330         (next_prime): Add 4 to input.
36332 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
36334         [BZ #11741]
36335         * libio/Makefile (tests): Add test case tst-fwrite-error.
36336         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
36337         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
36338         * libio/tst-fwrite-error.c: New test case.
36340 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
36342         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
36343         before casting to void *.
36344         * include/libc-internal.h (__pointer_type): New macro.
36345         (__integer_if_pointer_type_sub): Likewise.
36346         (__integer_if_pointer_type): Likewise.
36347         (cast_to_integer): Likewise.
36348         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
36349         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
36350         before casting to atomic64_t.
36351         (atomic_exchange_acq): Likewise.
36352         (__arch_exchange_and_add_body): Likewise.
36353         (__arch_add_body): Likewise.
36354         (atomic_add_negative): Likewise.
36355         (atomic_add_zero): Likewise.
36357 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
36359         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
36360         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
36361         (add_fdes): Likewise.
36362         (linear_search_fdes): Likewise.
36363         (binary_search_unencoded_fdes): Likewise.
36365 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
36367         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
36369 2012-11-24  Adam Conrad  <adconrad@0c3.net>
36371         * configure.in: Autodetect C++ header directories.
36372         * configure: Regenerated.
36374 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
36376         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
36378 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
36380         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36382 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
36384         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
36385         LDBL_MANT_DIG == 106]: Disable some tests.
36386         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
36387         Likewise.
36388         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
36389         Likewise.
36391         [BZ #14871]
36392         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
36393         input for small inputs.  Return +/- pi/2 for large inputs.
36394         * math/libm-test.inc (atan_test): Add more tests.
36396         * sysdeps/generic/unwind-dw2-fde-glibc.c
36397         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
36398         __attribute__ ((unused)).
36400         [BZ #14645]
36401         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
36402         x * y if x and y are nonzero and z is zero.
36404         [BZ #14811]
36405         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
36406         nonzero exponents with absolute value below 0x1p-117 to +/-
36407         0x1p-117.
36409         [BZ #14869]
36410         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
36411         up arguments below 2**-450, not just those below 2**-500.
36412         * math/libm-test.inc (hypot_test): Add another test.
36414         [BZ #14868]
36415         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
36416         Return a+b for ratio over 2**120, not 2**60.
36417         * math/libm-test.inc (hypot_test): Add another test.
36419         * math/libm-test.inc (clog_test): Use
36420         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
36421         (clog10_test): Likewise.
36423         [BZ #6778]
36424         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
36426 2012-11-22  Andreas Schwab  <schwab@suse.de>
36428         * sysdeps/i386/fpu/libm-test-ulps: Update.
36430 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
36432         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
36433         printf output with newline.
36435 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
36437         [BZ #14865]
36438         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
36439         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
36440         -z nodlopen, -z initfirst and -z execstack support.
36441         * configure: Regenerated.
36443         * elf/elf.h (DF_1_NODIRECT): New macro.
36444         (DF_1_IGNMULDEF): Likewise.
36445         (DF_1_NOKSYMS): Likewise.
36446         (DF_1_NOHDR): Likewise.
36447         (DF_1_EDITED): Likewise.
36448         (DF_1_NORELOC): Likewise.
36449         (DF_1_SYMINTPOSE): Likewise.
36450         (DF_1_GLOBAUDIT): Likewise.
36451         (DF_1_SINGLETON): Likewise.
36452         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
36453         DT_1_SUPPORTED_MASK bits.
36454         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
36456 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
36458         * sysdeps/unix/make-syscalls.sh: Document prefixes.
36460 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
36462         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
36463         macro.
36465         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
36466         (sendmmsg): Move declarations...
36467         * socket/sys/socket.h: ... here.
36468         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
36469         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
36470         include it from...
36471         * socket/recvmmsg.c: ... this new file.
36472         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
36473         (sendmmsg): Rename to __sendmmsg, create weak alias and make
36474         definition of __sendmmsg hidden.
36475         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
36476         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
36477         Move ENOSYS stub into and include it from...
36478         * socket/sendmmsg.c: ... this new file.
36479         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
36480         (sysdep_routines): Move recvmmsg and sendmmsg...
36481         * socket/Makefile (routines): ... here.
36482         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
36483         (GLIBC_PRIVATE): Add __sendmmsg.
36484         * include/sys/socket.h (__sendmmsg): Add declarations.
36485         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
36486         sendmmsg.
36488 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
36490         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
36491         variable I1 with __attribute__ ((unused)).
36492         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
36494 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36496         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
36497         DUMMY variables with __attribute__ ((unused)).
36499         * bits/byteswap.h: Include <bits/types.h>.
36500         (__bswap_64): Use __uint64_t instead of unsigned long long int.
36502 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36504         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
36505         string_t.  Do not manually set errno.
36506         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
36507         length with __strnlen.  Make sure to both set errno and return it on
36508         failure.
36510 2012-11-19  David S. Miller  <davem@davemloft.net>
36512         With help from Joseph Myers.
36513         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
36514         very large arguments properly.
36515         * math/libm-test.inc (atan_test): New tests.
36516         (atan2_test): New tests.
36517         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36518         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36520 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36522         [BZ #14856]
36523         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36524         Define to 3.
36526         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36527         [POSIX] (EADDRNOTAVAIL): Likewise.
36528         [POSIX] (EAFNOSUPPORT): Likewise.
36529         [POSIX] (EALREADY): Likewise.
36530         [POSIX] (ECONNABORTED): Likewise.
36531         [POSIX] (ECONNREFUSED): Likewise.
36532         [POSIX] (ECONNRESET): Likewise.
36533         [POSIX] (EDESTADDRREQ): Likewise.
36534         [POSIX] (EDQUOT): Likewise.
36535         [POSIX] (EHOSTUNREACH): Likewise.
36536         [POSIX] (EIDRM): Likewise.
36537         [POSIX] (EISCONN): Likewise.
36538         [POSIX] (ELOOP): Likewise.
36539         [POSIX] (EMULTIHOP): Likewise.
36540         [POSIX] (ENETDOWN): Likewise.
36541         [POSIX] (ENETUNREACH): Likewise.
36542         [POSIX] (ENOBUFS): Likewise.
36543         [POSIX] (ENODATA): Likewise.
36544         [POSIX] (ENOLINK): Likewise.
36545         [POSIX] (ENOMSG): Likewise.
36546         [POSIX] (ENOPROTOOPT): Likewise.
36547         [POSIX] (ENOSR): Likewise.
36548         [POSIX] (ENOSTR): Likewise.
36549         [POSIX] (ENOTCONN): Likewise.
36550         [POSIX] (ENOTSOCK): Likewise.
36551         [POSIX] (EOPNOTSUPP): Likewise.
36552         [POSIX] (EOVERFLOW): Likewise.
36553         [POSIX] (EPROTO): Likewise.
36554         [POSIX] (EPROTONOSUPPORT): Likewise.
36555         [POSIX] (EPROTOTYPE): Likewise.
36556         [POSIX] (ESTALE): Likewise.
36557         [POSIX] (ETIME): Likewise.
36558         [POSIX] (ETXTBSY): Likewise.
36559         [POSIX] (EWOULDBLOCK): Likewise.
36560         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36561         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36562         [POSIX] (SEEK_CUR): Likewise.
36563         [POSIX] (SEEK_END): Likewise.
36564         [POSIX || UNIX98] (mode_t): Do not require.
36565         [POSIX] (off_t): Likewise.
36566         [POSIX] (pid_t): Likewise.
36567         [POSIX] (sys/stat.h): Do not allow header.
36568         [POSIX] (unistd.h): Likewise.
36569         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36570         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36571         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36572         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36573         require.
36574         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36575         sigevent): Specify elements.
36576         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36577         entry.
36578         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36579         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36581         * conform/data/cpio.h-data [POSIX]: Disable whole file.
36582         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36583         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36584         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36585         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36586         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36587         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36588         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36589         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36590         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36591         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36592         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36593         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36594         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36595         Likewise.
36596         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36597         Likewise.
36598         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36599         Likewise.
36600         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36601         Likewise.
36602         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36603         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36604         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36605         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36606         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36607         Specify lower bound on value.
36608         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36609         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36610         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36611         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36612         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36613         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36614         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36615         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36616         value.
36617         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36618         as optional.
36619         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36620         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36621         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36622         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36623         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36624         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36625         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36626         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36627         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36628         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36629         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36630         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36631         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36632         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36633         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36634         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36635         entry.
36636         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36637         optional.
36638         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36639         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36640         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36641         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36642         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36643         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36644         Likewise.
36645         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36646         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36647         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36648         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36649         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36650         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36651         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36652         as optional.
36653         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36654         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36655         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36656         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36657         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36658         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36659         specify as optional.
36660         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36661         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36662         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36663         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36664         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36665         [XPG3] (NL_LANGMAX): Likewise.
36666         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36667         [POSIX || XPG3] (NL_NMAX): Likewise.
36668         [POSIX || XPG3] (NL_SETMAX): Likewise.
36669         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36670         [XPG3] (NZERO): Likewise.
36671         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36672         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36673         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36674         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36675         (REG_ERANGE): Expect.
36676         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36677         optional-constant.
36678         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36679         Use (void) in prototype.
36680         [POSIX] (*_t): Allow.
36681         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36682         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36683         (WRDE_BADVAL): Expect.
36685         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36686         expect.
36687         [XPG3 || XPG4] (O_RSYNC): Likewise.
36688         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36689         Likewise.
36690         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36691         [XPG3 || XPG4] (sigqueue): Likewise.
36692         [XPG3 || XPG4] (sigtimedwait): Likewise.
36693         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36694         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36695         [XPG3 || XPG4] (vsnprintf): Likewise.
36696         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36697         Likewise.
36698         [XPG3 || XPG4] (blksize_t): Likewise.
36699         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36700         Likewise.
36701         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36702         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36703         [XPG3 || XPG4] (struct itimerspec): Likewise.
36704         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36705         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36706         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36707         [XPG3 || XPG4] (clockid_t): Likewise.
36708         [XPG3 || XPG4] (timer_t): Likewise.
36709         [XPG3 || XPG4] (clock_getres): Likewise.
36710         [XPG3 || XPG4] (clock_gettime): Likewise.
36711         [XPG3 || XPG4] (clock_settime): Likewise.
36712         [XPG3 || XPG4] (nanosleep): Likewise.
36713         [XPG3 || XPG4] (timer_create): Likewise.
36714         [XPG3 || XPG4] (timer_delete): Likewise.
36715         [XPG3 || XPG4] (timer_gettime): Likewise.
36716         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36717         [XPG3 || XPG4] (timer_settime): Likewise.
36718         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36719         [XPG3 || XPG4] (getlogin_r): Likewise.
36720         [XPG3 || XPG4] (pread): Likewise.
36721         [XPG3 || XPG4] (pthread_atfork): Likewise.
36722         [XPG3 || XPG4] (pwrite): Likewise.
36724         [BZ #14835]
36725         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36726         <bits/siginfo.h>.
36728 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36730         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36731         finalizing MALLSTREAM.
36733         * sysdeps/mach/hurd/syncfs.c: New file.
36735 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36737         [BZ #14719]
36738         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36739         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36740         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36741         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36742         (_nss_dns_gethostbyname4_r): Likewise.
36743         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36744         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36746 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36748         [BZ #13763]
36749         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36751 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36753         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36754         * elf/cache.c (print_entry): Print ",AArch64" for
36755         FLAG_AARCH64_LIB64
36757         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36758         * elf/cache.c (print_entry): Print ",hard-float" for
36759         FLAG_ARM_LIBHF.
36761 2012-11-18  David S. Miller  <davem@davemloft.net>
36763         With help from Joseph Myers.
36764         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36765         cutoff to 2**-13.
36766         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36767         cutoff to 2**-25.
36768         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36769         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36770         small.
36771         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36772         * math/libm-test.inc (y0_test): New tests.
36773         (y1_test): New tests.
36774         * sysdeps/i386/fpu/libm-test-ulps: Update.
36775         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36776         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36778 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36780         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36781         64-bit targets.
36782         * configure: Regenerated.
36784 2012-11-17  David S. Miller  <davem@davemloft.net>
36786         [BZ #14811]
36787         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36788         nonzero exponents with absolute value below 0x1p-128 to +/-
36789         0x1p-128.
36791 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36793         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36795         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36797         * posix/getconf-speclist.c: New file.
36798         * posix/posix-envs.def: Likewise.
36799         * posix/confstr.c (START_ENV_GROUP): New macro.
36800         (END_ENV_GROUP): Likewise.
36801         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36802         (KNOWN_PRESENT_ENV_STRING): Likewise.
36803         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36804         (UNKNOWN_ENVIRONMENT): Likewise.
36805         (confstr): Include posix-envs.def instead of handling
36806         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36807         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36808         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36809         (END_ENV_GROUP): Likewise.
36810         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36811         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36812         (UNKNOWN_ENVIRONMENT): Likewise.
36813         (__sysconf): Include posix-envs.def instead of handling associated
36814         cases directly here.
36815         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36816         preprocessing getconf-speclist.c rather than running getconf or
36817         generating empty file.
36819 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36821         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36823 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36825         [BZ #14672]
36826         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36828 2012-11-16  David S. Miller  <davem@davemloft.net>
36830         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36831         smaller than LDBL_EPSILON/2.0L, just return xm1.
36833 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36835         * elf/tst-array1.c (init): Set constructor priority to 1000.
36836         (fini): Set destructor priority to 1000.
36837         * elf/tst-array2dep.c: Likewise.
36839 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36841         [BZ #11741]
36842         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36843         (_IO_new_file_xsputn): Also return EOF if none of the input
36844         data was written when overflow failed.
36845         * libio/iopadn.c (_IO_padn): Likewise.
36846         * libio/iowpadn.c (_IO_wpadn): Likewise.
36847         * stdio-common/tst-put-error.c: Add copyright notice.
36848         (do_test): Add case for printing padded string.
36849         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36850         _IO_padn returned error.
36851         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36852         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36853         return EOF.
36855 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36857         * libio/libioP.h: Add comment note that the references to C++
36858         bits are now obsolete.
36860 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36862         * math/libm-test.inc (check_complex): Use asprintf.
36864 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36866         * debug/pcprofiledump.c (print_version): Update copyright year.
36867         * malloc/memusagestat.c (print_version): Likewise.
36869 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36871         [BZ #14831]
36872         * elf/Makefile (tests): Add tst-audit8.
36873         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36874         ($(objpfx)tst-audit8.out): New target.
36875         (tst-audit8-ENV): New variable.
36876         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36877         audit if l_reloc_result is NULL.
36878         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36879         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36880         * elf/tst-audit8.c: New file.
36882 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36884         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36885         * misc/Makefile (CFLAGS-select.c): Define.
36886         * posix/Makefile (CFLAGS-pause.c): Define.
36888 2012-11-13  David S. Miller  <davem@davemloft.net>
36890         * crypt/Makefile: Move test targets after toplevel Rules
36891         inclusion.  Grab any necessary sysdep routines when linking.
36892         * crypt/md5.c (md5_process_block): Remove define, we will always
36893         name it __md5_process_block.
36894         (md5_finish_ctx): Update md5_process_block call.
36895         (md5_stream): Likewise.
36896         (md5_process_bytes): Likewise.
36897         (md5_process_block): Rename to __md5_process_block and move to ...
36898         * crypt/md5-block.c: ... here.
36899         * crypt/sha256.c (sha256_process_block): Move to ...
36900         * crypt/sha256-block.c: ... here.
36901         * crypt/sha512.c (sha512_process_block): Move to ...
36902         * crypt/sha512-block.c: ... here.
36903         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36904         path.
36905         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36906         * sysdeps/sparc/sparc64/multiarch/Makefile
36907         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36908         crypt subdir.
36909         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36910         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36911         multiarch changes.
36912         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36913         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36914         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36915         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36916         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36917         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36918         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36919         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36920         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36921         file.
36922         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36923         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36924         file.
36925         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36927 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36929         * timezone/tzselect.ksh: Update from tzcode git revision
36930         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36931         * timezone/zdump.c: Likewise.
36932         * timezone/zic.c: Likewise.
36933         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36934         in TZVERSION setting, not $(PKGVERSION).
36935         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36936         REPORT_BUGS_TO settings.
36938         [BZ #14838]
36939         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36940         macro.
36942 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36944         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36945         detection to immediately after _FP_ROUND().
36946         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36947         bits are 0.
36949 2012-11-11  David S. Miller  <davem@davemloft.net>
36951         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36952         inttypes.h
36953         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36954         __close rather than their public counterparts.
36956 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36958         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36959         file.
36960         [UNIX98] (sem_timedwait): Do not expect.
36961         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36962         [XPG4 || UNIX98] (sockatmark): Do not expect.
36963         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36964         (clock_getcpuclockid): Do not expect.
36965         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36966         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36967         Do not expect.
36968         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36969         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36970         [UNIX98] (vwscanf): Likewise.
36971         [UNIX98] (vswscanf): Likewise.
36973 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36975         * timezone/version.h: Remove file.
36976         * timezone/README: Do not refer to version.h.
36977         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36978         $(objpfx)version.h.
36979         ($(objpfx)zdump.o): Likewise.
36980         ($(objpfx)version.h): New target.
36982         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36983         2012i.
36984         * timezone/README: Don't mention modification to tzselect.ksh.
36985         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36986         work on unmodified tzselect.ksh.  Substitute version numbers in
36987         tzselect.ksh.
36989         * Makefile (format-me): Remove.
36990         (INSTALL): Adjust indentation.  Use commands directly instead of
36991         using $(format-me).
36993         * aclocal.m4 (ACX_PKGVERSION): New macro.
36994         (ACX_BUGURL): Likewise.
36995         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36996         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36997         (REPORT_BUGS_TO): Likewise.
36998         * configure: Regenerated.
36999         * config.h.in (PKGVERSION): New macro.
37000         (REPORT_BUGS_TO): Likewise.
37001         * config.make.in (PKGVERSION): New variable.
37002         (PKGVERSION_TEXI): Likewise.
37003         (REPORT_BUGS_TO): Likewise.
37004         (REPORT_BUGS_TEXI): Likewise.
37005         * Makefile (format-me): Use -I$(common-objpfx)manual.
37006         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
37007         ($(common-objpfx)manual/%): New target.
37008         (manual/%): Remove target.
37009         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
37010         (print_version): Use PKGVERSION.
37011         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
37012         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
37013         and REPORT_BUGS_TO.
37014         ($(objpfx)xtrace): Likewise.
37015         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
37016         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
37017         (print_version): Use PKGVERSION.
37018         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
37019         (do_version): Use PKGVERSION.
37020         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
37021         REPORT_BUGS_TO.
37022         (common-ldd-rewrite): Likewise.
37023         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
37024         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
37025         (print_version): Use PKGVERSION.
37026         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
37027         * elf/pldd.c (argp_program_bug_address): Remove variable.
37028         (more_help): New function.
37029         (argp): Use more_help.
37030         (print_version): Use PKGVERSION.
37031         * elf/sln.c (main): Use PKGVERSION.
37032         (usage): Use REPORT_BUGS_TO.
37033         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
37034         (top level): Use PKGVERSION.
37035         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
37036         (print_version): Use PKGVERSION.
37037         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
37038         (print_version): Use PKGVERSION.
37039         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
37040         (print_version): Use PKGVERSION.
37041         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
37042         (print_version): Use PKGVERSION.
37043         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
37044         (print_version): Use PKGVERSION.
37045         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
37046         (print_version): Use PKGVERSION.
37047         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
37048         and BUGURL.
37049         ($(objpfx)memusage): Likewise.
37050         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
37051         (do_version): Use PKGVERSION.
37052         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
37053         (print_version): Use PKGVERSION.
37054         * malloc/mtrace.pl ($PACKAGE): Remove variable.
37055         ($PKGVERSION): New variable.
37056         ($REPORT_BUGS_TO): Likewise.
37057         (usage): Use $REPORT_BUGS_TO.
37058         (top level): Use $PKGVERSION.
37059         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
37060         ($(objpfx)pkgvers.texi): New rule.
37061         ($(objpfx)stamp-pkgvers): Likewise.
37062         * manual/install.texi: Include pkgvers.texi.
37063         (--with-pkgversion): Document new configure option.
37064         (--with-bugurl): Likewise.
37065         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
37066         than necessarily for this particular distribution.  Use
37067         REPORT_BUGS_TO for where to report bugs.
37068         * INSTALL: Regenerated.
37069         * manual/libc.texinfo: Include pkgvers.texi.
37070         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
37071         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
37072         (print_version): Use PKGVERSION.
37073         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
37074         (print_version): Use PKGVERSION.
37075         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
37076         (print_version): Use PKGVERSION.
37077         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
37078         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
37079         macro.
37080         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
37081         (print_version): Use PKGVERSION.
37082         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
37083         (print_version): Use PKGVERSION.
37084         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
37085         and PKGVERSION.
37087         * timezone/checktab.awk: Update from tzcode 2012i.
37088         * timezone/ialloc.c: Likewise.
37089         * timezone/private.h: Likewise.
37090         * timezone/scheck.c: Likewise.
37091         * timezone/tzfile.h: Likewise.
37092         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
37093         (TZVERSION): Hardcode tzcode version number.
37094         * timezone/zdump.c: Update from tzcode 2012i.
37095         * timezone/zic.c: Likewise.
37096         * timezone/version.h: New file.
37097         * timezone/README: Describe version.h.  Update upstream location.
37099         [BZ #14824]
37100         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
37101         (mktemp): Enable declaration.
37102         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
37103         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
37104         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
37105         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
37106         Likewise.
37107         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
37108         Likewise.
37109         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
37110         Likewise.
37111         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
37112         Likewise.
37113         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
37114         Likewise.
37115         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
37116         Likewise.
37118         [BZ #14821]
37119         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
37120         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
37121         for copies of such integer values.
37122         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
37123         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
37125 2012-11-09  Andreas Jaeger  <aj@suse.de>
37127         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
37128         definitions and declarations that are provided by
37129         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37131 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37133         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
37134         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
37135         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
37136         definition.
37138 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37140         * elf/elf.h: Update comment before AArch64 relocations.
37142 2012-11-07  David S. Miller  <davem@davemloft.net>
37144         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
37145         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
37146         (__start_context): Declare.
37147         (__makecontext_ret): Delete.
37148         (__makecontext): Hook up __start_context instead of
37149         __makecontext_ret.
37150         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
37151         (sysdep_routines): Add __start_context when in stdlib.
37153 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37155         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
37156         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
37157         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
37158         hardcoded "nm".
37159         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
37160         (READELF): New variable.  Use it instead of hardcoded "readelf".
37162 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
37164         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
37165         * sysdeps/x86/Makefile: Here.
37166         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
37167         * sysdeps/x86/tst-xmmymm.sh: This.
37169 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37171         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
37172         expectations.
37173         [UNIX98] (pthread_barrier_t): Do not expect.
37174         [UNIX98] (pthread_barrierattr_t): Likewise.
37175         [UNIX98] (pthread_spinlock_t): Likewise.
37176         [UNIX98] (pthread_barrier_destroy): Likewise.
37177         [UNIX98] (pthread_barrier_init): Likewise.
37178         [UNIX98] (pthread_barrier_wait): Likewise.
37179         [UNIX98] (pthread_barrierattr_destroy): Likewise.
37180         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
37181         [UNIX98] (pthread_barrierattr_init): Likewise.
37182         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
37183         [UNIX98] (pthread_getcpuclockid): Likewise.
37184         [UNIX98] (pthread_mutex_timedlock): Likewise.
37185         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
37186         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
37187         [UNIX98] (pthread_sigmask): Likewise.
37188         [UNIX98] (pthread_spin_destroy): Likewise.
37189         [UNIX98] (pthread_spin_init): Likewise.
37190         [UNIX98] (pthread_spin_lock): Likewise.
37191         [UNIX98] (pthread_spin_trylock): Likewise.
37192         [UNIX98] (pthread_spin_unlock): Likewise.
37193         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
37194         Do not expect.
37195         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
37196         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
37197         [XPG3 || XPG4] (pthread_cond_t): Likewise.
37198         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
37199         [XPG3 || XPG4] (pthread_key_t): Likewise.
37200         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
37201         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
37202         [XPG3 || XPG4] (pthread_once_t): Likewise.
37203         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
37204         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
37205         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
37206         [XPG3 || XPG4] (pthread_t): Likewise.
37208         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
37209         not expect.
37210         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
37212         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
37213         Change function return type to int.
37215         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
37216         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
37217         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
37218         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
37219         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
37220         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
37221         [!POSIX] (posix_madvise): Likewise.
37222         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
37223         && !UNIX98].
37224         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
37225         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
37226         (mode_t): Likewise.
37227         (posix_mem_offset): Likewise.
37228         (posix_typed_mem_get_info): Likewise.
37229         (posix_typed_mem_open): Likewise.
37231         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
37232         Change condition to [XOPEN2K8].
37234         * conform/conformtest.pl: Preprocess allow-header data with -x c
37235         instead of from stdin.
37236         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
37237         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
37238         [C99-based standards] (cerfc): Likewise.
37239         [C99-based standards] (cexp2): Likewise.
37240         [C99-based standards] (cexpm1): Likewise.
37241         [C99-based standards] (clog10): Likewise.
37242         [C99-based standards] (clog1p): Likewise.
37243         [C99-based standards] (clog2): Likewise.
37244         [C99-based standards] (clgamma): Likewise.
37245         [C99-based standards] (ctgamma): Likewise.
37246         [C99-based standards] (cerff): Likewise.
37247         [C99-based standards] (cerfcf): Likewise.
37248         [C99-based standards] (cexp2f): Likewise.
37249         [C99-based standards] (cexpm1f): Likewise.
37250         [C99-based standards] (clog10f): Likewise.
37251         [C99-based standards] (clog1pf): Likewise.
37252         [C99-based standards] (clog2f): Likewise.
37253         [C99-based standards] (clgammaf): Likewise.
37254         [C99-based standards] (ctgammaf): Likewise.
37255         [C99-based standards] (cerfl): Likewise.
37256         [C99-based standards] (cerfcl): Likewise.
37257         [C99-based standards] (cexp2l): Likewise.
37258         [C99-based standards] (cexpm1l): Likewise.
37259         [C99-based standards] (clog10l): Likewise.
37260         [C99-based standards] (clog1pl): Likewise.
37261         [C99-based standards] (clog2l): Likewise.
37262         [C99-based standards] (clgammal): Likewise.
37263         [C99-based standards] (ctgammal): Likewise.
37264         * conform/data/inttypes.h-data [C99-based standards]: Include
37265         stdint.h-data.  Remove all expectations for stdint.h contents.
37266         [C99-based standards] (PRI*): Do not allow.
37267         [C99-based standards] (SCN*): Likewise.
37268         [C99-based standards] (*_t): Likewise.
37269         [C99-based-standards] (PRId8): Expect macro.
37270         [C99-based-standards] (PRIi8): Likewise.
37271         [C99-based-standards] (PRIo8): Likewise.
37272         [C99-based-standards] (PRIu8): Likewise.
37273         [C99-based-standards] (PRIx8): Likewise.
37274         [C99-based-standards] (PRIX8): Likewise.
37275         [C99-based-standards] (SCNd8): Likewise.
37276         [C99-based-standards] (SCNi8): Likewise.
37277         [C99-based-standards] (SCNo8): Likewise.
37278         [C99-based-standards] (SCNu8): Likewise.
37279         [C99-based-standards] (SCNx8): Likewise.
37280         [C99-based-standards] (PRIdLEAST8): Likewise.
37281         [C99-based-standards] (PRIiLEAST8): Likewise.
37282         [C99-based-standards] (PRIoLEAST8): Likewise.
37283         [C99-based-standards] (PRIuLEAST8): Likewise.
37284         [C99-based-standards] (PRIxLEAST8): Likewise.
37285         [C99-based-standards] (PRIXLEAST8): Likewise.
37286         [C99-based-standards] (SCNdLEAST8): Likewise.
37287         [C99-based-standards] (SCNiLEAST8): Likewise.
37288         [C99-based-standards] (SCNoLEAST8): Likewise.
37289         [C99-based-standards] (SCNuLEAST8): Likewise.
37290         [C99-based-standards] (SCNxLEAST8): Likewise.
37291         [C99-based-standards] (PRIdFAST8): Likewise.
37292         [C99-based-standards] (PRIiFAST8): Likewise.
37293         [C99-based-standards] (PRIoFAST8): Likewise.
37294         [C99-based-standards] (PRIuFAST8): Likewise.
37295         [C99-based-standards] (PRIxFAST8): Likewise.
37296         [C99-based-standards] (PRIXFAST8): Likewise.
37297         [C99-based-standards] (SCNdFAST8): Likewise.
37298         [C99-based-standards] (SCNiFAST8): Likewise.
37299         [C99-based-standards] (SCNoFAST8): Likewise.
37300         [C99-based-standards] (SCNuFAST8): Likewise.
37301         [C99-based-standards] (SCNxFAST8): Likewise.
37302         [C99-based-standards] (PRId16): Likewise.
37303         [C99-based-standards] (PRIi16): Likewise.
37304         [C99-based-standards] (PRIo16): Likewise.
37305         [C99-based-standards] (PRIu16): Likewise.
37306         [C99-based-standards] (PRIx16): Likewise.
37307         [C99-based-standards] (PRIX16): Likewise.
37308         [C99-based-standards] (SCNd16): Likewise.
37309         [C99-based-standards] (SCNi16): Likewise.
37310         [C99-based-standards] (SCNo16): Likewise.
37311         [C99-based-standards] (SCNu16): Likewise.
37312         [C99-based-standards] (SCNx16): Likewise.
37313         [C99-based-standards] (PRIdLEAST16): Likewise.
37314         [C99-based-standards] (PRIiLEAST16): Likewise.
37315         [C99-based-standards] (PRIoLEAST16): Likewise.
37316         [C99-based-standards] (PRIuLEAST16): Likewise.
37317         [C99-based-standards] (PRIxLEAST16): Likewise.
37318         [C99-based-standards] (PRIXLEAST16): Likewise.
37319         [C99-based-standards] (SCNdLEAST16): Likewise.
37320         [C99-based-standards] (SCNiLEAST16): Likewise.
37321         [C99-based-standards] (SCNoLEAST16): Likewise.
37322         [C99-based-standards] (SCNuLEAST16): Likewise.
37323         [C99-based-standards] (SCNxLEAST16): Likewise.
37324         [C99-based-standards] (PRIdFAST16): Likewise.
37325         [C99-based-standards] (PRIiFAST16): Likewise.
37326         [C99-based-standards] (PRIoFAST16): Likewise.
37327         [C99-based-standards] (PRIuFAST16): Likewise.
37328         [C99-based-standards] (PRIxFAST16): Likewise.
37329         [C99-based-standards] (PRIXFAST16): Likewise.
37330         [C99-based-standards] (SCNdFAST16): Likewise.
37331         [C99-based-standards] (SCNiFAST16): Likewise.
37332         [C99-based-standards] (SCNoFAST16): Likewise.
37333         [C99-based-standards] (SCNuFAST16): Likewise.
37334         [C99-based-standards] (SCNxFAST16): Likewise.
37335         [C99-based-standards] (PRId32): Likewise.
37336         [C99-based-standards] (PRIi32): Likewise.
37337         [C99-based-standards] (PRIo32): Likewise.
37338         [C99-based-standards] (PRIu32): Likewise.
37339         [C99-based-standards] (PRIx32): Likewise.
37340         [C99-based-standards] (PRIX32): Likewise.
37341         [C99-based-standards] (SCNd32): Likewise.
37342         [C99-based-standards] (SCNi32): Likewise.
37343         [C99-based-standards] (SCNo32): Likewise.
37344         [C99-based-standards] (SCNu32): Likewise.
37345         [C99-based-standards] (SCNx32): Likewise.
37346         [C99-based-standards] (PRIdLEAST32): Likewise.
37347         [C99-based-standards] (PRIiLEAST32): Likewise.
37348         [C99-based-standards] (PRIoLEAST32): Likewise.
37349         [C99-based-standards] (PRIuLEAST32): Likewise.
37350         [C99-based-standards] (PRIxLEAST32): Likewise.
37351         [C99-based-standards] (PRIXLEAST32): Likewise.
37352         [C99-based-standards] (SCNdLEAST32): Likewise.
37353         [C99-based-standards] (SCNiLEAST32): Likewise.
37354         [C99-based-standards] (SCNoLEAST32): Likewise.
37355         [C99-based-standards] (SCNuLEAST32): Likewise.
37356         [C99-based-standards] (SCNxLEAST32): Likewise.
37357         [C99-based-standards] (PRIdFAST32): Likewise.
37358         [C99-based-standards] (PRIiFAST32): Likewise.
37359         [C99-based-standards] (PRIoFAST32): Likewise.
37360         [C99-based-standards] (PRIuFAST32): Likewise.
37361         [C99-based-standards] (PRIxFAST32): Likewise.
37362         [C99-based-standards] (PRIXFAST32): Likewise.
37363         [C99-based-standards] (SCNdFAST32): Likewise.
37364         [C99-based-standards] (SCNiFAST32): Likewise.
37365         [C99-based-standards] (SCNoFAST32): Likewise.
37366         [C99-based-standards] (SCNuFAST32): Likewise.
37367         [C99-based-standards] (SCNxFAST32): Likewise.
37368         [C99-based-standards] (PRId64): Likewise.
37369         [C99-based-standards] (PRIi64): Likewise.
37370         [C99-based-standards] (PRIo64): Likewise.
37371         [C99-based-standards] (PRIu64): Likewise.
37372         [C99-based-standards] (PRIx64): Likewise.
37373         [C99-based-standards] (PRIX64): Likewise.
37374         [C99-based-standards] (SCNd64): Likewise.
37375         [C99-based-standards] (SCNi64): Likewise.
37376         [C99-based-standards] (SCNo64): Likewise.
37377         [C99-based-standards] (SCNu64): Likewise.
37378         [C99-based-standards] (SCNx64): Likewise.
37379         [C99-based-standards] (PRIdLEAST64): Likewise.
37380         [C99-based-standards] (PRIiLEAST64): Likewise.
37381         [C99-based-standards] (PRIoLEAST64): Likewise.
37382         [C99-based-standards] (PRIuLEAST64): Likewise.
37383         [C99-based-standards] (PRIxLEAST64): Likewise.
37384         [C99-based-standards] (PRIXLEAST64): Likewise.
37385         [C99-based-standards] (SCNdLEAST64): Likewise.
37386         [C99-based-standards] (SCNiLEAST64): Likewise.
37387         [C99-based-standards] (SCNoLEAST64): Likewise.
37388         [C99-based-standards] (SCNuLEAST64): Likewise.
37389         [C99-based-standards] (SCNxLEAST64): Likewise.
37390         [C99-based-standards] (PRIdFAST64): Likewise.
37391         [C99-based-standards] (PRIiFAST64): Likewise.
37392         [C99-based-standards] (PRIoFAST64): Likewise.
37393         [C99-based-standards] (PRIuFAST64): Likewise.
37394         [C99-based-standards] (PRIxFAST64): Likewise.
37395         [C99-based-standards] (PRIXFAST64): Likewise.
37396         [C99-based-standards] (SCNdFAST64): Likewise.
37397         [C99-based-standards] (SCNiFAST64): Likewise.
37398         [C99-based-standards] (SCNoFAST64): Likewise.
37399         [C99-based-standards] (SCNuFAST64): Likewise.
37400         [C99-based-standards] (SCNxFAST64): Likewise.
37401         [C99-based-standards] (PRIdMAX): Likewise.
37402         [C99-based-standards] (PRIiMAX): Likewise.
37403         [C99-based-standards] (PRIoMAX): Likewise.
37404         [C99-based-standards] (PRIuMAX): Likewise.
37405         [C99-based-standards] (PRIxMAX): Likewise.
37406         [C99-based-standards] (PRIXMAX): Likewise.
37407         [C99-based-standards] (SCNdMAX): Likewise.
37408         [C99-based-standards] (SCNiMAX): Likewise.
37409         [C99-based-standards] (SCNoMAX): Likewise.
37410         [C99-based-standards] (SCNuMAX): Likewise.
37411         [C99-based-standards] (SCNxMAX): Likewise.
37412         [C99-based-standards] (PRIdPTR): Likewise.
37413         [C99-based-standards] (PRIiPTR): Likewise.
37414         [C99-based-standards] (PRIoPTR): Likewise.
37415         [C99-based-standards] (PRIuPTR): Likewise.
37416         [C99-based-standards] (PRIxPTR): Likewise.
37417         [C99-based-standards] (PRIXPTR): Likewise.
37418         [C99-based-standards] (SCNdPTR): Likewise.
37419         [C99-based-standards] (SCNiPTR): Likewise.
37420         [C99-based-standards] (SCNoPTR): Likewise.
37421         [C99-based-standards] (SCNuPTR): Likewise.
37422         [C99-based-standards] (SCNxPTR): Likewise.
37423         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
37424         allow.
37425         * conform/data/stdint.h-data: Update comments to clarify
37426         requirements.
37427         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
37428         type.
37429         [C99-based standards] (INT8_MAX): Likewise.
37430         [C99-based standards] (INT16_MIN): Likewise.
37431         [C99-based standards] (INT16_MAX): Likewise.
37432         [C99-based standards] (INT32_MIN): Likewise.
37433         [C99-based standards] (INT32_MAX): Likewise.
37434         [C99-based standards] (INT64_MIN): Likewise.
37435         [C99-based standards] (INT64_MAX): Likewise.
37436         [C99-based standards] (UINT8_MAX): Likewise.
37437         [C99-based standards] (UINT16_MAX): Likewise.
37438         [C99-based standards] (UINT32_MAX): Likewise.
37439         [C99-based standards] (UINT64_MAX): Likewise.
37440         [C99-based standards] (INT_LEAST8_MIN): Likewise.
37441         [C99-based standards] (INT_LEAST8_MAX): Likewise.
37442         [C99-based standards] (INT_LEAST16_MIN): Likewise.
37443         [C99-based standards] (INT_LEAST16_MAX): Likewise.
37444         [C99-based standards] (INT_LEAST32_MIN): Likewise.
37445         [C99-based standards] (INT_LEAST32_MAX): Likewise.
37446         [C99-based standards] (INT_LEAST64_MIN): Likewise.
37447         [C99-based standards] (INT_LEAST64_MAX): Likewise.
37448         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
37449         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
37450         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
37451         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
37452         [C99-based standards] (INT_FAST8_MIN): Likewise.
37453         [C99-based standards] (INT_FAST8_MAX): Likewise.
37454         [C99-based standards] (INT_FAST16_MIN): Likewise.
37455         [C99-based standards] (INT_FAST16_MAX): Likewise.
37456         [C99-based standards] (INT_FAST32_MIN): Likewise.
37457         [C99-based standards] (INT_FAST32_MAX): Likewise.
37458         [C99-based standards] (INT_FAST64_MIN): Likewise.
37459         [C99-based standards] (INT_FAST64_MAX): Likewise.
37460         [C99-based standards] (UINT_FAST8_MAX): Likewise.
37461         [C99-based standards] (UINT_FAST16_MAX): Likewise.
37462         [C99-based standards] (UINT_FAST32_MAX): Likewise.
37463         [C99-based standards] (UINT_FAST64_MAX): Likewise.
37464         [C99-based standards] (INTPTR_MIN): Likewise.
37465         [C99-based standards] (INTPTR_MAX): Likewise.
37466         [C99-based standards] (UINTPTR_MAX): Likewise.
37467         [C99-based standards] (INTMAX_MIN): Likewise.
37468         [C99-based standards] (INTMAX_MAX): Likewise.
37469         [C99-based standards] (UINTMAX_MAX): Likewise.
37470         [C99-based standards] (PTRDIFF_MIN): Likewise.
37471         [C99-based standards] (PTRDIFF_MAX): Likewise.
37472         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
37473         [C99-based standards] (SIZE_MAX): Likewise.
37474         [C99-based standards] (WCHAR_MAX): Likewise.
37475         [C99-based standards] (WINT_MAX): Likewise.
37476         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
37477         constraint on value.
37478         [C99-based standards] (WCHAR_MIN): Likewise.
37479         [C99-based standards] (WINT_MIN): Likewise.
37480         [C99-based standards] (*_t): Allow.
37481         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
37482         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
37483         Include math.h-data and complex.h-data.  Remove all expectations
37484         of math.h and complex.h contents.
37485         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
37486         at end of line.
37487         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
37488         (struct tm): Expect tag.
37489         [C99-based-standards] (wcstof): Expect function.
37490         [C99-based-standards] (wcstold): Likewise.
37491         [C99-based-standards] (wcstoll): Likewise.
37492         [C99-based-standards] (wcstoull): Likewise.
37493         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
37494         macro-int-constant.  Specify type.
37495         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
37496         constraint on value.
37497         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37498         Specify type.
37499         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
37500         Specify value.
37501         [ISO C standards]: Do not allow headers.
37502         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
37503         wcs[abcdefghijklmnopqrstuvwxyz]*.
37504         [ISO C standards] (*_t): Do not allow.
37505         * conform/data/wctype.h-data [C99-based standards] (iswblank):
37506         Expect function.
37507         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
37508         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37509         Specify type.
37510         [ISO C standards]: Do not allow headers.
37511         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
37512         is[abcdefghijklmnopqrstuvwxyz]*.
37513         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
37514         to[abcdefghijklmnopqrstuvwxyz]*.
37515         [ISO C standards] (*_t): Do not allow.
37516         * conform/data/stdalign.h-data: New file.
37517         * conform/data/stdbool.h-data: Likewise.
37518         * conform/data/stdnoreturn.h-data: Likewise.
37520 2012-11-07  Roland McGrath  <roland@hack.frob.com>
37522         [BZ #14815]
37523         * manual/filesys.texi (Directory Entries): Typo fix.
37524         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37526 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37528         * elf/elf.h (EM_AARCH64): New macro.
37529         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37530         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37531         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37532         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37533         (R_AARCH64_TLSDESC): Likewise.
37534         (NT_ARM_TLS): Likewise.
37535         (NT_ARM_HW_BREAK): Likewise.
37536         (NT_ARM_HW_WATCH): Likewise.
37538 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37540         [BZ #14811]
37541         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37542         (__ieee754_powl): Saturate nonzero exponents with absolute value
37543         below 0x1p-79 to +/- 0x1p-79.
37544         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37545         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37546         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37547         nonzero exponents with absolute value below 0x1p-32 to +/-
37548         0x1p-32.
37549         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37550         (__ieee754_powl): Saturate nonzero exponents with absolute value
37551         below 0x1p-79 to +/- 0x1p-79.
37552         * math/libm-test.inc (pow_test): Add more tests.
37554 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37556         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37557         _dl_s390_cap_flags with kernel. Increase string length.
37558         (_dl_s390_platforms): Add z196 and zEC12.
37560 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37562         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37563         Change XOPEN21K to XOPEN2K.
37565 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
37567         * string/memmove.c: Use memcpy when possible.
37569 2012-11-06  Andreas Jaeger  <aj@suse.de>
37571         * po/eo.po: Update from translation team.
37573 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
37575         [BZ #14793]
37576         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37577         exponent and small x and y exponents, scale x or y up.  Increase
37578         by 2 the exponent used in scaling up.
37579         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37580         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37581         * math/libm-test.inc (fma_test): Add more tests.
37582         (fma_test_towardzero): Likewise.
37583         (fma_test_downward): Likewise.
37584         (fma_test_upward): Likewise.
37586 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
37588         [BZ #14805]
37589         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37590         fenv_t *.
37592         [BZ #14801]
37593         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37594         namespace for names of struct fields.
37595         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37596         fenv_t fields.
37597         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37598         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37600 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37602         [BZ #3665]
37603         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37605 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37607         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37608         PTR_DEMANGLE.
37610         [BZ #5246]
37611         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37612         PTR_DEMANGLE.
37614 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37616         [BZ #14797]
37617         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37618         definitely overflow as x * y not x * y + z.
37619         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37620         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37621         * math/libm-test.inc (fma_test): Add more tests.
37622         (fma_test_towardzero): Likewise.
37623         (fma_test_downward): Likewise.
37624         (fma_test_upward): Likewise.
37626 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37628         [BZ #157]
37630         * include/stub-tag.h: Remove file.
37631         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37632         '#include' of it.
37633         * manual/maint.texi (Porting): Don't reference it.
37634         * Makerules ($(objpfx)stubs): Likewise.
37635         * dirent/closedir.c: Don't include <stub-tag.h>.
37636         * dirent/dirfd.c: Likewise.
37637         * dirent/fdopendir.c: Likewise.
37638         * dirent/getdents.c: Likewise.
37639         * dirent/getdents64.c: Likewise.
37640         * dirent/opendir.c: Likewise.
37641         * dirent/readdir.c: Likewise.
37642         * dirent/readdir64.c: Likewise.
37643         * dirent/readdir64_r.c: Likewise.
37644         * dirent/readdir_r.c: Likewise.
37645         * dirent/rewinddir.c: Likewise.
37646         * dirent/seekdir.c: Likewise.
37647         * dirent/telldir.c: Likewise.
37648         * gmon/profil.c: Likewise.
37649         * grp/setgroups.c: Likewise.
37650         * inet/if_index.c: Likewise.
37651         * io/access.c: Likewise.
37652         * io/chdir.c: Likewise.
37653         * io/chmod.c: Likewise.
37654         * io/chown.c: Likewise.
37655         * io/close.c: Likewise.
37656         * io/dup.c: Likewise.
37657         * io/dup2.c: Likewise.
37658         * io/dup3.c: Likewise.
37659         * io/euidaccess.c: Likewise.
37660         * io/faccessat.c: Likewise.
37661         * io/fchdir.c: Likewise.
37662         * io/fchmod.c: Likewise.
37663         * io/fchmodat.c: Likewise.
37664         * io/fchown.c: Likewise.
37665         * io/fchownat.c: Likewise.
37666         * io/fcntl.c: Likewise.
37667         * io/flock.c: Likewise.
37668         * io/fstatfs.c: Likewise.
37669         * io/fstatfs64.c: Likewise.
37670         * io/fstatvfs.c: Likewise.
37671         * io/fstatvfs64.c: Likewise.
37672         * io/futimens.c: Likewise.
37673         * io/fxstat.c: Likewise.
37674         * io/fxstat64.c: Likewise.
37675         * io/fxstatat.c: Likewise.
37676         * io/fxstatat64.c: Likewise.
37677         * io/getcwd.c: Likewise.
37678         * io/isatty.c: Likewise.
37679         * io/lchmod.c: Likewise.
37680         * io/lchown.c: Likewise.
37681         * io/link.c: Likewise.
37682         * io/linkat.c: Likewise.
37683         * io/lseek.c: Likewise.
37684         * io/lseek64.c: Likewise.
37685         * io/lxstat64.c: Likewise.
37686         * io/mkdir.c: Likewise.
37687         * io/mkdirat.c: Likewise.
37688         * io/mkfifo.c: Likewise.
37689         * io/mkfifoat.c: Likewise.
37690         * io/open.c: Likewise.
37691         * io/open64.c: Likewise.
37692         * io/openat.c: Likewise.
37693         * io/openat64.c: Likewise.
37694         * io/pipe.c: Likewise.
37695         * io/pipe2.c: Likewise.
37696         * io/poll.c: Likewise.
37697         * io/posix_fadvise.c: Likewise.
37698         * io/posix_fadvise64.c: Likewise.
37699         * io/posix_fallocate.c: Likewise.
37700         * io/posix_fallocate64.c: Likewise.
37701         * io/read.c: Likewise.
37702         * io/readlink.c: Likewise.
37703         * io/readlinkat.c: Likewise.
37704         * io/rmdir.c: Likewise.
37705         * io/sendfile.c: Likewise.
37706         * io/sendfile64.c: Likewise.
37707         * io/statfs.c: Likewise.
37708         * io/statfs64.c: Likewise.
37709         * io/statvfs.c: Likewise.
37710         * io/statvfs64.c: Likewise.
37711         * io/symlink.c: Likewise.
37712         * io/symlinkat.c: Likewise.
37713         * io/ttyname.c: Likewise.
37714         * io/ttyname_r.c: Likewise.
37715         * io/umask.c: Likewise.
37716         * io/unlink.c: Likewise.
37717         * io/unlinkat.c: Likewise.
37718         * io/utime.c: Likewise.
37719         * io/utimensat.c: Likewise.
37720         * io/write.c: Likewise.
37721         * io/xmknod.c: Likewise.
37722         * io/xmknodat.c: Likewise.
37723         * io/xstat.c: Likewise.
37724         * io/xstat64.c: Likewise.
37725         * login/getpt.c: Likewise.
37726         * login/grantpt.c: Likewise.
37727         * login/unlockpt.c: Likewise.
37728         * math/e_acoshl.c: Likewise.
37729         * math/e_acosl.c: Likewise.
37730         * math/e_asinl.c: Likewise.
37731         * math/e_atan2l.c: Likewise.
37732         * math/e_atanhl.c: Likewise.
37733         * math/e_coshl.c: Likewise.
37734         * math/e_expl.c: Likewise.
37735         * math/e_fmodl.c: Likewise.
37736         * math/e_gammal_r.c: Likewise.
37737         * math/e_hypotl.c: Likewise.
37738         * math/e_j0l.c: Likewise.
37739         * math/e_j1l.c: Likewise.
37740         * math/e_jnl.c: Likewise.
37741         * math/e_lgammal_r.c: Likewise.
37742         * math/e_log10l.c: Likewise.
37743         * math/e_log2l.c: Likewise.
37744         * math/e_logl.c: Likewise.
37745         * math/e_powl.c: Likewise.
37746         * math/e_rem_pio2l.c: Likewise.
37747         * math/e_sinhl.c: Likewise.
37748         * math/e_sqrtl.c: Likewise.
37749         * math/fclrexcpt.c: Likewise.
37750         * math/fedisblxcpt.c: Likewise.
37751         * math/feenablxcpt.c: Likewise.
37752         * math/fegetenv.c: Likewise.
37753         * math/fegetexcept.c: Likewise.
37754         * math/fegetround.c: Likewise.
37755         * math/feholdexcpt.c: Likewise.
37756         * math/fesetenv.c: Likewise.
37757         * math/fesetround.c: Likewise.
37758         * math/feupdateenv.c: Likewise.
37759         * math/fgetexcptflg.c: Likewise.
37760         * math/fraiseexcpt.c: Likewise.
37761         * math/fsetexcptflg.c: Likewise.
37762         * math/ftestexcept.c: Likewise.
37763         * math/k_cosl.c: Likewise.
37764         * math/k_rem_pio2l.c: Likewise.
37765         * math/k_sinl.c: Likewise.
37766         * math/k_tanl.c: Likewise.
37767         * math/s_asinhl.c: Likewise.
37768         * math/s_atanl.c: Likewise.
37769         * math/s_cbrtl.c: Likewise.
37770         * math/s_erfl.c: Likewise.
37771         * math/s_expm1l.c: Likewise.
37772         * math/s_log1pl.c: Likewise.
37773         * math/s_tanhl.c: Likewise.
37774         * misc/acct.c: Likewise.
37775         * misc/brk.c: Likewise.
37776         * misc/chflags.c: Likewise.
37777         * misc/chroot.c: Likewise.
37778         * misc/fchflags.c: Likewise.
37779         * misc/fgetxattr.c: Likewise.
37780         * misc/flistxattr.c: Likewise.
37781         * misc/fremovexattr.c: Likewise.
37782         * misc/fsetxattr.c: Likewise.
37783         * misc/fsync.c: Likewise.
37784         * misc/ftruncate.c: Likewise.
37785         * misc/futimes.c: Likewise.
37786         * misc/futimesat.c: Likewise.
37787         * misc/getdomain.c: Likewise.
37788         * misc/getdtsz.c: Likewise.
37789         * misc/gethostid.c: Likewise.
37790         * misc/gethostname.c: Likewise.
37791         * misc/getloadavg.c: Likewise.
37792         * misc/getpagesize.c: Likewise.
37793         * misc/getsysstats.c: Likewise.
37794         * misc/getxattr.c: Likewise.
37795         * misc/gtty.c: Likewise.
37796         * misc/ioctl.c: Likewise.
37797         * misc/lgetxattr.c: Likewise.
37798         * misc/listxattr.c: Likewise.
37799         * misc/llistxattr.c: Likewise.
37800         * misc/lremovexattr.c: Likewise.
37801         * misc/lsetxattr.c: Likewise.
37802         * misc/lutimes.c: Likewise.
37803         * misc/madvise.c: Likewise.
37804         * misc/mincore.c: Likewise.
37805         * misc/mlock.c: Likewise.
37806         * misc/mlockall.c: Likewise.
37807         * misc/mmap.c: Likewise.
37808         * misc/mprotect.c: Likewise.
37809         * misc/msync.c: Likewise.
37810         * misc/munlock.c: Likewise.
37811         * misc/munlockall.c: Likewise.
37812         * misc/munmap.c: Likewise.
37813         * misc/preadv.c: Likewise.
37814         * misc/preadv64.c: Likewise.
37815         * misc/ptrace.c: Likewise.
37816         * misc/pwritev.c: Likewise.
37817         * misc/pwritev64.c: Likewise.
37818         * misc/readv.c: Likewise.
37819         * misc/reboot.c: Likewise.
37820         * misc/remap_file_pages.c: Likewise.
37821         * misc/removexattr.c: Likewise.
37822         * misc/revoke.c: Likewise.
37823         * misc/select.c: Likewise.
37824         * misc/setdomain.c: Likewise.
37825         * misc/setegid.c: Likewise.
37826         * misc/seteuid.c: Likewise.
37827         * misc/sethostid.c: Likewise.
37828         * misc/sethostname.c: Likewise.
37829         * misc/setregid.c: Likewise.
37830         * misc/setreuid.c: Likewise.
37831         * misc/setxattr.c: Likewise.
37832         * misc/sstk.c: Likewise.
37833         * misc/stty.c: Likewise.
37834         * misc/swapoff.c: Likewise.
37835         * misc/swapon.c: Likewise.
37836         * misc/sync.c: Likewise.
37837         * misc/syncfs.c: Likewise.
37838         * misc/syscall.c: Likewise.
37839         * misc/truncate.c: Likewise.
37840         * misc/ualarm.c: Likewise.
37841         * misc/usleep.c: Likewise.
37842         * misc/ustat.c: Likewise.
37843         * misc/utimes.c: Likewise.
37844         * misc/vhangup.c: Likewise.
37845         * misc/writev.c: Likewise.
37846         * posix/_exit.c: Likewise.
37847         * posix/alarm.c: Likewise.
37848         * posix/execve.c: Likewise.
37849         * posix/fexecve.c: Likewise.
37850         * posix/fork.c: Likewise.
37851         * posix/fpathconf.c: Likewise.
37852         * posix/getaddrinfo.c: Likewise.
37853         * posix/getegid.c: Likewise.
37854         * posix/geteuid.c: Likewise.
37855         * posix/getgid.c: Likewise.
37856         * posix/getgroups.c: Likewise.
37857         * posix/getlogin.c: Likewise.
37858         * posix/getlogin_r.c: Likewise.
37859         * posix/getpgid.c: Likewise.
37860         * posix/getpid.c: Likewise.
37861         * posix/getppid.c: Likewise.
37862         * posix/getresgid.c: Likewise.
37863         * posix/getresuid.c: Likewise.
37864         * posix/getsid.c: Likewise.
37865         * posix/getuid.c: Likewise.
37866         * posix/glob64.c: Likewise.
37867         * posix/nanosleep.c: Likewise.
37868         * posix/pathconf.c: Likewise.
37869         * posix/pause.c: Likewise.
37870         * posix/posix_madvise.c: Likewise.
37871         * posix/pread.c: Likewise.
37872         * posix/pread64.c: Likewise.
37873         * posix/pwrite.c: Likewise.
37874         * posix/pwrite64.c: Likewise.
37875         * posix/sched_getaffinity.c: Likewise.
37876         * posix/sched_getp.c: Likewise.
37877         * posix/sched_gets.c: Likewise.
37878         * posix/sched_primax.c: Likewise.
37879         * posix/sched_primin.c: Likewise.
37880         * posix/sched_rr_gi.c: Likewise.
37881         * posix/sched_setaffinity.c: Likewise.
37882         * posix/sched_setp.c: Likewise.
37883         * posix/sched_sets.c: Likewise.
37884         * posix/sched_yield.c: Likewise.
37885         * posix/setgid.c: Likewise.
37886         * posix/setlogin.c: Likewise.
37887         * posix/setpgid.c: Likewise.
37888         * posix/setresgid.c: Likewise.
37889         * posix/setresuid.c: Likewise.
37890         * posix/setsid.c: Likewise.
37891         * posix/setuid.c: Likewise.
37892         * posix/sleep.c: Likewise.
37893         * posix/spawni.c: Likewise.
37894         * posix/sysconf.c: Likewise.
37895         * posix/times.c: Likewise.
37896         * posix/wait.c: Likewise.
37897         * posix/wait3.c: Likewise.
37898         * posix/wait4.c: Likewise.
37899         * posix/waitpid.c: Likewise.
37900         * resolv/gai_sigqueue.c: Likewise.
37901         * resource/getpriority.c: Likewise.
37902         * resource/getrlimit.c: Likewise.
37903         * resource/getrusage.c: Likewise.
37904         * resource/nice.c: Likewise.
37905         * resource/setpriority.c: Likewise.
37906         * resource/setrlimit.c: Likewise.
37907         * resource/ulimit.c: Likewise.
37908         * rt/aio_cancel.c: Likewise.
37909         * rt/aio_fsync.c: Likewise.
37910         * rt/aio_read.c: Likewise.
37911         * rt/aio_sigqueue.c: Likewise.
37912         * rt/aio_suspend.c: Likewise.
37913         * rt/aio_write.c: Likewise.
37914         * rt/clock_getres.c: Likewise.
37915         * rt/clock_gettime.c: Likewise.
37916         * rt/clock_nanosleep.c: Likewise.
37917         * rt/clock_settime.c: Likewise.
37918         * rt/lio_listio.c: Likewise.
37919         * rt/mq_close.c: Likewise.
37920         * rt/mq_getattr.c: Likewise.
37921         * rt/mq_notify.c: Likewise.
37922         * rt/mq_open.c: Likewise.
37923         * rt/mq_receive.c: Likewise.
37924         * rt/mq_send.c: Likewise.
37925         * rt/mq_setattr.c: Likewise.
37926         * rt/mq_timedreceive.c: Likewise.
37927         * rt/mq_timedsend.c: Likewise.
37928         * rt/mq_unlink.c: Likewise.
37929         * rt/shm_open.c: Likewise.
37930         * rt/shm_unlink.c: Likewise.
37931         * rt/timer_create.c: Likewise.
37932         * rt/timer_delete.c: Likewise.
37933         * rt/timer_getoverr.c: Likewise.
37934         * rt/timer_gettime.c: Likewise.
37935         * rt/timer_settime.c: Likewise.
37936         * setjmp/__longjmp.c: Likewise.
37937         * setjmp/setjmp.c: Likewise.
37938         * signal/kill.c: Likewise.
37939         * signal/killpg.c: Likewise.
37940         * signal/raise.c: Likewise.
37941         * signal/sigaction.c: Likewise.
37942         * signal/sigaltstack.c: Likewise.
37943         * signal/sigblock.c: Likewise.
37944         * signal/sigignore.c: Likewise.
37945         * signal/sigintr.c: Likewise.
37946         * signal/signal.c: Likewise.
37947         * signal/sigpause.c: Likewise.
37948         * signal/sigpending.c: Likewise.
37949         * signal/sigqueue.c: Likewise.
37950         * signal/sigreturn.c: Likewise.
37951         * signal/sigset.c: Likewise.
37952         * signal/sigsetmask.c: Likewise.
37953         * signal/sigstack.c: Likewise.
37954         * signal/sigsuspend.c: Likewise.
37955         * signal/sigtimedwait.c: Likewise.
37956         * signal/sigvec.c: Likewise.
37957         * signal/sigwait.c: Likewise.
37958         * signal/sigwaitinfo.c: Likewise.
37959         * signal/sysv_signal.c: Likewise.
37960         * socket/accept.c: Likewise.
37961         * socket/accept4.c: Likewise.
37962         * socket/bind.c: Likewise.
37963         * socket/connect.c: Likewise.
37964         * socket/getpeername.c: Likewise.
37965         * socket/getsockname.c: Likewise.
37966         * socket/getsockopt.c: Likewise.
37967         * socket/isfdtype.c: Likewise.
37968         * socket/listen.c: Likewise.
37969         * socket/recv.c: Likewise.
37970         * socket/recvfrom.c: Likewise.
37971         * socket/recvmsg.c: Likewise.
37972         * socket/send.c: Likewise.
37973         * socket/sendmsg.c: Likewise.
37974         * socket/sendto.c: Likewise.
37975         * socket/setsockopt.c: Likewise.
37976         * socket/shutdown.c: Likewise.
37977         * socket/sockatmark.c: Likewise.
37978         * socket/socket.c: Likewise.
37979         * socket/socketpair.c: Likewise.
37980         * stdio-common/ctermid.c: Likewise.
37981         * stdio-common/cuserid.c: Likewise.
37982         * stdio-common/remove.c: Likewise.
37983         * stdio-common/rename.c: Likewise.
37984         * stdio-common/renameat.c: Likewise.
37985         * stdio-common/tempname.c: Likewise.
37986         * stdlib/getcontext.c: Likewise.
37987         * stdlib/makecontext.c: Likewise.
37988         * stdlib/setcontext.c: Likewise.
37989         * stdlib/swapcontext.c: Likewise.
37990         * stdlib/system.c: Likewise.
37991         * streams/fattach.c: Likewise.
37992         * streams/fdetach.c: Likewise.
37993         * streams/getmsg.c: Likewise.
37994         * streams/getpmsg.c: Likewise.
37995         * streams/putmsg.c: Likewise.
37996         * streams/putpmsg.c: Likewise.
37997         * sysdeps/unix/bsd/getpt.c: Likewise.
37998         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37999         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
38000         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
38001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
38002         Likewise.
38003         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
38004         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
38005         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
38006         * sysvipc/msgctl.c: Likewise.
38007         * sysvipc/msgget.c: Likewise.
38008         * sysvipc/msgrcv.c: Likewise.
38009         * sysvipc/msgsnd.c: Likewise.
38010         * sysvipc/semctl.c: Likewise.
38011         * sysvipc/semget.c: Likewise.
38012         * sysvipc/semop.c: Likewise.
38013         * sysvipc/semtimedop.c: Likewise.
38014         * sysvipc/shmat.c: Likewise.
38015         * sysvipc/shmctl.c: Likewise.
38016         * sysvipc/shmdt.c: Likewise.
38017         * sysvipc/shmget.c: Likewise.
38018         * termios/tcdrain.c: Likewise.
38019         * termios/tcflow.c: Likewise.
38020         * termios/tcflush.c: Likewise.
38021         * termios/tcgetattr.c: Likewise.
38022         * termios/tcgetpgrp.c: Likewise.
38023         * termios/tcsendbrk.c: Likewise.
38024         * termios/tcsetattr.c: Likewise.
38025         * termios/tcsetpgrp.c: Likewise.
38026         * time/adjtime.c: Likewise.
38027         * time/clock.c: Likewise.
38028         * time/getitimer.c: Likewise.
38029         * time/gettimeofday.c: Likewise.
38030         * time/setitimer.c: Likewise.
38031         * time/settimeofday.c: Likewise.
38032         * time/stime.c: Likewise.
38033         * time/time.c: Likewise.
38035 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
38037         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
38038         /usr/old/bin.
38040         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
38041         instead of spaces.
38042         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
38044 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
38046         [BZ #14796]
38047         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
38048         FE_TONEAREST before applying Dekker multiplication and Knuth
38049         addition.  Clear inexact exceptions and check for exact zero
38050         results afterwards.
38051         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38052         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38053         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38054         * math/libm-test.inc (fma_test): Add more tests.
38055         (fma_test_towardzero): Likewise.
38056         (fma_test_downward): Likewise.
38057         (fma_test_upward): Likewise.
38058         * sysdeps/generic/math_private.h (default_libc_fesetround): New
38059         function.
38060         (libc_fesetround): New macro.
38061         (libc_fesetroundf): Likewise.
38062         (libc_fesetroundl): Likewise.
38063         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
38064         function.
38065         (libc_fesetround_387): Likewise.
38066         (libc_fesetroundf): New macro.
38067         (libc_fesetround): Likewise.
38068         (libc_fesetroundl): Likewise.
38069         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
38070         function.
38071         (libc_fesetroundf): New macro.
38072         (libc_fesetround): Likewise.
38073         (libc_fesetroundl): Likewise.
38074         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
38075         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
38076         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
38077         libm_hidden_ver.
38078         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
38079         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
38080         libm_hidden_def.
38081         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
38082         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
38083         libm_hidden_ver.
38084         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
38085         libm_hidden_def.
38087         [BZ #3439]
38088         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
38089         integer constant usable in #if and use that to give value to enum
38090         constant.
38091         (FE_DIVBYZERO): Likewise.
38092         (FE_UNDERFLOW): Likewise.
38093         (FE_OVERFLOW): Likewise.
38094         (FE_INVALID): Likewise.
38095         (FE_INVALID_SNAN): Likewise.
38096         (FE_INVALID_ISI): Likewise.
38097         (FE_INVALID_IDI): Likewise.
38098         (FE_INVALID_ZDZ): Likewise.
38099         (FE_INVALID_IMZ): Likewise.
38100         (FE_INVALID_COMPARE): Likewise.
38101         (FE_INVALID_SOFTWARE): Likewise.
38102         (FE_INVALID_SQRT): Likewise.
38103         (FE_INVALID_INTEGER_CONVERSION): Likewise.
38104         (FE_TONEAREST): Likewise.
38105         (FE_TOWARDZERO): Likewise.
38106         (FE_UPWARD): Likewise.
38107         (FE_DOWNWARD): Likewise.
38108         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
38109         (FE_DIVBYZERO): Likewise.
38110         (FE_OVERFLOW): Likewise.
38111         (FE_UNDERFLOW): Likewise.
38112         (FE_INEXACT): Likewise.
38113         (FE_TONEAREST): Likewise.
38114         (FE_DOWNWARD): Likewise.
38115         (FE_UPWARD): Likewise.
38116         (FE_TOWARDZERO): Likewise.
38117         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
38118         (FE_UNDERFLOW): Likewise.
38119         (FE_OVERFLOW): Likewise.
38120         (FE_DIVBYZERO): Likewise.
38121         (FE_INVALID): Likewise.
38122         (FE_TONEAREST): Likewise.
38123         (FE_TOWARDZERO): Likewise.
38124         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
38125         (FE_OVERFLOW): Likewise.
38126         (FE_UNDERFLOW): Likewise.
38127         (FE_DIVBYZERO): Likewise.
38128         (FE_INEXACT): Likewise.
38129         (FE_TONEAREST): Likewise.
38130         (FE_TOWARDZERO): Likewise.
38131         (FE_UPWARD): Likewise.
38132         (FE_DOWNWARD): Likewise.
38133         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
38134         (FE_DIVBYZERO): Likewise.
38135         (FE_OVERFLOW): Likewise.
38136         (FE_UNDERFLOW): Likewise.
38137         (FE_INEXACT): Likewise.
38138         (FE_TONEAREST): Likewise.
38139         (FE_DOWNWARD): Likewise.
38140         (FE_UPWARD): Likewise.
38141         (FE_TOWARDZERO): Likewise.
38143 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
38145         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
38147 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
38149         * scripts/cross-test-ssh.sh (command): Use newlines to separate
38150         commands.  Quote $PWD.
38151         (blacklist_exports): Don't use remove_newlines.  Replace "declare
38152         -x" by "export".
38153         (remove_newlines): Remove.
38155 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
38157         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
38158         * stdlib/stdlib.h (atof): Moved to ...
38159         * include/bits/stdlib-float.h: Here.  New file.
38160         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
38161         * stdlib/bits/stdlib-float.h: New file.
38162         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
38163         -mno-sse -mno-mmx.
38164         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
38165         <xmmintrin.h>.
38167 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
38169         * conform/conformtest.pl (@headers): Add fenv.h.
38170         * conform/data/fenv.h-data: New file.
38171         * include/fenv.h [_ISOMAC]: Disable all contents of file except
38172         include of <math/fenv.h>.
38174         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
38175         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
38176         && !UNIX98].  Enables tests for XOPEN2K8.
38177         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
38178         POSIX2008]: Likewise.
38180         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
38181         (struct rusage): Do not expect type or its members.
38183         [BZ #3439]
38184         * math/math.h (FP_NAN): Define macro to integer constant usable in
38185         #if and use that to give value to enum constant.
38186         (FP_INFINITE): Likewise.
38187         (FP_ZERO): Likewise.
38188         (FP_SUBNORMAL): Likewise.
38189         (FP_NORMAL): Likewise.
38191 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
38193         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
38194         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
38195         arguments.
38197 2012-11-02  Roland McGrath  <roland@hack.frob.com>
38199         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
38200         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
38201         autoconf-time if not.
38202         * configure.in: Remove AC_PREREQ.
38204 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38206         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
38207         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
38208         of the internal implementation.
38210 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
38212         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
38213         except include of <misc/sys/syslog.h>.
38215 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
38217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
38218         function returns with a NULL context exit with zero.
38220 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38222         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
38224 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
38226         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
38227         (run_program_cmd): This.
38228         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
38229         (tst_langinfo): New variable.  Use it.
38231 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
38233         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
38234         floating point opcodes.
38236 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38238         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
38239         variable.
38241         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
38243         * sysdeps/mach/hurd/powerpc: Remove directory.
38244         * sysdeps/mach/powerpc: Likewise.
38246 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
38248         * scripts/check-local-headers.sh: Ignore c++ headers.
38250 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38252         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
38253         __libc_cleanup_region_start argument.
38255 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
38257         [BZ #14784]
38258         [BZ #14785]
38259         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
38260         x * y using scaling, not as x * y + z.
38261         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38262         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38263         * math/libm-test.inc (fma_test): Add more tests.
38264         (fma_test_towardzero): Likewise.
38265         (fma_test_downward): Likewise.
38266         (fma_test_upward): Likewise.
38268 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38270         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
38272 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
38274         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
38275         New variable.
38277 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
38279         * rt/tst-shm.c (worker): Correct checking for mmap failure.
38281 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
38283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38284         Fix sort order.
38285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38286         Likewise.
38288 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38291         Fix the order of the list for glibc 2.17.
38292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38293         Likewise.
38295 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
38297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38299 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
38301         [BZ #14610]
38302         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
38303         for low part of x being zero before using __atanl (y).
38304         * math/libm-test.inc (atan2_test): Add another test.
38306         * manual/install.texi (Configuring and compiling): Document
38307         general use of test-wrapper and test-wrapper-env.
38308         * INSTALL: Regenerated.
38310         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
38311         (__fma): Do not extract and scale down low bits on after-rounding
38312         systems when result rounded to normal precision would have normal
38313         exponent.
38314         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
38315         (__fmal): Do not extract and scale down low bits on after-rounding
38316         systems when result rounded to normal precision would have normal
38317         exponent.
38318         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
38319         (__fmal): Do not extract and scale down low bits on after-rounding
38320         systems when result rounded to normal precision would have normal
38321         exponent.
38322         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
38323         macro.
38324         (fma_test): Add more tests.
38325         (fma_test_towardzero): Likewise.
38326         (fma_test_downward): Likewise.
38327         (fma_test_upward): Likewise.
38329 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
38331         * sysdeps/i386/tininess.h: Renamed to ...
38332         * sysdeps/x86/tininess.h: This.
38333         * sysdeps/x86_64/tininess.h: Removed.
38335 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
38337         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
38338         input.  Use $(build-program-cmd).
38339         ($(objpfx)tst-array1-static.out): Likewise.
38340         ($(objpfx)tst-array2.out): Likewise.
38341         ($(objpfx)tst-array3.out): Likewise.
38342         ($(objpfx)tst-array4.out): Likewise.
38343         ($(objpfx)tst-array5.out): Likewise.
38344         ($(objpfx)tst-array5-static.out): Likewise.
38346 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
38348         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
38349         if defined.
38351         * nss/nsswitch.h (nss_interface_function): Provide new
38352         macro for use with NSS functions.
38353         * grp/initgroups.c: Use new macro.
38354         * nss/getXXbyYY.c: Likewise.
38355         * nss/getXXbyYY_r.c: Likewise.
38356         * nss/getXXent.c: Likewise.
38357         * nss/getXXent_r.c: Likewise.
38358         * sysdeps/posix/getaddrinfo.c: Likewise.
38360 2012-10-30  Andreas Jaeger  <aj@suse.de>
38362         * po/ru.po: Update Russion translation from translation project.
38364 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
38366         [BZ #14152]
38367         [BZ #14783]
38368         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
38369         result and shift together with sticky bit instead of replicating
38370         round-to-nearest rounding.
38371         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38372         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38373         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
38374         missing underflow exceptions.
38375         (fma_test_towardzero): Add more tests.
38376         (fma_test_downward): Likewise.
38377         (fma_test_upward): Likewise.
38379         [BZ #14047]
38380         * sysdeps/generic/tininess.h: New file.
38381         * sysdeps/i386/tininess.h: Likewise.
38382         * sysdeps/sh/tininess.h: Likewise.
38383         * sysdeps/x86_64/tininess.h: Likewise.
38384         * stdlib/tst-strtod-underflow.c: Likewise.
38385         * stdlib/tst-tininess.c: Likewise.
38386         * stdlib/strtod_l.c: Include <tininess.h>.
38387         (round_and_return): Do not set errno for exact underflow cases.
38388         Force an underflow exception when setting errno for underflow.
38389         Determine underflow based on rounding to normal precision if
38390         TININESS_AFTER_ROUNDING.
38391         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
38392         ERANGE for exact underflow cases.
38393         * stdlib/Makefile (tests): Add tst-tininess and
38394         tst-strtod-underflow.
38395         ($(objpfx)tst-tininess): Use $(link-libm).
38396         ($(objpfx)tst-strtod-underflow): Likewise.
38398 2012-10-30  Andreas Jaeger  <aj@suse.de>
38400         [BZ#14767]
38401         * elf/Makefile (tests): Remove conditional for have-initfini-array
38402         since this is now always required and the variable does not exist
38403         anymore.
38404         (tests-static): Likewise.
38405         (modules-names): Likewise.
38407         * po/eo.po: Add Esperanto translation from translation project.
38409         * elf/tst-array1.c (fini_array): Make writeable so that it can be
38410         merged with constructor/destructor.
38411         (init_array): Likewise.
38412         * elf/tst-array2dep.c (fini_array): Likewise.
38413         (init_array): Likewise.
38415 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
38417         * manual/message.texi: Delete @cartouche tags.
38419 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
38421         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
38422         EOPNOTSUPP.
38423         * sysdeps/mach/hurd/fsync.c: Likewise.
38425         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
38426         [_POSIX_REALTIME_SIGNALS]: Change condition to
38427         [_POSIX_REALTIME_SIGNALS > 0].
38429 2012-10-27  Andreas Jaeger  <aj@suse.de>
38431         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
38432         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
38433         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
38434         [__WORDSIZE != 64]: Likewise.
38436 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
38438         *  iconvdata/tst-table.sh: Remove ${SHELL}.
38439         *  iconvdata/tst-tables.sh: Likewise.
38441 2012-10-25  David S. Miller  <davem@davemloft.net>
38443         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38444         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
38445         of strtoull.
38447         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
38448         ifunc-impl-list.c
38449         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38450         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
38451         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
38452         file.
38454 2012-10-25  Roland McGrath  <roland@hack.frob.com>
38456         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38457         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
38458         __getdirentries.
38460 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38461             Jim Blandy  <jimb@codesourcery.com>
38463         * scripts/cross-test-ssh.sh: New file.
38464         * manual/install.texi (Configuring and compiling): Document use of
38465         cross-test-ssh.sh.
38466         * INSTALL: Regenerated.
38468 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
38470         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
38471         EOPNOTSUPP.
38473 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38475         * Makeconfig (run-program-prefix): Fix comment.
38477 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38478             Jim Blandy  <jimb@codesourcery.com>
38480         * Makeconfig (test-wrapper): New variable,
38481         (test-wrapper-env): Likewise.
38482         [$(cross-compiling) = yes && $(test-wrapper) != ""]
38483         (run-built-tests): Define to yes.
38484         (run-program-prefix): Use $(test-wrapper).
38485         (built-program-cmd): Likewise.
38486         * Rules (make-test-out): Use $(test-wrapper-env) and
38487         $(host-built-program-cmd).
38488         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
38489         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
38490         tst-pathopt.sh.
38491         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
38492         $(test-wrapper-env) to tst-rtld-load-self.sh.
38493         ($(objpfx)order2.out): Use $(test-wrapper).
38494         ($(objpfx)tst-initorder.out): Likewise.
38495         ($(objpfx)tst-initorder2.out): Likewise.
38496         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
38497         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
38498         (test_wrapper_env): New variable.  Use it to run ld.so.
38499         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
38500         Use it to run ld.so.
38501         (test_wrapper_env): Likewise.
38502         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
38503         $(test-wrapper) to run-iconv-test.sh.
38504         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
38505         (ICONV): Use $test_wrapper.
38506         * posix/Makefile ($(objpfx)globtest.out): Pass
38507         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
38508         globtest.sh, not $(run-program-prefix).
38509         * posix/globtest.sh (run_via_rtld_prefix): New variable.
38510         (test_wrapper): Likewise.
38511         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
38512         set together with run_via_rtld_prefix.
38513         (run_program_prefix): Define in terms of test_wrapper and
38514         run_via_rtld_prefix.
38516 2012-10-24  Roland McGrath  <roland@hack.frob.com>
38518         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
38519         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38520         Targets removed.
38522         [BZ #14743]
38523         * include/time.h: Remove librt_hidden_proto (clock_gettime).
38524         Declare __clock_getres, __clock_gettime, __clock_settime,
38525         __clock_nanosleep, and __clock_getcpuclockid.
38526         * rt/clock_gettime.c: Define __clock_gettime as an alias.
38527         Remove librt_hidden_def (clock_gettime).
38528         * sysdeps/unix/clock_gettime.c: Likewise.
38529         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38530         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38531         * rt/clock_getres.c: Define __clock_getres as an alias.
38532         * sysdeps/posix/clock_getres.c: Likewise.
38533         * rt/clock_settime.c: Define __clock_settime as an alias.
38534         * sysdeps/unix/clock_settime.c: Likewise.
38535         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38536         * sysdeps/unix/clock_nanosleep.c: Likewise.
38537         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38538         * rt/clock-compat.c: New file.
38539         * rt/Makefile (librt-routines): Add clock-compat and move
38540         $(clock-routines) to ...
38541         (routines): ... here, new variable.
38542         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38543         Don't add get_clockfreq here.
38544         * rt/Versions (libc: GLIBC_2.17): New version set.
38545         Add clock_* symbols here.
38546         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
38547         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38548         (GLIBC_2.17): Add clock_* symbols.
38549         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38550         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38551         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38553         Likewise.
38554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38555         Likewise.
38556         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38557         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38558         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38560         * NEWS: Mention the move.
38562         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38563         Use __open, __read, __close rather than their public counterparts.
38564         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38565         (__get_clockfreq_via_cpuinfo): Likewise.
38566         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38567         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38569         * config.h.in (HAVE_IFUNC): New #undef.
38570         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38571         was successful.
38572         * configure: Regenerated.
38574 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38576         * configure.in: Move READELF check to start of file.
38577         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38578         libc_cv_asm_gnu_indirect_function in the process.
38579         * configure: Regenerated.
38581 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38583         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38584         send the output to /dev/null.
38585         (libc_cv_cc_with_libunwind): Likewise.
38586         (libc_cv_as_noexecstack): Likewise.
38587         * configure: Regenerate.
38589 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38591         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38593         * posix/globtest.sh (TMPDIR): Do not set.
38594         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38595         (testout): Likewise.
38597 2012-10-24  Andreas Jaeger  <aj@suse.de>
38599         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38600         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38601         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38602         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38603         posix_fadvise64, posix_fallocate64.
38605         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38606         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38607         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38608         Likewise.
38609         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38610         Likewise.
38611         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38613         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38614         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38615         <bits/fcntl-linux.h>.
38616         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38618         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38619         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38620         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38621         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38622         [__WORDSIZE != 64]: Likewise.
38624 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38626         * Makeconfig (run-built-tests): New variable.
38627         * Rules [$(cross-compiling) = yes]: Change condition to
38628         [$(run-built-tests) = no].
38629         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38630         to [$(run-built-tests) = yes].
38631         * elf/Makefile [$(cross-compiling) = no]: Likewise
38632         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38633         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38634         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38635         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38636         * io/Makefile [$(cross-compiling) = no]: Likewise.
38637         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38638         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38639         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38640         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38641         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38642         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38643         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38644         * string/Makefile [$(cross-compiling) = no]: Likewise.
38646         * posix/Makefile ($(objpfx)globtest.out): Pass
38647         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38648         $(rtld-installed-name).
38649         * posix/globtest.sh (elf_objpfx): Remove variable.
38650         (rtld_installed_name): Likewise.
38651         (library_path): Likewise.
38652         (run_program_prefix): New variable.  Use for running globtest
38653         binary.
38655 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38656             Joseph Myers  <joseph@codesourcery.com>
38658         * Makeconfig (host-built-program-cmd): New variable.
38659         * elf/Makefile (tst-stackguard1-ARGS): Use
38660         $(host-built-program-cmd).
38661         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38662         (tst-spawn-ARGS): Likewise.
38663         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38665 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38666             Jim Blandy  <jimb@codesourcery.com>
38668         * Makeconfig (run-via-rtld-prefix): New variable.
38669         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38670         (built-program-cmd): Likewise.
38672 2012-10-22  Andreas Jaeger  <aj@suse.de>
38674         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38675         __O_RSYNC if it exists, otherwise to O_SYNC.
38677 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38678             Joseph Myers  <joseph@codesourcery.com>
38680         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38681         /dev/null.
38682         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38683         from /dev/null
38684         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38685         /dev/null.
38687 2012-10-22  Andreas Jaeger  <aj@suse.de>
38689         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38690         Define always.
38691         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38693         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38694         bits/fcntl-linux.h.
38696         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38697         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38699         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38700         to __O_LARGEFILE.
38701         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38702         to __O_LARGEFILE.
38704 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38705             Joseph Myers  <joseph@codesourcery.com>
38707         * config.make.in (NM): New variable.
38709 2012-10-21  Andreas Jaeger  <aj@suse.de>
38711         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38712         definitions and declarations that are provided by
38713         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38715 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38717         [BZ #14683]
38718         * elf/Makefile (tests-static): Add tst-leaks1-static.
38719         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38720         ($(objpfx)tst-leaks1-static): New rule.
38721         ($(objpfx)tst-leaks1-static-mem): Likewise.
38722         (tst-leaks1-static-ENV): New macro.
38723         * elf/dl-open.c (dl_open_worker): Check the main application
38724         only if SHARED is defined.
38725         * elf/tst-leaks1-static.c: New file.
38727 2012-10-20  Andreas Jaeger  <aj@suse.de>
38729         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38730         generic values for Linux.
38731         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38732         and declarations that are provided by <bits/fcntl-linux.h> and
38733         include <bits/fcntl-linux.h>.
38734         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38735         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38737 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38739         * io/fcntl.h: Move include of <bits/types.h> to the top and
38740         include it unconditionally.
38742 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38744         * wcsmbs/Makefile (tests-ifunc): New variable.
38745         (tests): Add $(tests-ifunc).
38746         * wcsmbs/test-wcschr-ifunc.c: New file.
38747         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38748         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38749         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38750         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38751         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38753         * string/Makefile (tests-ifunc): New variable.
38754         (tests): Add $(tests-ifunc).
38755         * string/test-memccpy.c (TEST_NAME): New macro.
38756         * string/test-memchr.c (TEST_NAME): Likewise.
38757         * string/test-memcmp.c (TEST_NAME): Likewise.
38758         * string/test-memcpy.c (TEST_NAME): Likewise.
38759         * string/test-memmem.c (TEST_NAME): Likewise.
38760         * string/test-memmove.c (TEST_NAME): Likewise.
38761         * string/test-memset.c (TEST_NAME): Likewise.
38762         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38763         * string/test-stpcpy.c (TEST_NAME): Likewise.
38764         * string/test-stpncpy.c (TEST_NAME): Likewise.
38765         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38766         * string/test-strcasestr.c (TEST_NAME): Likewise.
38767         * string/test-strcat.c (TEST_NAME): Likewise.
38768         * string/test-strchr.c (TEST_NAME): Likewise.
38769         * string/test-strcmp.c(TEST_NAME): Likewise.
38770         * string/test-strcpy.c (TEST_NAME): Likewise.
38771         * string/test-strcspn.c (TEST_NAME): Likewise.
38772         * string/test-strlen.c (TEST_NAME): Likewise.
38773         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38774         * string/test-strncmp.c (TEST_NAME): Likewise.
38775         * string/test-strncpy.c (TEST_NAME): Likewise.
38776         * string/test-strnlen.c (TEST_NAME): Likewise.
38777         * string/test-strpbrk.c (TEST_NAME): Likewise.
38778         * string/test-strrchr.c (TEST_NAME): Likewise.
38779         * string/test-strspn.c (TEST_NAME): Likewise.
38780         * string/test-strstr.c (TEST_NAME): Likewise.
38781         * string/test-bcopy-ifunc.c: New file.
38782         * string/test-bzero-ifunc.c: Likewise.
38783         * string/test-memccpy-ifunc.c: Likewise.
38784         * string/test-memchr-ifunc.c: Likewise.
38785         * string/test-memcmp-ifunc.c: Likewise.
38786         * string/test-memcpy-ifunc.c: Likewise.
38787         * string/test-memmem-ifunc.c: Likewise.
38788         * string/test-memmove-ifunc.c: Likewise.
38789         * string/test-mempcpy-ifunc.c: Likewise.
38790         * string/test-memset-ifunc.c: Likewise.
38791         * string/test-rawmemchr-ifunc.c: Likewise.
38792         * string/test-stpcpy-ifunc.c: Likewise.
38793         * string/test-stpncpy-ifunc.c: Likewise.
38794         * string/test-strcasecmp-ifunc.c: Likewise.
38795         * string/test-strcasestr-ifunc.c: Likewise.
38796         * string/test-strcat-ifunc.c: Likewise.
38797         * string/test-strchr-ifunc.c: Likewise.
38798         * string/test-strchrnul-ifunc.c: Likewise.
38799         * string/test-strcmp-ifunc.c: Likewise.
38800         * string/test-strcpy-ifunc.c: Likewise.
38801         * string/test-strcspn-ifunc.c: Likewise.
38802         * string/test-strlen-ifunc.c: Likewise.
38803         * string/test-strncasecmp-ifunc.c: Likewise.
38804         * string/test-strncat-ifunc.c: Likewise.
38805         * string/test-strncmp-ifunc.c: Likewise.
38806         * string/test-strncpy-ifunc.c: Likewise.
38807         * string/test-strnlen-ifunc.c: Likewise.
38808         * string/test-strpbrk-ifunc.c: Likewise.
38809         * string/test-strrchr-ifunc.c: Likewise.
38810         * string/test-strspn-ifunc.c: Likewise.
38811         * string/test-strstr-ifunc.c: Likewise.
38813         * debug/Makefile (tests-ifunc): New variable.
38814         (tests): Add $(tests-ifunc).
38815         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38816         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38817         * debug/test-stpcpy_chk-ifunc.c: New file.
38818         * debug/test-strcpy_chk-ifunc.c: Likewise.
38820 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38822         [BZ #13601]
38823         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38824         header is not read in.
38826 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38828         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38829         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38830         directly.  Pass built executable to script as
38831         $(built-program-cmd).
38832         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38833         $testprogram without using LD_LIBRARY_PATH and $ldso.
38835         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38836         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38837         $(rtld-installed-name).
38838         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38839         (rtld_installed_name): Likewise.
38840         (library_path): Likewise.
38841         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38842         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38843         $(run-program-prefix) to tst-tables.sh.
38844         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38845         it to run tst-table-from and tst-table-to.
38846         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38847         Pass it to tst-table.sh.
38848         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38849         $(run-program-prefix) to tst-gettext.sh.
38850         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38851         tst-translit.sh.
38852         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38853         tst-gettext2.sh.
38854         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38855         to run tst-gettext.
38856         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38857         to run tst-gettext2.
38858         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38859         to run tst-translit.
38860         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38861         $(run-program-prefix) to tst-mtrace.sh.
38862         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38863         to run tst-mtrace.
38864         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38865         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38866         $(rtld-installed-name).
38867         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38868         (rtld_installed_name): Likewise.
38869         (run_program_prefix): New variable.  Use it to run wordexp-test.
38871         * Makeconfig (ARCH): Remove all definitions.
38872         (machine): Likewise.
38873         [ARCH]: Remove conditional code.
38874         [!objdir]: Give error.
38875         [!objdir] (objpfx): Remove.
38876         [!objdir] (common-objpfx): Likewise.
38877         [!objdir] (common-objdir): Likewise.
38878         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38879         AC_CONFIG_FILES call.
38880         * configure: Regenerated.
38882         [BZ #13888]
38883         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38884         or TMPDIR.
38885         (testout): Likewise.
38887         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38888         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38889         $(rtld-installed-name).
38890         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38891         (rtld_installed_name): Likwise.
38892         (runit): Remove function.
38893         (run_getconf): New variable,  Use it for running getconf binary.
38895 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38897         [BZ #14716]
38898         * string/test-memmem.c (check_result): New function.
38899         (do_one_test): Use it.
38900         (check1): New function.
38901         (test_main): Use it.
38903 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38905         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38907 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38909         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38910         (_G_LSEEK64): Likewise.
38911         (_G_MMAP64): Likewise.
38912         (_G_FSTAT64): Likewise.
38913         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38914         (_G_LSEEK64): Likewise.
38915         (_G_MMAP64): Likewise.
38916         (_G_FSTAT64): Likewise.
38917         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38918         unconditional.  Call __mmap64 directly.
38919         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38920         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38921         __lseek64 directly.
38922         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38923         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38924         __mmap64 directly.
38925         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38926         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38927         __lseek64 directly.
38928         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38929         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38930         __lseek64 directly.
38931         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38932         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38933         __lseek64 directly.
38934         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38935         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38936         __fxstat64 directly.
38937         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38938         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38939         unconditional.
38940         (freopen64) [!_G_OPEN64]: Remove conditional code.
38941         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38942         unconditional.
38943         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38944         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38945         unconditional.
38946         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38947         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38948         unconditional.
38949         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38950         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38951         unconditional.
38952         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38953         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38954         unconditional.
38955         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38956         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38957         unconditional.
38958         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38959         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38960         unconditional.
38961         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38963 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38965         [BZ #12140]
38966         * manual/memory.texi (Malloc Tunable Parameters): Add note
38967         about free list pointers overwriting some perturb bytes.
38968         Wording suggested by Roland McGrath.
38970 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38972         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38973         (lgamma_test): Likewise.
38974         (tgamma_test): Likewise.
38976 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38978         [BZ #14700]
38979         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38980         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38982 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38984         * NEWS: Mention BZ #14716.
38985         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38986         when removing AVAILABLE1_USES_J macro.
38988 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38990         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38991         (__bswap_64): __uint64_t for unsigned 64-bit int.
38993 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38995         * include/string.h (memmem): Declare libc hidden alias.
38996         * string/memmem.c (memmem): Define libc hidden alias.
38997         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38998         __read, __close instead of open, read, close.
39000 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
39002         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
39003         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
39004         global and hidden.
39005         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
39006         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
39007         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
39008         Likewise.
39009         (__rawmemchr_sse2): Likewise.
39010         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
39011         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
39012         (__strchr_sse2): Likewise.
39013         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
39014         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
39015         (__strcasecmp_sse2): Likewise.
39016         (__strncasecmp_sse2): Likewise.
39017         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
39018         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
39019         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
39020         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
39021         (__strrchr_sse2): Likewise.
39022         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
39023         ifunc-impl-list.c.
39024         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
39025         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
39026         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
39027         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
39028         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
39029         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
39030         * sysdeps/x86_64/multiarch/memset.S: Likewise.
39031         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
39032         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
39033         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
39034         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
39035         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
39036         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
39037         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
39038         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
39039         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
39040         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
39041         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
39042         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
39043         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
39044         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
39045         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
39046         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
39047         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
39048         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
39049         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
39050         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
39051         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39052         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
39053         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
39055         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
39056         global and hidden.
39057         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
39058         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
39059         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
39060         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
39061         Likewise.
39062         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
39063         Likewise.
39064         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
39065         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
39066         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
39067         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
39068         ifunc-impl-list.c.
39069         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
39070         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
39071         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
39072         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
39073         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
39074         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
39075         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
39076         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
39077         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
39078         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
39079         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
39080         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
39081         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
39082         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
39083         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
39084         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
39085         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
39086         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
39087         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
39088         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
39089         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
39090         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
39091         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
39092         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
39093         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
39094         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
39095         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
39096         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
39097         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
39098         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
39099         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
39100         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
39101         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
39102         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
39103         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
39104         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
39105         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
39106         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
39107         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
39108         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
39109         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
39111         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
39112         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
39113         * include/ifunc-impl-list.h: New file.
39114         * misc/ifunc-impl-list.c: Likewise.
39115         * misc/Makefile (routines): Add ifunc-impl-list.
39116         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
39117         * string/test-string.h: Include <ifunc-impl-list.h>.
39118         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
39119         TEST_NAME]: New variables.
39120         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
39121         are defined.
39122         (test_init): Call __libc_ifunc_impl_list to initialize
39123         func_list if TEST_IFUNC and TEST_NAME are defined.
39125         * string/Makefile (strop-tests): Add bcopy and bzero.
39126         * string/test-bcopy.c: New file.
39127         * string/test-bzero.c: Likewise.
39128         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
39129         defined.
39130         * string/test-memset.c: Support bzero test if TEST_BZERO is
39131         defined.
39132         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
39133         __libc_memmove.
39134         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
39135         __libc_memset.
39136         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
39137         of memset.
39139 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
39141         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
39142         * configure: Regenerated.
39144         * Makeconfig (+link-static-before-libc): Don't include
39145         $(link-static-libc).
39147         * libio/libio.h (_IO_pos_t): Remove.
39149 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39151         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
39152         McGrath.
39154 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39156         * crypt/crypt-entry.c: Include fips-private.h.
39157         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
39158         * crypt/md5c-test.c (main): Tolerate disabled MD5.
39159         * sysdeps/unix/sysv/linux/fips-private.h: New file.
39160         * sysdeps/generic/fips-private.h: New file, dummy fallback.
39162 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39164         * crypt/crypt-private.h: Include stdbool.h.
39165         (_ufc_setup_salt_r): Return bool.
39166         * crypt/crypt-entry.c: Include errno.h.
39167         (__crypt_r): Return NULL with EINVAL for bad salt.
39168         * crypt/crypt_util.c (bad_for_salt): New.
39169         (_ufc_setup_salt_r): Check that salt is long enough and within
39170         the specified alphabet.
39171         * crypt/badsalttest.c: New file.
39172         * crypt/Makefile (tests): Add it.
39173         ($(objpfx)badsalttest): New.
39175 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
39177         * NEWS: Add entry for BZ #14602.
39179 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
39181         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
39182         type-generic.
39183         * math/libm-test.inc: Update comment listing what functions and
39184         macros are tested.
39185         (isgreater_test): New function.
39186         (isgreaterequal_test): Likewise.
39187         (isless_test): Likewise.
39188         (islessequal_test): Likewise.
39189         (islessgreater_test): Likewise.
39190         (isunordered_test): Likewise.
39191         (main): Call the new functions.
39193 2012-10-09  Roland McGrath  <roland@hack.frob.com>
39195         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
39196         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
39197         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
39198         * sysdeps/i386/configure: Regenerated.
39199         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
39200         * sysdeps/mach/configure: Regenerated.
39201         * sysdeps/mach/hurd/configure: Regenerated.
39202         * sysdeps/powerpc/configure: Regenerated.
39203         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39204         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39205         * sysdeps/s390/s390-32/configure: Regenerated.
39206         * sysdeps/s390/s390-64/configure: Regenerated.
39207         * sysdeps/sh/configure: Regenerated.
39208         * sysdeps/sparc/configure: Regenerated.
39209         * sysdeps/unix/sysv/linux/configure: Regenerated.
39210         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
39211         * sysdeps/x86_64/configure: Regenerated.
39213         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
39214         defined.  Don't check if MAP is NULL.
39216 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
39218         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
39219         (_G_stat64): Likewise.
39220         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
39221         (_G_stat64): Likewise.
39222         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
39223         instead of struct _G_stat64.
39224         * libio/fileops.c (mmap_remap_check): Likewise.
39225         (decide_maybe_mmap): Likewise.
39226         (_IO_new_file_seekoff): Likewise.
39227         (_IO_file_stat): Likewise.
39228         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
39229         _G_off64_t.
39230         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
39231         instead of struct _G_stat64.
39232         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39234 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
39236         [BZ #14602]
39237         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39238         Replace with ...
39239         (CHECK_EOL): New macro.
39240         (two_way_short_needle): Check beginning of haystack for EOL.  Use
39241         CHECK_EOL.
39242         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39243         Replace with CHECK_EOL.
39244         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39245         Replace with CHECK_EOL.
39247 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
39249         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
39250         type-generic.
39251         * math/libm-test.inc: Update comment listing what functions and
39252         macros are tested.
39253         (finite_test): New function.
39254         (isinf_test): Likewise.
39255         (isnan_test): Likewise.
39256         (fpclassify_test): Test subnormal input.
39257         (isfinite_test): Likewise.
39258         (isnormal_test): Likewise.
39259         (main): Call the new functions.
39261 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
39263         [BZ #14660]
39264         * Makerules (%.dynsym): Force C locale when running
39265         $(OBJDUMP) --dynamic-syms.
39267 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
39269         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
39270         <stdint.h>.
39272 2012-10-06  David S. Miller  <davem@davemloft.net>
39274         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
39275         upper 32-bits of the length value in %o2 since we use branch-on-register
39276         tests which consider the entire 64-bit register.
39278 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
39280         * string/test-strstr.c (check2): Add a test for page boundary.
39282 2012-10-05  David S. Miller  <davem@davemloft.net>
39284         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
39285         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
39286         file.
39287         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39288         sysdep_routines.
39289         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39290         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
39291         and bzero when HWCAP_SPARC_CRYPTO is present.
39293 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
39295         [BZ #14602]
39296         * string/test-strstr.c (check2): New function.
39297         (test_main): Call check2.
39299         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
39300         and bug-strchr1.
39301         * string/bug-strcasestr1.c (do_test): Moved to ...
39302         * string/test-strcasestr.c (check1): Here.  New function.
39303         (do_one_test): Break out result checking code into ...
39304         (check_result): This.  New function.
39305         (do_one_test): Call check_result.
39306         (test_main): Call check1.
39307         * string/bug-strchr1.c (do_test): Moved to ...
39308         * string/test-strchr.c (check1): Here.  New function.
39309         (do_one_test): Break out result checking code into ...
39310         (check_result): This.  New function.
39311         (do_one_test): Call check_result.
39312         (test_main): Call check1.
39313         * string/bug-strstr1.c (main): Moved to ...
39314         * string/test-strstr.c (check1): Here.  New function.
39315         (do_one_test): Break out result checking code into ...
39316         (check_result): This.  New function.
39317         (do_one_test): Call check_result.
39318         (test_main): Call check1.
39319         * string/bug-strcasestr1.c: Removed.
39320         * string/bug-strchr1.c: Likewise.
39321         * string/bug-strstr1.c: Likewise.
39323         * elf/Makefile (dl-routines): Add hwcaps.
39324         * elf/dl-support.c (_dl_important_hwcaps): Removed.
39325         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
39326         (_dl_important_hwcaps): Moved to ...
39327         * elf/dl-hwcaps.c: Here.  New file.
39328         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
39330         [BZ #14557]
39331         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
39332         if IS_IN_rtld isn't defined.
39334         * elf/dl-support.c (_dl_sysinfo_map): New.
39335         Include "get-dynamic-info.h" and "setup-vdso.h".
39336         (_dl_non_dynamic_init): Call setup_vdso.
39337         * elf/dynamic-link.h: Don't include <assert.h>.
39338         (elf_get_dynamic_info): Moved to ...
39339         * elf/get-dynamic-info.h: Here.  New file.
39340         * elf/dynamic-link.h: Include "get-dynamic-info.h".
39341         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
39342         * elf/setup-vdso.h: Here.  New file.
39343         * elf/rtld.c: Include "setup-vdso.h".
39344         (dl_main): Call setup_vdso.
39346 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
39348         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
39349         creal in comment listing functions tested.  List finite, isinf,
39350         isnan, isless, islessequal, isgreater, isgreaterequal,
39351         islessgreater, isunordered, lgamma_r and pow10 as functions and
39352         macros not tested.  Mention which functions not tested are aliases
39353         for other functions.  Fix typo.  Note that signs of NaNs are not
39354         tested.
39356         * scripts/config.guess: Update from config.git.
39357         * scripts/config.sub: Likewise.
39359 2012-10-04  Roland McGrath  <roland@hack.frob.com>
39361         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
39362         * misc/madvise.c (madvise): Renamed to __madvise.
39363         Make madvise a weak alias.
39364         * include/sys/mman.h: Declare __madvise.
39365         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
39366         * sysdeps/unix/syscalls.list
39367         (madvise): Make __madvise the strong name, and madvise a weak alias.
39368         * sysdeps/unix/sysv/linux/syscalls.list
39369         (madvise, mmap): Remove redundant entries.
39370         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
39371         * malloc/malloc.c (mtrim): Likewise.
39372         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
39374 2012-10-03  Roland McGrath  <roland@hack.frob.com>
39376         * sysdeps/mach/hurd/dl-cache.c: File removed.
39377         * config.h.in (USE_LDCONFIG): New #undef.
39378         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
39379         * configure: Regenerated.
39380         * elf/Makefile (dl-routines): Add dl-cache only under
39381         [$(use-ldconfig) = yes].
39382         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
39383         cache on [USE_LDCONFIG].
39384         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
39385         [USE_LDCONFIG].
39386         * elf/rtld.c (dl_main): Likewise.
39388 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
39390         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
39391         _SC_LEVEL4_CACHE_LINESIZE.
39393 2012-10-03  Roland McGrath  <roland@hack.frob.com>
39395         * sysdeps/unix/bsd/confstr.h: File removed.
39397 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
39399         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
39400         sys/sdt-config.h.
39402 2012-10-02  Roland McGrath  <roland@hack.frob.com>
39404         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
39405         Make 'mapoff' field ElfW(Off) rather than off_t.
39407 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39409         * nscd/Makefile: Remove nscd-cflags and all its users.
39410         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
39411         (CFLAGS-nonlib): Add compiler flags for nscd modules.
39413         [BZ #10631]
39414         * malloc.c (malloc_printerr): Clarify error message.
39416 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
39418         [BZ #14648]
39419         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39420         Set bit_FMA_Usable if FMA is supported.
39421         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
39422         macro.
39423         (bit_FMA4_Usable): Updated.
39424         (index_FMA_Usable): New macro.
39425         (CPUID_FMA): Likewise
39426         (HAS_FMA): Defined with bit_FMA_Usable.
39428 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39430         * bits/types.h (__swblk_t): Type removed.
39431         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
39432         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
39433         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39434         (__SWBLK_T_TYPE): Likewise.
39435         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39436         (__SWBLK_T_TYPE): Likewise.
39437         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39438         (__SWBLK_T_TYPE): Likewise.
39439         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39440         (__SWBLK_T_TYPE): Likewise.
39442 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
39443             Honza Horak <hhorak@redhat.com>
39445         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
39446         (xdr_mapname): Use YPMAXMAP as maxsize.
39447         (xdr_peername): Use YPMAXPEER as maxsize.
39448         (xdr_keydat): Use YPAXRECORD as maxsize.
39449         (xdr_valdat): Use YPMAXRECORD as maxsize.
39451 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39453         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
39455         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
39456         * csu/init-first.c: ... here.
39457         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
39458         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
39459         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
39460         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
39461         * sysdeps/i386/init-first.c: File removed.
39462         * sysdeps/sh/init-first.c: File removed.
39464 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
39466         [BZ #14645]
39467         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
39468         if x * y might underflow to zero and z is zero.
39469         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
39470         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39471         * math/libm-test.inc (min_subnorm_value): New variable.
39472         (fma_test): Add more tests.
39473         (fma_test_towardzero): Likewise.
39474         (fma_test_downward): Likewise
39475         (fma_test_upward): Likewise.
39476         (initialize): Set min_subnorm_value.
39478 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
39480         [BZ #14638]
39481         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
39482         0 + 0.
39483         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
39484         mode for addition resulting in exact zero.
39485         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
39486         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
39487         exact 0 + 0.
39488         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
39489         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39490         * math/libm-test.inc (fma_test): Add more tests.
39491         (fma_test_towardzero): New function.
39492         (fma_test_downward): Likewise.
39493         (fma_test_upward): Likewise.
39494         (main): Call the new functions.
39496 2012-09-28  David S. Miller  <davem@davemloft.net>
39498         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
39500 2012-09-28  Roland McGrath  <roland@hack.frob.com>
39502         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
39503         instead of SIGALRM.
39505         * sysdeps/gnu/_G_config.h: Moved to ...
39506         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
39507         * sysdeps/mach/hurd/_G_config.h: Moved to ...
39508         * sysdeps/generic/_G_config.h: ... here.
39510         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
39512         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
39514         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
39515         Conditionalize target on [libnss_test1.so-version].
39517         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
39519         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39520         (elfobjdir): Move out of conditionals.
39522         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39523         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39524         (__nss_lookup_function): Conditionalize label remove_from_tree on
39525         [!DO_STATIC_NSS || SHARED], matching its only use.
39527 2012-09-28  David S. Miller  <davem@davemloft.net>
39529         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39530         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39531         file.
39532         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39533         sysdep_routines.
39534         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39535         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39536         when HWCAP_SPARC_CRYPTO is present.
39538 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39540         * io/tst-mknodat.c: Create a FIFO instead of a socket.
39542 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
39544         [BZ #6530]
39545         * stdio-common/vfprintf.c (process_string_arg): Revert
39546         2000-07-22 change.
39548 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
39550         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39551         for testcase.
39552         * stdio-common/tst-sprintf.c: Include <locale.h>
39553         (main): Test sprintf's handling of incomplete multibyte
39554         characters.
39556 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
39558         * elf/dl-runtime.c (VERSYMIDX): Removed.
39559         * elf/dl-version.c (VERSYMIDX): Likewise.
39560         * elf/do-rel.h (VERSYMIDX): Likewise.
39561         (VALIDX): Likewise.
39562         * elf/dynamic-link.h (VERSYMIDX): Likewise.
39563         * elf/rtld.c (VALIDX): Likewise.
39564         (ADDRIDX): Likewise.
39565         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39566         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39567         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
39568         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39569         (VALIDX): Likewise.
39570         (ADDRIDX): Likewise.
39572 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39574         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39576 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
39578         [BZ #11438]
39579         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39580         to global scope.
39581         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39582         addresses are in the same scope as 192.0.2/24.
39583         * posix/gai.conf: Document new scope table defaults.
39585 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39587         [BZ #5298]
39588         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39589         for ftell.  Compute offsets from write pointers instead.
39590         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39592 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39594         [BZ #14543]
39595         * libio/Makefile (tests): New test case tst-fseek.
39596         * libio/tst-fseek.c: New test case to verify that fseek/ftell
39597         combination works in wide mode.
39598         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39599         state when the external buffer state changes.
39601 2012-09-27  David S. Miller  <davem@davemloft.net>
39603         [BZ #14376]
39604         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39605         pass reloc->r_addend in as the 'high' argument to
39606         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39610 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39612         * rt/tst-aio2.c: Include <pthread.h>.
39613         * rt/tst-aio3.c: Likewise.
39615 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39617         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39619 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39621         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39622         contents on [SHARED].
39624 2012-09-26  Marek Polacek  <polacek@redhat.com>
39626         [BZ #14530]
39627         [BZ #13741]
39628         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39629         for C++ and GCC <4.3 as well as for non GCC compilers.
39631 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39633         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39635 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39637         * Makefile.in (all, install): Declare with .PHONY.
39638         Reported by Michael Hope <michael.hope@linaro.org>.
39640 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39642         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39643         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39644         system header.
39645         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39646         Likewise.
39647         (sydep_routines): Add the new and the internal functions.
39648         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39649         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39651         (GLIBC_2.17): Add the new function.
39652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39653         (GLIBC_2.17): Likewise.
39654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39655         (GLIBC_2.17): Likewise.
39656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39657         (GLIBC_2.17): Likewise.
39658         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39660 2012-09-25  Alan Modra  <amodra@gmail.com>
39662         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39663         Add release barrier before setting once_control to say
39664         initialisation is done.  Add hints on lwarx.  Use macro in
39665         place of isync.
39666         (clear_once_control): Add release barrier.
39668 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39670         [BZ #13629]
39671         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39672         specially.
39673         * math/s_clog10.c (__clog10): Likewise.
39674         * math/s_clog10f.c (__clog10f): Likewise.
39675         * math/s_clog10l.c (__clog10l): Likewise.
39676         * math/s_clogf.c (__clogf): Likewise.
39677         * math/s_clogl.c (__clogl): Likewise.
39678         * math/Makefile (libm-calls): Add x2y2m1.
39679         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39680         (__x2y2m1): Likewise.
39681         (__x2y2m1l): Likewise.
39682         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39683         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39684         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39685         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39686         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39687         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39688         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39689         * sysdeps/i386/fpu/libm-test-ulps: Update.
39690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39692         [BZ #14621]
39693         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39694         int as type of variable DEPTH.
39695         (glob): Use size_t instead of int as type of variables NEWCOUNT
39696         and OLD_PATHC.
39698 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39700         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39701         Add s_sincosf-sse2.
39702         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39703         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39704         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39705         macros for using routine as __sincosf_ia32.
39706         Use macro for function declaration and weak_alias.
39707         * sysdeps/i386/fpu/libm-test-ulps: Update.
39709         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39710         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39712         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39713         subnormal argument.
39714         * math/s_cexpf.c (__cexpf): Likewise.
39715         * math/s_csinf.c (__csinf): Likewise.
39716         * math/s_csinhf.c (__csinhf): Likewise.
39717         * math/s_ctanf.c (__ctanf): Likewise.
39718         * math/s_ctanhf.c (__ctanhf): Likewise.
39719         * math/s_ccosh.c (__ccoshf): Likewise.
39720         * math/s_cexp.c (__cexpl): Likewise.
39721         * math/s_csin.c (__csin): Likewise.
39722         * math/s_csinh.c (__csinh): Likewise.
39723         * math/s_ctan.c (__ctan): Likewise.
39724         * math/s_ctanh.c (ctanh): Likewise.
39725         * math/s_ccoshl.c (__ccoshl): Likewise.
39726         * math/s_cexpl.c (__cexpl): Likewise.
39727         * math/s_csinl.c (__csinl): Likewise.
39728         * math/s_csinhl.c (__csinhl): Likewise.
39729         * math/s_ctanl.c (__ctanl): Likewise.
39730         * math/s_ctanhl.c (__ctanhl): Likewise.
39732 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39734         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39735         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39736         (_IO_off_t): Define to __off_t, not _G_off_t.
39737         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39738         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39739         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39740         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39741         type of __dummy and __dummy2 fields.
39742         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39743         (_G_ssize_t): Likewise.
39744         (_G_off_t): Likewise.
39745         (_G_pid_t): Likewise.
39746         (_G_uid_t): Likewise.
39747         (_G_wchar_t): Likewise.
39748         (_G_wint_t): Likewise.
39749         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39750         (_G_ssize_t): Likewise.
39751         (_G_off_t): Likewise.
39752         (_G_pid_t): Likewise.
39753         (_G_uid_t): Likewise.
39754         (_G_wchar_t): Likewise.
39755         (_G_wint_t): Likewise.
39756         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39757         (_G_ssize_t): Likewise.
39758         (_G_off_t): Likewise.
39759         (_G_pid_t): Likewise.
39760         (_G_uid_t): Likewise.
39761         (_G_wchar_t): Likewise.
39762         (_G_wint_t): Likewise.
39764 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39766         * malloc/arena.c: Include malloc-sysdep.h.
39767         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39768         is sufficient to shrink the heap or an unmap is needed.
39769         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39770         new function check_may_shrink_heap.
39771         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39772         new function check_may_shrink_heap.
39774 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39776         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39777         comments.
39779 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39781         * catgets/test-gencat.sh: Add "set -e".
39782         * elf/tst-pathopt.sh: Likewise.
39783         * grp/tst_fgetgrent.sh: Likewise.
39784         * iconvdata/run-iconv-test.sh: Likewise.
39785         * intl/tst-gettext.sh: Likewise.
39786         * intl/tst-gettext2.sh: Likewise.
39787         * intl/tst-gettext4.sh: Likewise.
39788         * intl/tst-gettext6.sh: Likewise.
39789         * intl/tst-translit.sh: Likewise.
39790         * io/ftwtest-sh: Likewise.
39791         * libio/test-freopen.sh: Likewise.
39792         * malloc/tst-mtrace.sh: Likewise.
39793         * posix/globtest.sh: Likewise.
39794         * posix/tst-getconf.sh: Likewise.
39795         * posix/wordexp-tst.sh: Likewise.
39796         * stdio-common/tst-printf.sh: Likewise.
39797         * stdio-common/tst-unbputc.sh: Likewise.
39798         * stdlib/tst-fmtmsg.sh: Likewise.
39799         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39800         * catgets/Makefile: Do not specify -e option when running
39801         testsuite shell scripts.
39802         * elf/Makefile: Likewise.
39803         * grp/Makefile: Likewise.
39804         * iconvdata/Makefile: Likewise.
39805         * intl/Makefile: Likewise.
39806         * io/Makefile: Likewise.
39807         * libio/Makefile: Likewise.
39808         * malloc/Makefile: Likewise.
39809         * posix/Makefile: Likewise.
39810         * stdio-common/Makefile: Likewise.
39811         * stdlib/Makefile: Likewise.
39812         * sysdeps/x86_64/Makefile: Likewise.
39814         * io/ftwtest-sh: Add copyright header.
39815         * posix/globtest.sh: Likewise.
39816         * posix/tst-getconf.sh: Likewise.
39817         * posix/wordexp-tst.sh: Likewise.
39818         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39820 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39822         [BZ #13679]
39823         * Makeconfig (+link): Defined as $(+link-static) if
39824         $(build-shared) isn't yes.
39825         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39826         isn't yes.
39827         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39829         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39831         [BZ #14562]
39832         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39833         new chunk size with MALLOC_ALIGN_MASK.
39835 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39837         [BZ #5044]
39838         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39839         <rounding-mode.h>.
39840         (__printf_fphex): Determine rounding using get_rounding_mode and
39841         round_away.
39842         * stdio-common/tst-printf-round.c (struct hex_test): New
39843         structure.
39844         (hex_tests): New variable.
39845         (test_hex_in_one_mode): New function.
39846         (do_test): Also run tests for hex float output.
39848 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39850         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39851         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39852         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39853         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39854         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39855         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39856         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39857         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39859 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39861         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39862         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39863         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39864         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39866 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39868         [BZ #14579]
39869         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39870         mode only.
39871         * elf/tst-rtld-load-self.sh: New test.
39872         * elf/Makefile: Run it.
39874 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39876         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39877         (tst-writev-ENV): Remove.
39878         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39880 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39882         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39884 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39886         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39887         unconditional.
39888         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39889         Likewise.
39890         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39891         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39892         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39893         Likewise.
39895 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39897         [BZ #14587]
39898         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39899         * config.make.in (have-cpp-asm-debuginfo): Removed.
39900         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39901         * configure: Regenerated.
39903 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39905         [BZ #5044]
39906         * stdio-common/printf_fp.c: Include <stdbool.h> and
39907         <rounding-mode.h>.
39908         (___printf_fp): Determine rounding using get_rounding_mode and
39909         round_away.
39910         * stdio-common/tst-printf-round.c: New file.
39911         * stdio-common/Makefile (tests): Add tst-printf-round.
39912         (link-libm): New variable.
39913         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39915 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39917         [BZ #14576]
39918         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39919         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39920         Likewise.
39921         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39922         Likewise.
39924 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39926         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39927         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39928         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39929         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39931 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39933         [BZ #14518]
39934         * include/rounding-mode.h: New file.
39935         * sysdeps/generic/get-rounding-mode.h: Likewise.
39936         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39937         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39938         (MAX_VALUE): New macro.
39939         (MIN_VALUE): Likewise.
39940         (overflow_value): New function.
39941         (underflow_value): Likewise.
39942         (round_and_return): Use overflow_value and underflow_value to
39943         determine return values in overflow and underflow cases.  Use
39944         round_away to determine rounding depending on rounding mode.
39945         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39946         determine return values in overflow and underflow cases.
39947         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39948         (struct test_results): New structure.
39949         (struct test): Use struct test_results to store expected results
39950         for all rounding modes.
39951         (TEST): Include expected results for all rounding modes.
39952         (test_in_one_mode): New function.
39953         (do_test): Use test_in_one_mode to compute and check results.
39954         Check results for all rounding modes.
39955         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39956         $(link-libm).
39958 2012-12-09  Allan McRae  <allan@archlinux.org>
39960         * sysdeps/i386/fpu/libm-test-ulps: Update
39962 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39964         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39965         (_G_int32_t): Likewise.
39966         (_G_uint16_t): Likewise.
39967         (_G_uint32_t): Likewise.
39968         (_G_HAVE_BOOL): Likewise.
39969         (_G_HAVE_ATEXIT): Likewise.
39970         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39971         (_G_HAVE_IO_FILE_OPEN): Likewise.
39972         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39973         (_G_int32_t): Likewise.
39974         (_G_uint16_t): Likewise.
39975         (_G_uint32_t): Likewise.
39976         (_G_HAVE_BOOL): Likewise.
39977         (_G_HAVE_ATEXIT): Likewise.
39978         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39979         (_G_HAVE_IO_FILE_OPEN): Likewise.
39980         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39981         (_G_int32_t): Likewise.
39982         (_G_uint16_t): Likewise.
39983         (_G_uint32_t): Likewise.
39984         (_G_HAVE_BOOL): Likewise.
39985         (_G_HAVE_ATEXIT): Likewise.
39986         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39987         (_G_HAVE_IO_FILE_OPEN): Likewise.
39989 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39991         * csu/libc-tls.c: Update copyright years.
39993 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39995         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39996         [!_G_USING_THUNKS]: Remove conditional code.
39997         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39998         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
40000         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
40001         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
40002         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40003         (_G_VTABLE_LABEL_PREFIX): Likewise.
40004         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40005         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40006         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40007         (_G_VTABLE_LABEL_PREFIX): Likewise.
40008         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
40009         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40010         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40011         (_G_VTABLE_LABEL_PREFIX): Likewise.
40012         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
40014 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
40016         * libio/Makefile: Include ../Makeconfig before tests.
40017         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
40018         only if $(build-shared) is yes.
40020         * iconv/gconv_db.c: Update copyright years.
40022 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40024         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
40025         unwind info if defined PIC. Fix special cases description.
40026         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
40028         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
40029         DP_HI_MASK entry.
40030         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
40032 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
40034         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
40036         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
40037         is NULL.
40039         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
40040         (LDLIBS-tst-chk4): This.
40041         (LDFLAGS-tst-chk5): Renamed to ...
40042         (LDLIBS-tst-chk5): This.
40043         (LDFLAGS-tst-chk6): Renamed to ...
40044         (LDLIBS-tst-chk6): This.
40045         (LDFLAGS-tst-lfschk4): Renamed to ...
40046         (LDLIBS-tst-lfschk4): This.
40047         (LDFLAGS-tst-lfschk5): Renamed to ...
40048         (LDLIBS-tst-lfschk5): This.
40049         (LDFLAGS-tst-lfschk6): Renamed to ...
40050         (LDLIBS-tst-lfschk6): This.
40052         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
40053         on $(common-objpfx)soversions.mk.
40055 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
40057         [BZ #10014]
40058         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
40059         example host name.
40061 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
40063         * malloc/arena.c (arena_get_retry): New function that gets
40064         another arena for the caller to try its request on.
40065         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
40066         current arena cannot fulfill the request.
40067         (__libc_memalign): Likewise.
40068         (__libc_memalign): Likewise.
40069         (__libc_pvalloc): Likewise.
40070         (__libc_calloc): Likewise.
40072 2012-09-05  John Tobey  <john.tobey@gmail.com>
40074         [BZ #13542]
40075         * manual/arith.texi (Operations on Complex): Fix description
40076         of carg branch cut.
40078 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
40080         [BZ #10014]
40081         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
40082         host name.
40084         [BZ #10038]
40085         * manual/memory.texi (Memory): Make order of menu items match
40086         order of sections.
40088 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40090         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
40091         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
40092         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
40094 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40096         * csu/libc-tls.c (static_dtv): Renamed to ...
40097         (_dl_static_dtv): This.  Make it global.
40098         (_dl_initial_dtv): Removed.
40099         (__libc_setup_tls): Updated.
40100         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
40101         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
40102         DL_INITIAL_DTV.
40104 2012-09-06  Petr Machata  <pmachata@redhat.com>
40106         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
40107         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
40108         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
40109         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
40111 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40113         [BZ #14545]
40114         * csu/libc-tls.c (_dl_initial_dtv): New variable.
40115         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
40116         freeing dtv[-1].
40118 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40120         [BZ #14544]
40121         * Makeconfig (link-static-before-libc): Replace $(+prector)
40122         with $(+prectorT).
40123         (link-static-after-libc): Replace $(+postctor) with
40124         $(+postctorT).
40125         (link-bounded): Replace $(+prector)/$(+postctor) with
40126         $(+prectorT)/$(+postctorT).
40127         (+prectorT): New macro.
40128         (+postctorT): Likewise.
40130 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
40132         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
40133         (round_str): Handle values above the maximum for IBM long double
40134         as inexact.
40135         * stdlib/tst-strtod-round.c (tests): Regenerated.
40137 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40139         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
40140         assembler flag.
40141         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
40142         zarch_nohighgprs around the zarch optimized routines.
40143         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
40144         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
40145         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
40146         for zarch.
40148 2012-09-05  David S. Miller  <davem@davemloft.net>
40150         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40152         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
40153         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
40154         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
40155         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
40156         entries.
40158 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40160         * malloc/arena.c: Fold copyright years.
40161         * malloc/mcheck.c, malloc/memusage.c: Likewise.
40163 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40165         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
40167 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40169         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
40171 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40173         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
40174         change internal state upon failure.
40176 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40178         * malloc/mcheck.c (mcheck_check_all): Fix typo.
40179         * malloc/memusage.c (mmap): Likewise.
40180         (mmap64, mremap): Likewise.  Adjust name in comment.
40182 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40184         * libio/fileops.c: Fix typos in comments.
40185         * libio/oldfileops.c: Likewise.
40186         * libio/wfileops.c: Likewise.
40188 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40190         [BZ #1349]
40191         * malloc/Makefile (tests): Add tst-malloc-usable test case.
40192         (tst-malloc-usable-ENV): Set environment for test case.
40193         * malloc/hooks.c (malloc_check_get_size): New function to get
40194         requested size.
40195         * malloc/malloc.c (musable): Use malloc_check_get_size.
40196         * malloc/tst-malloc-usable.c: New test case.
40198 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
40200         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
40202 2012-09-05  Allan McRae  <allan@archlinux.org>
40204         [BZ #13966]
40205         * configure.in (CXX_SYSINCLUDES): Use compiler output to
40206         determine header location.
40207         * configure: Regenerated.
40209 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
40211         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
40212         float format.
40213         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
40214         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
40215         format.
40216         (test): Regenerate.
40218 2012-09-04  David S. Miller  <davem@davemloft.net>
40220         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
40221         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
40222         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
40224 2012-09-04  Florian Weimer  <fweimer@redhat.com>
40226         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
40227         failures.
40229         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
40231 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
40233         [BZ #9914]
40234         * libio/iogetdelim.c: Include <limits.h>.
40235         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
40236         + len + 1 would overflow.
40238 2012-09-03  Andreas Jaeger  <aj@suse.de>
40240         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40241         * sysdeps/i386/fpu/libm-test-ulps: Update.
40243 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40245         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
40246         Add s_sinf-sse2, s_conf-sse2.
40248         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
40249         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
40250         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
40251         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
40253         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
40254         for using routine as __sinf_ia32.
40255         Use macro for function declaration and weak_alias.
40256         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
40257         for using routine as __cosf_ia32.
40258         Use macro for function declaration and weak_alias.
40260         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
40261         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
40263         * sysdeps/x86_64/fpu/s_sinf.S: New file.
40264         * sysdeps/x86_64/fpu/s_cosf.S: New file.
40265         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40267         * math/libm-test.inc (cos_test): Add more test cases.
40268         (sin_test): Likewise.
40269         (sincos_test): Likewise.
40271 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40273         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
40274         (IFUNC_RESOLVE): Make pointers to the specialized implementations
40275         hidden.
40276         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
40278 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
40280         [BZ #14538]
40281         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
40282         first element of the GOT.
40283         (elf_machine_load_address): Return the difference between
40284         the runtime address of _DYNAMIC and elf_machine_dynamic ().
40286 2012-09-01  Allan McRae  <allan@archlinux.org>
40288         [BZ #13412]
40289         * configure.in (AWK): Require gawk version 3.0 or later.
40290         * configure: Regenerated.
40292 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
40294         * sysdeps/unix/sysv/linux/kernel-features.h
40295         (__ASSUME_POSIX_CPU_TIMERS): Remove.
40296         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40297         [__NR_clock_getres]: Make code unconditional.
40298         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
40299         (clock_getcpuclockid): Remove code left unreachable by removal of
40300         conditionals.
40301         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
40302         code unconditional.
40303         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
40304         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40305         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
40306         Make code unconditional.
40307         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
40308         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40309         * sysdeps/unix/sysv/linux/clock_settime.c
40310         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
40311         conditional code.
40312         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
40313         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40315 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
40317         [BZ #14476]
40318         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
40319         scripts/test-installation.pl.
40321         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
40322         and $ld_so_version if it is set.
40324 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
40326         [BZ #14516]
40327         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
40328         failure if reading from procfs failed.
40329         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
40331 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
40333         * sysdeps/unix/sysv/linux/kernel-features.h
40334         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
40335         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
40336         Remove conditional code.
40337         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40338         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
40339         Remove conditional code.
40340         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40341         * sysdeps/unix/sysv/linux/i386/fxstat.c
40342         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40343         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40344         * sysdeps/unix/sysv/linux/i386/fxstatat.c
40345         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40346         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40347         * sysdeps/unix/sysv/linux/i386/lxstat.c
40348         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40349         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40350         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
40351         Remove conditional code.
40352         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40353         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
40354         Remove conditional code.
40355         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40356         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
40357         <kernel-features.h>.
40358         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
40359         Remove.
40360         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
40361         Remove conditional code.
40362         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40363         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
40364         Remove conditional.
40366 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
40368         [BZ #5400]
40369         * NEWS: Add fixed bug number.
40371 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
40373         [BZ #14519]
40374         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
40375         underflowing exponent in case of negative sign.
40376         * stdlib/tst-strtod-round-data: Add more tests.
40377         * stdlib/tst-strtod-round.c (tests): Regenerated.
40379         [BZ #3479]
40380         * stdlib/strtod_l.c (NDIG): Remove.
40381         (HEXNDIG): Likewise.
40382         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
40383         smallest representable value.
40384         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
40385         lie within an exact representation of 1/2 ulp of the result.
40386         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
40387         unconditionally.
40388         (TENS_P9_IDX): Define unconditionally.
40389         (TENS_P9_SIZE): Likewise.
40390         (TENS_P10_IDX): Likewise.
40391         (TENS_P10_SIZE): Likewise.
40392         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
40393         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
40394         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
40395         entries for 10^2^13 and 10^2^14.
40396         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
40397         (TENS_P13_IDX): Define.
40398         (TENS_P13_SIZE): Likewise.
40399         (TENS_P14_IDX): Likewise.
40400         (TENS_P14_SIZE): Likewise.
40401         (_fpioconst_pow10): Change array size to
40402         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
40403         unconditional.
40404         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
40405         1024]: Add entries for 10^2^13 and 10^2^14.
40406         [LAST_POW10 > _LAST_POW10]: Remove #error.
40407         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
40408         (_fpioconst_pow10): Change array size to
40409         FPIOCONST_POW10_ARRAY_SIZE.
40410         * stdlib/gen-fpioconst.c: New file.
40411         * stdlib/gen-tst-strtod-round.c: Likewise.
40412         * stdlib/tst-strtod-round-data: Likewise.
40413         * stdlib/tst-strtod-round.c: Likewise.
40414         * stdlib/Makefile (tests): Add tst-strtod-round.
40416         [BZ #14459]
40417         * stdlib/strtod_l.c: Include <stdint.h>.
40418         (NDEBUG): Do not define.
40419         (round_and_return): Change EXPONENT parameter to type intmax_t.
40420         Rearrange calculations to avoid internal overflow possibilities.
40421         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
40422         Rearrange calculations to avoid internal overflow possibilities.
40423         Assert that number fits inside MPNSIZE limbs.
40424         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
40425         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
40426         calculations and add assertions to avoid internal overflow
40427         possibilities.  Add casts to avoid signed/unsigned operations.
40428         * stdlib/tst-strtod-overflow.c: New file.
40429         * stdlib/Makefile (tests): Add tst-strtod-overflow.
40431 2012-08-25  Marek Polacek  <polacek@redhat.com>
40433         * time/time.h: Fix some typos in comments.
40435 2012-08-23  Roland McGrath  <roland@hack.frob.com>
40437         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
40438         * posix/tst-rfc3484-2.c: Likewise.
40439         * posix/tst-rfc3484-3.c: Likewise.
40441 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
40443         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
40444         (EF_ARM_ABI_FLOAT_HARD): Likewise.
40446 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
40448         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
40449         #include of fxstatat64.c.
40451 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40453         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
40454         * shadow/getspent_r.c: Likewise.
40455         * shadow/getspnam.c: Likewise.
40456         * shadow/getspnam_r.c: Likewise.
40457         * gshadow/getsgent.c: Likewise.
40458         * gshadow/getsgent_r.c: Likewise.
40459         * gshadow/getsgnam.c: Likewise.
40460         * gshadow/getsgnam_r.c: Likewise.
40461         * inet/getnetbyad.c: Likewise.
40462         * inet/getnetbyad_r.c: Likewise.
40463         * inet/getnetbynm.c: Likewise.
40464         * inet/getnetbynm_r.c: Likewise.
40465         * inet/getnetent.c: Likewise.
40466         * inet/getnetent_r.c: Likewise.
40467         * inet/getproto.c: Likewise.
40468         * inet/getproto_r.c: Likewise.
40469         * inet/getprtent.c: Likewise.
40470         * inet/getprtent_r.c: Likewise.
40471         * inet/getprtname.c: Likewise.
40472         * inet/getprtname_r.c: Likewise.
40473         * inet/getrpcbyname.c: Likewise.
40474         * inet/getrpcbyname_r.c: Likewise.
40475         * inet/getrpcbynumber.c: Likewise.
40476         * inet/getrpcbynumber_r.c: Likewise.
40477         * inet/getrpcent.c: Likewise.
40478         * inet/getrpcent_r.c: Likewise.
40479         * inet/getaliasent.c: Likewise.
40480         * inet/getaliasent_r.c: Likewise.
40481         * inet/getaliasname.c: Likewise.
40482         * inet/getaliasname_r.c: Likewise.
40483         * nscd/getgrgid_r.c: Likewise.
40484         * nscd/getgrnam_r.c: Likewise.
40485         * nscd/gethstbyad_r.c: Likewise.
40486         * nscd/gethstbynm3_r.c: Likewise.
40487         * nscd/getpwnam_r.c: Likewise.
40488         * nscd/getpwuid_r.c: Likewise.
40489         * nscd/getsrvbynm_r.c: Likewise.
40490         * nscd/getsrvbypt_r.c: Likewise.
40491         * nscd/gai.c: Likewise.
40493         * configure.in (build_nscd): New substituted variable, set
40494         by --disable-build-nscd and defaults to $use_nscd.
40495         * configure: Regenerated.
40496         * config.make.in (build-nscd): New substituted variable.
40497         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
40498         Change conditional to require [$(build-nscd) = yes] as well.
40499         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
40501         [BZ# 13696]
40502         * configure.in (use_nscd): New substituted variable, set by
40503         --disable-nscd.  If enabled, define USE_NSCD.
40504         * configure: Regenerated.
40505         * config.h.in: Add USE_NSCD.
40506         * config.make.in (use-nscd): New substituted variable.
40507         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
40508         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
40509         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
40510         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
40511         (CFLAGS-getgrnam_r.c): Likewise.
40512         (CFLAGS-initgroups.c): Likewise.
40513         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
40514         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
40515         Variables removed.
40516         * inet/getnetgrent_r.c
40517         (nscd_setnetgrent): New function, broken out of ...
40518         (setnetgrent): ... here.  Call it.
40519         (innetgr): Conditionalize nscd bits on [USE_NSCD].
40520         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40521         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40522         * nscd/Makefile (routines, aux): Move definitions after include of
40523         Makeconfig.  Conditionalize on [$(use-nscd) != no].
40524         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40525         Conditionalize on [USE_NSCD].
40526         (is_nscd, nscd_init_cb): Likewise.
40527         (nss_load_library): Conditionalize init callback on [USE_NSCD].
40528         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40529         * nss/nss_db/db-init.c: Likewise.
40530         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40531         [USE_NSCD].
40532         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40533         (make_request): Use it.
40534         (cache_valid_p): New function.
40535         (__check_pf): Use it.
40536         * NEWS: Add item for --disable-nscd.
40538 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
40540         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40541         to support sed >= 4.2.1-20-ga9bf076.
40542         * configure: Regenerated.
40544 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40546         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40547         Conditionalize whole body on [IREL].
40549 2012-08-22  Jeff Law <law@redhat.com>
40551         [BZ #14505]
40552         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40553         if the family is PF_UNSPEC.
40555 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
40557         * Makerules (lib-version): Rename from V.
40558         (install-lib-nosubdir): Change V to lib-version.
40560 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
40562         [BZ #14252]
40563         * powerpc32/power6/wcschr.c: New file.
40564         * powerpc32/power6/wcscpy.c: New file.
40565         * powerpc32/power6/wcsrchr.c: New file.
40566         * powerpc64/power6/wcschr.c: New file.
40567         * powerpc64/power6/wcscpy.c: New file.
40568         * powerpc64/power6/wcsrchr.c: New file.
40570 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40572         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40573         (two_way_short_needle): Use it.
40574         * string/strstr.c (AVAILABLE1_USES_J): Define.
40575         * string/strcasestr.c: Likewise.
40577         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40578         array references.
40579         * string/strcasestr.c (TOLOWER): Make side-effect safe.
40581         [BZ #11607]
40582         * NEWS: Add an entry.
40583         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40584         define their defaults.
40585         (two_way_short_needle): Detect end-of-string on-the-fly.
40586         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40587         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40588         * string/bug-strcasestr1.c: New test.
40589         * string/Makefile: Run it.
40591 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40593         [BZ #11607]
40594         * string/str-two-way.h (two_way_short_needle): Optimize matching of
40595         the first character.
40597 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40599         * csu/elf-init.c (__libc_csu_irel): Function removed.
40600         * csu/libc-start.c (apply_irel): New function.
40601         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40603 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40605         * sysdeps/unix/sysv/linux/kernel-features.h
40606         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40607         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40608         <kernel-features.h>.
40609         [__NR_fadvise64_64]: Make code unconditional.
40610         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40611         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40612         !__NR_fadvise64_64)]: Likewise.
40613         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40614         !__NR_fadvise64_64))]: Likewise.
40615         [__NR_fadvise64]: Make code unconditional.
40616         [!__NR_fadvise64]: Remove conditional code.
40617         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40618         <kernel-features.h>.
40619         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40620         unconditional.
40621         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40622         conditional code.
40623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40624         not include <kernel-features.h>.
40625         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40626         unconditional.
40627         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40628         conditional code.
40629         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40630         include <kernel-features.h>.
40631         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40632         unconditional.
40633         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40634         conditional code.
40636 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40638         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40639         slight instruction rearrangements per scrollpipe analysis.
40640         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40642 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40644         * manual/syslog.texi (syslog; vsyslog, closelog):
40645         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40646         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40648         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40649         DSOCAPS to match condition on defining it.
40651 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40653         * sysdeps/unix/sysv/linux/kernel-features.h
40654         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40656         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40657         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40659         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40660         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40662         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40663         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40665         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40666         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40668         * sysdeps/unix/sysv/linux/kernel-features.h
40669         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40670         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40671         unconditional.
40672         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40673         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40674         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40675         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40676         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40677         Make code unconditional.
40678         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40679         (__mmap64) [!__NR_mmap2]: Likewise.
40680         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40681         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40682         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40683         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40684         [__NR_mmap2]: Make code unconditional.
40685         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40686         (__mmap64) [!__NR_mmap2]: Likewise.
40688 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40690         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40692 2012-08-18  Andreas Jaeger  <aj@suse.de>
40694         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40696 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40698         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40699         * include/unistd.h (__have_sock_cloexec): Likewise.
40700         (__have_pipe2): Likewise.
40701         (__have_dup3): Likewise.
40703 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40705         [BZ #9685]
40706         * include/unistd.h (__have_pipe2): Change define into an extern int.
40707         (__have_dup3): Likewise.
40708         * socket/have_sock_cloexec.c: Include fcntl.h.
40709         (__have_pipe2): New variable.
40710         (__have_dup3): Likewise.
40712 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40714         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40716 2012-08-17  Marek Polacek  <polacek@redhat.com>
40718         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40719         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40721 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40723         * configure.in: Add AC_SUBST for sysheaders.
40724         * configure: Regenerated.
40725         * config.make.in (sysheaders): New substituted variable.
40727         * sysdeps/unix/mkfifo.c: Moved ...
40728         * sysdeps/posix/mkfifo.c: ... here.
40729         * sysdeps/unix/mkfifoat.c: Moved ...
40730         * sysdeps/posix/mkfifoat.c: ... here.
40732         * sysdeps/unix/utime.c: Moved ...
40733         * sysdeps/posix/utime.c: ... here.
40735         * sysdeps/unix/time.c: Moved ...
40736         * sysdeps/posix/time.c: ... here.
40737         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40738         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40740         * sysdeps/unix/nice.c: Moved ...
40741         * sysdeps/posix/nice.c: ... here.
40743         * sysdeps/unix/alarm.c: Moved ...
40744         * sysdeps/posix/alarm.c: ... here.
40746         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40748 2012-08-17  Jeff Law <law@redhat.com>
40750         * intl/Makefile (codeset_mo): New variable.
40751         ($(codeset_mo)): New target.
40752         (tst-codeset.out): Depend on that.  Remove explicit rule.
40753         (tst-gettext3.out, tst-gettext5.out): Likewise.
40754         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40755         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40756         * intl/tst-codeset.sh: Remove.
40757         * intl/tst-gettext3.sh: Likewise.
40758         * intl/tst-gettext5.sh: Likewise.
40760 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40762         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40763         * sysdeps/unix/syscalls.list: ... here.
40765         * sysdeps/posix/getaddrinfo.c
40766         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40767         (gaiconf_init, gaiconf_reload): Use them.
40768         [!_STATBUF_ST_NSEC]
40769         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40770         Define using time_t rather than struct timespec.
40772         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40773         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40774         Macros removed.
40775         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40776         [!NO_THREADS].
40777         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40778         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40779         Likewise.
40781         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40782         __libc_cleanup_push argument.
40784         * bits/param.h: New file.
40785         * misc/sys/param.h: New file.
40786         * include/sys/param.h: New file.
40787         * misc/Makefile (headers): Add bits/param.h.
40788         * sysdeps/generic/sys/param.h: File removed.
40789         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40790         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40791         * sysdeps/mach/hurd/bits/param.h: New file.
40792         * sysdeps/mach/hurd/sys/param.h: File removed.
40794         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40795         last change.
40797         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40798         [_IO_MTSAFE_IO].
40799         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40800         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40801         New macros.
40803         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40804         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40805         rather than -D_IO_MTSAFE_IO conditionally.
40806         * stdio-common/Makefile (CPPFLAGS): Likewise.
40807         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40808         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40809         Use $(libio-mtsafe).
40810         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40811         of -D_IO_MTSAFE_IO.
40812         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40813         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40814         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40815         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40816         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40817         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40818         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40819         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40820         (CFLAGS-fread_u_chk.c): Likewise.
40821         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40822         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40823         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40824         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40825         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40826         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40827         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40828         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40829         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40831         * libio/Makefile: Test [$(libc-reentrant) = yes]
40832         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40834         * Makeconfig
40835         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40836         * sysdeps/pthread/configure: File removed.
40837         * sysdeps/pthread/Makeconfig: New file.
40838         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40839         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40841 2012-08-16  Gary Benson  <gbenson@redhat.com>
40843         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40844         unmapping the first object in a namespace.
40846 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40848         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40849         (__internal_setnetgrent): ... this.  Add internal_function to
40850         definition.  Add libc_hidden_def.
40851         (setnetgrent): Update caller.
40852         (internal_endnetgrent): Renamed to ...
40853         (__internal_endnetgrent): ... this.  Add internal_function to
40854         definition.  Add libc_hidden_def.
40855         (endnetgrent): Update caller.
40856         (internal_getnetgrent_r): Renamed to ...
40857         (__internal_getnetgrent_r): ... this.  Add internal_function to
40858         definition.  Add libc_hidden_def.
40859         (__getnetgrent_r): Update caller.
40860         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40862 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40864         * stdlib/longlong.h: Update from GCC.
40866 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40868         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40869         on _QL, which is set by umul_ppmm but never used.
40870         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40871         variables, which are set by GMP macros but never used.
40872         * stdio-common/_itowa.c (_itowa): Likewise.
40873         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40874         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40876 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40878         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40879         struct La_sh_regs is not constant.
40880         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40881         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40882         and struct La_sparc64_regs are not constant.
40884 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40886         * sysdeps/unix/sysv/linux/kernel-features.h
40887         (__ASSUME_POSIX_TIMERS): Remove.
40888         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40889         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40890         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40891         Make code unconditional.
40892         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40893         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40894         Make code unconditional.
40895         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40896         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40897         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40898         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40899         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40900         Make code unconditional.
40901         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40902         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40903         (__libc_missing_posix_timers): Remove.
40905 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40907         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40908         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40910         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40912         * elf/dl-sym.c: Include <stdlib.h>.
40914         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40915         constants, which avoids warnings in 32-bit builds.
40917         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40918         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40920         * misc/lseek.c: File moved to ...
40921         * io/lseek.c: ... here.
40923         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40925         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40926         shifting LEN more than 31 bits at once.
40928 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40930         [BZ #14195]
40931         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40932         segmentation fault for a case of two empty input strings.
40933         * string/test-strncasecmp.c (check1): Renamed to...
40934         (bz12205): ...this.
40935         (bz14195): Add new testcase for two empty input strings and N > 0.
40936         (test_main): Call new testcase, adapt for renamed function.
40938 2012-08-15  Andreas Jaeger  <aj@suse.de>
40940         [BZ #14090]
40941         * crypt/md5test2.c: New test, based on test supplied by Serge
40942         Belyshev <belyshev@depni.sinp.msu.ru>.
40943         * crypt/Makefile (xtests): Add md5test-giant..
40944         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40946 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40948         [BZ #14090]
40949         * crypt/md5.c (md5_process_block): Don't assume the buffer
40950         length is less than 2**32.
40951         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40952         length is less than 2**64.
40954 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40956         * string/str-two-way.h: Include <sys/param.h>.
40957         (MAX): Macro removed.
40959         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40960         Move #define and #undef of memmove to just before and after
40961         including <string.h>.
40963         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40964         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40965         and after including <string.h>.  Move declarations of
40966         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40967         to before #include "string/memmove.c".
40969         * include/dirent.h: Declare __getdirentries.
40971         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40972         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40974 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40976         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40977         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40978         * sysdeps/i386/configure: Regenerated.
40979         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40980         STABS_CURRENT_FILE, and STABS_FUN.
40981         (END): Remove call to STABS_FUN_END.
40982         (STABS_CURRENT_FILE1): Delete.
40983         (STABS_CURRENT_FILE): Likewise.
40984         (STABS_FUN): Likewise.
40985         (STABS_FUN_END): Likewise.
40986         (STABS_FUN2): Likewise.
40987         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40988         * sysdeps/x86_64/configure: Regenerated.
40990 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40992         * elf/dl-open.c: Include <atomic.h>.
40993         * elf/dl-lookup.c: Likewise.
40995 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40997         * sysdeps/unix/sysv/linux/kernel-features.h
40998         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40999         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
41000         unconditionally.
41001         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
41002         unconditionally.
41003         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
41004         condition on __ASSUME_CLONE_THREAD_FLAGS.
41006 2012-08-14  Andreas Jaeger  <aj@suse.de>
41008         * sysdeps/i386/fpu/libm-test-ulps: Update.
41010 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
41012         * include/atomic.h (atomic_exchange_and_add): Split into ...
41013         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
41014         New atomic macros.
41016 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
41018         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41020 2012-08-13  Jeff Law <law@redhat.com>
41022         * manual/stdio.texi (snprintf): Clarify handling of the trailing
41023         null byte in the output string.
41025 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
41027         * sysdeps/unix/sysv/linux/kernel-features.h
41028         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
41029         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
41030         (__ASSUME_ARG_MAX_STACK_BASED): Define.
41031         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
41032         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
41033         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
41034         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
41036 2012-08-09  Jeff Law <law@redhat.com>
41038         [BZ #13939]
41039         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
41040         When avoid_arena is set, don't retry in the that arena.  Pick the
41041         next one, whatever it might be.
41042         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
41043         (arena_lock): Pass in new parameter to arena_get2.
41044         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
41045         arena_get2.
41046         (__libc_malloc): Unify retrying after main arena failure with
41047         __libc_memalign version.
41048         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
41050 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
41052         [BZ #14166]
41053         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
41054         to __redirect_strstr.
41055         (__strstr_sse42): Use typeof __redirect_strstr.
41056         (__strstr_ia32): Likewise.
41057         (__libc_strstr): New prototype.
41058         (strstr): Renamed to ...
41059         (__libc_strstr): This.
41060         (strstr): New strong alias of __libc_strstr.
41061         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
41062         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
41063         __redirect_time.
41064         Include <time.h>.
41065         (__libc_time): New prototype.
41066         (time_ifunc): Replace time with __libc_time.
41067         (time): New strong alias and hidden definition of __libc_time.
41068         (__GI_time): Remove strong alias.
41069         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
41070         Include <stddef.h>.
41071         (memmove): Redefined to __redirect_memmove.
41072         (__memmove_sse2): Use typeof __redirect_memmove.
41073         (__memmove_ssse3): Likewise.
41074         (__memmove_ssse3_back): Likewise.
41075         (__libc_memmove): New prototype.
41076         (memmove): Renamed to ...
41077         (__libc_memmove): This.
41078         (memmove): New strong alias of __libc_memmove.
41080 2012-08-08  Mark Salter  <msalter@redhat.com>
41082         * elf/elf.h
41083         (R_MN10300_TLS_GD): Define.
41084         (R_MN10300_TLS_LD): Likewise.
41085         (R_MN10300_TLS_LDO): Likewise.
41086         (R_MN10300_TLS_GOTIE): Likewise.
41087         (R_MN10300_TLS_IE): Likewise.
41088         (R_MN10300_TLS_LE): Likewise.
41089         (R_MN10300_TLS_DTPMOD): Likewise.
41090         (R_MN10300_TLS_DTPOFF): Likewise.
41091         (R_MN10300_TLS_TPOFF): Likewise.
41092         (R_MN10300_SYM_DIFF): Likewise.
41093         (R_MN10300_ALIGN): Likewise.
41094         (R_MN10300_NUM): Update.
41096 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
41098         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
41099         Remove.
41101 2012-08-08  Roland McGrath  <roland@hack.frob.com>
41103         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
41105         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
41106         sysdeps/unix -> sysdeps/posix move.
41107         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
41109 2012-08-07      Allan McRae     <allan@archlinux.org>
41111         [BZ #14303]
41112         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
41113         (SUNOS_CPP): Likewise.
41114         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
41115         not found.
41116         (open_input): Call CPP using execvp.
41118 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
41120         * sysdeps/unix/sysv/linux/kernel-features.h
41121         (__ASSUME_PROT_GROWSUPDOWN): Remove.
41122         (__ASSUME_NO_CLONE_DETACHED): Likewise.
41123         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
41124         (__ASSUME_WAITID_SYSCALL): Likewise.
41125         * sysdeps/unix/sysv/linux/dl-execstack.c
41126         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
41127         code unconditional.
41128         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
41129         conditional code.
41130         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
41131         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
41132         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
41133         code.
41134         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
41135         unconditional.
41136         [__ASSUME_WAITID_SYSCALL]: Likewise.
41137         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
41139 2012-08-07  Roland McGrath  <roland@hack.frob.com>
41141         * sysdeps/unix/closedir.c: Renamed to ...
41142         * sysdeps/posix/closedir.c: ... here.
41143         * sysdeps/unix/dirfd.c: Renamed to ...
41144         * sysdeps/posix/dirfd.c: ... here.
41145         * sysdeps/unix/dirstream.h: Renamed to ...
41146         * sysdeps/posix/dirstream.h: ... here.
41147         * sysdeps/unix/fdopendir.c: Renamed to ...
41148         * sysdeps/posix/fdopendir.c: ... here.
41149         * sysdeps/unix/opendir.c: Renamed to ...
41150         * sysdeps/posix/opendir.c: ... here.
41151         * sysdeps/unix/readdir.c: Renamed to ...
41152         * sysdeps/posix/readdir.c: ... here.
41153         * sysdeps/unix/readdir_r.c: Renamed to ...
41154         * sysdeps/posix/readdir_r.c: ... here.
41155         * sysdeps/unix/rewinddir.c: Renamed to ...
41156         * sysdeps/posix/rewinddir.c: ... here.
41157         * sysdeps/unix/seekdir.c: Renamed to ...
41158         * sysdeps/posix/seekdir.c: ... here.
41159         * sysdeps/unix/telldir.c: Renamed to ...
41160         * sysdeps/posix/telldir.c: ... here.
41161         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
41162         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
41163         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
41164         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
41166         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
41167         * bits/fcntl.h: ... here.
41169         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
41170         not 0.
41171         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
41172         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
41173         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
41174         (struct flock): Move l_start, l_len to the beginning.
41175         Use __pid_t for l_pid.
41176         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
41177         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
41178         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
41179         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
41180         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
41181         [__USE_LARGEFILE64] (struct flock64): New type.
41182         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
41184         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
41185         * bits/dirent.h: ... here.
41187         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
41188         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
41190 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
41192         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41193         Change from 2.6.0 to 2.6.16.
41194         * sysdeps/unix/sysv/linux/configure: Regenerated.
41195         * sysdeps/unix/sysv/linux/kernel-features.h
41196         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
41197         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
41198         version.
41199         (__ASSUME_UTIMES): Likewise.
41200         (__ASSUME_CLONE_STOPPED): Remove.
41201         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
41202         architectures, not kernel version.
41203         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
41204         (__ASSUME_NO_CLONE_DETACHED): Likewise.
41205         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
41206         (__ASSUME_WAITID_SYSCALL): Likewise.
41207         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
41208         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
41209         * README: State 2.6.16 as minimum Linux kernel version.  Do not
41210         refer to older versions.
41212 2012-08-06  Roland McGrath  <roland@hack.frob.com>
41214         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
41215         Define alphasort64 as an alias.
41216         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
41217         Define versionsort64 as an alias.
41218         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
41219         Define scandir64 as an alias.
41220         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
41221         Define scandirat64 as an alias.
41222         * dirent/alphasort64.c (alphasort64):
41223         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
41224         * dirent/versionsort64.c: Likewise.
41225         * dirent/scandir64.c: Likewise.
41226         * dirent/scandirat64.c: Likewise.
41227         * sysdeps/wordsize-64/alphasort.c: File removed.
41228         * sysdeps/wordsize-64/alphasort64.c: File removed.
41229         * sysdeps/wordsize-64/scandir.c: File removed.
41230         * sysdeps/wordsize-64/scandir64.c: File removed.
41231         * sysdeps/wordsize-64/scandirat.c: File removed.
41232         * sysdeps/wordsize-64/scandirat64.c: File removed.
41233         * sysdeps/wordsize-64/versionsort.c: File removed.
41234         * sysdeps/wordsize-64/versionsort64.c: File removed.
41235         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
41236         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
41237         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
41238         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
41239         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
41240         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
41241         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
41242         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
41244         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
41245         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
41246         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
41247         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41248         [defined __arch64__ || defined __sparcv9]
41249         (__INO_T_MATCHES_INO64_T): New macro.
41250         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41251         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
41252         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
41253         * sysdeps/unix/sysv/linux/bits/dirent.h
41254         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
41255         (_DIRENT_MATCHES_DIRENT64): New macro.
41257         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
41258         Define lockf64 as an alias.
41259         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
41260         Define fseeko64 as an alias.
41261         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
41262         Define ftello64 as an alias.
41263         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
41264         Define _IO_fgetpos64 and fgetpos64 as aliases.
41265         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
41266         Define _IO_fsetpos64 and fsetpos64 as aliases.
41267         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
41268         Conditionalize body on this.
41269         * libio/fseeko64.c: Likewise.
41270         * libio/ftello64.c: Likewise.
41271         * libio/iofgetpos64.c: Likewise.
41272         * libio/iofsetpos64.c: Likewise.
41273         * sysdeps/wordsize-64/lockf.c: File removed.
41274         * sysdeps/wordsize-64/lockf64.c: File removed.
41275         * sysdeps/wordsize-64/fseeko.c: File removed.
41276         * sysdeps/wordsize-64/fseeko64.c: File removed.
41277         * sysdeps/wordsize-64/ftello.c: File removed.
41278         * sysdeps/wordsize-64/ftello64.c: File removed.
41279         * sysdeps/wordsize-64/iofgetpos.c: File removed.
41280         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
41281         * sysdeps/wordsize-64/iofsetpos.c: File removed.
41282         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
41283         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
41284         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
41285         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
41286         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
41287         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
41288         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
41289         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
41290         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
41291         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
41292         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
41294         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
41295         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
41296         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
41297         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41298         [defined __arch64__ || defined __sparcv9]
41299         (__OFF_T_MATCHES_OFF64_T): New macro.
41300         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41301         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
41302         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41303         (__OFF_T_MATCHES_OFF64_T): New macro.
41305 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
41307         * stdlib/secure-getenv.c (__secure_getenv): Replace
41308         GLIBC_2_16 with GLIBC_2_17.
41310 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
41312         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
41313         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41315 2012-08-03  David S. Miller  <davem@davemloft.net>
41317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41319 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
41321         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
41322         Remove.
41323         (__ASSUME_CORRECT_SI_PID): Likewise.
41324         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
41325         (__ASSUME_TMPFS_NAME): Likewise.
41326         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
41327         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
41328         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
41329         (HAVE_AUX_SECURE): Make definition unconditional.
41330         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
41331         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
41333 2012-08-03  Roland McGrath  <roland@hack.frob.com>
41335         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
41336         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
41337         * sysdeps/mach/hurd/eloop-threshold.h: New file.
41338         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41339         __eloop_threshold instead of SYMLOOP_MAX.
41341         * sysdeps/generic/eloop-threshold.h: New file.
41342         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
41343         of MAXSYMLINKS.
41344         * elf/chroot_canon.c (chroot_canon): Likewise.
41346 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
41348         [BZ #13717]
41349         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41350         Change to 2.6.0 everywhere.
41351         * sysdeps/unix/sysv/linux/configure: Regenerated.
41352         * sysdeps/unix/sysv/linux/kernel-features.h
41353         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
41354         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
41355         kernel versions.
41356         (__ASSUME_POSIX_TIMERS): Define unconditionally.
41357         (__ASSUME_FUTEX_REQUEUE): Remove.
41358         (__ASSUME_STATFS64): Define unconditionally.
41359         (__ASSUME_AT_SECURE): Likewise.
41360         (__ASSUME_CORRECT_SI_PID): Likewise.
41361         (__ASSUME_TGKILL): Define without depending on kernel version for
41362         i386.
41363         (__ASSUME_UTIMES): Likewise.
41364         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
41365         kernel version.
41366         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
41367         (__ASSUME_TMPFS_NAME): Likewise.
41368         * README: Update reference to Linux kernel versions.
41370 2012-08-02  Marek Polacek  <polacek@redhat.com>
41372         [BZ# 14150]
41373         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
41374         libc_cv_asm_type_prefix with %.
41375         * configure: Regenerated.
41376         * include/libc-symbols.h: Remove comment about
41377         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
41378         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
41379         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
41380         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
41381         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
41382         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
41383         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
41384         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
41385         * elf/tst-unique2mod1.c: Likewise.
41386         * elf/tst-unique1mod2.c: Likewise.
41387         * elf/tst-unique1mod1.c: Likewise.
41388         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
41389         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
41390         Replace ASM_TYPE_DIRECTIVE with .type.
41391         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41392         * sysdeps/i386/sysdep.h: Likewise.
41393         * sysdeps/x86_64/sysdep.h: Likewise.
41394         * sysdeps/sh/sysdep.h: Likewise.
41395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
41396         Do not define ASM_TYPE_DIRECTIVE.
41397         * sysdeps/powerpc/sysdep.h: Likewise.
41398         * sysdeps/powerpc/powerpc32/sysdep.h:
41399         Replace ASM_TYPE_DIRECTIVE with .type.
41400         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41401         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41402         * sysdeps/i386/fpu/e_powf.S: Likewise.
41403         * sysdeps/i386/fpu/e_expl.S: Likewise.
41404         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41405         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41406         * sysdeps/i386/fpu/e_pow.S: Likewise.
41407         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41408         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41409         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41410         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41411         * sysdeps/i386/fpu/e_log2.S: Likewise.
41412         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41413         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41414         * sysdeps/i386/fpu/e_powl.S: Likewise.
41415         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41416         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41417         * sysdeps/i386/fpu/e_logl.S: Likewise.
41418         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41419         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41420         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41421         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41422         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41423         * sysdeps/i386/fpu/e_log.S: Likewise.
41424         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41425         * sysdeps/i386/fpu/e_logf.S: Likewise.
41426         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41427         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41428         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41429         * sysdeps/i386/fpu/e_log10.S: Likewise.
41430         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41431         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41432         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41433         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41434         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41435         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
41436         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41437         * sysdeps/i386/i686/strtok.S: Likewise.
41438         * sysdeps/i386/i386-mcount.S: Likewise.
41439         * sysdeps/i386/strtok.S: Likewise.
41440         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
41441         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41442         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41443         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41444         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41445         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41446         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41447         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41448         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41449         * sysdeps/x86_64/_mcount.S: Likewise.
41450         * sysdeps/x86_64/strtok.S: Likewise.
41451         * sysdeps/sh/_mcount.S: Likewise.
41453 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41455         * libio/iofopen.c: Include <fcntl.h>.
41456         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
41457         (_IO_fopen64, fopen64): Define as aliases.
41458         * libio/iofopen64.c: Include <fcntl.h>.
41459         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
41460         Conditionalize body on this.
41461         * sysdeps/wordsize-64/iofopen.c: File removed.
41462         * sysdeps/wordsize-64/iofopen64.c: File removed.
41464 2012-08-01  Marek Polacek  <polacek@redhat.com>
41466         * libc/Makeconfig: Use elf in place of binfmt-subdir.
41467         Use dlfcn directly instead of a variable.
41468         (binfmt-subdir): Do not define.
41469         (dlfcn): Likewise.
41471 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
41473         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
41474         Remove all definitions.
41475         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
41476         <kernel-features.h>.
41477         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41478         (miss_F_GETOWN_EX): Remove all definitions.
41479         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
41480         macro definition.
41481         [!__ASSUME_FCNTL64]: Remove conditional code.
41482         [__ASSUME_FCNTL64]: Make code unconditional.
41483         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
41484         <kernel-features.h>.
41485         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41486         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
41487         (lockf64) [__NR_fcntl64]: Make code unconditional.
41488         (lockf64) [__ASSUME_FCNTL64]: Likewise.
41490         * sysdeps/unix/sysv/linux/kernel-features.h
41491         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
41492         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
41493         Make code unconditional.
41494         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41495         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
41497         [__NR_vfork]: Make code unconditional.
41498         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41499         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
41501         [__NR_vfork]: Make code unconditional.
41502         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41503         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41505 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41507         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
41508         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
41510         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41511         Define mkstemp64 as an alias.
41512         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41513         Define mkstemps64 as an alias.
41514         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41515         Define mkostemp64 as an alias.
41516         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41517         Define mkostemps64 as an alias.
41518         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
41519         Conditionalize body on this.
41520         * misc/mkostemp64.c: Likewise.
41521         * misc/mkostemps64.c: Likewise.
41522         * misc/mkstemps64.c: Likewise.
41523         * sysdeps/wordsize-64/mkstemp64.c: File removed.
41524         * sysdeps/wordsize-64/mkostemp64.c: File removed.
41525         * sysdeps/wordsize-64/mkostemp.c: File removed.
41526         * sysdeps/wordsize-64/mkstemp.c: File removed.
41527         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41528         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41529         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41530         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41532         [BZ #14138]
41533         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41534         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41535         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41536         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41538         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41539         compat_symbol macros from <shlib-compat.h> rather than the underlying
41540         default_symbol_version and symbol_version macros, so that DEFAULT
41541         lines in shlib-versions are respected.
41542         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41544 2012-08-01  Florian Weimer  <fweimer@redhat.com>
41546         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41547         Declare with warn_unused_result.
41548         (setgid, setregid, setegid, setresgid): Likewise.
41549         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41550         Likewise.
41551         * WUR-REPORT: Remove set*id functions.
41553 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
41555         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41557 2012-07-31  Roland McGrath  <roland@hack.frob.com>
41559         [BZ #10191]
41560         * include/sys/socket.h (__libc_accept, __libc_accept4):
41561         Add attribute_hidden.
41562         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41564         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41565         use of PTR_MANGLE.
41566         * inet/getnetgrent_r.c (setup): Likewise.
41568         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41570 2012-07-31  David S. Miller  <davem@davemloft.net>
41572         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41574 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
41576         [BZ #13629]
41577         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41578         value between 1.0 and 2.0 and smaller part has absolute value less
41579         than 1.0.
41580         * math/s_clog10.c (__clog10): Likewise.
41581         * math/s_clog10f.c (__clog10f): Likewise.
41582         * math/s_clog10l.c (__clog10l): Likewise.
41583         * math/s_clogf.c (__clogf): Likewise.
41584         * math/s_clogl.c (__clogl): Likewise.
41585         * math/libm-test.inc (clog_test): Add more tests.
41586         (clog10_test): Likewise.
41587         * sysdeps/i386/fpu/libm-test-ulps: Update.
41588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41590 2012-07-31  Florian Weimer  <fweimer@redhat.com>
41592         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41593         Exit with zero in case no suitable GID is found, and write a
41594         message to standard error.
41596 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41598         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41599         rather than to 1.
41600         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41601         (MAXPATHLEN): Removed.
41602         (NOGROUP, NODEV): New macros.
41603         (setbit, clrbit, isset, isclr): New macros.
41604         (howmany, roundup, powerof2): New macros.
41605         (DEV_BSIZE): New macro.
41607         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41608         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41610         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41611         definition on [!__NO_LONG_DOUBLE_MATH].
41613         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41614         PTR_MANGLE and PTR_DEMANGLE.
41616         * socket/accept4.c (accept4): Rename to __libc_accept4.
41617         Define accept4 as a weak alias.
41619         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41620         on [_DIRENT_HAVE_D_TYPE].
41621         * io/ftw.c (ftw_dir): Likewise.
41623         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41625         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41627         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41628         Use the BSD numbers rather than the arbitrary ones we had.
41629         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41630         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41631         (SIGXCPU, SIGXFSZ): New macros.
41632         (_NSIG): Now 32.
41634         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41635         initializer on [_LIBC_REENTRANT].
41637         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41638         definitions inside [_POSIX_MAPPED_FILES].
41640         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41642         * dirent/opendir.c: Include <fcntl.h>.
41644         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41645         (__libc_getspecific): Likewise.
41646         (__libc_key_create): Likewise.
41648         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41649         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41650         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41651         (tmpfile64): Define as alias.
41652         * sysdeps/wordsize-64/tmpfile.c: File removed.
41653         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41654         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41655         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41657         * stdio-common/vfscanf.c: Include <stdbool.h>.
41658         * nss/makedb.c: Likewise.
41659         * stdio-common/_i18n_number.h: Likewise.
41660         * argp/argp-help.c: Likewise.
41661         * posix/wordexp.c: Likewise.
41662         * sysdeps/posix/spawni.c: Likewise.
41663         * nss/nss_files/files-initgroups.c: Likewise.
41664         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41665         * nss/nss_files/files-initgroups.c: Likewise.
41666         * nss/nss_db/db-netgrp.c: Likewise.
41667         * nss/nss_db/db-initgroups.c: Likewise.
41668         * io/fchmodat.c: Include <sys/stat.h>.
41670         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41671         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41673         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41674         [HAVE_MMAP].
41676         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41677         Add multiple inclusion protection.
41679 2012-07-27  David S. Miller  <davem@davemloft.net>
41681         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41683 2012-07-27  Gary Benson  <gbenson@redhat.com>
41685         [BZ #14298]
41686         * elf/rtld.c: Include <stap-probe.h>.
41687         (dl_main): Added static probes "init_start" and "init_complete".
41688         * elf/dl-load.c: Include <stap-probe.h>.
41689         (lose): Take new parameter "nsid".
41690         Added static probe "map_failed".
41691         (_dl_map_object_from_fd): Pass namespace id to lose.
41692         Added static probe "map_start".
41693         (open_verify): Pass namespace id to lose.
41694         * elf/dl-open.c: Include <stap-probe.h>.
41695         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41696         and "reloc_complete".
41697         * elf/dl-close.c: Include <stap-probe.h>.
41698         (_dl_close_worker): Added static probes "unmap_start" and
41699         "unmap_complete".
41700         * elf/rtld-debugger-interface.txt: New file documenting the above.
41702 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41704         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41705         rather than a string variable.
41706         * sunrpc/rpc_main.c (h_output): Likewise.
41707         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41709 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41711         * inet/check_native.c: New file.
41713 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41715         [BZ #13629]
41716         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41717         if larger part has absolute value 1.0.
41718         * math/s_clog10.c (__clog10): Likewise.
41719         * math/s_clog10f.c (__clog10f): Likewise.
41720         * math/s_clog10l.c (__clog10l): Likewise.
41721         * math/s_clogf.c (__clogf): Likewise.
41722         * math/s_clogl.c (__clogl): Likewise.
41723         * math/libm-test.inc (clog_test): Add more tests.
41724         (clog10_test): Likewise.
41725         * sysdeps/i386/fpu/libm-test-ulps: Update.
41726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41728         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41729         (pltexit): Likewise.
41730         (La_regs): Likewise.
41731         (La_retval): Likewise.
41732         (int_retval): Likewise.
41733         Update #error for removed macros to refer only to definitions in
41734         tst-audit.h.
41735         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41736         macro.
41737         (pltexit): Likewise.
41738         (La_regs): Likewise.
41739         (La_retval): Likewise.
41740         (int_retval): Likewise.
41741         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41742         macro.
41743         (pltexit): Likewise.
41744         (La_regs): Likewise.
41745         (La_retval): Likewise.
41746         (int_retval): Likewise.
41747         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41748         macro.
41749         (pltexit): Likewise.
41750         (La_regs): Likewise.
41751         (La_retval): Likewise.
41752         (int_retval): Likewise.
41753         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41754         macro.
41755         (pltexit): Likewise.
41756         (La_regs): Likewise.
41757         (La_retval): Likewise.
41758         (int_retval): Likewise.
41759         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41760         macro.
41761         (pltexit): Likewise.
41762         (La_regs): Likewise.
41763         (La_retval): Likewise.
41764         (int_retval): Likewise.
41765         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41766         macro.
41767         (pltexit): Likewise.
41768         (La_regs): Likewise.
41769         (La_retval): Likewise.
41770         (int_retval): Likewise.
41771         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41772         macro definitions in tst-audit.h.
41773         * sysdeps/i386/tst-audit.h: New file.
41774         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41775         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41776         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41777         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41778         * sysdeps/sh/tst-audit.h: Likewise.
41779         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41780         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41781         * sysdeps/x86_64/tst-audit.h: Likewise.
41783 2012-07-26  Andreas Jaeger  <aj@suse.de>
41785         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41786         ptrace.
41788         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41789         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41790         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41791         PTRACE_O_MASK.
41792         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41793         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41794         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41796         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41797         value.
41799         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41800         _sigsys.
41801         (si_call_addr, si_syscall, si_arch): Define new macro.
41802         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41803         _sigsys.
41804         (si_call_addr, si_syscall, si_arch): Define new marcro.
41805         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41806         _sigsys.
41807         (si_call_addr, si_syscall, si_arch): Define new macro.
41808         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41809         _sigsys.
41810         (si_call_addr, si_syscall, si_arch): Define new macro.
41812 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41814         [BZ #13717]
41815         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41816         Change to 2.4.21 where previously 2.4.1.
41817         * sysdeps/unix/sysv/linux/configure: Regenerated.
41818         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41819         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41820         Linux kernel version.
41821         (__ASSUME_STD_AUXV): Remove.
41822         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41823         kernel version.
41824         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41825         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41826         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41827         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41828         (__ASSUME_NETLINK_SUPPORT): Likewise.
41829         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41830         (__no_netlink_support): Remove conditional definition.
41831         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41832         Remove.
41833         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41834         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41835         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41836         (if_nameindex_ioctl): Remove.
41837         (if_nameindex_netlink): Do not handle __no_netlink_support.
41838         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41839         code.
41840         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41841         Remove conditional code.
41842         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41843         code.
41844         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41845         unconditional.
41846         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41847         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41848         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41849         Remove.
41850         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41851         [!__ASSUME_STD_AUXV]: Remove conditional code.
41852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41853         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41854         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41856         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41857         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41858         code.
41859         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41861         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41862         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41863         conditional code.
41864         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41866         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41867         code.
41868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41869         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41870         conditional code.
41871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41872         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41873         code unconditional.
41874         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41875         conditional code.
41876         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41877         unconditional.
41878         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41879         conditional code.
41880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41881         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41882         unconditional.
41883         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41884         conditional code.
41885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41886         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41887         code unconditional.
41888         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41889         conditional code.
41890         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41891         unconditional.
41892         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41893         conditional code.
41894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41895         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41896         code unconditional.
41897         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41898         conditional code.
41899         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41900         unconditional.
41901         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41902         conditional code.
41904 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41906         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41907         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41908         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41909         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41910         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41911         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41912         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41913         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41914         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41915         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41916         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41917         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41918         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41919         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41920         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41921         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41922         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41923         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41924         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41925         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41926         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41927         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41928         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41930 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41932         * Versions.def: Add GLIBC_2.17.
41933         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41934         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41935         Introduce __libc_secure_getenv.
41936         * stdlib/Versions (2.17): Add secure_getenv
41937         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41938         * stdlib/secure-getenv.c: Rename __secure_getenv to
41939         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41940         symbol __secure_getenv for GLIBC_2.0.
41941         * stdlib/tst-secure-getenv.c: New.
41942         * stdlib/Makefile (tests): Add testcase.
41943         * manual/startup.texi (Environment Access): Document
41944         secure_getenv.
41945         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41946         __libc_secure_getenv.
41947         * inet/ruserpass.c (ruserpass): Likewise.
41948         * malloc/mtrace.c (mtrace): Likewise.
41949         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41950         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41951         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41952         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41953         HAVE_SECURE_GETENV.
41954         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41955         __secure_getenv to __libc_secure_getenv.
41956         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41958         Likewise.
41959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41960         Likewise.
41961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41962         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41963         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41964         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41965         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41967         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41969 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41971         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41972         (struct La_i86_retval): Likewise.
41973         (struct La_x86_64_regs): Likewise.
41974         (struct La_x86_64_retval): Likewise.
41975         (struct La_x32_regs): Likewise.
41976         (struct La_x32_retval): Likewise.
41977         (struct La_ppc32_regs): Likewise.
41978         (struct La_ppc32_retval): Likewise.
41979         (struct La_ppc64_regs): Likewise.
41980         (struct La_ppc64_retval): Likewise.
41981         (struct La_sh_regs): Likewise.
41982         (struct La_sh_retval): Likewise.
41983         (struct La_s390_32_regs): Likewise.
41984         (struct La_s390_32_retval): Likewise.
41985         (struct La_s390_64_regs): Likewise.
41986         (struct La_s390_64_retval): Likewise.
41987         (struct La_sparc32_regs): Likewise.
41988         (struct La_sparc32_retval): Likewise.
41989         (struct La_sparc64_regs): Likewise.
41990         (struct La_sparc64_retval): Likewise.
41991         (struct audit_ifaces): Remove architecture-specific pltenter and
41992         pltexit members.
41993         * sysdeps/i386/ldsodefs.h: New file.
41994         * sysdeps/powerpc/ldsodefs.h: Likewise.
41995         * sysdeps/s390/ldsodefs.h: Likewise.
41996         * sysdeps/sh/ldsodefs.h: Likewise.
41997         * sysdeps/sparc/ldsodefs.h: Likewise.
41998         * sysdeps/x86_64/ldsodefs.h: Likewise.
42000 2012-07-25  Marek Polacek  <polacek@redhat.com>
42002         [BZ #6808]
42003         * math/libm-test.inc (yn_test): Add another test.
42004         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
42005         to ERANGE when the result is +-Inf.
42006         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
42007         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
42008         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
42009         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
42011 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
42013         * conform/data/time.h-data (NULL): Use macro-constant.  Require
42014         equal to 0.
42015         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
42016         clock_t.
42017         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
42019 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
42021         * configure.in <sysdeps resolving>: Correct printing
42022         Implies_before.
42023         * configure: Regenerate.
42025 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
42027         * math/w_ilogb.c: Include <limits.h>.
42028         * math/w_ilogbl.c: Likewise.
42030 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
42032         * manual/lang.texi (__va_copy): Document primarily as ISO C99
42033         va_copy.  Document allowing for unavailable va_copy only as
42034         pre-C99 compatibility.
42035         * manual/string.texi (Copying and Concatenation): Use va_copy
42036         instead of __va_copy in concat example.
42038 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
42040         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
42041         (__sendto): Use create_address_port.  Initialize APORT and deallocate
42042         it if not null.
42044         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
42045         with O_NOLINK passed to __file_name_lookup.
42047         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
42048         with O_NOLINK passed to __file_name_lookup.
42050         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
42051         negative N or less than NGIDS.
42053         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
42054         type to string_t.  Set ERANGE as errno and return it if NAME is not big
42055         enough.  Use memcpy instead of strncpy.
42057 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
42059         * elf/Makefile (check-data): Remove.
42060         (localplt.data): New vpath directive.
42061         ($(objpfx)check-localplt.out): Use localplt.data from vpath
42062         instead of $(check-data).
42063         * scripts/data/localplt-generic.data: Move to ...
42064         * sysdeps/generic/localplt.data: ... here.
42065         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
42066         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
42067         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
42068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
42069         ... here.
42070         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
42071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
42072         ... here.
42073         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
42074         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
42075         ... here.
42076         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
42077         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
42078         ... here.
42079         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
42080         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
42081         ... here.
42082         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
42083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
42084         ... here.
42086 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42088         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
42089         PPC32 and PPC64 files.
42090         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
42091         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
42093 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42095         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
42096         __makecontext_ret to ...
42097         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
42098         ... here and call exit if uc_link is NULL.  New file.
42099         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
42100         __makecontext_ret.S.
42101         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
42102         __makecontext_ret to ...
42103         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
42104         ... here and call exit if uc_link is NULL.  New file.
42105         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
42106         __makecontext_ret.S.
42108 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42110         * elf/elf.h (R_390_IRELATIVE): New definition.
42111         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
42112         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
42113         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
42114         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
42115         (elf_machine_lazy_rel): Likewise.
42116         * sysdeps/s390/dl-irel.h: New file.
42117         * sysdeps/s390/s390-64/memcpy.S: New asm code.
42118         * sysdeps/s390/s390-64/memset.S: New asm code.
42119         * sysdeps/s390/s390-64/memcmp.S: New asm code.
42120         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
42121         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
42122         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
42123         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
42124         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
42125         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
42126         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
42127         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
42128         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
42129         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
42130         * sysdeps/s390/s390-32/memcpy.S: New asm code.
42131         * sysdeps/s390/s390-32/memset.S: New asm code.
42132         * sysdeps/s390/s390-32/memcmp.S: New asm code.
42134 2012-07-17  Marek Polacek  <polacek@redhat.com>
42136         [BZ #14349]
42137         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
42138         * sysdeps/s390/s390-64/configure.in: Likewise.
42139         * sysdeps/sparc/configure.in: Likewise.
42140         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
42141         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
42142         * sysdeps/i386/configure.in: Likewise.
42143         * sysdeps/x86_64/configure.in: Likewise.
42144         * sysdeps/sh/configure.in: Likewise.
42145         * sysdeps/s390/s390-32/configure: Regenerated.
42146         * sysdeps/s390/s390-64/configure: Likewise.
42147         * sysdeps/x86_64/configure: Likewise.
42148         * sysdeps/sh/configure: Likewise.
42149         * sysdeps/powerpc/powerpc64/configure: Likewise.
42150         * sysdeps/powerpc/powerpc32/configure: Likewise.
42151         * sysdeps/sparc/configure: Likwise.
42152         * sysdeps/i386/configure: Likewise.
42154         * elf/dl-open.c: Comment fixes.
42156 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
42158         * Makefile [CXX] (check-data): Remove.
42159         [CXX] (c++-types.data): New vpath directive.
42160         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
42161         vpath.  Do not allow for C++ type data being missing.
42162         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
42163         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
42164         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
42165         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
42166         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
42167         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
42168         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
42169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
42170         ... here.
42171         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
42172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
42173         ... here.
42174         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
42175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
42176         ... here.
42177         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
42178         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
42179         ... here.
42180         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
42181         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
42182         ... here.
42183         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
42184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
42185         ... here.
42186         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
42187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
42188         ... here.
42189         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
42190         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
42192         * elf/tls-macros.h (TLS_LE): Move architecture-specific
42193         definitions to architecture-specific files.
42194         (TLS_IE): Likewise.
42195         (TLS_LD): Likewise.
42196         (TLS_GD): Likewise.
42197         * sysdeps/i386/tls-macros.h: New file.
42198         * sysdeps/powerpc/tls-macros.h: Likewise.
42199         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
42200         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
42201         * sysdeps/sh/tls-macros.h: Likewise.
42202         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
42203         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
42204         * sysdeps/x86_64/tls-macros.h: Likewise.
42206 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
42208         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
42209         zero value for regular exit case.
42211         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
42212         (__start_context): Preserve zero value for regular exit case.
42214 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
42215             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42217         * manual/setjmp.texi (setcontext): Clarify normal process
42218         termination when uc_link is the null pointer.
42219         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
42220         exit call.
42222 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
42224         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
42225         preprocessor.  Test for each exception mask separately.
42227 2012-07-16  Andreas Jaeger  <aj@suse.de>
42229         * po/ru.po: Update from translation team.
42231 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
42233         * conform/data/string.h-data (NULL): Use macro-constant.  Require
42234         equal to 0.
42235         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42236         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42237         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
42238         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
42239         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42241 2012-07-13  Andreas Jaeger  <aj@suse.de>
42243         * po/fr.po: Update from translation team.
42245 2012-07-12  Marek Polacek  <polacek@redhat.com>
42247         [BZ #14173]
42248         * math/libm-test.inc (yn_test): Add test for BZ #14173.
42249         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
42250         loop condition.
42252 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
42254         [BZ #13717]
42255         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
42256         Change to 2.4.1 where previously 2.4.0.
42257         * sysdeps/unix/sysv/linux/configure: Regenerated.
42258         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
42259         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
42260         version.
42261         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
42262         (__ASSUME_AT_CLKTCK): Remove.
42263         (__ASSUME_AT_PAGESIZE): Likewise.
42264         (__ASSUME_AT_XID): Likewise.
42265         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
42266         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
42267         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
42268         unconditionally.
42269         (HAVE_AUX_PAGESIZE): Likewise.
42270         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
42271         [__ASSUME_AT_CLKTCK]: Make code unconditional.
42272         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
42274 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
42276         [BZ #14307]
42277         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
42278         the temporary buffer used to invoke __gethostbyname2_r,
42279         __gethostbyaddr_r and gethostbyname4_r to make room for struct
42280         host_data / struct gaih_addrtuple.
42281         * resolv/nss_dns/dns-host.c (global scope): Move definition of
42282         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
42283         header file nss/nsswitch.h.
42284         * nss/nsswitch.h (global scope): Add definition of implementation
42285         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
42286         resolv/nss_dns/dns-host.c).
42288 2012-07-11  Andreas Jaeger  <aj@suse.de>
42290         * po/fr.po: Update from translation team.
42292         * po/sv.po: Update from translation team
42293         * po/fr.po: Another update from translation team.
42295 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42297         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
42298         for subnormals or multiply small sinh result by itself.
42299         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42302 2012-07-11  David S. Miller  <davem@davemloft.net>
42304         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42306 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
42308         [BZ #14347]
42309         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
42310         (INTERNAL_MARK): Shift it here.
42312 2012-07-10  Marek Polacek  <polacek@redhat.com>
42314         [BZ #14151]
42315         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
42316         libc_cv_asm_global_directive with .globl.
42317         * configure: Regenerated.
42318         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
42319         with .globl.
42320         * sysdeps/i386/configure: Regenerated.
42321         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
42322         with .globl.
42323         * sysdeps/x86_64/configure: Regenerated.
42324         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
42325         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
42326         * elf/tst-unique2mod2.c: Likewise.
42327         * elf/tst-unique2mod1.c: Likewise.
42328         * elf/tst-unique1mod2.c: Likewise.
42329         * elf/tst-unique1mod1.c: Likewise.
42330         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42331         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
42332         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42333         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
42334         * sysdeps/mach/sysdep.h: Likewise.
42335         * sysdeps/i386/sysdep.h: Likewise.
42336         * sysdeps/i386/i386-mcount.S: Likewise.
42337         * sysdeps/x86_64/_mcount.S: Likewise.
42338         * sysdeps/x86_64/sysdep.h: Likewise.
42339         * sysdeps/sh/_mcount.S: Likewise.
42340         * sysdeps/sh/sysdep.h: Likewise.
42341         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
42342         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
42343         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
42344         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42345         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
42346         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
42347         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
42348         * locale/localeinfo.h: Likewise.
42349         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
42350         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
42352 2012-07-09  Roland McGrath  <roland@hack.frob.com>
42354         [BZ #14336]
42355         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
42356         system".
42357         * manual/message.texi (The Uniforum approach): Likewise.
42358         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
42359         (glibc iconv Implementation): Likewise.
42361 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
42363         [BZ #14337]
42364         * math/s_clog.c (__clog): Avoid scaling a value down where that
42365         could result in underflow.
42366         * math/s_clog10.c (__clog10): Likewise.
42367         * math/s_clog10f.c (__clog10f): Likewise.
42368         * math/s_clog10l.c (__clog10l): Likewise.
42369         * math/s_clogf.c (__clogf): Likewise.
42370         * math/s_clogl.c (__clogl): Likewise.
42371         * math/libm-test.inc (clog_test): Add more tests.
42372         (clog10_test): Likewise.
42373         * sysdeps/i386/fpu/libm-test-ulps: Update.
42374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42376 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
42378         [BZ #14283]
42379         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
42380         by 7 not 8 to examine high bit of fractional part.
42382         [BZ #14042]
42383         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
42384         for call to __mcount_internal.
42385         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
42386         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
42387         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
42389 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
42391         [BZ #14154]
42392         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
42393         approximation for values within 0x1p-13f of an odd multiple of
42394         pi/4.
42395         * math/libm-test.inc (tan_test): Do not allow spurious underflow
42396         exception.  Add more tests.
42397         * sysdeps/i386/fpu/libm-test-ulps: Update.
42399         [BZ #6778]
42400         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
42401         inputs and return -1 for them.  Do not check for +Inf in case not
42402         reachable for +Inf.
42403         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
42404         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
42405         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42406         and return -1 for them.  Do not check for +Inf in case not
42407         reachable for +Inf.
42408         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
42409         define.
42410         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42411         and return -1 for them.  Do not check for +Inf in case not
42412         reachable for +Inf.
42413         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
42414         spurious underflow.
42415         * sysdeps/i386/fpu/libm-test-ulps: Update.
42416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42418 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
42420         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
42422 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
42424         [BZ #14157]
42425         [BZ #14331]
42426         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
42427         could result in spurious underflow.  Scale down values above
42428         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
42429         * math/s_csqrtf.c (__csqrtf): Likewise.
42430         * math/s_csqrtl.c (__csqrtl): Likewise.
42431         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
42432         spurious underflow.
42433         * sysdeps/i386/fpu/libm-test-ulps: Update.
42434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42436 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
42438         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
42439         xopen-msg.sed.
42440         * catgets/xopen-msg.awk: New file.
42441         * catgets/xopen-msg.sed: Removed.
42443         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
42444         po2text.sed.
42445         * intl/po2test.awk: New file.
42446         * intl/po2test.sed: Removed.
42448 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
42450         [BZ #14328]
42451         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
42452         or multiply small sinh result by itself.
42453         * math/s_ctanf.c (__ctanf): Likewise.
42454         * math/s_ctanh.c (__ctanh): Likewise.
42455         * math/s_ctanhf.c (__ctanhf): Likewise.
42456         * math/s_ctanhl.c (__ctanhl): Likewise.
42457         * math/s_ctanl.c (__ctanl): Likewise.
42458         * math/libm-test.inc (ctan_test_tonearest): New function.
42459         (ctan_test_towardzero): Likewise.
42460         (ctan_test_downward): Likewise.
42461         (ctan_test_upward): Likewise.
42462         (ctanh_test_tonearest): Likewise.
42463         (ctanh_test_towardzero): Likewise.
42464         (ctanh_test_downward): Likewise.
42465         (ctanh_test_upward): Likewise.
42466         (main): Call these new functions.
42467         * sysdeps/i386/fpu/libm-test-ulps: Update.
42468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42470 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
42472         * .gitignore: Delete /ports entry.
42474 2012-07-03  Andreas Jaeger  <aj@suse.de>
42476         * po/bg.po: Update from translation team.
42477         * po/cs.po: Likewise.
42478         * po/de.po: Likewise.
42479         * po/hr.po: Likewise.
42480         * po/nl.pl: Likewise.
42481         * po/pl.po: Likewise.
42482         * po/vi.po: Likewise.
42484 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
42486         * Makeconfig [!+link] (+link-before-libc): New variable.
42487         [!+link] (+link-after-libc): Likewise.
42488         [!+link] (+link-tests): Likewise.
42489         [!+link] (+link): Define in terms of $(+link-before-libc) and
42490         $(+link-after-libc).
42491         [!+link-static] (+link-static-before-libc): New variable.
42492         [!+link-static] (+link-static-after-libc): Likewise.
42493         [!+link-static] (+link-static-tests): Likewise.
42494         [!+link-static] (+link-static): Define in terms of
42495         $(+link-static-before-libc) and $(+link-static-after-libc).
42496         [build-shared] (link-libc-before-gnulib): New variable.
42497         [build-shared] (link-libc-tests): Likewise.
42498         [build-shared] (link-libc): Define in terms of
42499         $(link-libc-before-gnulib).
42500         [!build-shared] (link-libc-tests): New variable.
42501         (link-libc-static-tests): New variable.
42502         [!gnulib] (gnulib-arch): New variable.
42503         [!gnulib] (gnulib-tests): Likewise.
42504         [!gnulib] (static-gnulib-arch): Likewise.
42505         [!gnulib] (static-gnulib-tests): Likewise.
42506         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
42507         Define with "=" instead of ":=".
42508         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
42509         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
42510         * Rules (binaries-all-notests): New variable.
42511         (binaries-all-tests): Likewise.
42512         (binaries-static-notests): Likewise.
42513         (binaries-static-tests): Likewise.
42514         (binaries-all): Define using $(binaries-all-notests) and
42515         $(binaries-all-tests).
42516         (binaries-static): Define using $(binaries-static-notests) and
42517         $(binaries-static-tests).
42518         (binaries-shared-tests): New variable.
42519         (binaries-shared-notests): Likewise.
42520         (binaries-shared): Remove variable.
42521         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42522         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42523         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42524         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42525         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42526         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42527         * elf/Makefile (sln-modules): New variable.
42528         (extra-objs): Add $(sln-modules:=.o).
42529         (ldconfig-modules): Add static-stubs.
42530         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42531         * elf/static-stubs.c: New file.
42533         [BZ #14283]
42534         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42535         by 7 not 8 to examine high bit of fractional part.  Use volatile
42536         variables when splitting into final array of floats if
42537         __FLT_EVAL_METHOD__ != 0.
42538         * math/libm-test.inc (cos_test): Add another test.
42539         (sin_test): Likewise.
42540         * sysdeps/i386/fpu/libm-test-ulps: Update.
42542         [BZ #14273]
42543         * math/libm-test.inc (cosh_test): Add more tests.
42545         * version.h (RELEASE): Set to "development".
42546         (VERSION): Set to "2.16.90".
42548 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
42550         * NEWS: Update copyright. Remove last-updated date.
42551         Mention math library bug fixes and timezone data changes.
42552         * README: Mention GNU/Hurd, x32, and HPPA support status.
42554 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
42556         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42558 2012-06-27  Andreas Jaeger  <aj@suse.de>
42560         * manual/contrib.texi (Contributors): Add Samuel Thibault.
42562 2012-06-25  Andreas Jaeger  <aj@suse.de>
42564         * sysdeps/s390/fpu/libm-test-ulps: Update.
42566 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
42567             Thomas Schwinge  <thomas@codesourcery.com>
42569         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42570         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42571         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42572         fanotify_mark.
42574 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
42576         * sysdeps/mach/start.c: Remove file.
42577         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42578         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42579         * sysdeps/sh/init-first.c: Likewise.
42581         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42582         registers for frame unwinding purposes, add CFI directives.
42583         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42584         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42585         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42586         Likewise.
42588         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42589         __fortify_fail returning.
42590         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42592         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42593         sysdeps/sh/____longjmp_chk.S.
42594         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42595         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42596         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42597         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42599         * sysdeps/sh/abort-instr.h: New file.
42600         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42601         process in case exit returns.
42603         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42604         initialize the GOT register before use.
42606         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42607         calculation of ARGC > 4.
42609         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42610         meaningful names to some local labels.
42612 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42613             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42615         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42616         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42617         (__arch_compare_and_exchange_val_16_acq): Likewise.
42618         (__arch_compare_and_exchange_val_32_acq): Likewise.
42619         (atomic_exchange_and_add): Fix gUSA sequence.
42620         (atomic_add): Likewise.
42621         (atomic_add_negative): Likewise.
42622         (atomic_add_zero): Likewise.
42623         (atomic_bit_test_set): Likewise.
42625 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42627         [BZ #13579]
42628         * include/link.h (struct link_map): Add l_free_initfini.
42629         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42630         l_initfini.
42631         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42632         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42633         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42634         set.
42636 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42638         * configure.in: Use AC_LANG_SOURCE.
42639         * configure: Regenerate.
42641 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42643         * configure.in (libc_cv_localstatedir): New substituted variable.
42644         * configure: Regenerated.
42645         * config.make.in (localstatedir): New variable, substituted from
42646         libc_cv_localstatedir.
42647         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42648         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42649         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42650         * sysdeps/gnu/configure: Regenerated.
42652 2012-06-21  Jeff Law  <law@redhat.com>
42654         [BZ #14277]
42655         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42656         free.  Simplify list management for _LIBC case.
42658 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42660         [BZ #14273]
42661         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42662         Clear sign bit of 64-bit integer value before comparing against
42663         overflow value.
42665         * sysdeps/mach/configure: Regenerated.
42667 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42669         [BZ #14278]
42670         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42672 2012-06-21  Jeff Law  <law@redhat.com>
42674         [BZ #13882]
42675         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42676         uint16_t for elements in the "seen" array to avoid char overflows.
42677         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42678         * elf/dl-open.c (dl_open_worker): Likewise.
42680 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42682         * scripts/list-sources.sh: Scan PORTS for translations.
42683         * po/libc.pot: Regenerated.
42685 2012-06-21  Andreas Jaeger  <aj@suse.de>
42687         [BZ #12194]
42688         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42689         warning.
42690         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42691         * bits/byteswap-16.h (__bswap_16): Likewise.
42692         * bits/byteswap.h (__bswap_constant_16): Likewise.
42694 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42696         [BZ #14117]
42697         * sysdeps/i386/fpu_control.h: Removed.
42698         * sysdeps/x86_64/fpu_control.h: Moved to ...
42699         * sysdeps/x86/fpu_control.h: Here.
42701         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42702         (_FPU_SETCW): Likewise.
42704 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42706         [BZ #14117]
42707         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42708         * sysdeps/x86/fpu/bits/mathinline.h: This.
42709         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42711         [BZ #14050]
42712         [BZ #14117]
42713         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42714         functions if __x86_64__ is defined.
42716 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42718         * string/endian.h: Add !__ASSEMBLER__ condition for including
42719         conversion interfaces.
42721 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42723         [BZ #14241]
42724         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42725         of ABS(x) in calculating zero to negative powers other than odd
42726         integers.
42727         * math/libm-test.inc (pow_test): Add more tests.
42729 2012-06-15  Andreas Jaeger  <aj@suse.de>
42731         * manual/contrib.texi (Contributors): Update entry of Liubov
42732         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42733         Machado Filho.
42735 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42737         * string/string.h: Add __wur to GNU version of strerror_r.
42739 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42741         [BZ #14229]
42742         * string/Makefile (tests): Add tst-strtok_r.
42743         * string/tst-strtok_r.c: New file.
42744         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42745         RAX_LP/RDX_LP on SAVE_PTR.
42747 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42749         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42751 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42753         * libm_test.inc (csqrt_test): Allow more spurious underflow
42754         exceptions.
42755         (j0_test): Likewise.
42756         (j1_test): Likewise.
42757         (y0_test): Likewise.
42758         (y1_test): Likewise.
42760 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42762         * po/Makefile (libc.pot): Use UTF-8 charset.
42764 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42766         [BZ #14210]
42767         Suppress sign-conversion warning from FD_SET.
42768         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42769         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42770         not unsigned long int.
42771         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42773 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42775         [BZ #14050]
42776         [BZ #14117]
42777         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42778         __extern_always_inline instead of __extern_inline.
42779         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42780         (__signbit): Likewise.
42781         (__signbitl): Support C++ namespace.
42782         (lrintf): New inline function.
42783         (lrint): Likewise.
42784         (llrintf): Likewise.
42785         (llrint): Likewise.
42786         (fmaxf): Likewise.
42787         (fmax): Likewise.
42788         (fminf): Likewise.
42789         (fmin): Likewise.
42790         (rint): Likewise.
42791         (rintf): Likewise.
42792         (ceil): Likewise.
42793         (ceilf): Likewise.
42794         (floor): Likewise.
42795         (floorf): Likewise.
42796         (nearbyint): Likewise.
42797         (nearbyintf): Likewise.
42799 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42801         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42802         non-default versions.
42804 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42806         [BZ #14218]
42807         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42809 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42811         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42812         (FE_UPWARD, FE_DOWNWARD): Don't define.
42813         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42814         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42816         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42817         reading it.
42818         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42819         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42821 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42823         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42824         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42825         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42826         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42828 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42830         [BZ #14117]
42831         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42832         * sysdeps/i386/fpu/Implies: New file.
42833         * sysdeps/x86_64/fpu/Implies: Likewise.
42834         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42835         * sysdeps/x86/fpu/bits/fenv.h: This.
42837         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42838         __SSE_MATH__.
42840 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42842         [BZ #14134]
42843         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42844         character 0xffff that matches the last element of the
42845         conversion table.
42847 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42849         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42850         fmodl commit.
42852 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42854         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42855         values higher than 25.6283.
42857 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42859         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42860         subnormal exponent extraction and add some __builtin_expect.
42861         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42862         Fix for subnormal mantissa calculation.
42864 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42866         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42867         cpu2 is -1 and errno is not ENOSYS.
42869 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42871         [BZ #14117]
42872         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42873         * sysdeps/x86/bits/string.h: This.
42874         * sysdeps/x86_64/bits/string.h: Removed.
42876         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42877         if not compiling for x86-64, but compiling for >= i486.
42879         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42880         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42882         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42883         New macro from Linux kernel 3.4.0.
42884         (FP_XSTATE_MAGIC2): Likewise.
42885         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42886         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42887         (struct _fpx_sw_bytes): New struct.
42888         (struct _xsave_hdr): Likewise.
42889         (struct _ymmh_state): Likewise.
42890         (struct _xstate): Likewise.
42892         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42893         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42894         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42895         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42896         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42897         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42899         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42900         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42901         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42902         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42903         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42904         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42906 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42908         [BZ #13743]
42909         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42910         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42911         (sysdep_headers): Include sys/platform/ppc.h.
42912         * sysdeps/powerpc/test-gettimebase.c: Test for
42913         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42914         * manual/Makefile (appendices): Include platform.texi.
42915         * manual/contrib.texi (Contributors): Update @node pointers.
42916         * manual/maint.texi (Maintenance): Likewise.
42917         (Platform): New node.
42918         * manual/platform.texi: New file.  Document the new features.
42920 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42921             Jakub Jelinek  <jakub@redhat.com>
42923         [BZ #14188]
42924         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42925         where __builtin_expect is unavailable.
42927 2012-06-03  David S. Miller  <davem@davemloft.net>
42929         * stdlib/longlong.h: Updated from GCC.
42931 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42933         [BZ #14042]
42934         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42935         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42936         __mcount_internal.
42937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42938         (GLIBC_2.16): Likewise.
42940 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42942         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42944 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42947         (default-abi): New variable.
42948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42949         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42950         variable.
42951         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42952         Likewise.
42953         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42954         Likewise.
42955         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42956         Likewise.
42958         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42959         definition.  Document in comment.
42961 2012-06-01  David S. Miller  <davem@davemloft.net>
42963         * stdlib/longlong.h: Updated from GCC.
42965 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42967         [BZ #14117]
42968         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42969         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42970         sys/debugreg.h sys/io.h here.
42971         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42972         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42973         sys/io.h.
42974         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42975         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42976         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42977         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42978         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42979         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42981         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42982         Define only if __x86_64__ is defined.
42984 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42986         [BZ #14048]
42987         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42988         Use int64_t for variable i.
42989         * math/libm-test.inc (fmod_test): Add more tests.
42991         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42992         z computation is not scheduled after fetestexcept.
42993         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42994         Use math_force_eval instead of asm to ensure calculation scheduled
42995         before exception test.
42996         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42997         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42999 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
43001         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
43002         computation is not scheduled after fetestexcept.
43004 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43006         [BZ #14117]
43007         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
43008         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
43010 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43012         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
43013         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
43015 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
43017         [BZ #14117]
43018         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
43019         <bits/wordsize.h>.
43020         (__WCHAR_MIN): Support __WORDSIZE == 64.
43021         (__WCHAR_MAX): Likewise.
43023         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
43024         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
43026         [BZ #14183]
43027         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
43028         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
43030         [BZ #14117]
43031         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
43032         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
43034         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
43035         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
43037         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
43038         Defined to 1 if __x86_64__ isn't defined.
43039         (_STAT_VER_LINUX_OLD): New.
43040         (st_atime): Remove duplicate.
43041         (st_mtime): Likewise.
43042         (st_ctime): Likewise.
43044 2012-05-31  David S. Miller  <davem@davemloft.net>
43046         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
43047         entries.
43049 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
43051         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
43052         gen-libm-test.pl.
43054         [BZ #14132]
43055         * elf/dl-reloc.c: Include <_itoa.h>.
43056         (_dl_reloc_bad_type): Remove use of INTUSE.
43057         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
43058         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
43059         * stdio-common/psiginfo.c (psiginfo): Likewise.
43060         * stdio-common/psignal.c (psignal): Likewise.
43061         * string/strsignal.c (strsignal): Likewise.
43062         * include/signal.h (_sys_siglist): Declare hidden proto.
43063         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
43064         INTVARDEF with libc_hidden_data_def.
43065         * stdio-common/itoa-udigits.c: Likewise.
43066         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
43067         (_itoa_lower_digits_internal): Remove declaration.
43068         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
43069         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
43070         (_sys_sigabbrev_internal): Remove aliases.
43071         (_sys_siglist): Define hidden alias.
43073 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
43075         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43076         bits/sysctl.h.
43078 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
43080         [BZ #14117]
43081         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
43082         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
43084         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
43085         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
43086         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
43087         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
43088         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
43089         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
43091         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
43092         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
43093         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
43095         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
43096         with __addr.
43097         (insw): Likewise.
43098         (insl): Likewise.
43099         (outsb): Likewise.
43100         (outsw): Likewise.
43101         (outsl): Likewise.
43103         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
43104         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
43105         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
43107         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
43108         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
43109         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
43110         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
43111         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
43112         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
43114         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
43115         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
43117         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
43118         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
43120         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
43121         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
43122         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
43124         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
43125         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
43126         to ...
43127         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
43129         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
43130         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
43131         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
43133         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
43134         for x86-64.
43135         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
43137 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
43139         * math/math.h (M_El): Use two more decimal places.
43140         (M_LOG2El): Likewise.
43141         (M_LOG10El): Likewise.
43142         (M_LN2l): Likewise.
43143         (M_LN10l): Likewise.
43144         (M_PIl): Likewise.
43145         (M_PI_2l): Likewise.
43146         (M_PI_4l): Likewise.
43147         (M_1_PIl): Likewise.
43148         (M_2_PIl): Likewise.
43149         (M_2_SQRTPIl): Likewise.
43150         (M_SQRT2l): Likewise.
43151         (M_SQRT1_2l): Likewise.
43153 2012-05-31  David S. Miller  <davem@davemloft.net>
43155         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
43156         values between float registers.
43157         * sysdeps/sparc/sparc64/memset.S: Likewise.
43158         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43160 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
43162         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
43163         -D_FORTIFY_SOURCE=1.
43164         (CPPFLAGS-tst-longjmp_chk.c): Define.
43165         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
43166         (CPPFLAGS-tst-longjmp_chk2.c): Define.
43167         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
43168         CFLAGS-tst-wchar-h.c.
43170 2012-05-31  Marek Polacek  <polacek@redhat.com>
43172         [BZ #14132]
43173         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
43174         __endmntent_internal): Remove declaration.
43175         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
43176         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
43177         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
43179 2012-05-30  David S. Miller  <davem@davemloft.net>
43181         * sysdeps/sparc/sparc32/soft-fp/q_util.c
43182         (___Q_simulate_exceptions): Use real FP ops rather than writing
43183         into the %fsr.
43184         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
43185         Likewise.
43187 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43189         [BZ #14117]
43190         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
43191         * sysdeps/x86/bits/xtitypes.h: This.
43193         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
43194         * sysdeps/x86/bits/wordsize.h: This.
43196         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
43197         * sysdeps/x86/bits/huge_vall.h: This.
43199         * sysdeps/i386/bits/select.h: Removed.
43200         * sysdeps/x86_64/bits/select.h: Renamed to ...
43201         * sysdeps/x86/bits/select.h: This.
43203         * sysdeps/i386/bits/setjmp.h: Removed.
43204         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
43205         * sysdeps/x86/bits/setjmp.h: This.
43207         * sysdeps/i386/bits/mathdef.h: Removed.
43208         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
43209         * sysdeps/x86/bits/mathdef.h: This.
43211 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
43213         [BZ #14132]
43214         * include/sys/socket.h (__connect_internal)
43215         (__libc_sa_len_internal): Remove declaration.
43216         (__connect, __libc_sa_len): Declare hidden_proto.
43217         (SA_LEN): Remove use of INTUSE.
43218         * socket/connect.c: Add libc_hidden_def.
43219         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
43220         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
43221         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
43222         alias.
43223         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
43224         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
43225         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
43226         of adding _internal alias.
43228 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43230         [BZ #14117]
43231         * sysdeps/i386/bits/link.h: Removed.
43232         * sysdeps/i386/bits/linkmap.h: Likewise.
43233         * sysdeps/x86_64/bits/link.h: Renamed to ...
43234         * sysdeps/x86/bits/link.h: This.
43235         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
43236         * sysdeps/x86/bits/linkmap.h: This.
43238         * sysdeps/i386/bits/endian.h: Removed.
43239         * sysdeps/x86_64/bits/endian.h: Renamed to ...
43240         * sysdeps/x86/bits/endian.h: This.
43242         * sysdeps/i386/bits/byteswap.h: Removed.
43243         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43244         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
43245         * sysdeps/x86/bits/byteswap.h: This.
43246         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
43247         * sysdeps/x86/bits/byteswap-16.h: This.
43248         * sysdeps/i386/Implies: Add x86.
43249         * sysdeps/x86_64/Implies: Likewise.
43251 2012-05-30  David S. Miller  <davem@davemloft.net>
43253         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
43254         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
43255         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
43256         (FP_TRAPPING_EXCEPTIONS): Define.
43257         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
43258         (FP_TRAPPING_EXCEPTIONS): Define.
43259         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
43260         subnormals only when inexact has been signalled or underflow
43261         exceptions are enabled.
43262         (_FP_PACK_CANONICAL): Likewise.
43264 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43266         [BZ #14183]
43267         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
43268         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
43270 2012-05-30  Richard Henderson  <rth@twiddle.net>
43272         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
43273         with #ifndef NOT_IN_libc.
43275         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
43276         marked to avoid plt entry.
43278 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43280         [BZ #14112]
43281         * Makeconfig (default-abi): New macro.
43282         (abi-includes): Likewise.
43283         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
43284         $(abi-$(default-abi)-lib-soname) for soname if defined.
43285         ($(common-objpfx)gnu/lib-names.stmp): Generate from
43286         abi-variants.
43287         * Makefile (installed-stubs): Likewise.
43288         * include/stubs-biarch.h: Removed.
43289         * scripts/lib-names.awk: Only handle one library at a time.
43290         * scripts/soversions.awk: Remove WORDSIZE support.
43291         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
43292         entries.
43293         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
43294         Removed.
43295         (syscall-list-default-condition): Likewise.
43296         (syscall-list-default-condition): Likewise.
43297         (syscall-list-includes): Likewise.
43298         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
43299         syscall-list-* with abi-*.  Handle undefined abi-variants.
43300         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
43301         * sysdeps/unix/sysv/linux/i386/Implies: New file.
43302         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
43303         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
43304         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
43305         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
43306         Removed.
43307         (syscall-list-32-options): Likewise.
43308         (syscall-list-32-condition): Likewise.
43309         (syscall-list-64-options): Likewise.
43310         (syscall-list-64-condition): Likewise.
43311         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
43312         macro.
43313         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
43314         Renamed to ...
43315         (abi-*): This.
43316         (abi-64-ld-soname): New macro.
43317         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
43318         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
43319         Renamed to ...
43320         (abi-*): This.
43321         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
43322         * sysdeps/x86_64/x32/shlib-versions: Likewise.
43324 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
43326         * sysdeps/unix/sysv/linux/kernel-features.h
43327         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
43328         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
43329         include <kernel-features.h>.
43330         [!__NR_ftruncate64]: Remove conditional code.
43331         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43332         [__NR_ftruncate64]: Make code unconditional.
43333         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43334         * sysdeps/unix/sysv/linux/truncate64.c: Do not
43335         include <kernel-features.h>.
43336         [!__NR_ftruncate64]: Remove conditional code.
43337         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43338         [__NR_ftruncate64]: Make code unconditional.
43339         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
43341         include <kernel-features.h>.
43342         [!__NR_ftruncate64]: Remove conditional code.
43343         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43344         [__NR_ftruncate64]: Make code unconditional.
43345         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
43347         include <kernel-features.h>.
43348         [!__NR_ftruncate64]: Remove conditional code.
43349         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43350         [__NR_ftruncate64]: Make code unconditional.
43351         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43353         * configure.in (libc_cv_fpie): Weaken to a compile test using
43354         LIBC_TRY_CC_OPTION.
43355         * configure: Regenerated.
43357 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
43360         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
43361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
43362         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43363         Refreshed.
43364         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
43365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
43366         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
43367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
43368         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
43369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43370         Refreshed.
43372 2012-05-27  David S. Miller  <davem@davemloft.net>
43374         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
43375         (___Q_zero): New.
43376         (__Q_simulate_exceptions): Return void.  Change to simulate
43377         exceptions by writing into the %fsr.
43378         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
43379         (__Qp_handle_exceptions): Likewise.
43380         (numbers): Delete.
43381         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
43382         __Qp_handle_exceptions.
43383         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
43384         __Qp_handle_exceptions.
43385         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
43386         as unused and give dummy FP_RND_NEAREST initializer.
43387         (FP_INHIBIT_RESULTS): Define.
43388         (___Q_simulate_exceptions): Update declaration.
43389         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
43390         formatting.
43391         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
43392         as unused and give dummy FP_RND_NEAREST initializer.
43393         (__Qp_handle_exceptions): Update declaration.
43394         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
43395         formatting.
43397 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
43399         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
43400         the temporary FPU control word.
43401         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
43402         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
43403         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
43404         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43405         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
43406         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
43407         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
43408         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43409         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
43410         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
43411         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43413 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43415         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
43416         fields.
43418 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
43420         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
43421         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
43422         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
43423         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
43424         Likewise.
43425         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
43426         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
43427         Likewise.
43429 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
43431         * po/h.po: Update from translation team.
43433 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
43435         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
43437         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
43438         handling of denormals.
43439         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43440         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
43441         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43442         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43443         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43444         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
43445         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
43446         Likewise.
43448 2012-05-26  Marek Polacek  <polacek@redhat.com>
43450         [BZ #14152]
43451         * math/libm-test.inc (fma_test): Don't always expect underflow
43452         exception.
43454 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43456         [BZ #12416]
43457         * elf/tst-execstack.c: Include stackinfo.h.
43458         (do_test): Adjust test case to ensure that pthread_getattr_np
43459         behaviour remains the same after marking stack executable.
43461 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43463         * sysdeps/unix/sysv/linux/kernel-features.h
43464         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
43465         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
43466         kernel-features.h.
43467         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43468         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43469         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
43470         kernel-features.h.
43471         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43472         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43474 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
43476         * configure.in: Define the default includes to being none.
43477         * configure: Regenerated.
43479 2012-05-25  Roland McGrath  <roland@hack.frob.com>
43481         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
43482         * sysdeps/x86_64/setjmp.S: Likewise.
43483         * sysdeps/i386/bsd-setjmp.S: Likewise.
43484         * sysdeps/i386/bsd-_setjmp.S: Likewise.
43485         * sysdeps/i386/setjmp.S: Likewise.
43486         * sysdeps/i386/__longjmp.S: Likewise.
43487         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43488         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
43490         * include/stap-probe.h: New file.
43491         * configure.in: Handle --enable-systemtap.
43492         * configure: Regenerated.
43493         * config.h.in (USE_STAP_PROBE): New #undef.
43494         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
43495         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
43496         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43498 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43500         [BZ #13717]
43501         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43502         to 2.4.0 where earlier.
43503         * sysdeps/unix/sysv/linux/configure: Regenerated.
43504         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
43505         <kernel-features.h>.
43506         [__ASSUME_32BITUIDS]: Make code unconditional.
43507         [!__ASSUME_32BITUIDS]: Remove conditional code.
43508         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
43509         <kernel-features.h>.
43510         [__ASSUME_32BITUIDS]: Make code unconditional.
43511         [!__ASSUME_32BITUIDS]: Remove conditional code.
43512         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
43513         [__ASSUME_32BITUIDS]: Make code unconditional.
43514         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
43515         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
43516         <kernel-features.h>.
43517         [__ASSUME_32BITUIDS]: Make code unconditional.
43518         [!__ASSUME_32BITUIDS]: Remove conditional code.
43519         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43520         <kernel-features.h>.
43521         [__ASSUME_32BITUIDS]: Make code unconditional.
43522         [!__ASSUME_32BITUIDS]: Remove conditional code.
43523         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
43524         <kernel-features.h>.
43525         [__ASSUME_32BITUIDS]: Make code unconditional.
43526         [!__ASSUME_32BITUIDS]: Remove conditional code.
43527         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
43528         <kernel-features.h>.
43529         [__ASSUME_32BITUIDS]: Make code unconditional.
43530         [!__ASSUME_32BITUIDS]: Remove conditional code.
43531         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
43532         <kernel-features.h>.
43533         [__ASSUME_32BITUIDS]: Make code unconditional.
43534         [!__ASSUME_32BITUIDS]: Remove conditional code.
43535         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
43536         <kernel-features.h>.
43537         [__ASSUME_32BITUIDS]: Make code unconditional.
43538         [!__ASSUME_32BITUIDS]: Remove conditional code.
43539         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
43540         <kernel-features.h>.
43541         [__ASSUME_32BITUIDS]: Make code unconditional.
43542         [!__ASSUME_32BITUIDS]: Remove conditional code.
43543         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
43544         <kernel-features.h>.
43545         [__ASSUME_32BITUIDS]: Make code unconditional.
43546         [!__ASSUME_32BITUIDS]: Remove conditional code.
43547         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
43548         <kernel-features.h>.
43549         [__ASSUME_32BITUIDS]: Make code unconditional.
43550         [!__ASSUME_32BITUIDS]: Remove conditional code.
43551         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
43552         <kernel-features.h>.
43553         [__ASSUME_32BITUIDS]: Make code unconditional.
43554         [!__ASSUME_32BITUIDS]: Remove conditional code.
43555         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
43556         <kernel-features.h>.
43557         [__NR_setresgid] (__setresgid): Do not declare.
43558         [__ASSUME_32BITUIDS]: Make code unconditional.
43559         [!__ASSUME_32BITUIDS]: Remove conditional code.
43560         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43561         <kernel-features.h>.
43562         [__NR_setresuid] (__setresuid): Do not declare.
43563         [__ASSUME_32BITUIDS]: Make code unconditional.
43564         [!__ASSUME_32BITUIDS]: Remove conditional code.
43565         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43566         <kernel-features.h>.
43567         [__ASSUME_32BITUIDS]: Make code unconditional.
43568         [!__ASSUME_32BITUIDS]: Remove conditional code.
43569         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43570         <kernel-features.h>.
43571         [__ASSUME_32BITUIDS]: Make code unconditional.
43572         [!__ASSUME_32BITUIDS]: Remove conditional code.
43573         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
43574         <kernel-features.h>.
43575         [__ASSUME_32BITUIDS]: Make code unconditional.
43576         [!__ASSUME_32BITUIDS]: Remove conditional code.
43577         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
43578         <kernel-features.h>.
43579         [__ASSUME_32BITUIDS]: Make code unconditional.
43580         [!__ASSUME_32BITUIDS]: Remove conditional code.
43581         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
43582         <kernel-features.h>.
43583         [__ASSUME_32BITUIDS]: Make code unconditional.
43584         [!__ASSUME_32BITUIDS]: Remove conditional code.
43585         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
43586         <kernel-features.h>.
43587         [__ASSUME_32BITUIDS]: Make code unconditional.
43588         [!__ASSUME_32BITUIDS]: Remove conditional code.
43589         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
43590         <kernel-features.h>.
43591         [__ASSUME_32BITUIDS]: Make code unconditional.
43592         [!__ASSUME_32BITUIDS]: Remove conditional code.
43593         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
43594         <kernel-features.h>.
43595         [__ASSUME_32BITUIDS]: Make code unconditional.
43596         [!__ASSUME_32BITUIDS]: Remove conditional code.
43597         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
43598         <kernel-features.h>.
43599         [__ASSUME_32BITUIDS]: Make code unconditional.
43600         [!__ASSUME_32BITUIDS]: Remove conditional code.
43601         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
43602         <kernel-features.h>.
43603         [__ASSUME_32BITUIDS]: Make code unconditional.
43604         [!__ASSUME_32BITUIDS]: Remove conditional code.
43605         * sysdeps/unix/sysv/linux/kernel-features.h
43606         (__ASSUME_SETRESUID_SYSCALL): Remove.
43607         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43608         (__ASSUME_32BITUIDS): Likewise.
43609         (__ASSUME_LDT_WORKS): Likewise.
43610         (__ASSUME_O_DIRECTORY): Likewise.
43611         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43612         architecture but not kernel version.
43613         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43614         (__ASSUME_MMAP2_SYSCALL): Likewise.
43615         (__ASSUME_STAT64_SYSCALL): Likewise.
43616         (__ASSUME_IPC64): Likewise.
43617         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43618         <kernel-features.h>.
43619         [__ASSUME_32BITUIDS]: Make code unconditional.
43620         [!__ASSUME_32BITUIDS]: Remove conditional code.
43621         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43622         <kernel-features.h>.
43623         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43624         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43625         132096]: Remove conditional code.
43626         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43627         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43628         <kernel-features.h>.
43629         [__ASSUME_32BITUIDS]: Make code unconditional.
43630         [!__ASSUME_32BITUIDS]: Remove conditional code.
43631         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43632         <kernel-features.h>.
43633         [__ASSUME_32BITUIDS]: Make code unconditional.
43634         [!__ASSUME_32BITUIDS]: Remove conditional code.
43635         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43636         <kernel-features.h>.
43637         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43638         unconditional.
43639         (__setresgid): Do not declare.
43640         [__ASSUME_32BITUIDS]: Make code unconditional.
43641         [!__ASSUME_32BITUIDS]: Remove conditional code.
43642         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43643         <kernel-features.h>.
43644         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43645         unconditional.
43646         (__setresuid): Do not declare.
43647         [__ASSUME_32BITUIDS]: Make code unconditional.
43648         [!__ASSUME_32BITUIDS]: Remove conditional code.
43649         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43650         <kernel-features.h>.
43651         [__ASSUME_32BITUIDS]: Make code unconditional.
43652         [!__ASSUME_32BITUIDS]: Remove conditional code.
43653         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43654         <kernel-features.h>.
43655         [__ASSUME_32BITUIDS]: Make code unconditional.
43656         [!__ASSUME_32BITUIDS]: Remove conditional code.
43658 2012-05-25  Richard Henderson  <rth@twiddle.net>
43660         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43661         dl_hwcap to ifunc resolver.
43662         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43663         elf_ifunc_invoke.
43664         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43665         dl_hwcap to ifunc resolver.
43666         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43668 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43670         [BZ #14153]
43671         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43672         for |x| <= 2**-26, not 2**-57.
43673         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43674         exception.
43676 2012-05-24  Jeff Law  <law@redhat.com>
43678         * stdio-common/Makefile (tests): Add bug25.
43679         * stdio-common/bug25.c: New test.
43681 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43683         [BZ #13576]
43684         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43685         multiple of MALLOC_ALIGNMENT in size.
43686         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43688 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43690         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43691         Require >= 256.
43692         (FILENAME_MAX): Use macro-int-constant.
43693         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43694         (_IOFBF): Use macro-int-constant.
43695         (_IOLBF): Likewise.
43696         (_IONBF): Likewise.
43697         (SEEK_CUR): Likewise.
43698         (SEEK_END): Likewise.
43699         (SEEK_SET): Likewise.
43700         (TMP_MAX): Likewise.
43701         (EOF): Use macro-int-constant.  Require < 0.
43702         (NULL): Use macro-constant.  Require == 0.
43703         (stdin): Require type to be FILE *.
43704         (stdout): Likewise.
43705         (stderr): Likewise.
43706         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43707         macro-int-constant.
43708         (EXIT_SUCCESS): Likewise.
43709         (NULL): Use macro-constant.  Require == 0.
43710         (RAND_MAX): Use macro-int-constant.
43711         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43712         [C99-based standards] (strtof): Require function.
43713         [C99-based standards] (strtold): Likewise.
43714         [C99-based standards] (strtoll): Likewise.
43715         [C99-based standards] (strtoull): Likewise.
43716         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43717         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43718         [ISO || ISO99 || ISO11] (math.h): Likewise.
43719         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43720         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43721         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43723 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43725         [BZ #14132]
43726         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43727         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43728         * intl/dgettext.c (DCGETTEXT): Likewise.
43729         * intl/gettext.c (DCGETTEXT): Likewise.
43730         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43731         * posix/regex_internal.h (gettext): Likewise.
43732         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43733         Remove declaration.
43734         * include/argz.h (__argz_count_internal)
43735         (__argz_stringify_internal): Remove declaration.
43736         (__argz_count, __argz_stringify): Declare hidden proto.
43737         * intl/dcgettext.c: Remove use of INTDEF.
43738         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43739         * string/argz-stringify.c: Likewise.
43740         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43741         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43742         Declare hidden proto.
43743         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43744         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43745         Declare hidden proto.
43746         * include/stdio.h (__asprintf_internal): Don't declare.
43747         (__asprintf): Don't define as macro.  Declare hidden proto.
43748         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43749         (__fsetlocking): Declare hidden proto.
43750         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43751         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43752         hidden proto.
43753         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43754         (_IO_setlinebuf): Remove use of INTUSE.
43755         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43756         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43757         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43758         Remove declaration.
43759         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43760         (_IO_do_flush): Remove use of INTUSE.
43761         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43762         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43763         (_IO_adjust_column, _IO_least_wmarker)
43764         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43765         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43766         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43767         (_IO_default_doallocate, _IO_wdefault_doallocate)
43768         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43769         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43770         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43771         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43772         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43773         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43774         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43775         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43776         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43777         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43778         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43779         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43780         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43781         proto.
43782         (_IO_flush_all_internal, _IO_adjust_column_internal)
43783         (_IO_default_uflow_internal, _IO_default_finish_internal)
43784         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43785         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43786         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43787         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43788         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43789         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43790         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43791         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43792         (_IO_file_close_internal, _IO_file_close_it_internal)
43793         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43794         (_IO_file_init_internal, _IO_file_attach_internal)
43795         (_IO_file_fopen_internal, _IO_file_read_internal)
43796         (_IO_file_sync_internal, _IO_file_seek_internal)
43797         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43798         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43799         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43800         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43801         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43802         (_IO_list_all_internal, _IO_link_in_internal)
43803         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43804         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43805         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43806         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43807         (_IO_do_write_internal, _IO_padn_internal)
43808         (_IO_getline_info_internal, _IO_getline_internal)
43809         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43810         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43811         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43812         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43813         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43814         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43815         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43816         with libc_hidden_ver, remove use of INTUSE.
43817         * libio/genops.c: Likewise.
43818         * libio/freopen.c: Likewise.
43819         * libio/freopen64.c: Likewise.
43820         * libio/iofclose.c: Likewise.
43821         * libio/iofdopen.c: Likewise.
43822         * libio/iofflush.c: Likewise.
43823         * libio/iofflush_u.c: Likewise.
43824         * libio/iofgets.c: Likewise.
43825         * libio/iofgets_u.c: Likewise.
43826         * libio/iofopen.c: Likewise.
43827         * libio/iofopncook.c: Likewise.
43828         * libio/iofread.c: Likewise.
43829         * libio/iofread_u.c: Likewise.
43830         * libio/ioftell.c: Likewise.
43831         * libio/iofwrite.c: Likewise.
43832         * libio/iogetline.c: Likewise.
43833         * libio/iogets.c: Likewise.
43834         * libio/iogetwline.c: Likewise.
43835         * libio/iopadn.c: Likewise.
43836         * libio/iopopen.c: Likewise.
43837         * libio/ioseekoff.c: Likewise.
43838         * libio/ioseekpos.c: Likewise.
43839         * libio/iosetbuffer.c: Likewise.
43840         * libio/iosetvbuf.c: Likewise.
43841         * libio/ioungetc.c: Likewise.
43842         * libio/ioungetwc.c: Likewise.
43843         * libio/iovdprintf.c: Likewise.
43844         * libio/iovsprintf.c: Likewise.
43845         * libio/iovsscanf.c: Likewise.
43846         * libio/memstream.c: Likewise.
43847         * libio/obprintf.c: Likewise.
43848         * libio/oldfileops.c: Likewise.
43849         * libio/oldiofclose.c: Likewise.
43850         * libio/oldiofdopen.c: Likewise.
43851         * libio/oldiofopen.c: Likewise.
43852         * libio/oldiopopen.c: Likewise.
43853         * libio/oldstdfiles.c: Likewise.
43854         * libio/putc.c: Likewise.
43855         * libio/setbuf.c: Likewise.
43856         * libio/setlinebuf.c: Likewise.
43857         * libio/stdfiles.c: Likewise.
43858         * libio/strops.c: Likewise.
43859         * libio/vasprintf.c: Likewise.
43860         * libio/vscanf.c: Likewise.
43861         * libio/vsnprintf.c: Likewise.
43862         * libio/vswprintf.c: Likewise.
43863         * libio/wfiledoalloc.c: Likewise.
43864         * libio/wfileops.c: Likewise.
43865         * libio/wgenops.c: Likewise.
43866         * libio/wmemstream.c: Likewise.
43867         * libio/wstrops.c: Likewise.
43868         * libio/__fpurge.c: Likewise.
43869         * libio/__fsetlocking.c: Likewise.
43870         * assert/assert.c: Likewise.
43871         * debug/fgets_chk.c: Likewise.
43872         * debug/fgets_u_chk.c: Likewise.
43873         * debug/fread_chk.c: Likewise.
43874         * debug/fread_u_chk.c: Likewise.
43875         * debug/gets_chk.c: Likewise.
43876         * debug/obprintf_chk.c: Likewise.
43877         * debug/vasprintf_chk.c: Likewise.
43878         * debug/vdprintf_chk.c: Likewise.
43879         * debug/vsnprintf_chk.c: Likewise.
43880         * debug/vsprintf_chk.c: Likewise.
43881         * malloc/mtrace.c: Likewise.
43882         * misc/error.c: Likewise.
43883         * misc/syslog.c: Likewise.
43884         * stdio-common/asprintf.c: Likewise.
43885         * stdio-common/fxprintf.c: Likewise.
43886         * stdio-common/getw.c: Likewise.
43887         * stdio-common/isoc99_fscanf.c: Likewise.
43888         * stdio-common/isoc99_scanf.c: Likewise.
43889         * stdio-common/isoc99_vfscanf.c: Likewise.
43890         * stdio-common/isoc99_vscanf.c: Likewise.
43891         * stdio-common/isoc99_vsscanf.c: Likewise.
43892         * stdio-common/printf-prs.c: Likewise.
43893         * stdio-common/printf_fp.c: Likewise.
43894         * stdio-common/printf_fphex.c: Likewise.
43895         * stdio-common/printf_size.c: Likewise.
43896         * stdio-common/putw.c: Likewise.
43897         * stdio-common/scanf.c: Likewise.
43898         * stdio-common/sprintf.c: Likewise.
43899         * stdio-common/tmpfile.c: Likewise.
43900         * stdio-common/vfprintf.c: Likewise.
43901         * stdio-common/vfscanf.c: Likewise.
43902         * stdlib/strfmon_l.c: Likewise.
43903         * sunrpc/openchild.c: Likewise.
43904         * sunrpc/xdr_stdio.c: Likewise.
43905         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43906         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43908 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43910         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43912         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43913         in the third column, to generate for the shared library an IFUNC
43914         that uses _dl_vdso_vsym.
43915         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43916         * Makeconfig (object-suffixes-noshared): New variable.
43918         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43919         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43920         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43921         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43923         [BZ #14132]
43924         * include/sys/time.h (__gettimeofday): Remove macro.
43925         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43926         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43927         Remove INTDEF.
43928         (__gettimeofday): Add libc_hidden_def.
43929         (gettimeofday): Add libc_hidden_weak.
43930         * sysdeps/mach/gettimeofday.c: Likewise.
43931         * sysdeps/posix/gettimeofday.c: Likewise.
43932         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43933         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43934         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43935         (__gettimeofday_internal): Remove strong_alias.
43936         (__gettimeofday): Add libc_hidden_def.
43937         (gettimeofday): Add libc_hidden_weak.
43938         * sysdeps/unix/syscalls.list (gettimeofday):
43939         Remove __gettimeofday_internal alias.
43941 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43942             H.J. Lu  <hongjiu.lu@intel.com>
43944         [BZ #12495]
43945         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43946         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43947         (largebin_index_32_big): New.
43948         (largebin_index): Use it for 16-byte alignment.
43949         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43950         correction with front_misalign.
43952 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43954         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43955         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43956         Likewise.
43957         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43958         Likewise.
43959         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43960         Likewise.
43961         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43962         Likewise.
43963         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43964         Likewise.
43965         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43966         Likewise.
43967         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43968         Likewise.
43969         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43970         Likewise.
43971         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43972         Likewise.
43973         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43974         Likewise.
43975         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43976         Likewise.
43977         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43978         Likewise.
43980         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43981         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43983 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43985         [BZ #10846]
43986         [BZ #14036]
43987         * math/libm-test.inc (exp_test): Add test from bug 14036.
43988         (pow_test): Add test from bug 10846.
43990         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43991         and other flags.
43992         (special_function): Do not include flags in test name.
43993         (parse_args): Likewise.
43994         * sysdeps/i386/fpu/libm-test-ulps: Update.
43995         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43996         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43997         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44000         * math/gen-libm-test.pl (%beautify): Add entries for underflow
44001         exceptions.
44002         * math/libm-test.inc ("Philosophy"): Update comment about
44003         exception testing.
44004         (UNDERFLOW_EXCEPTION): New macro.
44005         (UNDERFLOW_EXCEPTION_OK): Likewise.
44006         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
44007         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
44008         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
44009         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
44010         (INVALID_EXCEPTION_OK): Update value.
44011         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44012         (OVERFLOW_EXCEPTION_OK): Likewise.
44013         (IGNORE_ZERO_INF_SIGN): Likewise.
44014         (test_exceptions): Handle underflow exceptions.
44015         (acos_test): Update for underflow exception expectations.
44016         (cexp_test): Likewise.
44017         (clog_test): Likewise.
44018         (clog10_test): Likewise.
44019         (csqrt_test): Likewise.
44020         (ctan_test): Likewise.
44021         (ctanh_test): Likewise.
44022         (exp_test): Likewise.
44023         (exp10_test): Likewise.
44024         (exp2_test): Likewise.
44025         (expm1_test): Likewise.
44026         (fma_test): Likewise.
44027         (j0_test): Likewise.
44028         (jn_test): Likewise.
44029         (nexttoward_test): Likewise.
44030         (pow_test): Likewise.
44031         (scalbn_test): Likewise.
44032         (scalbln_test): Likewise.
44033         (tan_test): Likewise.
44034         (y1_test): Likewise.
44035         * sysdeps/i386/fpu/libm-test-ulps: Update.
44036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44038 2012-05-23  David S. Miller  <davem@davemloft.net>
44040         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44041         (__libc_sigaction): Remove unused local variables.
44043 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44045         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
44047 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
44049         mktime: avoid signed integer overflow
44050         * time/mktime.c (__mktime_internal): Do not mishandle the case
44051         where diff == INT_MIN.
44053         mktime: simplify computation of average
44054         * time/mktime.c (ranged_convert): Use new time_t_avg function
44055         instead of rolling our own (probably-slower) code.
44057         mktime: do not assume signed right shift propagates sign bit
44058         * time/mktime.c (isdst_differ): New static function.
44059         (__mktime_internal): No need to normalize tm_isdst now.
44060         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
44061         tm_isdst values.
44063         mktime: merge another wrapv change from gnulib
44064         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
44065         from some compilers.
44067         mktime: remove incorrect attempt at unusual arithmetics
44068         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
44069         The code didn't really work on such machines anyway.
44070         (TYPE_MINIMUM): Assume two's complement.
44071         (twos_complement_arithmetic): Verify that long_int and time_t
44072         are two's complement (or unsigned, in the latter case).
44074         mktime: check signed shifts on long_int and time_t, too
44075         * time/mktime.c (SHR): Check that shifts work as desired
44076         on the types long_int and time_t too, as SHR is used on
44077         such types.
44079         mktime: do not assume 'long' is wide enough
44080         * time/mktime.c (verify): Move decl up.
44081         (long_int): New type.
44082         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
44083         to remove assumption in the code that 'long' is wide enough to
44084         store year values.  This assumption is not true on x32 and on
44085         some non-glibc platforms.
44087         mktime: merge wrapv change from gnulib
44088         * time/mktime.c (WRAPV): New macro.
44089         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
44090         (guess_time_tm, __mktime_internal): Do not assume that signed
44091         integer overflow wraps around; modern compilers generate code
44092         where this assumption is no longer valid.
44094 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44096         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
44097         Replace "jmp L(pseudo_end)" with "ret".
44098         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
44099         Likewise.
44101 2012-05-23  Andreas Jaeger  <aj@suse.de>
44103         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
44104         * sysdeps/unix/sysv/linux/poll.c: Remove file.
44106 2012-05-23  Andreas Jaeger  <aj@suse.de>
44107             Maximilian Attems  <max@stro.at>
44109         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
44110         New macros.
44112 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44114         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
44115         code so that pseudo_end is just ret and the stack pointer is
44116         correct also for static library in error case.
44118 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
44120         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
44121         move to syscalls.list.
44122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
44123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
44124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
44125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
44127         * manual/install.texi (Running make install): Do not mention Linux
44128         kernel version for which pt_chown is not needed.
44129         (Linux): Do not mention problems with nscd with 2.0 kernels.
44130         * INSTALL: Regenerated.
44132 2012-05-23  Andreas Jaeger  <aj@suse.de>
44134         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
44135         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
44136         macro.
44137         * sysdeps/unix/sysv/linux/s390/bits/mman.h
44138         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44139         * sysdeps/unix/sysv/linux/sh/bits/mman.h
44140         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44141         * sysdeps/unix/sysv/linux/i386/bits/mman.h
44142         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44143         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
44144         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44145         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
44146         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44147         * sysdeps/unix/sysv/linux/bits/in.h
44148         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
44150 2012-05-22  Roland McGrath  <roland@hack.frob.com>
44152         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
44153         (PREPARE_VERSION): Just use assert instead, it will be elided
44154         under [NDEBUG] anyway.
44156 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44158         * sysdeps/unix/sysv/linux/Makefile: Include
44159         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
44160         (sysdep_routines): Remove sysctl.
44161         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
44162         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
44163         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
44164         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
44165         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
44167 2012-05-22  Andreas Jaeger  <aj@suse.de>
44169         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
44170         that pseudo_end is just ret and the stack pointer is correct also
44171         for static library in error case.
44173 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
44175         [BZ #14122]
44176         * nss/nsswitch.c (defconfig_entries): New variable.
44177         (__nss_database_lookup): Don't leak defconfig entries.
44178         (nss_parse_service_list): Don't leak on error paths.
44179         (free_database_entries): New function.
44180         (free_defconfig): New function.
44181         (free_mem): Move common code to free_database_entries.
44183 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44185         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
44186         Add arch_prctl.
44187         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
44189         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
44190         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
44191         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
44192         New macro.
44193         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
44194         (INTERNAL_SYSCALL_TYPES): Likewise.
44195         (LOAD_ARGS_TYPES_[1-6]): Likewise.
44196         (LOAD_REGS_TYPES_[1-6]): Likewise.
44197         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
44198         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
44200 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44202         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
44203         copysignl for GLIBC_2_0.
44204         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
44205         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
44206         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
44207         logbl for GLIBC_2_0.
44208         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
44209         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
44211 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44213         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
44214         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44216         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
44217         Use "neg %eax".
44219         * time/mktime.c: Update copyright years.
44221 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44223         mktime: merge comment-quoting-style change from gnulib
44224         * time/mktime.c: Quote 'like this' in comments.
44225         The GNU coding standards suggest that we no longer quote `like this',
44226         as "`" and "'" are typically rendered asymmetrically nowadays.
44227         The typical gnulib style is to quote 'like this' when quoting
44228         code, and "like this" when quoting English.
44230         * time/mktime.c (compile-command): Add "-I.".
44232         mktime: merge mktime-internal.h change from gnulib
44233         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
44235         mktime: merge time_r change from gnulib
44236         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
44238         mktime: merge DEBUG change from gnulib
44239         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
44240         case system <time.h> has a #define.
44242         mktime: merge <sys/types.h> change from gnulib
44243         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
44244         since <time.t> is now guaranteed to define time_t.
44246         mktime: merge HAVE_CONFIG_H change from gnulib
44247         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
44249 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44251         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
44252         Use "neg %eax".
44254         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
44255         __rlim_t cast.
44256         (struct rusage): Use anonymous union to pad each field to
44257         __syscall_slong_t.
44259 2012-05-21  David S. Miller  <davem@davemloft.net>
44261         * Makefules (o-iterator): Remove .s cases.
44262         (compile-command.s): Delete.
44263         (COMPILE.s): Delete.
44264         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
44266 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
44268         * configure.in (libc_cv_predef_stack_protector): Only consider
44269         "foobar" and "__stack_chk_fail" lines in libc_undefs.
44270         * configure: Regenerated.
44272 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44274         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
44275         New macro.  Use R*LP on int and pointer.
44276         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
44277         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
44278         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
44279         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
44281         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
44282         [__WORDSIZE_TIME64_COMPAT32] instead of
44283         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
44284         (struct utmp): Likewise.
44285         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
44286         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
44287         Renamed to ...
44288         (__WORDSIZE_TIME64_COMPAT32): This.
44289         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
44290         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
44291         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
44292         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
44293         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
44294         (__WORDSIZE_TIME64_COMPAT32): New macro.
44296 2012-05-21  Andreas Jaeger  <aj@suse.de>
44298         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
44299         only if [SHARED]. Add prototype for __wcschr_ia32.
44301 2012-05-21  Roland McGrath  <roland@hack.frob.com>
44303         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
44304         of %rbp unmolested in the jmp_buf while mangling the low bits.
44305         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
44306         unmolested high bits of %rbp while demangling the low bits.
44307         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
44309 2012-05-21  Andreas Jaeger  <aj@suse.de>
44311         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
44312         * sunrpc/svc_simple.c: Use it for registerrpc.
44313         * sunrpc/xcrypt.c: Use it for passwd2des.
44315         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
44317 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44319         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
44320         Don't define if [__SYSCALL_WORDSIZE != 32].
44321         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
44322         New macro.
44324 2012-05-21  Bruno Haible  <bruno@clisp.org>
44325             Andreas Jaeger  <aj@suse.de>
44327         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
44328         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
44329         inptr and inend for must_buffer_ch.
44330         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
44331         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
44332         * stdio-common/Makefile (tests): Remove bug15.
44333         (bug15-ENV): Remove macro.
44334         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
44335         anymore.
44337 2012-05-19  Andreas Jaeger  <aj@suse.de>
44338             Roland McGrath  <roland@hack.frob.com>
44340         * manual/contrib.texi: Completely rewritten. It contains now an
44341         alphabetical list of contributors and their contributions.
44343 2012-05-21  Richard Henderson  <rth@twiddle.net>
44345         * misc/getauxval.c (__getauxval): Use unsigned long int.
44346         * misc/sys/auxv.h: Include <sys/cdefs.h>.
44347         (getauxval): Use unsigned long int.
44349 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44351         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
44353 2012-05-21  Roland McGrath  <roland@hack.frob.com>
44355         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
44356         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
44357         __alignof__ (long double).
44359 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44361         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44363 2012-05-20  Richard Henderson  <rth@twiddle.net>
44365         * misc/getauxval.c: New file.
44366         * misc/sys/auxv.h: New file.
44367         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
44368         (routines): Add getauxval.
44369         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
44370         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
44371         * elf/dl-sysdep.c (_dl_auxv): Remove.
44372         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
44373         * elf/dl-support.c (_dl_auxv): New variable.
44374         (_dl_aux_init): Initialize it.
44375         * manual/startup.texi (Auxiliary Vector): New node.
44376         * sysdeps/generic/bits/hwcap.h: New file.
44377         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
44378         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
44379         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
44380         * sysdeps/sparc/sysdep.h: ... here.  Include it.
44381         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
44382         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
44383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44384         Update.
44385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
44386         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
44387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
44388         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
44389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
44390         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
44391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
44392         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
44394 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44396         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44398 2012-05-19  David S. Miller  <davem@davemloft.net>
44400         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44402 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44404         [BZ #14123]
44405         * math/s_ccosh.c: Include <float.h>
44406         (__ccosh): Avoid internal overflow calculating sinh and cosh
44407         values before multiplying by sin and cos values.
44408         * math/s_ccoshf.c: Likewise.
44409         * math/s_ccoshl.c: Likewise.
44410         * math/s_csin.c: Likewise.
44411         * math/s_csinf.c: Likewise.
44412         * math/s_csinl.c: Likewise.
44413         * math/s_csinh.c: Likewise.
44414         * math/s_csinhf.c: Likewise.
44415         * math/s_csinhl.c: Likewise.
44416         * math/libm-test.inc (ccos_test): Add more tests.
44417         (ccosh_test): Likewise.
44418         (csin_test): Likewise.
44419         (csinh_test): Likewise.
44420         * sysdeps/i386/fpu/libm-test-ulps: Update.
44421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44423 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
44425         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
44426         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
44428         * sysdeps/x86_64/x32/_itoa.h: Add comment.
44430 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44432         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
44433         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
44434         * sysdeps/powerpc/soft-fp/Versions: Likewise.
44435         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
44436         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
44437         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
44438         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
44439         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
44440         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
44441         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
44442         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
44443         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
44444         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
44445         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
44446         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
44447         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
44448         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
44449         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
44450         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
44451         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
44452         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
44453         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
44454         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
44455         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
44456         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
44457         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
44458         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
44459         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
44460         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
44461         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
44462         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
44464 2012-05-18  Andreas Jaeger  <aj@suse.de>
44466         * csu/.gitignore: Delete.
44468 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44470         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
44471         (timex): Use __syscall_slong_t.
44473 2012-05-18  Andreas Jaeger  <aj@suse.de>
44474             Carlos O'Donell  <carlos_odonell@mentor.com>
44476         * manual/install.texi (Configuring and compiling): Update
44477         description about files modified in the source directory.
44478         * INSTALL: Regenerated.
44480 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44482         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
44483         value.  Use "or" to set return value to -1.
44484         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
44485         negate return value.
44487 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44489         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
44490         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
44491         failure if the compiler has Graphite support disabled.
44492         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
44493         Likewise.
44494         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
44495         (CFLAGS-memmove.c): Likewise.
44496         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
44497         Likewise.
44499 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44501         * sysdeps/x86_64/x32/_itoa.h: New file.
44503         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
44504         getdents system call only if kernel and user dirents have the
44505         same d_ino and d_off.
44507         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44508         LLONG_MAX != LONG_MAX.
44509         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44510         (_fitoa_word): Likewise.
44512         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
44513         years.
44514         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
44515         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
44516         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
44518         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
44519         include <bits/wordsize.h>.  Check __x86_64__ instead of
44520         __WORDSIZE.
44521         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44522         if __x86_64__ is defined.  Use anonymous union on fpstate.
44524         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44525         anonymous union.
44527 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
44529         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44530         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44531         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44532         Refer to _rtld_local_ro instead of _rtld_global_ro.
44533         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44534         Likewise.
44535         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44536         Likewise.
44537         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44538         Likewise.
44539         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44540         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44541         of _rtld_global, and rtld_progname instead of _dl_argv[0].
44543         * sysdeps/powerpc/powerpc32/dl-machine.c
44544         (__elf_machine_runtime_setup) [PROF]: Don't reference
44545         _dl_prof_resolve.
44547 2012-05-18  Andreas Jaeger  <aj@suse.de>
44549         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44550         function only available for GCCs before 3.4 since GCC 3.4
44551         introduced a builtin.
44552         (lrint): Likewise.
44553         (llrintf): Likewise.
44554         (llrint): Likewise.
44555         (fmaxf): Likewise.
44556         (fmax): Likewise.
44557         (fminf): Likewise.
44558         (fmin): Likewise.
44559         (rint): Likewise.
44560         (rintf): Likewise.
44561         (nearbyint): Likewise.
44562         (nearbyintf): Likewise.
44563         (ceil): Likewise.
44564         (ceilf): Likewise.
44565         (floor): Likewise.
44566         (floorf): Likewise.
44568 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44570         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44571         on both fields and cast pointer to __syscall_ulong_t.
44573         * bits/types.h (__fsword_t): New type.
44574         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44575         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44576         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44577         (__FSWORD_T_TYPE): Likewise.
44578         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44579         (__FSWORD_T_TYPE): Likewise.
44580         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44581         (__FSWORD_T_TYPE): Likewise.
44582         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44583         (__FSWORD_T_TYPE): Likewise.
44584         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44585         __SWORD_TYPE with __fsword_t.
44586         (statfs64): Likewise.
44588 2012-05-17  David S. Miller  <davem@davemloft.net>
44590         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44592 2012-05-17  Andreas Jaeger  <aj@suse.de>
44594         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44595         warning.
44597 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44599         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44601 2012-05-17  Andreas Jaeger  <aj@suse.de>
44603         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44604         when it is used.
44606 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44608         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44610 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44612         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44613         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44615 2012-05-17  Andreas Jaeger  <aj@suse.de>
44616             Carlos O'Donell  <carlos_odonell@mentor.com>
44618         [BZ #14059]
44619         * sysdeps/x86_64/multiarch/init-arch.h
44620         (bit_YMM_Usable): Rename to...
44621         (bit_AVX_Usable): ... this.
44622         (bit_FMA4_Usable): New macro.
44623         (bit_XMM_state): New macro.
44624         (bit_YMM_state): New macro.
44625         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44626         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44627         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44628         (CPUID_OSXSAVE): New macro.
44629         (CPUID_AVX): New macro.
44630         (CPUID_FMA4): New macro.
44631         (index_YMM_Usable): Rename to...
44632         (index_AVX_Usable): ... this.
44633         (HAS_AVX): Use HAS_ARCH_FEATURE.
44634         (HAS_FMA4): Likewise.
44635         (HAS_YMM_USABLE): Remove.
44636         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44637         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44638         are present.
44639         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44640         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44641         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44642         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44643         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44645 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44647         * math/libm-test.c: Support platforms without multiple rounding modes.
44648         * math/bug-nextafter.c: Support platforms without FP exceptions.
44649         * math/bug-nexttoward.c: Likewise.
44650         * math/test-fenv.c: Likewise.
44651         * math/test-misc.c: Likewise.
44652         * stdlib/bug-getcontext.c: Likewise.
44654 2012-05-17  Andreas Jaeger  <aj@suse.de>
44656         * manual/examples/search.c (critter_cmp): Change signature to
44657         avoid warnings.
44658         * manual/string.texi (Collation Functions): Likewise.
44660 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44662         * bits/types.h: Fold copyright years.
44663         * bits/typesizes.h: Likewise.
44664         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44665         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44666         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44667         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44668         * time/time.h: Likewise.
44670 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44672         [BZ #208]
44673         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44674         in instead of returning them.  Return void.
44675         (__libc_mallinfo): Accumulate over all arenas.
44676         (__malloc_stats): Adjust for change in int_mallinfo interface.
44678 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44680         [BZ #10375]
44681         * configure.in (NM): Add AC_CHECK_TOOL for it.
44682         (libc_extra_cflags): New substituted variable.
44683         Check for -fstack-protector being used implicitly.
44684         * configure: Regenerated.
44685         * config.make.in (config-extra-cflags): New variable,
44686         gets @libc_extra_cflags@.
44687         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44689         [BZ #10375]
44690         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44691         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44692         * configure: Regenerated.
44693         * config.make.in (CPPUNDEFS): New substituted variable.
44694         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44695         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44696         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44698 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44700         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44701         (mq_attr): Use __syscall_slong_t.
44703 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44705         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44706         Check __x86_64__ instead of __WORDSIZE.
44707         (_STAT_VER_LINUX): Likewise.
44708         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44709         __syscall_ulong_t and __syscall_slong_t.
44710         (stat64): Likewise.
44712 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44714         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44716 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44718         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44720 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44722         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44723         __syscall_ulong_t.
44725         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44726         include <bits/wordsize.h>.  Check __x86_64__ instead of
44727         __WORDSIZE.
44728         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44729         defined.
44730         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44732         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44733         include <bits/wordsize.h>.  Check __x86_64__ instead of
44734         __WORDSIZE.
44735         (user_regs_struct): Use "__extension__ unsigned long long"
44736         instead of "unsigned long" if __x86_64__ is defined.
44737         (user): Likewise.  Pad after pointer field if __ILP32__ is
44738         defined.
44740 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44742         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44743         versions 5 to 9.
44744         * configure: Regenerated.
44745         * manual/install.texi (texinfo): Increase version requirement to
44746         4.5 or later.
44747         * INSTALL: Regenerated.
44749         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44751 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44753         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44755         * sysdeps/x86_64/x32/ffs.c: New file.
44757         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44758         __syscall_ulong_t.
44759         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44760         defined.  Use __syscall_ulong_t.
44761         (shminfo): Use __syscall_ulong_t.
44762         (shm_info): Likewise.
44764         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44765         __syscall_ulong_t.
44767         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44768         <bits/wordsize.h>.
44769         (msgqnum_t): Use __syscall_ulong_t.
44770         (msglen_t): Likewise.
44771         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44772         __syscall_ulong_t.
44774         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44775         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44777         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44779         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44780         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44782         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44783         __syscall_slong_t.
44785         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44786         include <bits/wordsize.h>.  Check __x86_64__ instead of
44787         __WORDSIZE.
44789         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44790         "unsigned long long int" if __x86_64__ is defined.
44791         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44793         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44794         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44795         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44797         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44798         <stdint.h>.
44799         (GET_PC): Cast to uintptr_t first.
44800         (GET_FRAME): Likewise.
44801         (GET_STACK): Likewise.
44803         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44804         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44805         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44806         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44807         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44808         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44809         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44810         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44811         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44812         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44813         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44814         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44815         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44816         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44817         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44818         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44819         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44820         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44821         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44822         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44823         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44824         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44825         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44826         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44827         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44828         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44829         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44830         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44831         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44833 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44835         * Makerules (+depfiles): Also collect depfiles from .oS in
44836         $(extra-objs).
44837         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44838         .oS, $(libnldbl-routines)).
44840         * Makerules (native-compile-mkdep-flags): Define.
44841         * sunrpc/Makefile (extra-objs): Add $(addprefix
44842         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44843         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44844         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44845         calling $(make-target-directory).
44847 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44849         * bits/types.h (__snseconds_t): Removed.
44850         * time/time.h (struct timespec): Replace __snseconds_t with
44851         __syscall_slong_t.
44852         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44853         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44854         Likewise.
44855         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44856         (__SNSECONDS_T_TYPE): Likewise.
44857         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44858         (__SNSECONDS_T_TYPE): Likewise.
44859         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44860         (__SNSECONDS_T_TYPE): Likewise.
44862 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44864         * sysdeps/mach/hurd/bits/typesizes.h
44865         (__SYSCALL_SLONG_TYPE): New macro.
44866         (__SYSCALL_ULONG_TYPE): Likewise.
44868 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44870         * bits/types.h (__syscall_slong_t): New type.
44871         (__syscall_ulong_t): Likewise.
44873         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44874         (__SYSCALL_ULONG_TYPE): Likewise.
44875         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44876         (__SYSCALL_SLONG_TYPE): Likewise.
44877         (__SYSCALL_ULONG_TYPE): Likewise.
44878         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44879         (__SYSCALL_SLONG_TYPE): Likewise.
44880         (__SYSCALL_ULONG_TYPE): Likewise.
44881         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44882         (__SYSCALL_SLONG_TYPE): Likewise.
44883         (__SYSCALL_ULONG_TYPE): Likewise.
44885 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44887         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44888         Add sigaltstack-offsets.sym.
44889         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44890         <sigaltstack-offsets.h>.
44891         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44892         longjmp_msg pointer.
44893         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44894         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44895         signal stack.
44896         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44898 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44900         * elf/stackguard-macros.h: Remove file.
44901         * sysdeps/generic/stackguard-macros.h: New file.
44902         * sysdeps/i386/stackguard-macros.h: Likewise.
44903         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44904         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44905         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44906         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44907         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44908         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44909         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44910         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44911         <elf/stackguard-macros.h>.
44913         [BZ #14109]
44914         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44915         __aligned__ in attribute.
44916         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44917         (gregset_t): Likewise.
44919 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44921         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44922         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44923         * sysdeps/x86_64/x32/Implies-after: New file.
44925 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44927         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44928         and access return value for _dl_profile_fixup.  Use R10_LP to
44929         load frame size.
44931 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44933         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44935 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44937         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44938         * sysdeps/x86_64/x32/sysdep.h: New file.
44940 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44942         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44943         * sysdeps/x86_64/setjmp.S: Likewise.
44945 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44947         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44948         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44949         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44950         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44951         remove unused global constant.
44953 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44955         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44956         include of <not-cancel.h>.
44958 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44960         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44962 2012-05-15  Jeff Law  <law@redhat.com>
44963             Andreas Jaeger  <aj@suse.de>
44965         [BZ #13594]
44966         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44967         out from...
44968         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44969         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44970         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44971         code changing __hst_map_handle.map.
44973 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44975         * configure.in (sysnames): Look for Implies-before and Implies-after
44976         files.
44977         * configure: Regenerated.
44979 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44981         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44982         8-byte data alignment with LP_SIZE alignment.
44984 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44986         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44987         into R10_LP.
44989 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44991         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44993 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44995         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44996         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44997         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44998         Likewise.
44999         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
45001 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45003         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
45004         (stackinfo_sub_sp): Likewise.
45006 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45008         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
45009         RAX_LP.
45011 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45013         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
45014         into R*_LP.
45016 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45018         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
45019         sizes into R*_LP.
45021 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45023         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
45025 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45027         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
45028         into R11_LP and load __x86_64_shared_cache_size_half into
45029         R8_LP.
45031 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45033         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
45034         R8_LP.
45036 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45038         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
45039         logb for POWER7.
45040         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
45041         logbf for POWER7.
45042         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
45043         logbl for POWER7.
45044         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
45045         powerpc32/power7/fpu/s_logb.c via #include.
45046         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
45047         powerpc32/power7/fpu/s_logbf.c via #include.
45048         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
45049         powerpc32/power7/fpu/s_logbl.c via #include.
45051 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
45053         * README.libm: Remove file.
45055 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45057         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
45058         count for x32.  Use R*_LP and omit operand-size suffix.
45060 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45062         * shlib-versions: Move x86_64-.*-linux.* entries to ...
45063         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
45064         * sysdeps/x86_64/x32/shlib-versions: New file.
45066 2012-05-14  Roland McGrath  <roland@hack.frob.com>
45068         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
45069         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
45070         Use _dl_fatal_printf instead.
45072 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
45074         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
45075         set if not set by the user.  Do not allow for being unset.
45076         * sysdeps/unix/sysv/linux/configure: Regenerated.
45078 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45080         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
45081         the `q' suffix from lea and replace .quad with ASM_ADDR.
45083 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45085         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
45086         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
45087         instead of $17.
45088         (PTR_DEMANGLE): Likewise.
45090 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45092         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
45093         (LP_OP): Likewise.
45094         (ASM_ADDR): Likewise.
45095         (RAX_LP): Likewise.
45096         (RBP_LP): Likewise.
45097         (RBX_LP): Likewise.
45098         (RCX_LP): Likewise.
45099         (RDI_LP): Likewise.
45100         (RSI_LP): Likewise.
45101         (RSP_LP): Likewise.
45102         (R8_LP): Likewise.
45103         (R9_LP): Likewise.
45104         (R10_LP): Likewise.
45105         (R10_LP): Likewise.
45106         (R11_LP): Likewise.
45107         (R12_LP): Likewise.
45108         (R13_LP): Likewise.
45109         (R14_LP): Likewise.
45110         (R15_LP): Likewise.
45112 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45114         * sysdeps/x86_64/x32/dl-machine.h: New file.
45116 2012-05-14  Andreas Jaeger  <aj@suse.de>
45118         * manual/Makefile (subdir): Remove export of subdir.
45119         (all): Remove target.
45120         (.PHONY): Remove all from list.
45121         (mkinstalldirs): Remove.
45122         (.PHONY): Remove installdirs from list.
45123         ($(inst_infodir)/libc.info): Use make-target-directory.
45124         (installdirs): Remove.
45125         (subdir_%): Remove.
45126         (glibc-targets): Remove.
45127         (lib): Remove.
45128         (stubs): Remove.
45129         ($(objpfx)stubs ../po/manual.pot): Remove.
45130         ($(objpfx)stamp%): Remove.
45131         (make-target-directory): Remove.
45132         (subdir_install): Remove.
45133         (routines): Remove.
45134         (aux): Remove.
45135         (sources): Remove.
45136         (objects): Remove.
45137         (headers): Remove.
45139         [BZ #13750]
45140         * manual/.gitignore: Remove, it's not needed anymore.
45141         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
45142         all files in it.
45143         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
45144         directory.
45145         (texis): Renamed to $(objpfx)texis.
45146         (texis-path): New, contains path to generated files.
45147         (chapters.%): Use texis-path for complete path, add extra argument
45148         libc-texinfo.sh.
45149         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
45150         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
45151         (summary,texi, stamp-summary): Use complete path of
45152         files. Generate files in build dir.
45153         (dir-add.texi): Build in build dir.
45154         (libm-err.texi,stamp-libm-err): Likewise.
45155         (version.texi, stamp-version): Likewise.
45156         (.%c.texi): Likewise.
45157         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
45158         (mostlyclean): Remove target.
45159         (realclean): Remove target.
45160         (generated): Add new variable with contents from mostlyclean and
45161         realclean, remove entries duplicated in common-mostlyclean, add
45162         stamp-libm-err and stamp-version.
45163         (generated-dirs): Add libc directory.
45164         ($(inst_infodir)/libc.info): Install files from build dir.
45166         * manual/install.texi (Configuring and compiling): Adjust since
45167         the info files are not part of the tar ball anymore.
45169 2012-05-14  Andreas Jaeger  <aj@suse.de>
45171         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
45172         variable.
45174 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
45176         [BZ #13717]
45177         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
45178         to 2.2.0 where earlier.
45179         * sysdeps/unix/sysv/linux/configure: Regenerated.
45180         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
45181         Remove conditional code.
45182         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
45183         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
45184         Remove conditional code.
45185         [!__NR_lchown]: Likewise.
45186         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45187         [__NR_lchown]: Likewise.
45188         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
45189         comment referencing __ASSUME_LCHOWN_SYSCALL.
45190         * sysdeps/unix/sysv/linux/i386/sigaction.c
45191         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45192         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45193         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
45194         Remove conditional code.
45195         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
45196         (__protocol_available): Remove #if 0 code.
45197         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
45198         conditional code.
45199         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
45200         * sysdeps/unix/sysv/linux/kernel-features.h
45201         (__ASSUME_GETCWD_SYSCALL): Don't define.
45202         (__ASSUME_REALTIME_SIGNALS): Likewise.
45203         (__ASSUME_PREAD_SYSCALL): Likewise.
45204         (__ASSUME_PWRITE_SYSCALL): Likewise.
45205         (__ASSUME_POLL_SYSCALL): Likewise.
45206         (__ASSUME_LCHOWN_SYSCALL): Likewise.
45207         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
45208         non-SPARC.
45209         (__ASSUME_SIOCGIFNAME): Don't define.
45210         (__ASSUME_MSG_NOSIGNAL): Likewise.
45211         (__ASSUME_SENDFILE): Define unconditionally.
45212         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
45213         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
45214         conditional code.
45215         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
45216         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
45217         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
45218         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45219         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
45220         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
45221         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
45223         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45224         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
45226         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45227         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
45229         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45230         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
45232         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45233         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
45235         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45236         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
45238         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45239         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
45241         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45242         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
45244         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45245         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45246         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
45247         Remove conditional code.
45248         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45249         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
45250         Remove conditional code.
45251         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45252         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
45253         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
45254         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
45255         Remove conditional code.
45256         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45257         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
45258         Remove conditional code.
45259         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45260         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
45261         Remove conditional code.
45262         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45263         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
45264         Remove conditional code.
45265         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45266         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
45267         Remove conditional code.
45268         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45269         * sysdeps/unix/sysv/linux/sh/pwrite64.c
45270         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45271         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45272         * sysdeps/unix/sysv/linux/sigaction.c
45273         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45274         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45275         * sysdeps/unix/sysv/linux/sigpending.c
45276         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45277         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45278         * sysdeps/unix/sysv/linux/sigprocmask.c
45279         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45280         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45281         * sysdeps/unix/sysv/linux/sigsuspend.c
45282         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45283         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45284         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
45285         (__libc_missing_rt_sigs): Remove.
45286         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
45287         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
45288         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
45289         Remove conditional code.
45290         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
45291         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
45292         return 1.
45293         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
45294         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
45295         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
45296         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
45298 2012-05-14  Andreas Jaeger  <aj@suse.de>
45300         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
45301         it's not used in glibc.
45302         (__coshm1): Likewise.
45303         (__acosh1p): Likewise.
45304         (__sgn): Likewise.
45306         * manual/string.texi (Copying and Concatenation): Add missing
45307         variable in concat example.
45308         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
45310 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45312         [BZ #14103]
45313         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
45314         __builtin_clzl with __builtin_clzll.
45316 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45318         [BZ #14104]
45319         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
45320         libc_freeres_ptr.
45322 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45324         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
45325         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
45326         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
45327         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
45329 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
45331         * NEWS: Update ia64 info.
45333 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
45335         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
45336         used as bcopy.
45338 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
45340         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
45341         * sysdeps/unix/syscalls.list (dup3): Likewise.
45342         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
45343         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
45345 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
45347         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
45348         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
45350 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
45352         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
45353         thread pointer.
45354         (TLS_IE): Use mov/add instead of movq/addq to load thread
45355         pointer.
45356         (TLS_GD_PREFIX): New.
45357         (TLS_GD): Use it.
45359 2012-05-11  David S. Miller  <davem@davemloft.net>
45361         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
45362         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
45363         (_FPU_SETCW): Likewise.
45365 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45367         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
45368         is 32-byte aligned.
45370 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
45372         [BZ #11837]
45373         * iconvdata/gb18030.c: Update tables.
45374         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
45375         characters specially.
45376         (BODY for TO_LOOP): Add encoding of missing ranges.
45378 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
45380         [BZ #13673]
45381         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
45382         * sysdeps/mach/hurd/dup3.c: Likewise.
45383         * sysdeps/mach/hurd/readlinkat.c: Likewise.
45384         * sysdeps/powerpc/memmove.c:: Likewise.
45386 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45388         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
45389         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
45391 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45393         * elf/elf.h (R_X86_64_RELATIVE64): New.
45394         (R_X86_64_NUM): Updated.
45395         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
45396         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
45397         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
45398         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
45399         tst-quad1pie tst-quad2pie
45400         (modules-names): Add tst-quadmod1 tst-quadmod2.
45401         ($(objpfx)tst-quad1): New dependency.
45402         ($(objpfx)tst-quad2): Likewise.
45403         ($(objpfx)tst-quad1pie): Likewise.
45404         ($(objpfx)tst-quad2pie): Likewise.
45405         * sysdeps/x86_64/tst-quad1.c: New file.
45406         * sysdeps/x86_64/tst-quad1pie.c: New file.
45407         * sysdeps/x86_64/tst-quad2.c: Likewise.
45408         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
45409         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
45410         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
45411         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
45412         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
45414 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45416         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
45417         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
45418         * streams/stropts.h (t_scalar_t): Define type.
45420         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
45421         (_PATH_PRESERVE): Set to "/var/lib".
45422         (_PATH_RWHODIR): Set to "/var/spool/rwho".
45424         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
45425         instead of int.
45427         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
45428         if __dir_mkfile succeeded.
45430         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
45431         checking for _hurd_dtablesize.  Unlock it right after having
45432         finished _hurd_dtable allocation.
45434 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45436         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
45437         * sysdeps/mach/hurd/configure: Regenerated.
45438         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
45439         special-casing to...
45440         * sysdeps/gnu/configure.in: ... this new file.
45441         * sysdeps/unix/sysv/linux/configure: Regenerated.
45442         * sysdeps/gnu/configure: New generated file.
45444         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
45445         for Linux: use nsec instead of usec, as well as:
45446         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
45447         members of type struct timespec.
45448         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
45449         New macros.
45450         (struct stat64): Likewise.
45451         (_STATBUF_ST_NSEC): New macro.
45452         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
45454         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
45455         __strtoul_internal rather than strtoul.
45457 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45459         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
45460         and reject them.
45462 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45464         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
45465         which preserves existing values.
45466         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
45468 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45470         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
45471         TIMEOUT values.  Return EINVAL for NFDS values either negative or
45472         greater than FD_SETSIZE.
45474 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45476         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
45477         allocated, call __vm_protect to finish enabling the existing space, and
45478         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
45479         allocate the remainder.
45481 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45483         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
45484         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
45486 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45488         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
45489         sysdeps/mach/hurd/readlink.c.
45491         * posix/tst-sysconf.c (posix_options): Only use
45492         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
45493         _POSIX_SYNCHRONIZED_IO when they are defined
45494         * sysdeps/mach/hurd/bits/posix_opt.h:
45495         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
45496         (_XOPEN_REALTIME): Undefine macro.
45497         (_XOPEN_REALTIME_THREADS): Undefine macro.
45498         (_XOPEN_SHM): Undefine macro.
45499         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
45500         macro to -1.
45501         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
45502         macro to -1.
45503         (_POSIX_ASYNC_IO): Undefine macro.
45504         (_POSIX_PRIORITIZED_IO): Undefine macro.
45505         (_POSIX_SPIN_LOCKS): Define macro to -1.
45507         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
45508         SA_NODEFER, SA_RESETHAND.
45509         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
45510         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
45511         F_DUPFD_CLOEXEC.
45513 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45515         * elf/Makefile (pldd-modules): Define unconditionally.
45517 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45519         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45521 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45523         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45524         Return ENOENT when name is empty.
45525         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45527 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45529         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45531         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45533 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45535         Fix mlock in all cases except non-readable pages.
45536         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45537         instead of VM_PROT_ALL as parameter to __vm_wire function.
45539         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45540         (__mkdir): When path is `/', just fail with EEXIST.
45541         * sysdeps/mach/hurd/mkdirat.c: Likewise.
45543 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45545         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45546         <sys/uio.h> (for writev).
45547         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45548         and <sys/param.h> (for MIN).
45550 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45552         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45553         REQUESTED_TIME.  Properly set the remaining time and return EINTR
45554         if interrupted.
45556 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45558         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45559         Depend on against $(link-rpcuserlibs).
45561 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45563         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45564         (__libc_stack_end): Do not use attribute_relro.
45565         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45566         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
45567         to libthread-provided value.
45568         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45569         attribute_relro.
45571 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45573         [BZ #3748]
45574         * bits/libc-lock.h (__libc_once_get): New macro.
45575         * sysdeps/mach/bits/libc-lock.h: Likewise.
45576         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45577         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45578         instead of using implementation details.
45580         * libio/fileops.c: Unconditionally include <kernel-features.h>.
45581         * libio/freopen.c: Likewise.
45582         * libio/freopen64.c: Likewise.
45583         * misc/syslog.c: Likewise.
45584         * nscd/connections.c: Likewise.
45585         * nscd/netgroupcache.c: Likewise.
45586         * sysdeps/posix/getcwd.c: Likewise.
45588 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45590         * math/w_ilogbf.c: Add #include <limits.h>.
45592 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45594         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
45595         path instead of returning without unlocking.
45597         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45598         immediate-write ioctls.
45599         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45601 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45603         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45604         __builtin_frame_address instead of making assumptions about the
45605         location of the return address relative to DATA.  Force early load of
45606         the return address.
45607         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45608         __builtin_frame_address.
45610         dup3 for GNU Hurd.
45611         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45612         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45613         implement dup3 and do some further code clean-ups.
45614         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45615         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45617 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45619         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45621         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45622         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45623         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45624         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45625         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45626         d->port.lock.
45628         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45629         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45630         when handler == SIG_ERR, not when handler != SIG_ERR.
45632 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45634         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45635         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45636         definitions.
45638         accept4 for GNU Hurd.
45639         * include/sys/socket.h (__libc_accept4): New prototype.
45640         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45641         to implement __libc_accept4.
45642         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45643         __libc_accept4.
45644         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45646         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45647         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45648         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45649         signal-defines.sym.
45651 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45653         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45655 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45657         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45658         assertion on O_CLOEXEC flag.
45659         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45660         * hurd/intern-fd.c: Likewise.
45661         * hurd/port2fd.c: Likewise.
45663 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45665         [BZ #3906]
45666         * bits/in.h (IPV6_PKTINFO): Define new macro.
45667         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45669 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45671         [BZ #13954]
45672         [BZ #13955]
45673         [BZ #13956]
45674         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45675         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45676         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45677         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45678         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45679         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45680         * math/libm-test.inc (logb_test) : Additional logb tests.
45682 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45683             Andreas Jaeger  <aj@suse.de>
45685         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45686         * configure: Regenerated.
45687         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45688         * config.make.in (link-obsolete-rpc): New substituted variable.
45689         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45690         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45691         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45692         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45693         so that libc.a contains the symbols.
45694         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45695         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45696         * sunrpc/auth_none.c: Likewise.
45697         * sunrpc/auth_unix.c: Likewise.
45698         * sunrpc/authdes_prot.c: Likewise.
45699         * sunrpc/authuxprot.c: Likewise.
45700         * sunrpc/clnt_gen.c: Likewise.
45701         * sunrpc/clnt_perr.c: Likewise.
45702         * sunrpc/clnt_raw.c: Likewise.
45703         * sunrpc/clnt_simp.c: Likewise.
45704         * sunrpc/clnt_tcp.c: Likewise.
45705         * sunrpc/clnt_udp.c: Likewise.
45706         * sunrpc/clnt_unix.c: Likewise.
45707         * sunrpc/des_crypt.c: Likewise.
45708         * sunrpc/des_soft.c: Likewise.
45709         * sunrpc/get_myaddr.c: Likewise.
45710         * sunrpc/key_call.c: Likewise.
45711         * sunrpc/key_prot.c: Likewise.
45712         * sunrpc/netname.c: Likewise.
45713         * sunrpc/pm_getmaps.c: Likewise.
45714         * sunrpc/pm_getport.c: Likewise.
45715         * sunrpc/pmap_clnt.c: Likewise.
45716         * sunrpc/pmap_prot.c: Likewise.
45717         * sunrpc/pmap_prot2.c: Likewise.
45718         * sunrpc/pmap_rmt.c: Likewise.
45719         * sunrpc/publickey.c: Likewise.
45720         * sunrpc/rpc_cmsg.c: Likewise.
45721         * sunrpc/rpc_common.c: Likewise.
45722         * sunrpc/rpc_dtable.c: Likewise.
45723         * sunrpc/rpc_prot.c: Likewise.
45724         * sunrpc/rpc_thread.c: Likewise.
45725         * sunrpc/rtime.c: Likewise.
45726         * sunrpc/svc.c: Likewise.
45727         * sunrpc/svc_auth.c: Likewise.
45728         * sunrpc/svc_raw.c: Likewise.
45729         * sunrpc/svc_run.c: Likewise.
45730         * sunrpc/svc_tcp.c: Likewise.
45731         * sunrpc/svc_udp.c: Likewise.
45732         * sunrpc/svc_unix.c: Likewise.
45733         * sunrpc/svcauth_des.c: Likewise.
45734         * sunrpc/xcrypt.c: Likewise.
45735         * sunrpc/xdr.c: Likewise.
45736         * sunrpc/xdr_array.c: Likewise.
45737         * sunrpc/xdr_float.c: Likewise.
45738         * sunrpc/xdr_intXX_t.c: Likewise.
45739         * sunrpc/xdr_mem.c: Likewise.
45740         * sunrpc/xdr_rec.c: Likewise.
45741         * sunrpc/xdr_ref.c: Likewise.
45742         * sunrpc/xdr_sizeof.c: Likewise.
45743         * sunrpc/xdr_stdio.c: Likewise.
45745 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45747         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45748         change.  Update copyright years.
45750 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45752         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45754 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45755             Joseph Myers  <joseph@codesourcery.com>
45756             Paul Pluzhnikov  <ppluzhnikov@google.com>
45758         [BZ #14012]
45759         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45760         requiring rpcgen.
45761         [cross-compiling] (extra-libs): Likewise.
45762         [cross-compiling] (extra-libs-others): Likewise.
45763         [cross-compiling] (librpcsvc-routines): Likewise.
45764         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45765         [cross-compiling] (omit-deps): Likewise.
45766         (sunrpc-CPPFLAGS): New variable.
45767         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45768         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45769         (cross-rpcgen-objs): New variable.
45770         (extra-objs): Append $(cross-rpcgen-objs).
45771         ($(cross-rpcgen-objs)): New rule.
45772         ($(objpfx)cross-rpcgen): Likewise.
45773         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45774         comment.
45775         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45776         ($(objpfx)x%.stmp): Likewise.
45777         * sunrpc/proto.h [IS_IN_build] (_): Define.
45778         [IS_IN_build] (_libc_intl_domainname): Likewise.
45780 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45782         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45783         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45784         and R_X86_64_TPOFF64.
45786 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45788         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45789         sysdeps/unix/sysv/syscalls.list.
45790         (stime): Likewise.
45791         (utime): Likewise.
45792         * sysdeps/unix/sysv/syscalls.list: Remove file.
45794 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45796         [BZ #3440]
45797         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45798         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45799         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45800         (__LC_IDENTIFICATION): Make these macros useful in #if
45801         expressions, as required by C99.
45803 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45805         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45806         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45807         after this.
45809 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45811         * stdlib/longlong.h: Updated from GCC.
45813 2012-05-09  Andreas Jaeger  <aj@suse.de>
45815         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45816         default is first entry.
45817         (run_mode): Set type.
45818         (main): Remove informal message about syslog.
45819         (options): Fix typo.
45821         [BZ #14053]
45822         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45823         to asm.
45824         (lrint): Likewise.
45825         (llrintf): Likewise.
45826         (llrint): Likewise.
45827         (rint): Likewise.
45828         (rintf): Likewise.
45829         (nearbyint): Likewise.
45830         (nearbyintf): Likewise.
45832 2012-05-09  Andreas Jaeger  <aj@suse.de>
45833             Pedro Alves  <palves@redhat.com>
45835         * nscd/nscd.c (run_mode): Use enum.
45836         (main): Cleanup coding style issue.
45838 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45839             Andreas Jaeger  <aj@suse.de>
45841         * nscd/nscd.c (go_background): Replaced with...
45842         (run_mode): ... this.
45843         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45844         (options): Add -F --foreground.
45845         (main): Implement it.
45846         (parse_opt): Parse it.
45848 2012-05-09  Andreas Jaeger  <aj@suse.de>
45850         [BZ #14083]
45851         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45852         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45853         -Wconversion warning.
45854         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45855         Likewise.
45857 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45859         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45860         == 0.
45861         (LC_ALL): Use macro-int-constant.
45862         (LC_COLLATE): Likewise.
45863         (LC_CTYPE): Likewise.
45864         (LC_MESSAGES): Likewise.
45865         (LC_MONETARY): Likewise.
45866         (LC_NUMERIC): Likewise.
45867         (LC_TIME): Likewise.
45868         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45869         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45870         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45871         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45872         Specify type.
45873         [C99-based standards] (float_t): Expect type.
45874         [C99-based standards] (double_t): Expect type.
45875         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45876         type.
45877         [C99-based standards] (HUGE_VALL): Likewise.
45878         [C99-based standards] (INFINITY): Likewise.
45879         [C99-based standards] (NAN): Likewise.
45880         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45881         [C99-based standards] (FP_NAN): Likewise.
45882         [C99-based standards] (FP_NORMAL): Likewise.
45883         [C99-based standards] (FP_SUBNORMAL): Likewise.
45884         [C99-based standards] (FP_ZERO): Likewise.
45885         [C99-based standards] (FP_FAST_FMA): Use
45886         optional-macro-int-constant.  Specify type.  Require == 1.
45887         [C99-based standards] (FP_FAST_FMAF): Likewise.
45888         [C99-based standards] (FP_FAST_FMAL): Likewise.
45889         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45890         [C99-based standards] (FP_ILOGBNAN): Likewise.
45891         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45892         Specify type.
45893         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45894         [C99-based standards] (math_errhandling): Specify type.
45895         [ISO99 || ISO11] (signgam): Do not allow.
45896         [non-C99-based standards] (copysignf): Do not allow.
45897         [non-C99-based standards] (exp2f): Likewise.
45898         [non-C99-based standards] (log2f): Likewise.
45899         [non-C99-based standards] (modff): Allow.
45900         [non-C99-based standards] (erff): Do not allow.
45901         [non-C99-based standards] (erfcf): Likewise.
45902         [non-C99-based standards] (gammaf): Likewise.
45903         [non-C99-based standards] (hypotf): Likewise.
45904         [non-C99-based standards] (j0f): Likewise.
45905         [non-C99-based standards] (j1f): Likewise.
45906         [non-C99-based standards] (jnf): Likewise.
45907         [non-C99-based standards] (lgammaf): Likewise.
45908         [non-C99-based standards] (tgammaf): Likewise.
45909         [non-C99-based standards] (y0f): Likewise.
45910         [non-C99-based standards] (y1f): Likewise.
45911         [non-C99-based standards] (ynf): Likewise.
45912         [non-C99-based standards] (isnanf): Likewise.
45913         [non-C99-based standards] (acoshf): Likewise.
45914         [non-C99-based standards] (asinhf): Likewise.
45915         [non-C99-based standards] (atanhf): Likewise.
45916         [non-C99-based standards] (cbrtf): Likewise.
45917         [non-C99-based standards] (expm1f): Likewise.
45918         [non-C99-based standards] (ilogbf): Likewise.
45919         [non-C99-based standards] (log1pf): Likewise.
45920         [non-C99-based standards] (logbf): Likewise.
45921         [non-C99-based standards] (nextafterf): Likewise.
45922         [non-C99-based standards] (remainderf): Likewise.
45923         [non-C99-based standards] (rintf): Likewise.
45924         [non-C99-based standards] (scalbf): Likewise.
45925         [non-C99-based standards] (copysignl): Likewise.
45926         [non-C99-based standards] (exp2l): Likewise.
45927         [non-C99-based standards] (log2l): Likewise.
45928         [non-C99-based standards] (modfl): Allow.
45929         [non-C99-based standards] (erfl): Do not allow.
45930         [non-C99-based standards] (erfcl): Likewise.
45931         [non-C99-based standards] (gammal): Likewise.
45932         [non-C99-based standards] (hypotl): Likewise.
45933         [non-C99-based standards] (j0l): Likewise.
45934         [non-C99-based standards] (j1l): Likewise.
45935         [non-C99-based standards] (jnl): Likewise.
45936         [non-C99-based standards] (lgammal): Likewise.
45937         [non-C99-based standards] (tgammal): Likewise.
45938         [non-C99-based standards] (y0l): Likewise.
45939         [non-C99-based standards] (y1l): Likewise.
45940         [non-C99-based standards] (ynl): Likewise.
45941         [non-C99-based standards] (isnanl): Likewise.
45942         [non-C99-based standards] (acoshl): Likewise.
45943         [non-C99-based standards] (asinhl): Likewise.
45944         [non-C99-based standards] (atanhl): Likewise.
45945         [non-C99-based standards] (cbrtl): Likewise.
45946         [non-C99-based standards] (expm1l): Likewise.
45947         [non-C99-based standards] (ilogbl): Likewise.
45948         [non-C99-based standards] (log1pl): Likewise.
45949         [non-C99-based standards] (logbl): Likewise.
45950         [non-C99-based standards] (nextafterl): Likewise.
45951         [non-C99-based standards] (remainderl): Likewise.
45952         [non-C99-based standards] (rintl): Likewise.
45953         [non-C99-based standards] (scalbl): Likewise.
45954         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45955         [non-C99-based standards] (FP_*): Do not allow.
45956         [C99-based standards] (FP_*): Change to
45957         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45958         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45959         allow.
45960         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45961         (SIG_ERR): Likewise.
45962         [X/Open-based standards] (SIG_HOLD): Likewise.
45963         (SIG_IGN): Likewise.
45964         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45965         positive value.
45966         (SIGFPE): Likewise.
45967         (SIGILL): Likewise.
45968         (SIGINT): Likewise.
45969         (SIGSEGV): Likewise.
45970         (SIGTER): Likewise.
45971         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45972         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45973         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45974         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45975         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45976         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45977         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45978         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45979         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45980         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45981         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45982         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45983         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45984         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45985         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45986         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45987         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45988         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45989         [X/Open-based standards] (SIGTRAP): Likewise.
45990         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45991         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45992         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45993         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45994         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45995         allow.
45997 2012-05-08  Ian Wienand  <ianw@vmware.com>
45999         [BZ #14080]
46000         * time/tzset.c (__tzset_parse_tz): Update default rules for
46001         daylight time changes in the Energy Policy Act of 2005.
46003 2012-05-09  Andreas Jaeger  <aj@suse.de>
46005         [BZ #13983]
46006         * elf/ldconfig.c (parse_conf): Change string to make clear that
46007         ldconfig only issued a warning if ld.so.conf does not exist.
46009 2012-05-08  David S. Miller  <davem@davemloft.net>
46011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
46012         movxtod instead of popping the value on the stack.
46014         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46016 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
46018         * config.h.in: Add HAVE_ARM_PCS_VFP.
46020 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
46022         [BZ #13979]
46023         * include/features.h: Warn if user requests __FORTIFY_SOURCE
46024         checking but the checks are disabled for any reason.
46026 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
46028         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
46029         and ELF64_R_TYPE with ELFW(R_TYPE).
46031 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
46033         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
46034         (ulimit): Likewise.
46036         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
46037         (settimeofday): Likewise.
46039 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
46041         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
46042         a struct th_u2 inside the union, and move tu_block/tu_code into
46043         a new th_u3 union of tu_block/tu_code inside of that.  Move
46044         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
46045         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
46046         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
46047         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
46048         (th_stuff): Change to th_u1.tu_stuff.
46049         (th_data): Define.
46050         (th_msg): Change to th_u1.th_u2.tu_data.
46052 2012-05-07  David S. Miller  <davem@davemloft.net>
46054         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46056         [BZ #14074]
46057         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
46058         (SETUP_PIC_REG): Use it.
46059         (SETUP_PIC_REG_LEAF): Use it.
46061 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
46063         [BZ #13885]
46064         [BZ #13923]
46065         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46066         USE_AS_EXPM1L.
46067         (EXPL_FINITE): Likewise.
46068         (FLDLOG): Likewise.
46069         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
46070         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
46071         e_expl.S.
46072         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46073         USE_AS_EXPM1L.
46074         (EXPL_FINITE): Likewise.
46075         (FLDLOG): Likewise.
46076         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
46077         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
46078         e_expl.S.
46079         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
46080         test of -max_value argument for long double.
46081         * sysdeps/i386/fpu/libm-test-ulps: Update.
46082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46084 2012-05-06  David S. Miller  <davem@davemloft.net>
46086         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
46087         quad soft-float symbols whose references which are compiler
46088         generated.
46089         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46091 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
46093         [BZ #13884]
46094         [BZ #13914]
46095         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46096         USE_AS_EXP10L.
46097         (EXPL_FINITE): Likewise.
46098         (FLDLOG): Likewise.
46099         (c0): Likewise.
46100         (c1): Likewise.
46101         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
46102         Adjust comments for base varying.
46103         (__expl_finite): Change alias to EXPL_FINITE.
46104         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
46105         e_expl.S.
46106         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
46107         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
46108         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
46109         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
46110         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46111         USE_AS_EXP10L.
46112         (EXPL_FINITE): Likewise.
46113         (FLDLOG): Likewise.
46114         (c0): Likewise.
46115         (c1): Likewise.
46116         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
46117         Adjust comments for base varying.
46118         (__expl_finite): Change alias to EXPL_FINITE.
46119         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
46120         tests for bugs.
46121         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46123         [BZ #14064]
46124         * math/libm-test.inc (check_float_internal): Correct ulp
46125         calculation for subnormal expected results.
46127 2012-05-06  Andreas Jaeger  <aj@suse.de>
46129         * Makeconfig (+math-flags): New, set to -frounding-math.
46130         (+cflags): Add +math-flags so that all of glibc gets compiled with
46131         it.
46133         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
46135 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
46137         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
46138         Disable one test.
46140         [BZ #13787]
46141         [BZ #13922]
46142         [BZ #14036]
46143         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
46144         (__ieee754_expl): Allow for and saturate large arguments.
46145         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
46146         (u_threshold): Likewise.
46147         (__exp): Call __ieee754_exp before checking for overflow and
46148         underflow.
46149         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
46150         (u_threshold): Likewise.
46151         (__expf): Call __ieee754_expf before checking for overflow and
46152         underflow.
46153         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
46154         (u_threshold): Likewise.
46155         (__expl): Call __ieee754_expl before checking for overflow and
46156         underflow.
46157         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
46158         (__ieee754_expl): Allow for and saturate large arguments.
46159         * math/libm-test.inc (exp_test): Add another test.  Do not allow
46160         missing overflow exception on overflow.
46161         (expm1_test): Do not allow missing overflow exception on overflow.
46163         * sysdeps/i386/fpu/e_expl.c: Move to ...
46164         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
46165         rather than using inline asm.
46166         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
46167         * sysdeps/x86_64/fpu/e_expl.S: Copy from
46168         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
46170         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
46171         (nice): Likewise.
46172         (poll): Likewise.
46173         (signal): Likewise.
46174         (time): Likewise.
46175         (times): Likewise.
46177 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46179         * sysdeps/unix/syscalls.list (adjtime): Add entry from
46180         sysdeps/unix/common/syscalls.list.
46181         (fchmod): Likewise.
46182         (fchown): Likewise.
46183         (ftruncate): Likewise.
46184         (getrusage): Likewise.
46185         (gettimeofday): Likewise.
46186         (setpgid): Likewise.
46187         (setregid): Likewise.
46188         (setreuid): Likewise.
46189         (sigaction): Likewise.
46190         (truncate): Likewise.
46191         (vhangup): Likewise.
46192         * sysdeps/unix/common/syscalls.list: Remove file.
46193         * sysdeps/unix/bsd/Implies: Don't include unix/common.
46194         * sysdeps/unix/sysv/linux/Implies: Likewise.
46196 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
46198         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
46199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
46200         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
46201         Moved to ...
46202         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
46203         Here.
46204         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
46205         to ...
46206         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
46207         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
46208         to ...
46209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
46210         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
46211         to ...
46212         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
46213         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
46214         to ...
46215         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
46216         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
46217         to ...
46218         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
46219         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
46220         to ...
46221         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
46222         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
46223         to ...
46224         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
46225         Here.
46226         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
46227         to ...
46228         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
46229         Here.
46230         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
46231         to ...
46232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
46233         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
46234         Moved to ...
46235         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
46236         Here.
46237         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
46238         to ...
46239         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
46241 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46243         * sysdeps/unix/common/bits/dirent.h: Remove file.
46244         * sysdeps/unix/common/bits/fcntl.h: Likewise.
46246         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
46247         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
46248         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
46249         * sysdeps/unix/bsd/isatty.c: Likewise.
46250         * sysdeps/unix/bsd/tcdrain.c: Likewise.
46251         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
46252         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
46254 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46256         [BZ #13563]
46257         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
46258         long double comparison inaccuracies.
46259         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
46260         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46262 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
46264         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
46265         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
46267 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46269         [BZ #14049]
46270         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
46271         nonzero digits before rounding a hex value.
46272         * stdlib/tst-strtod.c (tests): Add another test.
46274 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46276         * sysdeps/s390/fpu/libm-test-ulps: Update.
46278 2012-05-03  Andreas Jaeger  <aj@suse.de>
46280         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
46281         does not get optimized out.
46282         (malloc_opt_barrier): New.
46284 2012-05-03  Andreas Jaeger  <aj@suse.de>
46285             Roland McGrath  <roland@hack.frob.com>
46287         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
46288         intermediate file deletion.
46289         (generated): Add .symlist files.
46291 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
46293         [BZ #13775]
46294         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
46295         Redirect under this condition.
46296         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
46297         [__USE_GNU] (__dprintf_chk): Not under this condition.
46298         [__USE_GNU] (__vdprintf_chk): Likewise.
46299         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
46300         under this condition.
46301         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
46302         [__USE_XOPEN2K8] (dprintf): Define under this condition.
46303         [__USE_XOPEN2K8] (vdprintf): Likewise.
46304         [__USE_GNU] (__dprintf_chk): Not under this condition.
46305         [__USE_GNU] (__vdprintf_chk): Likewise.
46306         [__USE_GNU] (dprintf): Likewise.
46307         [__USE_GNU] (vdprintf): Likewise.
46309 2012-05-03  Roland McGrath  <roland@hack.frob.com>
46311         * elf/Makefile (common-generated): Set this instead of generated for
46312         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
46313         $(all-built-dso)-derived lists.
46315 2012-05-03  Andreas Jaeger  <aj@suse.de>
46317         * sysdeps/i386/fpu/libm-test-ulps: Update.
46319         * FAQ: Removed.
46320         * FAQ.in: Likewise.
46321         * scripts/gen-FAQ.pl: Likewise.
46322         * manual/install.texi (Installation): Point to online location of
46323         FAQ.
46324         * Makefile (files-for-dist): Remove FAQ.
46325         (FAQ): Remove.
46327 2012-05-02  Allan McRae  <allan@archlinux.org>
46329         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
46330         (LDFLAGS-reldepmod5.so): Likewise.
46331         (LDFLAGS-reldep6mod1.so): Likewise.
46332         (LDFLAGS-reldep6mod4.so): Likewise.
46333         (LDFLAGS-reldep8mod3.so): Likewise.
46334         (LDFLAGS-unload4mod1.so): Likewise.
46335         (LDFLAGS-unload4mod2.so): Likewise.
46336         (LDFLAGS-tst-initorder): Likewise.
46337         (LDFLAGS-tst-initordera2.so): Likewise.
46338         (LDFLAGS-tst-initordera3.so): Likewise.
46339         (LDFLAGS-tst-initordera4.so): Likewise.
46340         (LDFLAGS-tst-initorderb2.so): Likewise.
46341         (LDFLAGS-noload): Likewise.
46342         (LDFLAGS-next): Likewise.
46343         (LDFLAGS-order2mod1.so): Likewise.
46344         (LDFLAGS-order2mod2.so): Likewise.
46345         (LDFLAGS-tst-initorder2): Likewise.
46346         (LDFLAGS-tst-initorder2a.so): Likewise.
46347         (LDFLAGS-tst-initorder2b.so): Likewise.
46348         (LDFLAGS-tst-initorder2c.so): Likewise.
46349         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
46351 2012-05-02  David S. Miller  <davem@davemloft.net>
46353         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46355 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
46357         [BZ #14055]
46358         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
46360 2012-05-02  Andreas Jaeger  <aj@suse.de>
46362         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
46363         since we manipulate rounding mode.
46364         (CPPFLAGS-test-idouble.c): Likewise.
46365         (CPPFLAGS-test-ifloat.c): Likewise.
46366         (CFLAGS-test-ldouble.c): Likewise.
46367         (CFLAGS-test-double.c): Likewise.
46368         (CFLAGS-test-float.c): Likewise.
46369         (CFLAGS-test-misc.c): Likewise.
46370         (CFLAGS-test-test-fenv.c): Likewise.
46372 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46374         [BZ #2550]
46375         [BZ #2570]
46376         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
46377         comparisons to determine direction to adjust input.
46379 2012-05-01  Roland McGrath  <roland@hack.frob.com>
46381         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
46382         output to the target.
46384         * scripts/localplt.awk: New file.
46385         * elf/Makefile ($(objpfx)check-localplt): Target removed.
46386         (check-localplt-CFLAGS): Variable removed.
46387         ($(all-built-dso:=.jmprel)): New static pattern rule.
46388         (generated): Add those targets.
46389         (localplt-built-dso): New variable.
46390         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
46392         * elf/check-localplt.c: File removed.
46394         * scripts/check-execstack.awk: New file.
46395         * elf/Makefile ($(objpfx)check-execstack): Target removed.
46396         (check-execstack-CFLAGS): Variable removed.
46397         ($(objpfx)check-execstack.h): Target removed.
46398         ($(objpfx)execstack-default): New target.
46399         (generated): Add that instead of check-execstack.h.
46400         ($(all-built-dso:=.phdr)): New static pattern rule.
46401         (generated): Add those targets.
46402         * elf/check-execstack.c: File removed.
46404         * scripts/check-textrel.awk: New file.
46405         * elf/Makefile ($(objpfx)check-textrel): Target removed.
46406         (check-textrel-CFLAGS): Variable removed.
46407         (all-built-dso): Use := to define.o
46408         ($(all-built-dso:=.dyn)): New static pattern rule.
46409         (generated): Add those targets.
46410         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
46411         * config.make.in (READELF): New substituted variable.
46412         * elf/check-textrel.c: File removed.
46414 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46416         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46417         allow.
46418         * conform/data/ctype.h-data [C99-based standards] (isblank):
46419         Expect function.
46420         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
46421         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
46422         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46423         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
46424         Specify type.  Require positive value.
46425         (EILSEQ): Likewise.
46426         (ERANGE): Likewise.
46427         [ISO || POSIX] (EILSEQ): Do not expect.
46428         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
46429         Specify type.  Require positive value.
46430         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
46431         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
46432         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
46433         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
46434         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
46435         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
46436         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
46437         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
46438         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
46439         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
46440         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
46441         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
46442         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
46443         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
46444         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
46445         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
46446         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
46447         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
46448         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
46449         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
46450         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
46451         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
46452         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
46453         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
46454         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
46455         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
46456         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
46457         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
46458         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
46459         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
46460         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
46461         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
46462         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
46463         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
46464         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
46465         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
46466         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
46467         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
46468         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
46469         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
46470         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
46471         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
46472         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
46473         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
46474         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
46475         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
46476         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
46477         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
46478         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
46479         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
46480         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
46481         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
46482         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
46483         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
46484         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
46485         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
46486         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
46487         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
46488         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
46489         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
46490         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
46491         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
46492         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
46493         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
46494         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
46495         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
46496         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
46497         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
46498         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
46499         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
46500         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
46501         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
46502         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
46503         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
46504         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
46505         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
46506         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
46507         Require >= 2.
46508         (FLT_ROUNDS): Expect as macro, not constant.
46509         (FLT_MANT_DIG): Use macro-int-constant.
46510         (DBL_MANT_DIG): Likewise.
46511         (LDBL_MANT_DIG): Likewise.
46512         (FLT_DIG): Likewise.
46513         (DBL_DIG): Likewise.
46514         (LDBL_DIG): Likewise.
46515         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
46516         (DBL_MIN_EXP): Likewise.
46517         (LDBL_MIN_EXP): Likewise.
46518         (FLT_MAX_EXP): Use macro-int-constant.
46519         (DBL_MAX_EXP): Likewise.
46520         (LDBL_MAX_EXP): Likewise.
46521         (FLT_MAX_10_EXP): Likewise.
46522         (DBL_MAX_10_EXP): Likewise.
46523         (LDBL_MAX_10_EXP): Likewise.
46524         (FLT_MAX): Use macro-constant.
46525         (DBL_MAX): Likewise.
46526         (LDBL_MAX): Likewise.
46527         (FLT_EPSILON): Use macro-constant.  Give upper bound.
46528         (DBL_EPSILON): Likewise.
46529         (LDBL_EPSILON): Likewise.
46530         (FLT_MIN): Likewise.
46531         (DBL_MIN): Likewise.
46532         (LDBL_MIN): Likewise.
46533         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46534         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46535         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46536         [ISO11] (FLT_HAS_SUBNORM): Likewise.
46537         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46538         [ISO11] (DBL_DECIMAL_DIG): Likewise.
46539         [ISO11] (FLT_DECIMAL_DIG): Likewise.
46540         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46541         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46542         [ISO11] (FLT_TRUE_MIN): Likewise.
46543         [ISO11] (LDBL_TRUE_MIN): Likewise.
46544         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46545         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46546         (SCHAR_MIN): Use macro-int-constant.  Specify type.
46547         (SCHAR_MAX): Likewise.
46548         (UCHAR_MAX): Likewise.
46549         (CHAR_MIN): Likewise.
46550         (CHAR_MAX): Likewise.
46551         (MB_LEN_MAX): Use macro-int-constant.
46552         (SHRT_MIN): Use macro-int-constant.  Specify type.
46553         (SHRT_MAX): Likewise.
46554         (USHRT_MAX): Likewise.
46555         (INT_MAX): Likewise.
46556         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
46557         bound negative.
46558         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46559         bound with "U".
46560         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46561         bound with "L".
46562         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
46563         bound negative.  Suffix upper bound with "L".
46564         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46565         bound with "UL".
46566         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46567         Specify type.
46568         [C99-based standards] (LLONG_MAX): Likewise.
46569         [C99-based standards] (ULLONG_MAX): Likewise.
46570         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
46571         == 0.
46572         [ISO11] (max_align_t): Require type.
46573         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46575         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46576         from $CFLAGS, without defining away __attribute__ calls.
46577         (checknamespace): Use $CFLAGS_namespace.
46579         * conform/conformtest.pl (@keywords): Only include C99 keywords
46580         for standards based on C99 or C11.
46582         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46583         Disable tests.
46584         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46585         UNIX98]: Likewise.
46587         * conform/conformtest.pl: Handle "macro-int-constant" and test for
46588         usability of symbols in #if.
46590         * conform/conformtest.pl: If macro or constant types start
46591         "promoted:", expect the symbol to be of the following type
46592         promoted by the integer promotions.
46594         * conform/conformtest.pl: Parse all "constant" and "macro" lines
46595         in one place.  Also handle "macro-constant".
46597         * conform/conformtest.pl: Only accept expected macro values with
46598         "==".  Parse all "macro" lines in one place.
46599         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46601         * conform/conformtest.pl: Handle braced types on "constant" lines
46602         instead of handling "typed-constant".
46603         * conform/data/signal.h-data: Use "constant" instead of
46604         "typed-constant".
46606         * conform/conformtest.pl: Handle "optional-" at start of lines in
46607         one place rather than duplicating several cases.  Handle each
46608         format of "macro" line with initial "optional-".
46610         * conform/conformtest.pl: Only accept expected constant or
46611         optional-constant values with "==".  Parse all "constant" lines in
46612         one place.  Parse all "optional-constant" lines in one place.
46613         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46614         * conform/data/fmtmsg.h-data: Likewise.
46615         * conform/data/netinet/in.h-data: Likewise.
46616         * conform/data/tar.h-data: Likewise.
46617         * conform/data/limits.h-data: Use "==" form on "constant" and
46618         "optional-constant" lines.
46620         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46621         Use -std=c99 for XOPEN2K.
46622         (@knownproblems): Remove.
46623         (newtoken): Don't check %isknown.
46625         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46626         Do not expect macro.
46627         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46628         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46629         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46630         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46631         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46632         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46633         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46634         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46635         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46636         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46637         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46638         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46639         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46640         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46641         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46642         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46643         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46644         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46645         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46646         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46647         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46648         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46649         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46650         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46651         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46652         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46653         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46654         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46655         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46656         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46657         [XPG3] (acosh): Likewise.
46658         [XPG3] (asinh): Likewise.
46659         [XPG3] (atanh): Likewise.
46660         [XPG3] (cbrt): Likewise.
46661         [XPG3] (expm1): Likewise.
46662         [XPG3] (ilogb): Likewise.
46663         [XPG3] (log1p): Likewise.
46664         [XPG3] (logb): Likewise.
46665         [XPG3] (nextafter): Likewise.
46666         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46667         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46668         [XPG3] (remainder): Likewise.
46669         [XPG3] (rint): Likewise.
46670         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46671         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46672         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46673         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46674         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46675         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46676         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46677         [UNIX98 || XOPEN2K] (scalb): Expect.
46678         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46679         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46680         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46681         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46682         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46683         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46684         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46685         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46686         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46687         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46688         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46689         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46690         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46691         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46692         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46693         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46694         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46695         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46696         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46697         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46698         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46699         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46700         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46701         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46702         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46703         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46704         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46705         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46706         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46707         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46708         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46709         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46710         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46711         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46712         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46713         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46714         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46715         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46716         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46717         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46718         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46719         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46720         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46721         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46722         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46723         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46724         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46725         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46726         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46727         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46728         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46729         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46730         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46731         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46732         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46733         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46734         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46735         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46736         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46737         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46738         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46739         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46740         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46741         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46742         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46743         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46744         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46745         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46746         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46747         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46748         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46749         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46750         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46751         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46752         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46753         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46754         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46755         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46756         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46757         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46758         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46759         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46760         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46761         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46762         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46763         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46764         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46765         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46766         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46767         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46768         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46769         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46770         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46771         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46772         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46773         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46774         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46775         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46776         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46777         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46778         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46779         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46780         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46781         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46782         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46783         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46784         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46785         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46786         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46787         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46788         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46789         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46790         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46791         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46792         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46793         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46794         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46795         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46796         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46797         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46798         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46799         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46800         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46801         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46802         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46803         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46804         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46805         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46806         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46807         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46808         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46809         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46810         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46811         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46812         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46813         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46814         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46816         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46817         _XOPEN_SOURCE_EXTENDED for XPG4.
46819         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46821         * Makeconfig (localtime): Remove variable.
46822         (inst_localtime-file): Likewise.
46824 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46827         Update.
46828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46829         Update.
46830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46831         Update.
46832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46833         Update.
46834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46835         Update.
46836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46837         Update.
46838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46839         Update.
46840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46841         Update.
46842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46843         Update.
46845 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46847         [BZ #2550]
46848         [BZ #2570]
46849         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46850         comparisons to determine direction to adjust input.
46851         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46852         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46853         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46854         Likewise.
46855         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46856         Likewise.
46857         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46858         Likewise.
46859         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46860         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46861         Likewise.
46862         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46863         Likewise.
46864         * math/libm-test.inc (nexttoward_test): Add more tests.
46866 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46868         [BZ #14040]
46869         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46870         in version GLIBC_2.1, not GLIBC_2.0.
46871         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46872         Likewise.
46874 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46876         [BZ #13942]
46877         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46878         (1 - x) * (1 + x).
46879         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46880         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46881         * math/libm-test.inc (acos_test): Add more tests.
46882         (asin_test): Likewise.
46883         * sysdeps/i386/fpu/libm-test-ulps: Update.
46884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46886         [BZ #14034]
46887         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46888         of square root.
46889         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46890         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46891         * math/libm-test.inc (acos_test_tonearest): New function.
46892         (acos_test_towardzero): Likewise.
46893         (acos_test_downward): Likewise.
46894         (acos_test_upward): Likewise.
46895         (asin_test_tonearest): Likewise.
46896         (asin_test_towardzero): Likewise.
46897         (asin_test_downward): Likewise.
46898         (asin_test_upward): Likewise.
46899         (main): Call the new functions.
46900         * sysdeps/i386/fpu/libm-test-ulps: Update.
46901         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46903         [BZ #13884]
46904         [BZ #13924]
46905         * math/e_exp10.c: Include <float.h>.
46906         (__ieee754_exp10): Handle underflow here rather than multiplying
46907         large negative argument by M_LN10.
46908         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46909         of __ieee754_expf.
46910         * math/e_exp10l.c: Include <float.h>.
46911         (__ieee754_exp10l): Handle underflow here rather than multiplying
46912         large negative argument by M_LN10l.
46913         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46914         spurious overflow exception on underflow.
46916 2012-04-29  Marek Polacek  <polacek@redhat.com>
46918         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46919         (__fortify_function): New macro.
46920         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46921         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46922         __extern_always_inline.
46923         * libio/bits/stdio2.h: Likewise.
46924         * libio/bits/stdio.h: Likewise.
46925         * string/string.h: Likewise.
46926         * string/bits/string3.h: Likewise.
46927         * include/stdio.h: Likewise.
46928         * stdlib/bits/stdlib.h: Likewise.
46929         * stdlib/stdlib.h: Likewise.
46930         * rt/bits/mqueue2.h: Likewise.
46931         * rt/mqueue.h: Likewise.
46932         * posix/bits/unistd.h: Likewise.
46933         * posix/unistd.h: Likewise.
46934         * io/bits/poll2.h: Likewise.
46935         * io/bits/fcntl2.h: Likewise.
46936         * io/fcntl.h: Likewise.
46937         * io/sys/poll.h: Likewise.
46938         * misc/bits/syslog.h: Likewise.
46939         * misc/bits/syslog-ldbl.h: Likewise.
46940         * misc/sys/syslog.h: Likewise.
46941         * socket/bits/socket2.h: Likewise.
46942         * socket/sys/socket.h: Likewise.
46943         * debug/tst-chk1.c: Likewise.
46944         * wcsmbs/bits/wchar2.h: Likewise.
46945         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46946         * wcsmbs/wchar.h: Likewise.
46948 2012-04-29  Andreas Jaeger  <aj@suse.de>
46950         * Makerules (tests): Remove enable-check-abi protection.
46951         (check-abi-warn): Remove.
46952         (check-abi-%): Remove check-abi-warn usage.
46954         * configure.in: Remove check-abi configure option.
46955         * configure: Regenerated.
46956         * config.make.in (enable-check-abi): Remove.
46958 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46960         [BZ #14033]
46961         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46962         double functions to double *_finite functions.
46964         [BZ #13941]
46965         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46966         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46967         LDBL_MIN_EXP.
46968         * stdio-common/Makefile (tests): Add tst-sprintf3.
46969         * stdio-common/tst-sprintf3.c: New file.
46971         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46972         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46974 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46976         * conform/conformtest.pl: Remove duplicate typed-constant
46977         handling.
46979 2012-04-28  David S. Miller  <davem@davemloft.net>
46981         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46982         (check-abi-%): Remove AWK script prerequisite and explicit
46983         abilist directory.
46984         (check-abi): Rewrite to just diff the symlist with the abilist.
46985         (config-tls, config-abi-config): Delete, no longer used.
46986         (update-abi-%): Remove AWK script and explicit abilist directory.
46987         (update-abi): Rewrite to simply compare and conditionally copy the
46988         symlist and the sysdep abilist file.  Remove update-abi-config
46989         checks.
46990         * abilist/ld.abilist: Remove.
46991         * abilist/libBrokenLocale.abilist: Remove.
46992         * abilist/libanl.abilist: Remove.
46993         * abilist/libcrypt.abilist: Remove.
46994         * abilist/libdl.abilist: Remove.
46995         * abilist/librt.abilist: Remove.
46996         * abilist/libthread_db.abilist: Remove.
46997         * abilist/libutil.abilist: Remove.
46998         * scripts/extract-abilist.awk: Remove.
46999         * scripts/merge-abilist.awk: Remove.
47000         * sysdeps/generic/libcidn.abilist: New file.
47001         * sysdeps/generic/libnss_compat.abilist: New file.
47002         * sysdeps/generic/libnss_db.abilist: New file.
47003         * sysdeps/generic/libnss_dns.abilist: New file.
47004         * sysdeps/generic/libnss_files.abilist: New file.
47005         * sysdeps/generic/libnss_hesiod.abilist: New file.
47006         * sysdeps/generic/libnss_nis.abilist: New file.
47007         * sysdeps/generic/libnss_nisplus.abilist: New file.
47008         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
47009         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
47010         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
47011         file.
47012         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
47013         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
47014         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
47015         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
47016         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
47017         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
47018         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
47019         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
47020         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
47021         file.
47022         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
47023         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
47024         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
47025         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
47026         file.
47027         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
47028         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
47029         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
47030         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
47031         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
47032         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
47033         file.
47034         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
47035         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
47036         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
47037         file.
47038         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
47039         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
47040         New file.
47041         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
47042         New file.
47043         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
47044         New file.
47045         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
47046         New file.
47047         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
47048         New file.
47049         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
47050         New file.
47051         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
47052         New file.
47053         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
47054         New file.
47055         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
47056         New file.
47057         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
47058         New file.
47059         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
47060         New file.
47061         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
47062         New file.
47063         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
47064         New file.
47065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
47066         file.
47067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
47068         New file.
47069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
47070         New file.
47071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
47072         file.
47073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
47074         New file.
47075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
47076         New file.
47077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
47078         file.
47079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
47080         New file.
47081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
47082         New file.
47083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
47084         New file.
47085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
47086         New file.
47087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
47088         New file.
47089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
47090         New file.
47091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
47092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
47093         file.
47094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
47095         New file.
47096         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
47097         file.
47098         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
47099         file.
47100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
47101         file.
47102         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
47103         file.
47104         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
47105         file.
47106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
47107         New file.
47108         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
47109         file.
47110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
47111         file.
47112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
47113         New file.
47114         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
47115         file.
47116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
47117         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
47118         file.
47119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
47120         New file.
47121         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
47122         file.
47123         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
47124         file.
47125         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
47126         file.
47127         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
47128         file.
47129         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
47130         file.
47131         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
47132         New file.
47133         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
47134         file.
47135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
47136         file.
47137         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
47138         New file.
47139         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
47140         file.
47141         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
47142         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
47143         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
47144         file.
47145         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
47146         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
47147         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
47148         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
47149         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
47150         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
47151         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
47152         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
47153         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
47154         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
47155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
47156         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
47157         file.
47158         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
47159         New file.
47160         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
47161         file.
47162         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
47163         file.
47164         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
47165         file.
47166         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
47167         file.
47168         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
47169         file.
47170         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
47171         New file.
47172         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
47173         New file.
47174         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
47175         file.
47176         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
47177         New file.
47178         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
47179         file.
47180         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
47181         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
47182         file.
47183         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
47184         New file.
47185         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
47186         file.
47187         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
47188         file.
47189         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
47190         file.
47191         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
47192         file.
47193         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
47194         file.
47195         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
47196         New file.
47197         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
47198         New file.
47199         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
47200         file.
47201         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
47202         New file.
47203         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
47204         file.
47206 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
47208         * conform/conformtest.pl: Fix typo in handling typed-constant from
47209         allow-header.
47211 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
47213         * README: Cut down references to pre-2.6 Linux kernels and
47214         Linuxthreads.  Update lists of configurations in libc and ports
47215         and sort alphabetically.  Say "or newer" with Linux kernel version
47216         requirements.
47218         * config.h.in [IS_IN_build]: Allow compiling without optimization.
47220 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
47222         [BZ #887]
47223         * math/libm-test.inc (logb_test_downward): New test to expose
47224         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
47225         rounding mode.
47227 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
47229         [BZ #14027]
47230         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
47231         to be done.
47232         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
47233         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
47235 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
47237         * sysdeps/unix/i386/brk.S: Remove file.
47238         * sysdeps/unix/i386/dl-brk.S: Likewise.
47239         * sysdeps/unix/i386/pipe.S: Likewise.
47240         * sysdeps/unix/i386/sigreturn.S: Likewise.
47241         * sysdeps/unix/i386/syscall.S: Likewise.
47242         * sysdeps/unix/i386/vfork.S: Likewise.
47243         * sysdeps/unix/i386/wait.S: Likewise.
47245         * sysdeps/unix/common/tcsendbrk.c: Move to ...
47246         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
47248         * configure.in (arm*-none*): Do not allow without
47249         --enable-hacker-mode.
47250         (netbsd*): Remove case setting base_os.
47251         (386bsd*): Likewise.
47252         (freebsd*): Likewise.
47253         (bsdi*): Likewise.
47254         (osf*): Likewise.
47255         (sunos*): Likewise.
47256         (ultrix*): Likewise.
47257         (newsos*): Likewise.
47258         (dynix*): Likewise.
47259         (*bsd*): Likewise.
47260         (sysv*): Likewise.
47261         (isc*): Likewise.
47262         (esix*): Likewise.
47263         (sco*): Likewise.
47264         (minix*): Likewise.
47265         (irix4*): Likewise.
47266         (irix6*): Likewise.
47267         (solaris[2-9]*): Likewise.
47268         (none): Likewise.
47269         * configure: Regenerated.
47271 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47273         [BZ #11521]
47274         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
47275         overflow or cancellation in calculating denominator.
47276         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
47277         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
47278         down expression to avoid unexpected rounding in newer GCCs.
47279         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
47281 2012-04-26  David S. Miller  <davem@davemloft.net>
47283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
47284         long-double compat symbols.
47285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
47289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47290         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
47291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
47292         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
47293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
47294         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
47295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
47296         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
47297         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47299 2012-04-25  David S. Miller  <davem@davemloft.net>
47301         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
47302         HWCAP_* values only after the memory barriers have been defined.
47303         (atomic_full_barrier): Define.
47304         (atomic_read_barrier): Define.
47305         (atomic_write_barrier): Define.
47307 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
47309         * shlib-versions: Add libgcc_s version information.
47310         * sysdeps/generic/libgcc_s.h: Remove.
47311         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
47312         libgcc_s.h.
47313         * sysdeps/gnu/unwind-resume.c: Likewise.
47314         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
47316 2012-04-25  David S. Miller  <davem@davemloft.net>
47318         * sysdeps/unix/sparc/brk.S: Delete.
47319         * sysdeps/unix/sparc/dl-brk.S: Delete.
47320         * sysdeps/unix/sparc/pipe.S: Delete.
47321         * sysdeps/unix/sparc/sysdep.S: Delete.
47322         * sysdeps/unix/sparc/sysdep.h: Delete.
47323         * sysdeps/unix/sparc/vfork.S: Delete.
47324         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
47325         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
47326         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
47327         (ret_ERRVAL, r0, r1, MOVE): Define.
47328         (JUMPTARGET): Remove.
47329         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
47330         sysdeps/unix/sparc/sysdep.h
47331         (ENTRY, END): Remove.
47332         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47334 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
47336         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
47337         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
47338         -DIS_IN_build.
47340         * timezone/README: Update upstream location and email address for
47341         tzcode and tzdata.
47342         * timezone/zdump.c: Update from tzcode 2012b.
47343         * timezone/zic.c: Likewise.
47345         * configure.in (libc_cv_as_needed): Remove test.
47346         * configure: Regenerated.
47347         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
47348         conditional definition.
47349         [$(have-as-needed) != yes] (no-as-needed): Likewise.
47350         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
47351         * config.make.in (have-as-needed): Remove variable.
47353 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
47354             Paul Pluzhnikov  <ppluzhnikov@google.com>
47356         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
47357         strings correctly.
47359 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
47361         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
47362         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
47363         * sysdeps/sh/strlen.S: Likewise.
47365 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47367         * sysdeps/unix/fork.S: Remove file.
47368         * sysdeps/unix/i386/fork.S: Likewise.
47369         * sysdeps/unix/sparc/fork.S: Likewise.
47371         * sysdeps/unix/system.c: Remove file.
47372         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
47374         * sysdeps/unix/getegid.S: Remove file.
47375         * sysdeps/unix/geteuid.S: Likewise.
47377 2012-04-24  Roland McGrath  <roland@hack.frob.com>
47379         * scripts/check-localplt.awk: New file.
47380         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
47381         of diff.
47382         * scripts/data/localplt-generic.data: Add a comment.
47384         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
47385         NODE when __dir_mkfile failed.
47386         * sysdeps/mach/hurd/symlinkat.c: Likewise.
47387         Reported by Ludovic Courtès <ludo@gnu.org>.
47389 2012-04-24  Andreas Jaeger  <aj@suse.de>
47391         * Makerules (common-clean): Also remove gen-as-const-headers
47392         files.
47394 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47396         * Makerules (native-compile): Do not change working directory for
47397         build.  Use $(OUTPUT_OPTION) in command.
47398         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
47400 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47402         [BZ #13886]
47403         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
47404         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
47405         * math/libm-test.inc (floor_test): Add more tests.
47406         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
47408 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47410         * sysdeps/unix/getdents.c: Remove file.
47411         * sysdeps/unix/sysv/getdents.c: Likewise.
47412         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
47414         * sysdeps/unix/syscalls.list (madvise): Add syscall from
47415         sysdeps/unix/mman/syscalls.list.
47416         (mmap): Likewise.
47417         (mprotect): Likewise.
47418         (msync): Likewise.
47419         (munmap): Likewise.
47420         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
47421         * sysdeps/unix/mman/syscalls.list: Remove.
47422         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
47424         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
47425         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
47426         * configure: Regenerated.
47427         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
47428         $(libgcc_s_suffix).
47429         * config.make.in (libgcc_s_suffix): Remove variable.
47431 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
47433         * sysdeps/unix/sysv/gethostname.c: Move to ...
47434         * sysdeps/posix/gethostname.c: ... here.
47436         * sysdeps/unix/execve.S: Remove file.
47438         * sysdeps/unix/_exit.S: Remove file.
47440 2012-04-23  Andreas Jaeger  <aj@suse.de>
47442         [BZ #13739]
47443         * manual/Makefile: Remove make dist support, there's no
47444         need for a stand-alone documentation tar ball.
47445         (TEXI2DVI): Define always, it's not in Makeconfig.
47446         (dist): Removed.
47447         (tar-it): Removed.
47448         (edition): Removed.
47449         (glibc-doc-$(edition).tar): Removed
47450         (%.Z): Removed.
47451         (%.gz): Removed.
47452         (%.uu): Removed.
47453         (ETAGS): Remove, it's in Makeconfig.
47454         (move-if-change): Remove, it's in Makeconfig.
47456 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
47458         [BZ #13970]
47459         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
47460         (strtod, strtof, strtold, strtol, strtoul, strtoq)
47461         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
47462         (strtod_l, strtof_l, strtold_l): Remove __wur.
47463         It is not necessarily an error to ignore strtol's return value.
47464         One can reliably look at the stored endptr to decide whether
47465         the number had valid syntax.
47467 2012-04-21  Andreas Jaeger  <aj@suse.de>
47469         [BZ #13739]
47470         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
47472 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
47474         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
47475         * sysdeps/unix/sysv/Versions: Remove file.
47477 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
47479         [BZ #13927]
47480         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47482 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
47484         [BZ #7064]
47485         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
47486         version from __vm86.
47488 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
47490         * sysdeps/unix/common/lxstat.c: Remove file.
47491         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
47493         * sysdeps/unix/sysv/Makefile: Remove file.
47495         * sysdeps/unix/sysv/direct.h: Remove file.
47497         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
47498         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
47499         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
47500         * sysdeps/unix/sysv/bits/signum.h: Likewise.
47501         * sysdeps/unix/sysv/bits/stat.h: Likewise.
47502         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
47503         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
47505         * sysdeps/unix/sysv/setrlimit.c: Remove file.
47507         * sysdeps/unix/xmknod.c: Remove file.
47508         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
47510         * sysdeps/unix/sysv/settimeofday.c: Remove file.
47512         * sysdeps/unix/sysv/i386/time.S: Remove file.
47514         * sysdeps/unix/fxstat.c: Remove file.
47515         * sysdeps/unix/xstat.c: Likewise.
47516         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
47518         * sysdeps/unix/sysv/sigaction.c: Remove file.
47520         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47521         (sysdep_headers): Remove variable.
47522         [termio.h not in sysdep_headers] (generated): Likewise.
47523         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47524         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47525         * sysdeps/unix/sysv/tcdrain.c: Likewise.
47526         * sysdeps/unix/sysv/tcflow.c: Likewise.
47527         * sysdeps/unix/sysv/tcflush.c: Likewise.
47528         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47529         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47530         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47531         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47532         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47534         * sysdeps/unix/siglist.c: Remove file.
47536         * sysdeps/unix/getppid.S: Remove file.
47538         * sysdeps/unix/mkdir.c: Remove file.
47539         * sysdeps/unix/rmdir.c: Likewise.
47541 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
47543         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47544         ERR_MAX value.
47545         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47546         errlist-compat value.
47548 2012-04-18  David S. Miller  <davem@davemloft.net>
47550         * sysdeps/generic/memcopy.h (reg_char): Delete.
47551         * debug/strcat_chk.c: Use char, not reg_char.
47552         * debug/strcpy_chk.c: Likewise.
47553         * debug/strncat_chk.c: Likewise.
47554         * debug/strncpy_chk.c: Likewise.
47555         * string/memchr.c: Likewise.
47556         * string/memrchr.c: Likewise.
47557         * string/rawmemchr.c: Likewise.
47558         * string/strcat.c: Likewise.
47559         * string/strchr.c: Likewise.
47560         * string/strchrnul.c: Likewise.
47561         * string/strcmp.c: Likewise.
47562         * string/strcpy.c: Likewise.
47563         * string/strncat.c: Likewise.
47564         * string/strncmp.c: Likewise.
47565         * string/strncpy.c: Likewise.
47567 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47569         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47570         __builtin_memcopy is called when src and dest ranges are known to not
47571         overlap.
47573 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47575         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47576         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47577         fwd_align_merge macro call.
47578         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47579         bwd_align_merge macro call.
47580         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47582 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47584         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47585         bwd_align_merge macros.
47586         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47587         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47588         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47590 2012-04-18  David S. Miller  <davem@davemloft.net>
47592         * sysdeps/sparc/sparc64/memcopy.h: Delete.
47594 2012-04-18  Andreas Jaeger  <aj@suse.de>
47596         [BZ# 6794]
47597         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47598         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47599         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47601         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47602         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47603         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47605         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47606         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47607         Adjust for changed ldbl-128 files.
47609         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47610         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47611         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47613 2012-04-17  David S. Miller  <davem@davemloft.net>
47615         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47617 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47619         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47620         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47621         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47622         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47623         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47624         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47626 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47628         [BZ #6794]
47629         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47630         * math/libm-test.inc: Add ilogb errno and exception tests.
47631         * math/w_ilogb.c: New file: ilogb wrapper.
47632         * math/w_ilogbf.c: New file: ilogbf wrapper.
47633         * math/w_ilogbl.c: New file: ilogbl wrapper.
47634         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47635         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47636         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47637         exception being thrown with 0.0 as argument.
47638         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47639         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47640         exception being thrown with 0.0 as argument.
47641         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47642         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47643         exception being thrown with 0.0 as argument.
47644         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47645         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47646         exception being thrown with 0.0 as argument.
47647         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47648         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47649         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47650         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47651         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47652         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47653         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47654         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47655         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47657 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47659         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47660         with altivec.
47662 2012-04-16  Marek Polacek  <polacek@redhat.com>
47664         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47666 2012-04-16  Marek Polacek  <polacek@redhat.com>
47668         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47669         operands of fdivp instruction.
47671 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47673         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47674         * elf/tst-auditmod3b.c: Likewise.
47675         * elf/tst-auditmod4b.c: Likewise.
47676         * elf/tst-auditmod5b.c: Likewise.
47677         * elf/tst-auditmod6b.c: Likewise.
47678         * elf/tst-auditmod6c.c: Likewise.
47679         * elf/tst-auditmod7b.c: Likewise.
47680         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47681         * sysdeps/x86_64/preconfigure.in: Likewise.
47682         * sysdeps/x86_64/preconfigure: Regenerated.
47684 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47686         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47687         __ILP32__.
47689 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47691         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47692         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47694 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47696         [BZ #13973]
47697         * locale/iso-639.def: Fix gl language name. Spotted by
47698         Yaron Shahrabani.
47700 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47702         [BZ #2074]
47703         * libio/libio.h (__io_write_fn): Update comment.
47705 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47707         [BZ #2074]
47708         * stdio.texi (Hook Functions): The user provided writer function
47709         is not allowed to return -1.
47711 2012-04-11  David S. Miller  <davem@davemloft.net>
47713         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47715 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47717         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47718         Add a leading slash to rtkaio.
47720 2012-04-11  Jim Meyering  <meyering@redhat.com>
47722         [BZ #11959]
47723         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47724         It is not necessarily an error to ignore fwrite's return
47725         value.  One can reliably use ferror to test for errors after
47726         the fact.
47728 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47730         * bits/types.h (__snseconds_t): New type.
47731         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47733         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47734         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47735         (__SNSECONDS_T_TYPE): Likewise.
47736         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47737         (__SNSECONDS_T_TYPE): Likewise.
47738         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47739         (__SNSECONDS_T_TYPE): Likewise.
47741 2012-04-10  Andreas Jaeger  <aj@suse.de>
47743         [BZ #2636]
47744         * manual/time.texi (Processor Time): Return type of times is
47745         elapsed real time since an arbitrary point in the past.
47746         (CPU Time): Move CLK_TCK from here...
47747         (Processor Time): ...to here.  Correct description.
47748         * manual/conf.texi (Constants for Sysconf): Correct description of
47749         _SC_CLK_TCK.
47751 2012-04-10  David S. Miller  <davem@davemloft.net>
47753         [BZ #13967]
47754         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47755         where the is a gap between DT_REL(A) and DT_JMPREL.
47757 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47759         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47760         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47761         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47763 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47765         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47766         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47767         (dl_main): Handle --inhibit-cache.
47768         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47769         _dl_inhibit_cache.
47770         * elf/dl-load.c (_dl_map_object): Use it.
47771         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47773 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47775         [BZ #13872]
47776         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47777         (__ieee754_powl): Saturate large exponents rather than testing for
47778         overflow of y*log2(x).
47779         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47780         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47781         exceptions.
47783         [BZ #11521]
47784         * math/s_ctan.c: Include <float.h>.
47785         (__ctan): Avoid internal overflow or cancellation in calculating
47786         denominator.
47787         * math/s_ctanf.c: Likewise.
47788         * math/s_ctanl.c: Likewise.
47789         * math/s_ctanh.c: Likewise.
47790         * math/s_ctanhf.c: Likewise.
47791         * math/s_ctanhl.c: Likewise.
47792         * math/libm-test.inc (ctan_test): Add more tests.
47793         (ctanh_test): Likewise.
47794         * sysdeps/i386/fpu/libm-test-ulps: Update.
47795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47797 2012-04-09  Andreas Jaeger  <aj@suse.de>
47799         [BZ #6894]
47800         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47801         is an optional BSD extension.
47803         [BZ #10254]
47804         * manual/stdio.texi (Opening Streams): Document additional fopen
47805         parameters.
47807 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47809         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47810         %eax without telling the compiler.
47812 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47814         [BZ # 13963]
47815         * manual/install.texi: Use sourceware.org.
47817 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47819         [BZ #13873]
47820         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47821         (__ieee754_pow): Generate overflow and underflow using huge*huge
47822         and tiny*tiny rather than just returning constant infinity or zero
47823         for large exponents.
47824         * math/libm-test.inc (pow_test): Require overflow exceptions for
47825         applicable cases of large exponents.
47827         [BZ #706]
47828         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47829         (__ieee754_pow): Use iterative multiplication algorithm only for
47830         integer exponents with absolute value below 1024.  Check for odd
47831         integer exponents when using algorithm for real exponents.
47832         * math/libm-test.inc (pow_test): Add more tests.
47833         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47835 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47837         [BZ #13705]
47838         * math/libm-test.inc (exp_test): Do not allow overflow exception
47839         on underflow test.
47841 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47843         [BZ #13705]
47844         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47845         instead of __kernel_standard_f.
47847 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47849         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47850         * sysdeps/x86_64/memset_chk.S: Likewise.
47852 2012-04-08  Andreas Jaeger  <aj@suse.de>
47854         [BZ #10153]
47855         * manual/startup.texi (Environment Access): Describe return value
47856         for putenv and setenv.
47858         [BZ #6895]
47859         * manual/filesys.texi (Directory Entries): Add description for
47860         DT_LNK.
47862         [BZ #6890]
47863         * manual/filesys.texi (Directory Entries): Clarify that it's file
47864         system not operating system in the description of DT_UNKNOWN.
47866         [BZ #6578]
47867         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47869 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47871         [BZ #6649]
47872         * manual/llio.texi (Opening and Closing Files): Add cross
47873         reference to explain mode argument.
47875 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47877         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47878         * sysdeps/x86_64/memset_chk.S: Likewise.
47880 2012-04-07  David S. Miller  <davem@davemloft.net>
47882         * elf/elf.h (R_SPARC_WDISP10): Define.
47883         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47884         R_SPARC_SIZE32.
47885         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47886         R_SPARC_SIZE64 and R_SPARC_H34.
47888 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47890         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47891         conditions and remove no longer applicable assertion.
47893 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47895         * bits/byteswap.h: Include <features.h>.
47896         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47897         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47899 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47901         * bits/byteswap.h (__bswap_16): Removed.
47902         Include <bits/byteswap-16.h> to get __bswap_16.
47903         * sysdeps/i386/bits/byteswap.h: Likewise.
47904         * sysdeps/s390/bits/byteswap.h: Likewise.
47905         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47906         * bits/byteswap-16.h: New file.
47907         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47908         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47909         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47910         * string/Makefile (headers): Add bits/byteswap-16.h.
47912 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47914         [BZ #13895]
47915         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47916         extra indirection.
47917         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47918         * nss/tst-nss-static.c: New.
47920 2012-04-06  Robert Millan  <rmh@gnu.org>
47922         [BZ #6486]
47923         * manual/llio.texi (File Position Primitive): lseek
47924         refers to WHENCE when it really means OFFSET.
47926 2012-04-06  Andreas Jaeger  <aj@suse.de>
47928         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47929         strncmp declarations.
47931         * abilist/libc.abilist: Add __poll and __ppoll.
47933 2012-04-05  David S. Miller  <davem@davemloft.net>
47935         * scripts/check-local-headers.sh: Accept a host triplet in the
47936         path matched by the exclude regexp.
47938         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47939         definition.
47940         * sysdeps/powerpc/powerpc32/dl-machine.h
47941         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47942         * sysdeps/s390/s390-32/dl-machine.h
47943         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47944         * sysdeps/sparc/sparc32/dl-machine.h
47945         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47946         * sysdeps/sparc/sparc64/dl-machine.h
47947         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47949         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47950         lazy binding.
47951         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47952         undefined symbol errors.
47954         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47955         DT_NEEDED entries.
47957 2012-04-05  Michael Matz  <matz@suse.de>
47959         [BZ #13592]
47960         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47962 2012-04-05  Andreas Jaeger  <aj@suse.de>
47964         [BZ #13908]
47965         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47966         comment.
47968 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47970         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47971         which ROUND is no valid rounding mode.
47973 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47975         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47976         read again.
47977         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47979 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47981         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47982         an exception using FPU order intentionally.
47984 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47986         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47987         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47988         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47989         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47991 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47993         [BZ #12340]
47994         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47995         EINVAL when BUFLEN is too smal.
47997 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47999         [BZ #13553]
48000         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
48001         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
48003 2012-04-03  Andreas Jaeger  <aj@suse.de>
48005         [BZ #13938]
48006         * manual/setjmp.texi (System V contexts): Fix sentence.
48008         [BZ #13926]
48009         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
48010         New macro for this case.
48011         [!__GNUC__] (__bswap_64): New inline function for this case.
48012         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48013         * bits/byteswap.h: Likewise.
48014         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
48015         ull, guard with __GLIBC_HAVE_LONG_LONG.
48017         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
48018         __GLIBC_HAVE_LONG_LONG.
48020         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
48021         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
48023 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
48025         [BZ #13691]
48026         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
48027         inptr and inend, rather than using last_ch.
48029 2012-04-02  David S. Miller  <davem@davemloft.net>
48031         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
48032         * stdio-common/printf-parse.h (read_int): Change return type to
48033         'int', return -1 on INT_MAX overflow.
48034         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
48035         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
48036         overflows INT_MAX.  Check for overflow of in-format-string precision
48037         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
48038         SIZE_MAX not INT_MAX for integer overflow test.
48039         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
48040         skip the construct in the format string but do not record anything.
48041         * stdio-common/bug22.c: Adjust to test both width/prevision
48042         INT_MAX overflow as well as total length INT_MAX overflow.  Check
48043         explicitly for proper errno values.
48045 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
48047         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
48048         CHAR_MAX.
48049         * string/test-strcmp.c [! WIDE]: Likewise.
48050         * time/tst-mktime2.c: Likewise for INT_MAX.
48051         * string/test-string.h: #include <sys/param.h> for MIN.
48053         * csu/init-first.c (__libc_init_first): Call __ctype_init.
48054         * sysdeps/i386/init-first.c (init): Likewise.
48055         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
48056         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
48057         * sysdeps/sh/init-first.c (init): Likewise.
48059 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
48061         * po/ru.po: Update from translation team.
48062         * po/vi.po: Likewise.
48064 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
48066         * resolv/nss_dns/dns-host.c: Merge copyright years.
48068 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48070         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48071         Optimize memcpy with prefetch if
48072         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
48073         src, dst pointers have unequal 16 byte alignments.
48075 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
48077         [BZ #13928]
48078         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
48079         from a CNAME entry and return the minimum ttl for the query.
48080         (gaih_getanswer_slice): Likewise.
48082 2012-03-30  Jeff Law  <law@redhat.com>
48084         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
48085         due to long keys.
48086         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
48087         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
48089         * resolv/nss_dns/dns-host.c: Update copyright year.
48091 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
48093         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
48094         requests to save a system call.  Fix check that all bytes are sent.
48096         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
48097         comments for sendmmsg.
48099 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
48101         [BZ #13691]
48102         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
48103         with only 1 character between 0x0041 and 0x01b0.
48104         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
48105         * wcsmbs/tst-mbsnrtowcs.c: New file.
48107 2012-03-29  David S. Miller  <davem@davemloft.net>
48109         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
48110         small copies by hand.
48112 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48114         [BZ #13761]
48115         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
48116         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
48117         group memberships.
48119 2012-03-28  David S. Miller  <davem@davemloft.net>
48121         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
48122         that branches into memcpy.
48123         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
48124         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
48125         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
48126         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
48127         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
48128         bits.
48129         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
48130         implementation too.
48131         * sysdeps/sparc/mempcpy.S: New file.
48133         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
48134         the IFUNC routine in the libc case.
48135         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48137         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
48138         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
48139         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
48140         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
48141         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
48142         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
48143         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
48144         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
48146         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
48147         loop to 256 bytes instead of 64 bytes and fix test signedness.
48149         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
48150         * sysdeps/sparc/sparc32/Makefile: rather than here...
48151         * sysdeps/sparc/sparc64/Makefile: and here.
48153 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
48155         * malloc/mallocbug.c: Avoid warnings about unused variables.
48157 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
48159         [BZ #13760]
48160         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
48161         in the right place. Discard and retry query if response is
48162         larger than input buffer size.
48164 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
48166         [BZ #369]
48167         [BZ #2678]
48168         [BZ #3866]
48169         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
48170         x for large integer exponent.
48171         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
48172         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
48173         sign of result as needed afterwards.
48174         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
48175         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
48176         result for underflowing pow the same as for overflow.
48177         (__kernel_standard_l): Handle powl overflow and underflow here
48178         rather than calling __kernel_standard.
48179         * math/libm-test.inc (pow_test): Add more tests.
48181         [BZ #3868]
48182         [BZ #13879]
48183         [BZ #13910]
48184         [BZ #13911]
48185         [BZ #13912]
48186         [BZ #13913]
48187         [BZ #13915]
48188         [BZ #13916]
48189         [BZ #13917]
48190         [BZ #13918]
48191         [BZ #13919]
48192         [BZ #13920]
48193         [BZ #13921]
48194         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
48195         * sysdeps/ieee754/k_standard.c: Include <float.h>.
48196         (__kernel_standard_l): New function.
48197         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
48198         __kernel_standard.
48199         * math/w_acosl.c (__acosl): Likewise.
48200         * math/w_asinl.c (__asinl): Likewise.
48201         * math/w_atan2l.c (__atan2l): Likewise.
48202         * math/w_atanhl.c (__atanhl): Likewise.
48203         * math/w_coshl.c (__coshl): Likewise.
48204         * math/w_exp10l.c (__exp10l): Likewise.
48205         * math/w_exp2l.c (__exp2l): Likewise.
48206         * math/w_fmodl.c (__fmodl): Likewise.
48207         * math/w_hypotl.c (__hypotl): Likewise.
48208         * math/w_j0l.c (__j0l, __y0l): Likewise.
48209         * math/w_j1l.c (__j1l, __y1l): Likewise.
48210         * math/w_jnl.c (__jnl, __ynl): Likewise.
48211         * math/w_lgammal.c (__lgammal): Likewise.
48212         * math/w_log10l.c (__log10l): Likewise.
48213         * math/w_log2l.c (__log2l): Likewise.
48214         * math/w_logl.c (__logl): Likewise.
48215         * math/w_powl.c (__powl): Likewise.
48216         * math/w_remainderl.c (__remainderl): Likewise.
48217         * math/w_scalbl.c (sysv_scalbl): Likewise.
48218         * math/w_sinhl.c (__sinhl): Likewise.
48219         * math/w_sqrtl.c (__sqrtl): Likewise.
48220         * math/w_tgammal.c (__tgammal): Likewise.
48221         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
48222         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
48223         * math/libm-test.inc (acos_test): Add more tests.
48224         (acosh_test): Likewise.
48225         (asin_test): Likewise.
48226         (atanh_test): Likewise.
48227         (exp_test): Likewise.
48228         (exp10_test): Likewise.
48229         (exp2_test): Likewise.
48230         (expm1_test): Likewise.
48231         (lgamma_test): Likewise.
48232         (log_test): Likewise.
48233         (log10_test): Likewise.
48234         (log1p_test): Likewise.
48235         (log2_test): Likewise.
48236         (pow_test): Do not allow some spurious overflow exceptions.
48237         (sqrt_test): Add more tests.
48238         (tgamma_test): Likewise.
48239         (y0_test): Likewise.
48240         (y1_test): Likewise.
48241         (yn_test): Likewise.
48243 2012-03-27  Anton Blanchard  <anton@samba.org>
48245         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
48246         MAP_HUGETLB.
48247         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48248         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48249         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48251 2012-03-27  David S. Miller  <davem@davemloft.net>
48253         * conform/Makefile: Run run-conformtest.sh using $(BASH).
48255         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
48256         have-as-vis3 check.
48258 2012-03-27  Andreas Jaeger  <aj@suse.de>
48260         * sysdeps/x86_64/elf/configure.in: Moved to ...
48261         * sysdeps/x86_64/configure.in: ... here.
48262         * sysdeps/x86_64/elf/start.S: Moved to ...
48263         * sysdeps/x86_64/start.S: ... here.
48264         * sysdeps/x86_64/elf/configure: Delete.
48266         * sysdeps/x86_64/configure.in: Merge contents from
48267         sysdeps/i386/configure.in (without i686 check).
48269         * sysdeps/i386/elf/Versions: Merge into ...
48270         * sysdeps/i386/Versions: ... this.
48271         * sysdeps/i386/elf/Versions: Delete file.
48272         * sysdeps/i386/elf/start.S: Moved to ...
48273         * sysdeps/i386/start.S: ...here.
48274         * sysdeps/i386/elf/configure.in: Merge into...
48275         * sysdeps/i386/configure.in: ...here.
48276         * sysdeps/i386/elf/configure.in: Delete file.
48277         * sysdeps/i386/elf/configure: Delete file.
48279         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
48280         * debug/backtracesyms.c: ... here.
48281         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
48282         * debug/backtracesymsfd.c: ... here.
48283         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
48284         * sysdeps/generic/ifunc-sel.h: ... here.
48286         * sysdeps/unix/i386/start.c: Delete file.
48287         * sysdeps/unix/sparc/start.c: Delete file.
48288         * sysdeps/unix/start.c: Delete file.
48290         * sysdeps/sh/elf/configure.in: Moved to ...
48291         * sysdeps/sh/configure.in: ... here.
48292         * sysdeps/sh/elf/start.S: Moved to ...
48293         * sysdeps/sh/start.S: ... here.
48294         * sysdeps/sh/elf/configure: Delete file.
48296         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
48297         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
48298         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
48299         * sysdeps/powerpc/powerpc64/entry.h: ... here.
48300         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
48301         * sysdeps/powerpc/powerpc64/start.S: here.
48302         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
48303         * sysdeps/powerpc/powerpc64/Makefile: ... this.
48304         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
48305         * sysdeps/powerpc/powerpc64/configure.in: ... this.
48306         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
48308         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
48309         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
48310         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
48311         * sysdeps/powerpc/powerpc32/start.S: ... here.
48312         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
48313         * sysdeps/powerpc/powerpc32/configure.in: ... this.
48314         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
48316         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
48317         * sysdeps/powerpc/ifunc-sel.h: ... here.
48318         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
48319         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
48321         * sysdeps/sparc/elf/configure.in: Moved to ...
48322         * sysdeps/sparc/configure.in: ... here.
48323         * sysdeps/sparc/elf/configure: Delete file.
48324         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
48325         * sysdeps/sparc/sparc32/start.S: ... here.
48326         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
48327         * sysdeps/sparc/sparc64/start.S: ... here.
48328         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
48329         * sysdeps/sparc/sparc32/Makefile: ... this.
48330         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
48331         * sysdeps/sparc/sparc64/Makefile: ... this.
48333         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
48334         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
48335         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
48336         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
48337         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
48338         * sysdeps/s390/s390-32/setjmp.S: ... here.
48339         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
48340         * sysdeps/s390/s390-32/configure.in: ... here.
48341         * sysdeps/s390/s390-32/elf/configure: Delete file.
48342         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
48343         * sysdeps/s390/s390-32/start.S: ... here.
48345         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
48346         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
48347         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
48348         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
48349         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
48350         * sysdeps/s390/s390-64/setjmp.S: ... here.
48351         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
48352         * sysdeps/s390/s390-64/configure.in: ... here
48353         * sysdeps/s390/s390-64/elf/configure: Delete file.
48354         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
48355         * sysdeps/s390/s390-64/start.S: ... here.
48356         * sysdeps/s390/s390-64/elf/configure: Delete.
48358         * configure.in: Remove support for elf directories in sysdeps.
48360         * configure: Regenerated.
48361         * sysdeps/i386/configure: Regenerated.
48362         * sysdeps/powerpc/powerpc32/configure: Regenerated.
48363         * sysdeps/powerpc/powerpc64/configure: Regenerated.
48364         * sysdeps/s390/s390-32/configure: Regenerated.
48365         * sysdeps/s390/s390-64/configure: Regenerated.
48366         * sysdeps/sh/configure: Regenerated.
48367         * sysdeps/sparc/configure: Regenerated.
48368         * sysdeps/x86_64/configure: Regenerated.
48370 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
48372         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48374         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
48375         denormal result into account.
48377 2012-03-25  Roland McGrath  <roland@hack.frob.com>
48379         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
48380         Reported by Allan McRae <allan@archlinux.org>.
48382 2012-03-23  Jeff Law  <law@redhat.com>
48384         * nss/getnssent.c (__nss_getent): Fix typo.
48386 2012-03-23  David S. Miller  <davem@davemloft.net>
48388         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48390 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
48392         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
48393         to pad to uint64_t for each field.
48394         (dl_tls_index): Replace unsigned long with uint64_t.
48396 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
48397         Paul Pluzhnikov  <ppluzhnikov@google.com>
48399         [BZ #6528]
48400         * grp/Makefile (otherlibs): Don't set it.
48401         * inet/Makefile (otherlibs): Likewise.
48402         * login/Makefile (otherlibs): Likewise.
48403         * nscd/Makefile (otherlibs): Likewise.
48404         * posix/Makefile (otherlibs): Likewise.
48405         * pwd/Makefile (otherlibs): Likewise.
48406         * rt/Makefile (otherlibs): Likewise.
48407         * sunrpc/Makefile (otherlibs): Likewise.
48408         * nss/Makefile (otherlibs): Likewise.
48409         Add libnss_files to routines and static-only-routines.
48410         ($(objpfx)getent): Remove rule.
48411         * resolv/Makefile: Add libnss_dns and libresolv to routines and
48412         static-only-routines.
48414 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48416         [BZ #13892]
48417         * math/s_cexp.c: Include <float.h>.
48418         (__cexp): Handle exp result overflowing not necessarily
48419         overflowing both real and imaginary parts of result.
48420         * math/s_cexpf.c: Likewise.
48421         * math/s_cexpl.c: Likewise.
48422         * math/libm-test.inc (cexp_test): Add more tests.
48423         * sysdeps/i386/fpu/libm-test-ulps: Update.
48424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48426 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48428         * include/link.h (ELFW): New macro.
48429         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
48430         Replace ELF64_R_TYPE with ELFW(R_TYPE).
48432 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48434         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
48435         with uint64_t.
48437 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48439         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
48440         declaration.
48441         (struct La_x32_retval): Likewise.
48443 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48445         * sysdeps/x86_64/preconfigure.in: New file.
48446         * sysdeps/x86_64/preconfigure: New generated file.
48448 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48450         [BZ #13824]
48451         * math/e_exp2l.c: Include <float.h>.
48452         (__ieee754_exp2l): Handle overflow and underflow cases
48453         separately.  Only pass fractional part of argument to
48454         __ieee754_expl.
48455         * math/libm-test.inc (exp2_test): Add more tests.
48457         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
48458         negating x to take absolute value.
48459         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
48460         Likewise.
48461         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
48462         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
48463         Likewise.
48464         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
48465         computing low part if x was negated.
48466         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
48468 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48470         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
48471         la_x32_gnu_pltexit.
48472         (pltexit): Cast int_retval to ptrdiff_t.
48473         * elf/tst-auditmod3b.c: Likewise.
48474         * elf/tst-auditmod4b.c: Likewise.
48475         * elf/tst-auditmod5b.c: Likewise.
48476         * elf/tst-auditmod6b.c: Likewise.
48477         * elf/tst-auditmod6c.c: Likewise.
48478         * elf/tst-auditmod7b.c: Likewise.
48480         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
48481         and x32_gnu_pltexit.
48483         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
48484         __ELF_NATIVE_CLASS.
48485         (La_x32_regs): New macro.
48486         (La_x32_retval): Likewise.
48487         (la_x32_gnu_pltenter): New function prototype.
48488         (la_x32_gnu_pltexit): Likewise.
48490 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
48492         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
48493         exponent.
48495         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48497         * configure.in (libc_cv_cc_nofma): Check for option to disable
48498         generation of FMA instructions.
48499         * configure: Regenerate.
48500         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
48501         * sysdeps/ieee754/dbl-64/Makefile: New file.
48502         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
48503         Remove brandred-fma4.
48504         (CFLAGS-brandred-fma4.c): Remove.
48505         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
48506         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
48507         define.
48508         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
48509         define.
48511 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48513         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48514         LLONG_MAX != LONG_MAX.
48515         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48516         (_fitoa_word): Likewise.
48517         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
48518         LLONG_MAX != LONG_MAX.
48519         * stdio-common/_itowa.h: Include <_itoa.h>.
48520         (_itowa_word): Use _ITOA_WORD_TYPE on value.
48521         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
48522         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
48523         only if not defined.
48524         (_ITOA_WORD_TYPE): Likewise.
48525         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48526         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48528 2012-03-21  David S. Miller  <davem@davemloft.net>
48530         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48532 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48534         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48535         of x86_64 when setting libc_cv_slibdir, libdir and
48536         libc_cv_localedir.
48537         * sysdeps/unix/sysv/linux/configure: Regenerated.
48539 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48541         * manual/lang.texi (Old Varargs): Remove section.
48542         (How Variadic): Update menu.
48543         (va_start): Do not mention varargs.h.
48545 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48546             Joseph Myers  <joseph@codesourcery.com>
48548         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48549         link test.
48550         * configure: Regenerated.
48552 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48554         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48555         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48556         conformtest.pl
48558 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48560         * NOTES: Remove.
48561         * Makefile (files-for-dist): Remove NOTES.
48562         (NOTES): Remove rule.
48563         * README: Don't refer to NOTES.
48564         * manual/creature.texi: Don't include macros.texi.
48565         * manual/intro.texi (creature.texi): Remove comment referring to
48566         NOTES.
48568         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48569         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48570         * configure: Regenerated.
48571         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48572         LIBC_TRY_CC_OPTION.
48573         (libc_cv_as_i686): Likewise.
48574         (libc_cv_cc_avx): Likewise.
48575         (libc_cv_cc_sse2avx): Likewise.
48576         (libc_cv_cc_fma4): Likewise.
48577         (libc_cv_cc_novzeroupper): Likewise.
48578         * sysdeps/i386/configure: Regenerated.
48580         [BZ #13883]
48581         * sysdeps/i386/fpu/s_cexp.S: Remove.
48582         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48583         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48584         * math/libm-test.inc (cexp_test): Add more tests.
48585         * sysdeps/i386/fpu/libm-test-ulps: Update.
48586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48588 2012-03-21  Allan McRae  <allan@archlinux.org>
48590         * timezone/Makefile: Do not install iso3166.tab and zone.tab
48592 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48594         [BZ #13871]
48595         * math/w_exp2.c: Do not include <float.h>.
48596         (o_threshold, u_threshold): Remove.
48597         (__exp2): Calculate result before checking finiteness and calling
48598         __kernel_standard.
48599         * math/w_exp2f.c: Likewise.
48600         * math/w_exp2l.c: Likewise.
48601         * math/libm-test.inc (exp2_test): Require overflow exception for
48602         1e6 input.
48604         [BZ #3866]
48605         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48606         range of signed 64-bit integers before using fistpll.  Remove
48607         checks for whether integers fit in mantissa bits.
48608         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48609         the range of signed 32-bit integers before using fistpl.  Remove
48610         checks for whether integers fit in mantissa bits.
48611         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48612         (__ieee754_powl): Test for y outside the range of signed 64-bit
48613         integers before using fistpll.  Reduce 64-bit values to 63-bit
48614         ones as needed.
48615         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48616         divide-by-zero is raised for zero to large negative powers.
48617         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48618         (__ieee754_powl): Test for y outside the range of signed 64-bit
48619         integers before using fistpll.  Reduce 64-bit values to 63-bit
48620         ones as needed.
48621         * math/libm-test.inc (pow_test): Add more tests.
48623 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48625         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48626         <stdio-common/_itoa.h>.
48627         * debug/segfault.c: Likewise.
48628         * elf/dl-cache.c: Likewise.
48629         * elf/dl-minimal.c: Likewise.
48630         * elf/dl-misc.c: Likewise.
48631         * elf/dl-sysdep.c: Likewise.
48632         * elf/dl-version.c: Likewise.
48633         * elf/rtld.c: Likewise.
48634         * hurd/hurdsock.c: Likewise.
48635         * hurd/lookup-retry.c: Likewise.
48636         * malloc/malloc.c: Likewise.
48637         * malloc/mtrace.c: Likewise.
48638         * nscd/nscd_getgr_r.c: Likewise.
48639         * nscd/nscd_getpw_r.c: Likewise.
48640         * nscd/nscd_getserv_r.c: Likewise.
48641         * posix/getopt_init.c: Likewise.
48642         * posix/wordexp.c: Likewise.
48643         * stdio-common/_itoa.c: Likewise.
48644         * stdio-common/printf_fphex.c: Likewise.
48645         * stdio-common/vfprintf.c: Likewise.
48646         * string/_strerror.c: Likewise.
48647         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48648         * sysdeps/i386/i686/hp-timing.h: Likewise.
48649         * sysdeps/mach/_strerror.c: Likewise.
48650         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48651         * sysdeps/mach/hurd/sethostid.c: Likewise.
48652         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48653         * sysdeps/mach/xpg-strerror.c: Likewise.
48654         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48655         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48656         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48657         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48658         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48659         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48660         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48661         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48662         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48663         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48664         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48665         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48666         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48667         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48668         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48669         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48670         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48671         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48672         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48673         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48674         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48676         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48678         * stdio-common/_itoa.h: Moved to ...
48679         * sysdeps/generic/_itoa.h: Here.
48681         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48683         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48684         instead of "_itoa.h" and "_itowa.h".
48685         * stdio-common/vfprintf.: Likewise.
48687 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48689         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48690         <bits/wordsize.h>.
48691         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48692         (__signbit): Likwise.
48693         (llrintf): Likwise.
48694         (llrint): Likwise.
48696 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48698         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48699         __WORDSIZE != 64.
48701 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48703         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48704         OVERFLOW_EXCEPTION_OK.
48705         * math/libm-test.inc ("Philosophy"): Update comment about
48706         exception testing.
48707         (OVERFLOW_EXCEPTION): Define.
48708         (OVERFLOW_EXCEPTION_OK): Likewise.
48709         (INVALID_EXCEPTION_OK): Renumber.
48710         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48711         (IGNORE_ZERO_INF_SIGN): Likewise.
48712         (test_exceptions): Handle FE_OVERFLOW.
48713         (exp10_test): Expect overflow exceptions.
48714         (exp2_test): Likewise.
48715         (expm1_test): Likewise.
48716         (nextafter_test): Likewise.
48717         (pow_test): Likewise.
48718         (scalbn_test): Likewise.
48719         (scalbln_test): Likewise.
48721 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48723         * sysdeps/x86_64/bits/atomic.h
48724         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48725         64bit integer.
48726         (atomic_exchange_acq): Likewise.
48727         (__arch_exchange_and_add_body): Likewise.
48728         (__arch_add_body): Likewise.
48729         (atomic_add_negative): Likewise.
48730         (atomic_add_zero): Likewise.
48732 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48734         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48735         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48737 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48739         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48740         Check __x86_64__ instead of __WORDSIZE.
48742 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48744         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48746 2012-03-19  David S. Miller  <davem@davemloft.net>
48748         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48750         * sysdeps/sparc/fpu/fenv_private.h: New file.
48751         * sysdeps/sparc/fpu/math_private.h: Use it.
48752         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48753         Remove.
48754         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48755         (libc_feholdexcept_setroundl): Remove.
48756         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48757         Remove.
48758         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48759         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48761 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48763         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48764         int64_t instead of long int.
48765         (INSERT_WORDS64): Likwise.
48767 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48769         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48770         _Unwind_GetCFA return to _Unwind_Ptr first.
48772 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48774         [BZ #13629]
48775         * math/s_clog.c: Include <float.h>.
48776         (__clog): Scale large or subnormal inputs.
48777         * math/s_clogf.c: Likewise.
48778         * math/s_clogl.c: Likewise.
48779         * math/s_clog10.c: Include <float.h>.
48780         (M_LOG10_2): Define.
48781         (__clog10): Scale large or subnormal inputs.
48782         * math/s_clog10f.c: Likewise.
48783         * math/s_clog10l.c: Likewise.
48784         * math/libm-test.inc (clog_test): Add more tests.
48785         (clog10_test): Likewise.
48786         * sysdeps/i386/fpu/libm-test-ulps: Update.
48787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48789         [BZ #11451]
48790         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48791         x and y.
48792         * math/libm-test.inc (atan2_test): Add another test.
48794         * Makerules (common-objdir-compile): Remove.
48795         * sysdeps/unix/Makefile (config-generated): Do not add
48796         $(unix-generated) to variable.
48797         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48798         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48799         Remove rule.
48800         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48801         Likewise.
48802         [generic bits/local_lim.h] (before-compile): Do not append to
48803         variable.
48804         [generic bits/local_lim.h] (common-generated): Likewise.
48805         [generic sys/param.h] (before-compile): Do not append to variable.
48806         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48807         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48808         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48809         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48810         include.
48811         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48812         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48813         [generic sys/param.h] ($(addprefix
48814         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48815         [generic sys/param.h] (common-generated): Do not append to
48816         variable.
48817         [generic sys/param.h] (sysdep_headers): Likewise.
48818         [generic bits/errno.h] (before-compile): Do not append to
48819         variable.
48820         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48821         rule.
48822         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48823         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48824         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48825         [generic bits/errno.h] (common-generated): Do not append to
48826         variable.
48827         [generic bits/ioctls.h] (before-compile): Do not append to
48828         variable.
48829         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48830         rule.
48831         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48832         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48833         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48834         rule.
48835         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48836         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48837         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48838         [generic bits/ioctls.h] (common-generated): Do not append to
48839         variable.
48840         [generic sys/syscall.h] (syscall.h): Remove variable.
48841         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48842         rule.
48843         [generic sys/syscall.h] (before-compile): Do not append to
48844         variable.
48845         [generic sys/syscall.h] (common-generated): Likewise.
48846         * sysdeps/unix/errnos-tmpl.c: Remove file.
48847         * sysdeps/unix/errnos.awk: Likewise.
48848         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48849         * sysdeps/unix/ioctls.awk: Likewise.
48850         * sysdeps/unix/mk-local_lim.c: Likewise.
48851         * sysdeps/unix/snarf-ioctls: Likewise.
48853 2012-03-19  Richard Henderson  <rth@twiddle.net>
48855         * sysdeps/i386/fpu/fenv_private.h: New file.
48856         * sysdeps/i386/fpu/math_private.h: Use it.
48857         (math_opt_barrier, math_force_eval): Remove.
48858         (libc_feholdexcept_setround_53bit): Remove.
48859         (libc_feupdateenv_53bit): Remove.
48860         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48861         (math_opt_barrier, math_force_eval): Remove.
48862         (libc_feholdexcept): Remove.
48863         (libc_feholdexcept_setround): Remove.
48864         (libc_fetestexcept, libc_fesetenv): Remove.
48865         (libc_feupdateenv_test): Remove.
48866         (libc_feupdateenv, libc_feholdsetround): Remove.
48867         (libc_feresetround): Remove.
48869         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48870         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48872         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48873         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48874         (libc_feupdateenv_testl): New.
48875         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48876         (libc_feupdateenv_testf): New.
48877         (libc_feupdateenv): Use libc_feupdateenv_test.
48878         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48879         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48881         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48882         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48883         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48884         (libc_feresetround_noex): New.
48885         (libc_feresetround_noexf): New.
48886         (libc_feresetround_noexl): New.
48887         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48888         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48889         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48890         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48891         SET_RESTORE_ROUND.
48892         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48893         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48894         (__cos): Likewise.
48895         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48896         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48897         SET_RESTORE_ROUND_NOEX.
48898         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48899         SET_RESTORE_ROUND_NOEXF.
48900         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48901         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48902         (libc_feholdsetroundf): New.
48903         (libc_feresetround, libc_feresetroundf): New.
48905         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48906         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48907         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48909         * sysdeps/generic/math_private.h: Include <fenv.h>.
48910         (default_libc_feholdexcept): New.
48911         (default_libc_feholdexcept_setround): New.
48912         (default_libc_fesetenv, default_libc_feupdateenv): New.
48913         (libc_feholdexcept): Only define if undefined.
48914         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48915         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48916         (libc_feholdexcept_setroundl): Likewise.
48917         (libc_feholdexcept_setround_53bit): Likewise.
48918         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48919         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48920         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48921         (libc_feupdateenv_53bit): Likewise.
48922         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48923         (libc_feholdexcept): Convert from macro to inline function.
48924         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48925         (libc_fesetenv, libc_feupdateenv): Likewise.
48927         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48928         not previously defined.
48929         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48930         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48931         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48932         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48933         * sysdeps/ieee754/flt-32/math_private.h: New file.
48934         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48935         math_private.h below SET_FLOAT_WORD.
48936         (__isnan, __isinf_ns, __finite): Remove.
48937         (__isnanf, __isinf_nsf, __finitef): Remove.
48939 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48941         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48943 2012-03-17  David S. Miller  <davem@davemloft.net>
48945         [BZ #6471]
48946         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48947         for 2.16.
48949 2012-03-16  David S. Miller  <davem@davemloft.net>
48951         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48952         warnings.
48954         [BZ #6471]
48955         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48956         properly.
48957         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48958         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48959         sysdep_routines when subdir is sysvipc.
48960         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48961         __getshmlba helper.
48963         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48965 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48967         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48968         [__LP64__].
48970 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48972         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48973         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48974         (__lround): Renamed to ...
48975         (__llround): This.  Replace long int with long long int.
48976         Define lround functions as aliases of llround functions.
48977         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48979 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48981         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48982         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48983         adresses to uintptr_t.  Replace "long int" and "unsigned long
48984         int" with "greg_t" on va_arg.
48986 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48988         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48989         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48991         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48992         Move e_machine check before EI_CLASS check.  Handle x32
48993         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48994         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48995         SKIP_EM_IA_64 and include
48996         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48998         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48999         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
49000         (add_system_dir): New macro.
49002         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
49003         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
49005 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
49007         [BZ #2551]
49008         [BZ #2552]
49009         [BZ #2553]
49010         [BZ #2554]
49011         [BZ #2562]
49012         [BZ #2563]
49013         [BZ #2565]
49014         [BZ #2566]
49015         [BZ #2576]
49016         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
49017         (y0): Likewise.
49018         * math/w_j0f.c (j0f): Likewise.
49019         (y0f): Likewise.
49020         * math/w_j0l.c (__j0l): Likewise.
49021         (__y0l): Likewise.
49022         * math/w_j1.c (j1): Likewise.
49023         (y1): Likewise.
49024         * math/w_j1f.c (j1f): Likewise.
49025         (y1f): Likewise.
49026         * math/w_j1l.c (__j1l): Likewise.
49027         (__y1l): Likewise.
49028         * math/w_jn.c (jn): Likewise.
49029         (yn): Likewise.
49030         * math/w_jnf.c (jnf): Likewise.
49031         (ynf): Likewise.
49032         * math/w_jnl.c (__jnl): Likewise.
49033         (__ynl): Likewise.
49034         * math/libm-test.inc (j0_test): Add more tests.
49035         (j1_test): Likewise.
49036         (jn_test): Likewise.  Add trailing semicolon to existing test.
49037         (y0_test): Likewise.
49038         (y1_test): Likewise.
49039         * sysdeps/i386/fpu/libm-test-ulps: Update.
49040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49042         [BZ #13851]
49043         [BZ #13854]
49044         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
49045         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
49046         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
49047         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
49048         (__tanl): Set errno for infinite argument.
49049         * sysdeps/i386/fpu/mptan.c: Remove.
49050         * sysdeps/i386/fpu/s_tan.S: Likewise.
49051         * sysdeps/i386/fpu/s_tanl.S: Likewise.
49052         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
49053         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
49054         * math/libm-test.inc (tan_test): Add more tests and enable more
49055         tests for double and long double.
49056         * sysdeps/i386/fpu/libm-test-ulps: Update.
49057         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49059 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
49061         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
49062         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
49064 2012-03-16  Roland McGrath  <roland@hack.frob.com>
49066         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
49067         * configure.in: Use it for both main tree and add-ons.
49068         * configure: Regenerated.
49070 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49072         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
49074 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
49076         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
49077         in comment.
49079         [BZ #13851]
49080         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
49081         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
49082         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
49083         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
49084         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
49085         infinite argument.
49086         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
49087         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
49088         != 0 for prec == 2.
49089         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
49090         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
49091         * sysdeps/i386/fpu/s_cosl.S: Likewise.
49092         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
49093         * sysdeps/i386/fpu/s_sinl.S: Likewise.
49094         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
49095         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
49096         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
49097         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
49098         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
49099         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
49100         * math/libm-test.inc (cos_test): Add more tests and enable more
49101         tests for long double.
49102         (sin_test): Likewise.
49103         (sincos_test): Likewise.
49104         * sysdeps/i386/fpu/libm-test-ulps: Update.
49105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49107 2012-03-16  David S. Miller  <davem@davemloft.net>
49109         * sysdeps/sparc/fpu/math_private.h: New file.
49111 2012-03-15  David S. Miller  <davem@davemloft.net>
49113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
49114         file.
49115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
49116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
49117         file.
49118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
49119         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
49120         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
49121         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
49122         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
49123         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
49124         sysdep routines.
49125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
49127         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
49128         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
49130         * sysdeps/sparc/sparc-ifunc.h: New file.
49131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
49132         sparc-ifunc.h
49133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
49134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
49135         Likewise.
49136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
49137         Likewise.
49138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
49139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
49140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
49141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
49142         Likewise.
49143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
49144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
49145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
49146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
49147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
49148         Likewise.
49149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
49150         Likewise.
49151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
49152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
49153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
49154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
49155         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
49156         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
49157         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
49158         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
49159         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
49160         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
49161         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
49162         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
49163         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
49164         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
49165         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
49166         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
49167         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
49168         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
49169         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
49170         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
49171         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
49172         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
49173         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
49174         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
49176 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
49178         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
49179         scaling.
49180         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49182 2012-03-15  Andreas Jaeger  <aj@suse.de>
49184         [BZ #13852]
49185         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
49186         ieee754/flt-32 implementation for sin, cos and sincos.
49187         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
49188         * sysdeps/i386/fpu/s_cosf.S: Likewise.
49189         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
49190         * sysdeps/i386/fpu/s_sinf.S: Likewise.
49191         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
49192         ieee754/flt-32 implementation for tan.
49194         * math/libm-test.inc (cos_test): Enable some large input tests for
49195         float as well
49196         (sin_test): Likewise.
49197         (sincos_test): Likewise.
49198         (tan_test): Add tests for large input.
49200         * sysdeps/i386/fpu/libm-test-ulps: Update.
49202 2012-03-15  Andreas Jaeger  <aj@suse.de>
49204         [BZ #13658]
49205         * math/libm-test.inc (cos_test): Add more test cases.
49206         (sin_test): Likewise.
49207         (sincos_test): Likewise.
49209 2012-03-15  Andreas Jaeger  <aj@suse.de>
49211         [BZ #13837]
49212         * math/libm-test.inc (cos_test): Add a test case for large input
49213         value.
49214         (sin_test): Likewise.
49215         (sincos_test): Likewise.
49217 2012-03-15  Andreas Jaeger  <aj@suse.de>
49218             Joseph Myers  <joseph@codesourcery.com>
49220         [BZ #13658]
49221         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
49222         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
49223         * sysdeps/i386/fpu/branred.c: Likewise.
49224         * sysdeps/i386/fpu/dosincos.c: Likewise.
49225         * sysdeps/i386/fpu/mpa.c: Likewise.
49226         * sysdeps/i386/fpu/s_cos.S: Likewise.
49227         * sysdeps/i386/fpu/s_sin.S: Likewise.
49228         * sysdeps/i386/fpu/s_sincos.S: Likewise.
49229         * sysdeps/i386/fpu/sincos32.c: Likewise.
49231         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
49232         Define.
49233         (libc_feupdateenv_53bit): Define.
49234         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
49235         Define.
49236         (libc_feupdateenv_53bit): Define.
49238         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
49239         53 bit (without extend i386 double precision).
49241         * math/libm-test.inc (sincos_test): Add tests for large input.
49242         (sin): Likewise.
49243         (cos): Likewise.
49245         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
49247 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
49249         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49251 2012-03-15  David S. Miller  <davem@davemloft.net>
49253         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
49254         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
49255         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
49256         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
49257         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
49258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
49259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
49260         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
49261         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
49262         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
49263         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
49264         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
49265         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
49266         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
49267         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
49268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
49269         file.
49270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
49271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
49272         file.
49273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
49274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
49275         file.
49276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
49277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
49278         file.
49279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
49280         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
49281         fmin/fmax sysdep routines.
49282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
49284 2012-03-14  David S. Miller  <davem@davemloft.net>
49286         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
49287         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
49288         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
49289         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
49290         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
49291         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
49292         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
49293         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
49294         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
49295         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
49296         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
49297         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
49298         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
49299         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
49300         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
49301         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
49302         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
49303         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
49304         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
49305         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
49306         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
49307         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
49308         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
49309         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
49310         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
49311         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
49312         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
49313         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
49314         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
49315         routines.
49316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
49317         file.
49318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
49319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
49320         file.
49321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
49322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
49323         file.
49324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
49325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
49326         file.
49327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
49328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
49329         file.
49330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
49331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
49332         file.
49333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
49334         file.
49335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
49336         file.
49337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
49338         file.
49339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
49340         New file.
49341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
49342         file.
49343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
49344         file.
49345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
49346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
49347         file.
49348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
49349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
49350         file.
49351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
49352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
49353         file.
49354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
49355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
49356         VIS3 routines.
49358         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
49359         New file.
49361         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49363         * sysdeps/sparc/configure.in: New file.
49364         * sysdeps/sparc/configure: Generate.
49365         * configure.in (libc_cv_sparc_as_vis3): Substitute.
49366         * configure: Regenerate.
49367         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
49368         * config.make.in (have-as-vis3): New.
49369         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
49370         available use -Av9d instead of -Av9a.
49371         * sysdeps/sparc/sparc64/Makefile: Likewise.
49372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
49373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
49374         New file.
49375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
49376         file.
49377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
49378         New file.
49379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
49380         file.
49381         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
49382         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
49383         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
49384         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
49385         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
49387         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
49388         fzeros/fnegs to load 0x80000000 into a float register instead of
49389         using the stack.
49390         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
49392 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49394         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49395         bits/syscall.h.
49396         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
49397         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
49398         ($(inst_includedir)/bits/syscall.h): Remove rule.
49399         ($(objpfx)bits/syscall.d): Include instead of
49400         $(objpfx)syscall-list.d.
49401         (generated): Change syscall-list.h and syscall-list.d to
49402         bits/syscall.h and bits/syscall.d.
49404 2012-03-14  Roland McGrath  <roland@hack.frob.com>
49406         [BZ #13846]
49407         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
49409 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49411         [BZ #13841]
49412         * math/s_csqrt.c: Include <float.h>.
49413         (__csqrt): Scale large or subnormal inputs.
49414         * math/s_csqrtf.c: Likewise.
49415         * math/s_csqrtl.c: Likewise.
49416         * math/libm-test.inc (csqrt_test): Add more tests.
49417         * sysdeps/i386/fpu/libm-test-ulps: Update.
49418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49420         [BZ #13840]
49421         * math/libm-test.inc (hypot_test): Add more tests.
49423 2012-03-13  David S. Miller  <davem@davemloft.net>
49425         [BZ #13840]
49426         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
49427         double-precision for the calculation instead of scaling.
49429 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
49431         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
49432         manipulate bits before adding and subtracting TWO52[sx].
49433         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
49434         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
49435         Likewise.
49436         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
49438 2012-03-13  David S. Miller  <davem@davemloft.net>
49440         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
49441         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
49442         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
49443         rtld-global-offsets.h
49444         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49446         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
49447         large parameters.
49449         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
49451         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
49452         'err' in the ifdef scope in which it is actually used.
49454         * nss/nss_db/db-init.c: Include string.h
49456 2012-03-12  David S. Miller  <davem@davemloft.net>
49458         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
49459         masking out of the most significant byte of random value used.
49460         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49461         Fix coding style in previous change.
49463         * sysdeps/unix/sysv/linux/kernel-features.h
49464         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
49465         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
49466         expression.
49467         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
49468         later.
49470 2012-03-11  David S. Miller  <davem@davemloft.net>
49472         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49473         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
49474         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
49475         for 'resultvar' otherwise things get truncated on 64-bit.
49477         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49478         Fix masking out of the most significant byte of random value used.
49480         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49482 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
49484         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49486 2012-03-09  David S. Miller  <davem@davemloft.net>
49488         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
49489         variables with appropriate CPP guards.
49490         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
49491         from the frame pointer, not the stack pointer.  Correct layout
49492         comments.  Fix test on resulting framesize and the management of
49493         the outregs buffer for pltexit.  Preserve floating point return
49494         values across _dl_call_pltexit call.
49495         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
49496         framesize and the management of the outregs buffer for pltexit.
49497         Preserve floating point return values across _dl_call_pltexit
49498         call.
49499         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
49500         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
49501         (la_sparc64_gnu_pltexit): New functions.
49502         (print_exit): Fix format string for return register value.
49504 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
49506         * sunrpc/Makefile (others): Add rpcgen.
49507         ($(objpfx)rpcgen): Remove special build rule and dependency on
49508         libc.
49509         * sunrpc/rpcgen.c: New file.
49511 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49513         [BZ #13673]
49514         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
49515         * stdio-common/bug-vfprintf-nargs.c: Likewise.
49516         * sysdeps/i386/crti.S: Likewise.
49517         * sysdeps/i386/crtn.S: Likewise.
49518         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
49519         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49520         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49521         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49522         * sysdeps/sh/crti.S: Likewise.
49523         * sysdeps/sh/crtn.S: Likewise.
49524         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49526         [BZ #13673]
49527         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49528         with URL.
49529         * locale/programs/locfile-kw.gperf: Likewise.
49530         * locale/programs/charmap-kw.h: Regenerated.
49531         * locale/programs/locfile-kw.h: Likewise.
49533         [BZ #13673]
49534         * intl/plural.y: Replace FSF snail mail address with URL.
49535         * intl/plural.c: Regenerated.
49537 2012-03-09  Richard Henderson  <rth@twiddle.net>
49539         * include/math_private.h: Remove file.
49540         * math/math_private.h: Move file ...
49541         * sysdeps/generic/math_private.h: ... here.
49543         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49544         * sysdeps/powerpc/fpu/math_private.h: Likewise.
49545         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49547         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
49548         and <math_private.h>.
49549         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49550         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49551         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49552         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49553         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49554         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49555         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49556         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49557         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49558         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49559         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49560         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49561         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49562         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49563         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49564         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49565         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49566         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49567         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49568         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49569         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49570         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49571         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49572         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49573         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49574         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49575         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49576         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49577         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49578         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49579         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49580         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49581         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49582         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49583         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49584         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49585         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49586         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49587         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49588         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49589         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49590         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49591         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49592         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49593         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49594         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49595         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49596         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49597         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49598         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49599         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49600         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49601         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49602         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49603         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49604         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49605         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49606         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49607         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49608         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49609         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49610         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49611         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49612         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49613         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49614         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49615         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49616         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49617         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49618         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49619         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49620         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49621         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49622         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49623         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49624         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49625         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49626         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49627         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49628         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49629         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49630         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49631         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49632         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49633         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49634         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49635         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49636         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49637         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49638         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49639         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49640         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49641         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49642         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49643         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49644         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49645         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49646         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49647         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49648         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49649         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49650         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49651         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49652         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49653         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49654         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49655         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49656         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49657         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49658         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49659         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49660         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49661         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49662         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49663         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49664         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49665         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49666         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49667         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49668         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49669         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49670         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49671         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49672         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49673         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49674         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49675         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49676         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49677         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49678         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49679         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49680         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49681         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49682         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49683         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49684         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49685         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49686         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49687         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49688         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49689         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49690         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49691         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49692         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49693         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49694         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49695         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49696         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49697         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49698         * sysdeps/ieee754/k_standard.c: Likewise.
49699         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49700         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49701         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49702         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49703         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49704         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49705         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49706         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49707         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49708         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49709         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49710         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49711         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49712         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49713         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49714         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49715         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49716         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49717         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49718         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49719         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49720         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49721         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49722         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49723         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49724         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49725         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49726         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49727         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49728         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49729         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49730         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49731         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49732         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49733         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49734         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49735         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49736         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49737         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49738         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49739         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49740         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49741         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49742         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49743         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49744         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49745         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49746         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49747         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49748         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49749         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49750         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49751         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49752         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49753         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49754         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49755         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49756         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49757         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49758         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49759         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49760         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49761         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49762         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49763         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49764         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49765         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49766         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49767         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49768         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49769         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49770         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49771         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49772         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49773         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49774         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49775         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49776         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49777         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49778         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49779         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49780         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49781         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49782         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49783         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49784         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49785         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49786         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49787         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49788         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49789         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49790         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49791         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49792         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49793         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49794         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49795         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49796         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49797         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49798         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49799         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49800         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49801         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49802         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49803         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49804         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49805         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49806         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49807         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49808         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49809         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49810         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49811         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49812         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49813         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49814         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49815         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49816         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49817         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49818         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49819         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49820         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49821         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49822         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49823         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49824         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49825         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49826         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49827         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49828         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49829         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49830         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49831         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49832         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49833         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49834         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49835         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49836         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49837         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49838         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49839         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49840         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49841         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49842         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49843         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49844         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49845         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49846         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49847         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49848         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49849         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49850         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49851         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49852         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49853         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49854         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49855         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49856         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49857         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49858         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49859         * sysdeps/ieee754/s_lib_version.c: Likewise.
49860         * sysdeps/ieee754/s_matherr.c: Likewise.
49861         * sysdeps/ieee754/s_signgam.c: Likewise.
49862         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49863         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49864         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49865         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49866         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49867         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49868         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49869         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49870         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49871         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49872         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49873         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49874         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49875         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49876         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49877         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49878         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49879         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49880         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49881         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49882         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49884 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49886         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49887         * sunrpc/rpc_main.c: Likewise.
49888         * sunrpc/rpc_svcout.c: Likewise.
49890 2012-03-09  David S. Miller  <davem@davemloft.net>
49892         * include/math_private.h: New file.
49894 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49896         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49897         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49898         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49899         from <bits/socket_type.h>.
49900         (enum __socket_type): Don't define here.
49901         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49902         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49903         bits/socket_type.h.
49905         [BZ #13566]
49906         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49907         checking __USE_GNU.
49909         * Makerules ($(inst_includedir)/%.h): New rule.
49910         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49911         (install-others): Remove variable setting.
49912         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49914 2012-03-08  Richard Henderson  <rth@twiddle.net>
49916         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49917         from macro to inline function; merge with the
49918         !__LIBC_INTERNAL_MATH_INLINES version.
49919         (__ieee754_sqrtf): Likewise.
49921         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49922         to inline function.
49923         (__rintf, __floor, __floorf): Likewise.
49925         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49926         macro to inline function.
49927         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49929         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49930         not <math/math_private.h>.
49932 2012-03-08  David S. Miller  <davem@davemloft.net>
49934         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49935         copyright year.
49936         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49938 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49940         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49941         normalization.
49942         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49943         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49945 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49947         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49948         be defined individually, they must be defined as a block.  Define
49949         S for printing a string instead of hidint the different by using a
49950         macro for adding the 'l'.
49951         * stdio-common/tst-fphex-wide.c: Adjust.
49953 2012-03-07  Marek Polacek  <polacek@redhat.com>
49955         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49957 2012-03-08  Marek Polacek  <polacek@redhat.com>
49959         [BZ #13806]
49960         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49961         * stdio-common/tst-fphex.c: Define a few macros to make the
49962         test reusable.  Use them.
49963         * stdio-common/tst-fphex-wide.c: New file.
49965 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49967         [BZ #6911]
49968         * manual/macros.texi (gnusystems): New macro.
49969         (nongnusystems): Likewise.
49970         (gnulinuxhurdsystems): Likewise.
49971         (gnuhurdsystems): Likewise..
49972         (gnulinuxsystems): Likewise.
49973         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49974         variants of the GNU system, not "GNU system".
49975         * manual/conf.texi: Likewise.
49976         * manual/errno.texi: Likewise.  Update example of errno macro
49977         expansion.
49978         * manual/filesys.texi: Likewise.
49979         (getumask): Document as specific to GNU/Hurd.
49980         * manual/install.texi: Likewise.  Reword some references to
49981         GNU/Linux.
49982         * manual/intro.texi: Likewise.
49983         * manual/io.texi: Likewise.
49984         (File Name Portability): Detail which constraints are inapplicable
49985         to all GNU systems and which are only inapplicable to GNU/Hurd.
49986         * manual/job.texi: Likewise.
49987         * manual/llio.texi: Likewise.
49988         (O_NOCTTY): Document as present on GNU/Linux.
49989         * manual/maint.texi: Likewise.
49990         * manual/memory.texi: Likewise.
49991         * manual/pattern.texi: Likewise.
49992         * manual/pipe.texi: Likewise.
49993         * manual/process.texi: Likewise.
49994         * manual/resource.texi: Likewise.
49995         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49996         child on GNU/Hurd.
49997         * manual/setjmp.texi: Likewise.
49998         * manual/signal.texi: Likewise.
49999         * manual/startup.texi: Likewise.
50000         * manual/stdio.texi: Likewise.
50001         * manual/terminal.texi: Likewise.
50002         (ONLCR): Document as POSIX.
50003         (OXTABS): Document availability on GNU/Linux as XTABS.
50004         (ONOEOT): Document availability separately from other bits.
50005         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
50006         * manual/time.texi: Likewise.
50007         * manual/users.texi: Likewise.
50008         * INSTALL: Regenerated.
50009         * sysdeps/gnu/errlist.c: Regenerated.
50011         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
50012         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
50013         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
50014         puts.
50015         * configure: Regenerated.
50017 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
50019         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
50020         default includes instead of AC_HEADER_CHECK.
50021         * sysdeps/i386/configure: Regenerated.
50023         [BZ #10716]
50024         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
50025         * math/s_cacoshf.c (__cacoshf): Likewise.
50026         * math/s_cacoshl.c (__cacoshl): Likewise.
50027         * math/s_casinh.c (__casinh): Set signs of result from argument.
50028         * math/s_casinhf.c (__casinhf): Likewise.
50029         * math/s_casinhl.c (__casinhl): Likewise.
50030         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
50031         (casinh_test): Add more tests.
50032         * sysdeps/i386/fpu/libm-test-ulps: Update.
50033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50035 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
50037         * po/zh_TW.po: Update from translation team.
50039         * login/Makefile (distribute): Remove variable.
50040         * catgets/Makefile: Likewise.
50041         * mach/Makefile: Likewise.
50042         * malloc/Makefile: Likewise.
50043         * misc/Makefile: Likewise.
50044         * iconv/Makefile: Likewise.
50045         * nscd/Makefile: Likewise.
50046         * hurd/Makefile: Likewise.
50047         * manual/Makefile: Likewise.
50048         * locale/Makefile: Likewise.
50049         * intl/Makefile: Likewise.
50050         * conform/Makefile: Likewise.
50051         * nss/Makefile: Likewise.
50052         * time/Makefile: Likewise.
50053         * soft-fp/Makefile: Likewise.
50054         * dirent/Makefile: Likewise.
50055         * gmon/Makefile: Likewise.
50056         * po/Makefile: Likewise.
50057         * rt/Makefile: Likewise.
50058         * socket/Makefile: Likewise.
50059         * math/Makefile: Likewise.
50060         * signal/Makefile: Likewise.
50061         * debug/Makefile: Likewise.
50062         * elf/Makefile: Likewise.
50063         * timezone/Makefile: Likewise.
50064         * stdlib/Makefile: Likewise.
50065         * iconvdata/Makefile: Likewise.
50066         * sunrpc/Makefile: Likewise.
50067         * io/Makefile: Likewise.
50068         * argp/Makefile: Likewise.
50069         * inet/Makefile: Likewise.
50070         * hesiod/Makefile: Likewise.
50071         * grp/Makefile: Likewise.
50072         * csu/Makefile: Likewise.
50073         * wctype/Makefile: Likewise.
50074         * crypt/Makefile: Likewise.
50075         * libio/Makefile: Likewise.
50076         * string/Makefile: Likewise.
50077         * nis/Makefile: Likewise.
50078         * resolv/Makefile: Likewise.
50079         * stdio-common/Makefile: Likewise.
50080         * wcsmbs/Makefile: Likewise.
50081         * dlfcn/Makefile: Likewise.
50082         * posix/Makefile: Likewise.
50084         [BZ #6959]
50085         * timezone/Makefile: Don't install timezone files, just the programs
50086         and scripts.
50088 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
50090         * nss/databases.def: Add missing gshadow entry.
50092         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
50094 2012-03-06  Marek Polacek  <polacek@redhat.com>
50096         [BZ #13726]
50097         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
50098         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
50099         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
50100         * stdio-common/tst-long-dbl-fphex.c: New file.
50102 2012-03-06  David S. Miller  <davem@davemloft.net>
50104         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50105         (set_obp_int): New function.
50106         (get_obp_int): New function.
50107         (__get_clockfreq_via_dev_openprom): Likewise.
50108         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
50109         Avoid unused variable warnings on 'val' and use builtin_expect.
50110         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
50111         __builtin_expect.
50112         (INLINE_CLONE_SYSCALL): Likewise.
50114 2012-03-05  David S. Miller  <davem@davemloft.net>
50116         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50118 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
50120         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50122         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
50123         only for |x| >= 40.
50124         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50126 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
50128         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
50129         Replace gettimeofday with __vdso_gettimeofday.
50131         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50132         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
50133         __vdso_clock_gettime and __vdso_getcpu.
50135         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
50136         time with __vdso_time.
50138 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
50140         * manual/lang.texi (size_t): Note types to which size_t may be
50141         equivalent with the GNU C Library, but do not describe when
50142         differences between them are significant.
50144 2012-03-05  Andreas Jaeger  <aj@suse.de>
50146         * sysdeps/i386/fpu/libm-test-ulps: Update.
50148 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
50150         [BZ #3976]
50151         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
50152         (__ieee754_pow): Save and restore rounding mode and use
50153         round-to-nearest for main computations.
50154         * math/libm-test.inc (pow_test_tonearest): New function.
50155         (pow_test_towardzero): Likewise.
50156         (pow_test_downward): Likewise.
50157         (pow_test_upward): Likewise.
50158         (main): Call the new functions.
50159         * sysdeps/i386/fpu/libm-test-ulps: Update.
50160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50162         [BZ #3976]
50163         * math/libm-test.inc (cosh_test_tonearest): New function.
50164         (cosh_test_towardzero): Likewise.
50165         (cosh_test_downward): Likewise.
50166         (cosh_test_upward): Likewise.
50167         (sinh_test_tonearest): Likewise.
50168         (sinh_test_towardzero): Likewise.
50169         (sinh_test_downward): Likewise.
50170         (sinh_test_upward): Likewise.
50171         (main): Call the new functions.
50172         * sysdeps/i386/fpu/libm-test-ulps: Update.
50173         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50175 2012-03-05  Tom de Vries  <tom@codesourcery.com>
50177         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
50178         default stack guard is set in last bytes.
50179         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
50181 2012-03-05  Kees Cook  <keescook@chromium.org>
50183         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
50185         [BZ #13656]
50186         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
50187         possibly allocate from heap instead of stack.
50188         * stdio-common/bug-vfprintf-nargs.c: New file.
50189         * stdio-common/Makefile (tests): Add nargs overflow test.
50191 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
50193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50195 2012-03-03  Marek Polacek  <polacek@redhat.com>
50197         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
50198         * math/math_private.h: Likewise.
50199         * stdlib/tst-strtod.c: Likewise.
50200         * sysdeps/i386/i486/bits/atomic.h: Likewise.
50201         * sysdeps/x86_64/bits/atomic.h: Likewise.
50203 2012-03-02  David S. Miller  <davem@davemloft.net>
50205         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
50206         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
50207         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
50208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
50209         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
50210         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
50211         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
50212         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
50214 2012-03-02  Roland McGrath  <roland@hack.frob.com>
50216         [BZ #13792]
50217         * manual/examples/README: New file, says the example source files
50218         can be used under GPL>=2.
50219         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
50220         line containing just "*/".
50221         * manual/examples/add.c: Add copyright header (GPL>=2).
50222         * manual/examples/argp-ex1.c: Likewise.
50223         * manual/examples/argp-ex2.c: Likewise.
50224         * manual/examples/argp-ex3.c: Likewise.
50225         * manual/examples/argp-ex4.c: Likewise.
50226         * manual/examples/atexit.c: Likewise.
50227         * manual/examples/db.c: Likewise.
50228         * manual/examples/dir.c: Likewise.
50229         * manual/examples/dir2.c: Likewise.
50230         * manual/examples/execinfo.c: Likewise.
50231         * manual/examples/filecli.c: Likewise.
50232         * manual/examples/filesrv.c: Likewise.
50233         * manual/examples/fmtmsgexpl.c: Likewise.
50234         * manual/examples/genpass.c: Likewise.
50235         * manual/examples/inetcli.c: Likewise.
50236         * manual/examples/inetsrv.c: Likewise.
50237         * manual/examples/isockad.c: Likewise.
50238         * manual/examples/longopt.c: Likewise.
50239         * manual/examples/memopen.c: Likewise.
50240         * manual/examples/memstrm.c: Likewise.
50241         * manual/examples/mkfsock.c: Likewise.
50242         * manual/examples/mkisock.c: Likewise.
50243         * manual/examples/mygetpass.c: Likewise.
50244         * manual/examples/pipe.c: Likewise.
50245         * manual/examples/popen.c: Likewise.
50246         * manual/examples/rprintf.c: Likewise.
50247         * manual/examples/search.c: Likewise.
50248         * manual/examples/select.c: Likewise.
50249         * manual/examples/setjmp.c: Likewise.
50250         * manual/examples/sigh1.c: Likewise.
50251         * manual/examples/sigusr.c: Likewise.
50252         * manual/examples/stpcpy.c: Likewise.
50253         * manual/examples/strdupa.c: Likewise.
50254         * manual/examples/strftim.c: Likewise.
50255         * manual/examples/strncat.c: Likewise.
50256         * manual/examples/subopt.c: Likewise.
50257         * manual/examples/swapcontext.c: Likewise.
50258         * manual/examples/termios.c: Likewise.
50259         * manual/examples/testopt.c: Likewise.
50260         * manual/examples/testpass.c: Likewise.
50261         * manual/examples/timeval_subtract.c: Likewise.
50263         [BZ #13792]
50264         * manual/time.texi (Elapsed Time): Move timeval_subtract example
50265         function to ...
50266         * manual/timeval_subtract.c.texi: ... here, new file.
50268 2012-03-02  David S. Miller  <davem@davemloft.net>
50270         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
50272 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
50274         [BZ #3976]
50275         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
50276         (__sin): Save and restore rounding mode and use round-to-nearest
50277         for all computations.
50278         (__cos): Save and restore rounding mode and use round-to-nearest
50279         for all computations.
50280         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
50281         <fenv.h>.
50282         (tan): Save and restore rounding mode and use round-to-nearest for
50283         all computations.
50284         * math/libm-test.inc (cos_test_tonearest): New function.
50285         (cos_test_towardzero): Likewise.
50286         (cos_test_downward): Likewise.
50287         (cos_test_upward): Likewise.
50288         (sin_test_tonearest): Likewise.
50289         (sin_test_towardzero): Likewise.
50290         (sin_test_downward): Likewise.
50291         (sin_test_upward): Likewise.
50292         (tan_test_tonearest): Likewise.
50293         (tan_test_towardzero): Likewise.
50294         (tan_test_downward): Likewise.
50295         (tan_test_upward): Likewise.
50296         (main): Call the new functions.
50297         * sysdeps/i386/fpu/libm-test-ulps: Update.
50298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50300         [BZ #10135]
50301         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
50302         small n, then large n, before computing and testing k+n.
50303         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
50304         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
50305         Likewise.
50306         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
50307         Likewise.
50308         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
50309         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
50310         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
50311         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
50312         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
50313         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
50314         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
50315         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
50316         * math/libm-test.inc (scalbn_test): Add more tests.
50317         (scalbln_test): Likewise.
50319         * manual/filesys.texi (mode_t): Describe constraints on size and
50320         signedness, not exact equivalence to a particular type.
50321         (ino_t): Likewise.
50322         (ino64_t): Likewise.
50323         (dev_t): Likewise.
50324         (nlink_t): Likewise.
50325         (blkcnt_t): Likewise.
50326         (blkcnt64_t): Likewise.
50327         * manual/llio.texi (off_t): Likewise.
50329         [BZ #3976]
50330         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
50331         (__ieee754_exp): Save and restore rounding mode and use
50332         round-to-nearest for all computations.
50333         * math/libm-test.inc (exp_test_tonearest): New function.
50334         (exp_test_towardzero): Likewise.
50335         (exp_test_downward): Likewise.
50336         (exp_test_upward): Likewise.
50337         (main): Call the new functions.
50338         * sysdeps/i386/fpu/libm-test-ulps: Update.
50339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50341 2012-03-01  Chris Demetriou  <cgd@google.com>
50343         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
50344         have predictable order.
50346 2012-03-01  David S. Miller  <davem@davemloft.net>
50348         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
50350         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
50351         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
50352         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
50353         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
50355         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
50356         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
50357         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
50358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
50359         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
50360         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
50361         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
50362         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
50363         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
50365         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50367         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
50368         * sysdeps/sparc/fpu/libm-test-ulps: to here.
50369         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
50371         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
50372         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50373         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50374         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
50375         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
50376         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
50377         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
50378         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50379         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50380         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
50381         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
50382         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50383         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50384         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50385         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50386         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50387         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
50388         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
50389         * sysdeps/sparc/elf/configure: Regenerated.
50391 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
50393         * configure.in (AS, LD): Require binutils 2.20 or later.
50394         * configure: Regenerated.
50395         * manual/install.texi (Tools for Compilation): Give binutils 2.20
50396         as required minimum version.
50397         * INSTALL: Regenerated.
50399         [BZ #2541]
50400         [BZ #4108]
50401         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
50402         before squaring exponent.
50403         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
50404         bottom long double and 27 bits of top long double before squaring
50405         exponent.
50406         * math/libm-test.inc (erfc_test): Add more tests.
50407         * sysdeps/i386/fpu/libm-test-ulps: Update.
50408         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50411 2012-03-01  Kai Tietz  <ktietz@redhat.com>
50413         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
50414         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
50415         containing bit-fields.
50416         * soft-fp/extended.h (_FP_UNION_E): Likewise.
50417         * soft-fp/single.h (_FP_UNION_S): Likewise.
50418         * soft-fp/double.h (_FP_UNION_D): Likewise.
50420 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50422         [BZ #13786]
50423         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
50424         not include ../strcmp.S.
50425         [USE_AS_STRNCASECMP_L]: Likewise.
50426         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
50427         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
50428         * sysdeps/i386/i686/multiarch/strncase_l-c.c
50429         (__strncasecmp_l_ia32): Define as alias to
50430         __strncasecmp_l_nonascii.
50432         [BZ #5794]
50433         * math/libm-test.inc (expm1_test): Add test for bug 5794.
50434         * sysdeps/i386/fpu/libm-test-ulps: Update.
50435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50437         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
50438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50440 2012-02-29  Jeff Law  <law@redhat.com>
50442         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
50443         out of bounds read.
50445 2012-02-29  Marek Polacek  <polacek@redhat.com>
50447         [BZ #13706]
50448         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
50449         * elf/Makefile: Add rules to run tst-unused-dep.out.
50451 2012-02-28  David S. Miller  <davem@davemloft.net>
50453         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
50454         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
50455         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
50456         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
50457         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
50458         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
50460 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50462         * math/libm-test.inc (llround_test): Move one test from
50463         lround_test.  Use TEST_f_L in moved test.
50464         (lround_test): Move misplaced test to llround_test.  Add testcase
50465         from bug 2561.
50467 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
50469         * sysdeps/x86_64/fpu/e_expf.S: New file.
50470         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
50472 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
50474         [BZ #13637]
50475         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
50476         of remain_len that may cause incomplete multi-byte character and
50477         false match.
50478         * posix/bug-regex33.c: New file.
50479         * posix/Makefile (tests): Add bug-regex33.
50481 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
50483         * manual/macros.texi: New file.
50484         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
50485         * manual/libc.texinfo: Include macros.texi.
50486         * manual/creatute.texi: Likewise.
50487         * manual/install.texi: Likewise.
50488         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
50489         @glibcadj{} in references to the GNU C Library.
50490         * manual/charset.texi: Likewise.
50491         * manual/conf.texi: Likewise.
50492         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
50493         when not using those macros.
50494         * manual/creature.texi: Likewise.
50495         * manual/crypt.texi: Likewise.
50496         * manual/errno.texi: Likewise.
50497         * manual/filesys.texi: Likewise.
50498         * manual/header.texi: Likewise.
50499         * manual/install.texi: Likewise.
50500         * manual/intro.texi: Likewise.
50501         * manual/io.texi: Likewise.
50502         * manual/job.texi: Likewise.
50503         * manual/lang.texi: Likewise.
50504         * manual/libc.texiinfo: Likewise.
50505         * manual/llio.texi: Likewise.
50506         * manual/locale.texi: Likewise.
50507         * manual/maint.texi: Likewise.
50508         * manual/math.texi: Likewise.
50509         * manual/memory.texi: Likewise.
50510         * manual/message.texi: Likewise.
50511         * manual/nss.texi: Likewise.
50512         * manual/pattern.texi: Likewise.
50513         * manual/process.texi: Likewise.
50514         * manual/resource.texi: Likewise.
50515         * manual/search.texi: Likewise.
50516         * manual/setjmp.texi: Likewise.
50517         * manual/signal.texi: Likewise.
50518         * manual/socket.texi: Likewise.
50519         * manual/startup.texi: Likewise.
50520         * manual/stdio.texi: Likewise.
50521         * manual/string.texi: Likewise.
50522         * manual/sysinfo.texi: Likewise.
50523         * manual/syslog.texi: Likewise.
50524         * manual/terminal.texi: Likewise.
50525         * manual/time.texi: Likewise.
50526         * manual/users.texi: Likewise.
50527         * INSTALL: Regenerated.
50528         * NOTES: Regenerated.
50529         * sysdeps/gnu/errlist.c: Regenerated.
50531 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
50533         * include/dirent.h: Include <dirstream.h> before
50534         <dirent/dirent.h>.
50536 2012-02-28  David S. Miller  <davem@davemloft.net>
50538         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50539         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50540         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50541         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50543 2012-02-27  David S. Miller  <davem@davemloft.net>
50545         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50546         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50547         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50548         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50551         frame pointer instead of stack pointer relative arg slot.
50552         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50553         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50554         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50556 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
50558         [BZ #3992]
50559         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50561 2012-02-27  David S. Miller  <davem@davemloft.net>
50563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50565         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50566         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50567         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50568         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50569         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50570         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50572 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50574         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50575         later.  Allow versions 5-9.
50576         * configure: Regenerated.
50577         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50578         required minimum version and 4.6 as recommended version.  Do not
50579         mention bugs in GCC 2.7 and 2.8.
50580         * INSTALL: Regenerated.
50582 2012-02-27  David S. Miller  <davem@davemloft.net>
50584         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50585         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50586         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50587         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50588         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50589         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50590         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50591         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50593         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50594         manipulate bits before adding and subtracting TWO112[sx].
50595         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50597 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50599         [BZ #13775]
50600         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50601         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50602         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50603         being in POSIX, because they are in 1003.1-2008.
50605         * rt/tst-aio.c: Include <fcntl.h>.
50606         * rt/tst-aio7.c: Likewise.
50607         * rt/tst-aio64.c: Likewise.
50609         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50611 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50613         * manual/install.texi (--with-headers): Describe headers as
50614         interface headers, not private headers.
50615         (Specific advice for GNU/Linux systems): Describe use of headers
50616         from "make headers_install", not private headers from older
50617         kernels.
50618         * INSTALL: Regenerated.
50619         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50620         Change to 2.6.19.
50621         * sysdeps/unix/sysv/linux/configure: Regenerated.
50623         * manual/llio.texi (fclean): Remove documentation.
50625         * manual/Makefile (libc-texi-generated): New variable.  Include
50626         version.texi.
50627         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50628         $(libc-texi-generated), not duplicated list of files.
50629         (version.texi, stamp-version): New rules.
50630         (realclean): Remove $(libc-texi-generated), not individual files
50631         from that list.  Do not remove dir-add.texinfo.
50632         * manual/libc.texinfo: Comment out uses of edition numbers and
50633         references to printed manual.  Remove last-updated dates.
50634         (EDITION): Comment out.
50635         (ISBN): Likewise.
50636         (VERSION, UPDATED): Remove.
50637         (version.texi): Include.
50639 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50641         * sysdeps/posix/spawni.c: Include <signal.h>.
50642         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50643         * sysdeps/pthread/aio_fsync.c: Likewise.
50645 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50647         * conform/Makefile (tests): Run only when not cross-compiling and
50648         when fast-check is not defined.
50650         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50651         * conform/data/limits.h-data: Fixes for POSIX2008.
50652         * conform/run-conformtest.sh: Run all tests.
50653         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50654         headers.
50655         * include/bits/dlfcn.h: Likewise.
50656         * include/langinfo.h: Likewise.
50657         * include/monetary.h: Likewise.
50658         * include/sys/poll.h: Likewise.
50660         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50661         for __USE_GNU.
50662         * posix/spawn.h: Define __need_sigset_t.
50663         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50664         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50665         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50666         to get sigevent_t only.
50667         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50668         only for __USE_GNU.
50669         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50670         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50671         process_vm_writev only for __USE_GNU.
50672         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50674         * conform/Makefile: For now ignore errors from run-conformtest.
50675         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50676         POSIX to avoid namespace pollution.  Don't prepend headers.
50677         * conform/data/aio.h-data: Fixes for POSIX testing.
50678         * conform/data/fcntl.h-data: Likewise.
50679         * conform/data/glob.h-data: Likewise.
50680         * conform/data/grp.h-data: Likewise.
50681         * conform/data/pthread.h-data: Likewise.
50682         * conform/data/pwd.h-data: Likewise.
50683         * conform/data/signal.h-data: Likewise.
50684         * conform/data/spawn.h-data: Likewise.
50685         * conform/data/stdio.h-data: Likewise.
50686         * conform/data/stdlib.h-data: Likewise.
50687         * conform/data/stropts.h-data: Likewise.
50688         * conform/data/sys/mman.h-data: Likewise.
50689         * conform/data/sys/stat.h-data: Likewise.
50690         * conform/data/sys/types.h-data: Likewise.
50691         * conform/data/sys/wait.h-data: Likewise.
50692         * conform/data/time.h-data: Likewise.
50693         * conform/data/unistd.h-data: Likewise.
50694         * conform/data/utime.h-data: Likewise.
50696         * io/sys/stat.h: fchmod was always in POSIX.
50697         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50698         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50699         * rt/aio.h: Define __need_timespec before including <time.h>.
50700         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50701         struct.  Add forward declaration of pthread_attr_t and use it in
50702         sigevent.
50703         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50704         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50705         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50706         always remove CLK_TCK definition.
50708 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50710         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50712 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50714         * conform/run-conformtest.sh: New file.
50715         * conform/Makefile: Run run-conformtest for tests.
50716         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50717         support.
50719         * conform/data/uchar.h-data: New file.
50720         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50721         * conform/data/arpa/inet.h-data: Likewise.
50722         * conform/data/assert.h-data: Likewise.
50723         * conform/data/complex.h-data: Likewise.
50724         * conform/data/cpio.h-data: Likewise.
50725         * conform/data/ctype.h-data: Likewise.
50726         * conform/data/dirent.h-data: Likewise.
50727         * conform/data/dlfcn.h-data: Likewise.
50728         * conform/data/errno.h-data: Likewise.
50729         * conform/data/fcntl.h-data: Likewise.
50730         * conform/data/float.h-data: Likewise.
50731         * conform/data/fmtmsg.h-data: Likewise.
50732         * conform/data/fnmatch.h-data: Likewise.
50733         * conform/data/ftw.h-data: Likewise.
50734         * conform/data/glob.h-data: Likewise.
50735         * conform/data/grp.h-data: Likewise.
50736         * conform/data/iconv.h-data: Likewise.
50737         * conform/data/inttypes.h-data: Likewise.
50738         * conform/data/langinfo.h-data: Likewise.
50739         * conform/data/libgen.h-data: Likewise.
50740         * conform/data/limits.h-data: Likewise.
50741         * conform/data/locale.h-data: Likewise.
50742         * conform/data/math.h-data: Likewise.
50743         * conform/data/monetary.h-data: Likewise.
50744         * conform/data/mqueue.h-data: Likewise.
50745         * conform/data/ndbm.h-data: Likewise.
50746         * conform/data/net/if.h-data: Likewise.
50747         * conform/data/netdb.h-data: Likewise.
50748         * conform/data/netinet/in.h-data: Likewise.
50749         * conform/data/nl_types.h-data: Likewise.
50750         * conform/data/poll.h-data: Likewise.
50751         * conform/data/pthread.h-data: Likewise.
50752         * conform/data/pwd.h-data: Likewise.
50753         * conform/data/regex.h-data: Likewise.
50754         * conform/data/sched.h-data: Likewise.
50755         * conform/data/search.h-data: Likewise.
50756         * conform/data/semaphore.h-data: Likewise.
50757         * conform/data/setjmp.h-data: Likewise.
50758         * conform/data/signal.h-data: Likewise.
50759         * conform/data/spawn.h-data: Likewise.
50760         * conform/data/stdarg.h-data: Likewise.
50761         * conform/data/stdio.h-data: Likewise.
50762         * conform/data/stdlib.h-data: Likewise.
50763         * conform/data/string.h-data: Likewise.
50764         * conform/data/strings.h-data: Likewise.
50765         * conform/data/stropts.h-data: Likewise.
50766         * conform/data/sys/ipc.h-data: Likewise.
50767         * conform/data/sys/mman.h-data: Likewise.
50768         * conform/data/sys/msg.h-data: Likewise.
50769         * conform/data/sys/resource.h-data: Likewise.
50770         * conform/data/sys/select.h-data: Likewise.
50771         * conform/data/sys/sem.h-data: Likewise.
50772         * conform/data/sys/shm.h-data: Likewise.
50773         * conform/data/sys/socket.h-data: Likewise.
50774         * conform/data/sys/stat.h-data: Likewise.
50775         * conform/data/sys/statvfs.h-data: Likewise.
50776         * conform/data/sys/time.h-data: Likewise.
50777         * conform/data/sys/timeb.h-data: Likewise.
50778         * conform/data/sys/times.h-data: Likewise.
50779         * conform/data/sys/types.h-data: Likewise.
50780         * conform/data/sys/uio.h-data: Likewise.
50781         * conform/data/sys/un.h-data: Likewise.
50782         * conform/data/sys/utsname.h-data: Likewise.
50783         * conform/data/sys/wait.h-data: Likewise.
50784         * conform/data/syslog.h-data: Likewise.
50785         * conform/data/tar.h-data: Likewise.
50786         * conform/data/termios.h-data: Likewise.
50787         * conform/data/utime.h-data: Likewise.
50788         * conform/data/utmpx.h-data: Likewise.
50789         * conform/data/varargs.h-data: Likewise.
50790         * conform/data/wchar.h-data: Likewise.
50791         * conform/data/wctype.h-data: Likewise.
50792         * conform/data/wordexp.h-data: Likewise.
50794         * include/stropts.h: New file.
50795         * include/uchar.h: New file.
50796         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50797         * include/assert.h: Likewise.
50798         * include/ctype.h: Likewise.
50799         * include/dirent.h: Likewise.
50800         * include/dlfcn.h: Likewise.
50801         * include/fcntl.h: Likewise.
50802         * include/fnmatch.h: Likewise.
50803         * include/glob.h: Likewise.
50804         * include/grp.h: Likewise.
50805         * include/libio.h: Likewise.
50806         * include/locale.h: Likewise.
50807         * include/math.h: Likewise.
50808         * include/net/if.h: Likewise.
50809         * include/netdb.h: Likewise.
50810         * include/netinet/in.h: Likewise.
50811         * include/pthread.h: Likewise.
50812         * include/pwd.h: Likewise.
50813         * include/regex.h: Likewise.
50814         * include/sched.h: Likewise.
50815         * include/search.h: Likewise.
50816         * include/setjmp.h: Likewise.
50817         * include/signal.h: Likewise.
50818         * include/stdio.h: Likewise.
50819         * include/stdlib.h: Likewise.
50820         * include/string.h: Likewise.
50821         * include/sys/cdefs.h: Likewise.
50822         * include/sys/mman.h: Likewise.
50823         * include/sys/msg.h: Likewise.
50824         * include/sys/resource.h: Likewise.
50825         * include/sys/select.h: Likewise.
50826         * include/sys/socket.h: Likewise.
50827         * include/sys/stat.h: Likewise.
50828         * include/sys/statvfs.h: Likewise.
50829         * include/sys/time.h: Likewise.
50830         * include/sys/times.h: Likewise.
50831         * include/sys/uio.h: Likewise.
50832         * include/sys/utsname.h: Likewise.
50833         * include/sys/wait.h: Likewise.
50834         * include/termios.h: Likewise.
50835         * include/time.h: Likewise.
50836         * include/ulimit.h: Likewise.
50837         * include/unistd.h: Likewise.
50838         * include/utime.h: Likewise.
50839         * include/wchar.h: Likewise.
50840         * include/wctype.h: Likewise.
50841         * include/wordexp.h: Likewise.
50843         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50845         * time/time.h: TIME_UTC must be a macro.
50846         Make timespec_get available for ISO C11 only as well.
50848 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50850         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50851         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50853 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50855         * configure.in: Use -o not -a in test for unsupported multi-arch.
50857 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50859         * manual/texinfo.tex: Update to version 2012-01-19.16.
50861 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50863         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50865 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50867         [BZ #13738]
50868         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50869         * manual/fdl-1.3.texi: New file.
50870         * manual/fdl-1.1.texi: File removed.
50872         [BZ #13738]
50873         * manual/libc.texinfo (FDL_VERSION): New @set.
50874         Use it for mention of FDL in cover text.
50875         (Documentation License): Use it in @include file name.
50877 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50878             Roland McGrath  <roland@hack.frob.com>
50880         [BZ #5461]
50881         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50882         (not LONG_LONG_MAX and LONG_LONG_MIN.
50883         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50884         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50885         name.
50886         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50888 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50890         [BZ #2547]
50891         [BZ #11365]
50892         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50893         manipulate bits before adding and subtracting TWO23[sx].
50894         * math/libm-test.inc (nearbyint_test): Add more tests.
50896 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50898         [BZ #2548]
50899         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50900         bits before adding and subtracting TWO23[sx].
50901         * math/libm-test.inc (rint_test): Add more tests.
50902         (rint_test_tonearest): Likewise.
50903         (rint_test_towardzero): Likewise.
50904         (rint_test_downward): Likewise.
50905         (rint_test_upward: Likewise.
50907 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50909         [BZ #10110]
50910         * include/stdc-predef.h: New file.  Extracted from features.h.
50911         * include/features.h: Include stdc-predef.h.
50912         * Makefile (headers): Add stdc-predef.h.
50913         * CONFORMANCE (Compiler limitations): Update.
50915 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50917         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50919 2012-02-21  David S. Miller  <davem@davemloft.net>
50921         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50922         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50924 2012-02-20  David S. Miller  <davem@davemloft.net>
50926         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50927         using a normal save/restore sequence, rather than allocating a
50928         dummy stack frame just to store a frame pointer and restore.
50929         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50931 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50933         * manual/install.texi: Fix stray word in line-wrapped comment.
50935 2012-02-20  David S. Miller  <davem@davemloft.net>
50937         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50938         both binutils and gcc support GOTDATA.
50940         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50941         "rd %pc" in the PIC register setup sequences.
50943         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50944         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50945         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50946         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50947         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50948         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50949         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50950         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50951         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50952         (SYSCALL_ERROR_HANDLER): Likewise.
50953         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50954         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50955         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50956         (SYSCALL_ERROR_HANDLER): Likewise.
50958         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50959         (HAVE_GCC_GOTDATA): New.
50960         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50961         relocation support in both binutils and gcc.
50962         * sysdeps/sparc/elf/configure: Regenerate.
50964         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50965         * sysdeps/sparc/sparc32/elf/configure: Delete.
50966         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50967         * sysdeps/sparc/sparc64/elf/configure: Delete.
50968         * sysdeps/sparc/elf/configure.in: New file.
50969         * sysdeps/sparc/elf/configure: Generate.
50971         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50972         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50973         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50974         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50975         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50977 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50979         * manual/install.texi: Do not mention specific glibc version
50980         numbers.
50981         * manual/libc.texinfo (VERSION, UPDATED): Update.
50982         (@copying): Use @copyright{} and range of years.
50984 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50986         [BZ #13695]
50987         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50988         [crti.S not in sysdirs] (generated): Do not append.
50989         [crti.S not in sysdirs] (omit-deps): Likewise.
50990         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50991         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50992         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50993         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50994         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50995         Likewise.
50996         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50997         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50998         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50999         * csu/defs.awk: Remove file.
51000         * sysdeps/generic/initfini.c: Likewise.
51001         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
51002         variable.
51003         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
51004         Likewise.
51006 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51008         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
51009         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
51010         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
51011         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
51012         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51013         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
51014         <bits/epoll.h>.
51015         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
51016         (__EPOLL_PACKED): Define to empty if not defined by
51017         <bits/epoll.h>.
51018         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
51019         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51020         bits/epoll.h.
51022 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51024         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
51025         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
51026         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
51027         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
51028         <bits/timerfd.h>.
51029         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
51030         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51031         bits/timerfd.h.
51033 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51035         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
51036         in C locale.
51037         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
51038         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
51039         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
51040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51042 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
51044         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51045         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
51047 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
51049         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
51050         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
51051         defined.
51052         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
51053         Likewise.
51054         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
51055         entry for 2.16.
51057 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
51059         * math/w_acos.c: Use non-signaling floating-point comparisons.
51060         * math/w_acosf.c: Likewise.
51061         * math/w_acosh.c: Likewise.
51062         * math/w_acoshf.c: Likewise.
51063         * math/w_acoshl.c: Likewise.
51064         * math/w_acosl.c: Likewise.
51065         * math/w_asin.c: Likewise.
51066         * math/w_asinf.c: Likewise.
51067         * math/w_asinl.c: Likewise.
51068         * math/w_atanh.c: Likewise.
51069         * math/w_atanhf.c: Likewise.
51070         * math/w_atanhl.c: Likewise.
51071         * math/w_exp2.c: Likewise.
51072         * math/w_exp2f.c: Likewise.
51073         * math/w_exp2l.c: Likewise.
51074         * math/w_j0.c: Likewise.
51075         * math/w_j0f.c: Likewise.
51076         * math/w_j0l.c: Likewise.
51077         * math/w_j1.c: Likewise.
51078         * math/w_j1f.c: Likewise.
51079         * math/w_j1l.c: Likewise.
51080         * math/w_jn.c: Likewise.
51081         * math/w_jnf.c: Likewise.
51082         * math/w_log.c: Likewise.
51083         * math/w_log10.c: Likewise.
51084         * math/w_log10f.c: Likewise.
51085         * math/w_log10l.c: Likewise.
51086         * math/w_log2.c: Likewise.
51087         * math/w_log2f.c: Likewise.
51088         * math/w_log2l.c: Likewise.
51089         * math/w_logf.c: Likewise.
51090         * math/w_logl.c: Likewise.
51091         * math/w_sqrt.c: Likewise.
51092         * math/w_sqrtf.c: Likewise.
51093         * math/w_sqrtl.c: Likewise.
51094         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51095         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
51096         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51097         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51098         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51100 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51102         [BZ #9739]
51103         * manual/string.texi (strnlen): Use correct parameter name in
51104         equivalent expression.
51106 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51108         [BZ #11174]
51109         * manual/users.texi (seteuid): Consistently use neweuid for
51110         argument name.
51112 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51114         [BZ #13704]
51115         * manual/nss.texi (Services in the NSS configuration): Correct
51116         list of services in example configuration file.
51118 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
51120         [BZ #11322]
51121         * manual/arith.texi: Remove statements about negative zero
51122         behaving identically to zero.
51124 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
51126         [BZ #5993]
51127         * manual/install.texi: Do not document upgrading from libc5.
51129 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
51131         [BZ #4596]
51132         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
51134 2012-02-18  David S. Miller  <davem@davemloft.net>
51136         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
51137         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
51138         %o7 across the call.
51139         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
51140         instead.
51141         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
51142         SETUP_PIC_REG_LEAF.
51143         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51144         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
51145         * sysdeps/sparc/crtn.S: Likewise.
51147 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
51149         * aout/Makefile: Remove.
51151 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
51153         [BZ #13058]
51154         * manual/examples/argp-ex1.c (main): Format definition in GNU
51155         style.
51156         * manual/examples/argp-ex2.c (main): Likewise.
51157         * manual/examples/argp-ex3.c (main): Likewise.
51158         * manual/examples/argp-ex4.c (main): Likewise.
51159         * manual/examples/longopt.c (main): Use new-style prototype
51160         definition.
51161         * manual/examples/strncat.c (main): Specify return type and use
51162         (void) for arguments.
51163         * manual/examples/subopt.c (main): Use char **argv argument.
51165 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51167         [BZ #5077]
51168         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
51169         rounding modes.
51171 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
51173         [BZ #6907]
51174         * manual/string.texi (strchr): Change when strchrnul is
51175         recommended.
51177 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
51179         [BZ #174]
51180         * manual/locale.texi (setlocale): Document LOCPATH.
51182 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51184         [BZ #10210]
51185         * manual/process.texi (execle): Move @dots{} before last argument.
51187 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
51189         [BZ #12047]
51190         * manual/charset.texi (Generic Charset Conversion): Fix typo
51191         (LC_TYPE -> LC_CTYPE).
51193 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
51195         [BZ #5805]
51196         * manual/arith.texi (scalbn): Use @var{} on parameter names.
51197         (scalbnf): Likewise.
51198         (scalbnl): Likewise.
51199         (scalbln): Likewise.
51200         (scalblnf): Likewise.
51201         (scalblnl): Likewise.
51202         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
51203         (vwarnx): Likewise.
51204         (verr): Likewise.
51205         (verrx): Likewise.
51206         * manual/filesys.texi (telldir): Use braces around return type.
51207         * manual/llio.texi (mmap): Add space after comma.
51208         (mmap64): Likewise.
51209         * manual/math.texi (jn): Use @var{} on parameter names.
51210         (jnf): Likewise.
51211         (jnl): Likewise.
51212         (yn): Likewise.
51213         (ynf): Likewise.
51214         (ynl): Likewise.
51215         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
51216         line.
51217         * manual/resource.texi (ulimit): Use @dots{} instead of literal
51218         "...".
51219         (sched_get_priority_min): Remove semicolon on @deftypefun line.
51220         (sched_get_priority_max): Likewise.
51221         * manual/signal.texi (sigvec): Add space after comma.
51222         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
51223         names.
51224         (if_indextoname): Likewise.
51225         (if_freenameindex): Likewise.
51226         (sendto): Use ',' instead of '.' in prototype.
51227         * manual/startup.texi (syscall): Use @dots{} instead of literal
51228         "...".
51229         * manual/stdio.texi (__fpending): Separate initial words of
51230         paragraph from @deftypefun line.
51231         * manual/syslog.texi (syslog): Use @dots{} instead of literal
51232         "...".
51233         (vsyslog): Use @var{} on parameter names.
51234         * manual/terminal.texi (stty): Use @var{} on parameter names.
51235         * manual/users.texi (getutmp): Use @var{} on parameter names.
51236         (getutmpx): Likewise.
51238 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51240         [BZ #6884]
51241         * manual/stdio.texi (fopen): Fix typos in description of
51242         ",ccs=STRING".
51244 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
51246         [BZ #4026]
51247         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
51248         get clock_id definition.
51250 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
51252         [BZ #4822]
51253         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
51254         (madvise): Cast every argument to void on its own.
51256 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51258         [BZ #9902]
51259         * manual/startup.texi (Exit Status): Fix typo.
51261 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51263         [BZ #10140]
51264         * manual/examples/argp-ex1.c: Include <stdlib.h>.
51265         * manual/examples/argp-ex2.c: Likewise.
51266         * manual/examples/argp-ex3.c: Likewise.
51268 2012-02-16  Richard Henderson  <rth@redhat.com>
51270         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
51271         * sysdeps/s390/s390-32/initfini.c: Remove.
51272         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
51273         * sysdeps/s390/s390-64/initfini.c: Remove.
51275 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
51277         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
51278         compiler output for sysdeps/generic/initfini.c.
51279         * sysdeps/sh/elf/initfini.c: Remove file.
51281 2012-02-16  David S. Miller  <davem@davemloft.net>
51283         [BZ #11494]
51284         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
51286         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
51287         * sysdeps/sparc/crti.S: New file.
51288         * sysdeps/sparc/crtn.S: New file.
51289         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
51290         * sysdeps/sparc/sparc64/Makefile: Likewise.
51292 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
51294         [BZ #3335]
51295         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
51297 2012-02-15  Roland McGrath  <roland@hack.frob.com>
51299         [BZ #4822]
51300         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
51302         * mach/devstream.c (cookie_io_functions_t): Macro removed.
51303         (write, read, close): Likewise.
51304         Patch by Aurelien Jarno <aurelien@aurel32.net>.
51306 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
51308         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
51309         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
51310         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
51311         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
51312         <bits/signalfd.h>.
51313         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
51314         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51315         bits/signalfd.h.
51317 2012-02-14  Marek Polacek  <polacek@redhat.com>
51319         * sysdeps/x86_64/crti.S: New file.
51320         * sysdeps/x86_64/crtn.S: New file.
51321         * sysdeps/x86_64/elf/initfini.c: Remove file.
51323 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
51325         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
51326         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
51327         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
51328         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
51329         <bits/inotify.h>.
51330         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
51331         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51332         bits/inotify.h.
51334 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
51336         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
51337         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
51338         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
51339         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
51340         <bits/eventfd.h>.
51341         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
51342         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51343         bits/eventfd.h.
51345 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
51347         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
51348         __feraiseexcept instead of feraiseexcept.
51350         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
51351         nanosleep invocations.
51352         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
51353         strings, and add error checking for a nanosleep invocations.
51355 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
51357         Replace FSF snail mail address with URLs, as per GNU coding standards.
51358         Most of the snail mail addresses were wrong anyway, and omitting
51359         them makes the source code easier to maintain.  Almost all of the
51360         changes are to license notices and to locale LC_IDENTIFICATION
51361         addresses, except for this one:
51362         * manual/libc.texinfo: In "Published by", give the FSF's URL,
51363         not its snail mail address.
51365 2012-02-09  Richard Henderson  <rth@twiddle.net>
51367         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
51368         of kernel-features.h.
51370         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
51372 2012-02-08  Marek Polacek  <polacek@redhat.com>
51374         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
51375         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
51376         * sysdeps/gnu/_G_config.h: Likewise.
51377         * sysdeps/generic/_G_config.h: Likewise.
51379 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
51381         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
51382         tests.
51383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51385         * sysdeps/powerpc/powerpc32/crti.S: New file.
51386         * sysdeps/powerpc/powerpc32/crtn.S: New file.
51387         * sysdeps/powerpc/powerpc64/crti.S: New file.
51388         * sysdeps/powerpc/powerpc64/crtn.S: New file.
51390         * Makeconfig (have-initfini): Don't set.
51391         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
51392         * configure.in (nopic_initfini): Don't substitute.
51393         * config.h.in (HAVE_INITFINI): Don't #undef.
51394         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
51395         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
51397 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
51399         Support crti.S and crtn.S provided directly by architectures.
51400         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
51401         [crti.S in sysdirs] (omit-deps): Likewise.
51402         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
51403         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
51404         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
51405         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
51406         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
51407         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
51408         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
51409         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
51410         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
51411         compiler output for sysdeps/generic/initfini.c.
51412         * sysdeps/i386/elf/Makefile: Remove file.
51413         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
51415 2012-02-07  Marek Polacek  <polacek@redhat.com>
51417         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
51418         * sysdeps/gnu/_G_config.h: Likewise.
51419         * sysdeps/mach/hurd/_G_config.h: Likewise.
51421 2012-02-07  Marek Polacek  <polacek@redhat.com>
51423         * math/Makefile (tests): Add tst-CMPLX2.
51424         * math/tst-CMPLX2.c: New file.
51426 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
51428         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51430         * math/libm-test.inc (jn_test): Add missing L suffix.
51432 2012-02-06  Marek Polacek  <polacek@redhat.com>
51434         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
51435         * sysdeps/i386/fpu/e_powf.S: Likewise.
51436         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51437         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51438         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51439         * sysdeps/i386/fpu/e_pow.S: Likewise.
51440         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
51441         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51442         * sysdeps/i386/fpu/s_expm1.S: Likewise.
51443         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
51444         * sysdeps/i386/fpu/e_log2.S: Likewise.
51445         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51446         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51447         * sysdeps/i386/fpu/e_powl.S: Likewise.
51448         * sysdeps/i386/fpu/s_log1p.S: Likewise.
51449         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51450         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
51451         * sysdeps/i386/fpu/e_logl.S: Likewise.
51452         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
51453         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
51454         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
51455         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
51456         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51457         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51458         * sysdeps/i386/fpu/e_log.S: Likewise.
51459         * sysdeps/i386/fpu/s_cexp.S: Likewise.
51460         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51461         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
51462         * sysdeps/i386/fpu/e_logf.S: Likewise.
51463         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51464         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51465         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
51466         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
51467         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51468         * sysdeps/i386/fpu/e_log10.S: Likewise.
51469         * sysdeps/i386/fpu/s_frexp.S: Likewise.
51470         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51471         * sysdeps/i386/fpu/s_asinh.S: Likewise.
51472         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
51473         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51474         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
51475         * sysdeps/i386/asm-syntax.h: Likewise.
51476         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51477         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51478         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51479         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
51480         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
51481         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51482         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
51483         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
51484         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51485         * sysdeps/powerpc/sysdep.h: Likewise.
51486         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
51487         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
51489 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51491         [BZ #411]
51492         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
51494 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51496         * sysdeps/i386/sysdep.h: Include <features.h>.
51497         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
51498         version.
51500 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
51502         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
51503         Define.
51504         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
51505         LOAD_PIC_REG_STR.
51507 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51509         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
51510         (SETUP_PIC_REG): Use GET_PC_THUNK.
51511         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
51512         macro.
51514 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51516         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
51517         for non-PIC compilation.
51518         (SETUP_PIC_REG): Add .p2align directive.
51519         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51520         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51521         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51522         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51523         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51524         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51525         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51526         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51527         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51528         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51529         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51530         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51531         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51532         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51533         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51534         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51535         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51536         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51537         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51538         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51539         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51540         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51541         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51542         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51543         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51544         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51545         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51546         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51547         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51548         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51549         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51550         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51551         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51552         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51553         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51554         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51555         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51556         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51557         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51558         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51559         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51561 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51563         * math/tst-CMPLX.c: Include <stdio.h>.
51565 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
51567         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51568         float.
51569         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51570         * sysdeps/sparc/bits/mathdef.h: Likewise.
51572 2012-01-31  Marek Polacek  <polacek@redhat.com>
51574         * libio/libio.h: Don't define _PARAMS.
51575         * locale/programs/config.h: Don't define PARAMS.
51576         * stdlib/strtol_l.c: Likewise.
51577         (__strtol_l): Remove PARAMS from the prototype.
51579 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
51581         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
51582         names.  Just use the correct names.  Remove unnecessary wrapper
51583         functions.
51584         * malloc/arena.c: Likewise.
51585         * malloc/hooks.c: Likewise.
51587         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51588         ARENA_TEST says not to.  Simplify test for creation of a new arena.
51589         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51591 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
51593         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51594         into tail calls.
51595         (update_get_addr): New function.
51596         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51597         GET_ADDR_MODULE parameter.
51599 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51601         * crypt/cert.c: Remove __STDC__ conditionals.
51602         * crypt/crypt-entry.c: Likewise.
51603         * crypt/crypt_util.c: Likewise.
51604         * libio/filedoalloc.c: Likewise.
51605         * libio/fileops.c: Likewise.
51606         * libio/genops.c: Likewise.
51607         * libio/iofclose.c: Likewise.
51608         * libio/iofdopen.c: Likewise.
51609         * libio/iofopen.c: Likewise.
51610         * libio/iofopen64.c: Likewise.
51611         * libio/iogetdelim.c: Likewise.
51612         * libio/iopopen.c: Likewise.
51613         * libio/obprintf.c: Likewise.
51614         * libio/oldfileops.c: Likewise.
51615         * libio/oldiofclose.c: Likewise.
51616         * libio/oldiofdopen.c: Likewise.
51617         * libio/oldiofopen.c: Likewise.
51618         * libio/oldiopopen.c: Likewise.
51619         * libio/wfiledoalloc.c: Likewise.
51620         * libio/wgenops.c: Likewise.
51621         * locale/programs/xmalloc.c: Likewise.
51622         * misc/syslog.c: Likewise.
51623         * stdio-common/xbug.c: Likewise.
51624         * string/memchr.c: Likewise.
51625         * string/memcmp.c: Likewise.
51626         * string/memrchr.c: Likewise.
51627         * string/rawmemchr.c: Likewise.
51628         * sysdeps/posix/getcwd.c: Likewise.
51629         * time/strftime_l.c: Likewise.
51631 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51633         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51634         * config.make.in (config-cflags-sse2avx): Define.
51635         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51636         Fix typo.
51638 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51640         * scripts/config.guess: Update from upstream config git repository.
51641         * scripts/config.sub: Likewise.
51643 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51645         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51646         (EM_NUM): Update.
51647         (R_TILEPRO_*, R_TILEGX_*): New macros.
51649         * scripts/firstversions.awk: Fix bug in version range handling.
51651         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51653         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51655         * include/sys/epoll.h: New file.
51656         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51657         libc_hidden_def.
51659 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51661         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51662         Avoid unnecessary __WORDSIZE == 64 test.
51663         (fmaxf): Use VEX format if possible.
51664         (fmax): Likewise.
51665         (fminf): Likewise.
51666         (fmin): Likewise.
51668         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51669         * math/math_private.h: Remove libc_fegetround* and
51670         libc_fesetround*.
51671         * sysdeps/i386/configure.in: Check for -msse2avx.
51672         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51673         also if SSE2AVX is defined.
51674         Remove libc_fegetround* and libc_fesetround*.
51675         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51676         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51677         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51678         of HAS_YMM_USABLE.
51679         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51680         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51681         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51682         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51683         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51685         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51687 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51689         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51690         size is not set.
51691         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51693 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51695         [BZ #13618]
51696         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51697         relocation.
51698         * Makeconfig (libm): Define.
51699         * elf/Makefile: Add rules to build and run tst-relsort1.
51700         * elf/tst-relsort1.c: New file.
51701         * elf/tst-relsort1mod1.c: New file.
51702         * elf/tst-relsort1mod2.c: New file.
51704 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51706         * math/s_ldexp.c: Remove __STDC__ conditionals.
51707         * math/s_ldexpf.c: Likewise.
51708         * math/s_ldexpl.c: Likewise.
51709         * math/s_nextafter.c: Likewise.
51710         * math/s_nexttowardf.c: Likewise.
51711         * math/s_significand.c: Likewise.
51712         * math/s_significandf.c: Likewise.
51713         * math/s_significandl.c: Likewise.
51714         * math/w_jnl.c: Likewise.
51715         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51716         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51717         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51718         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51719         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51720         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51721         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51722         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51723         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51724         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51725         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51726         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51727         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51728         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51729         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51730         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51731         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51732         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51733         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51734         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51735         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51736         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51737         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51738         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51739         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51740         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51741         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51742         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51743         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51744         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51745         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51746         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51747         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51748         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51749         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51750         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51751         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51752         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51753         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51754         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51755         * sysdeps/ieee754/k_standard.c: Likewise.
51756         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51757         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51758         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51759         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51760         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51761         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51762         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51763         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51764         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51765         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51766         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51767         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51768         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51769         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51770         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51771         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51772         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51773         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51774         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51775         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51776         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51777         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51778         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51779         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51780         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51781         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51782         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51783         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51784         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51785         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51786         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51787         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51788         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51789         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51790         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51791         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51792         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51793         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51794         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51795         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51796         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51797         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51798         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51799         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51800         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51801         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51802         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51803         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51804         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51805         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51806         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51807         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51808         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51809         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51810         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51811         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51812         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51813         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51814         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51815         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51816         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51817         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51818         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51819         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51820         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51821         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51822         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51823         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51824         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51825         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51826         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51827         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51828         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51829         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51830         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51831         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51832         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51833         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51834         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51835         * sysdeps/ieee754/s_matherr.c: Likewise.
51836         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51837         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51838         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51839         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51841 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51843         * crypt/md5.h: Remove __STDC__ conditionals.
51844         * libio/libioP.h: Likewise.
51845         * locale/programs/config.h: Likewise.
51846         * sysdeps/generic/sysdep.h: Likewise.
51847         * sysdeps/i386/asm-syntax.h: Likewise.
51848         * sysdeps/s390/asm-syntax.h: Likewise.
51849         * sysdeps/unix/sysdep.h: Likewise.
51850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51853 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51855         * libio/libio.h: Remove __STDC__ conditionals.
51856         * malloc/obstack.h: Likewise.
51857         * math/complex.h: Likewise.
51858         * math/math.h: Likewise.
51859         * sysdeps/generic/_G_config.h: Likewise.
51860         * sysdeps/gnu/_G_config.h: Likewise.
51861         * sysdeps/mach/hurd/_G_config.h: Likewise.
51862         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51863         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51864         * sysdeps/sparc/bits/mathdef.h: Likewise.
51866 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51868         [BZ #13583]
51869         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51870         Clean up HAS_* macros.
51871         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51872         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51873         possible.
51874         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51875         HAS_AVX.
51876         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51877         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51878         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51879         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51880         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51882 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51884         * elf/tst-unique3.cc (gets): Remove declaration.
51885         * elf/tst-unique3lib.cc (gets): Likewise.
51886         * elf/tst-unique3lib2.cc (gets): Likewise.
51887         * elf/tst-unique4.cc (gets): Likewise.
51889 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51891         * include/stdio.h: Add C++ protection.  Add gets declarations and
51892         definitions.
51893         * debug/tst-chk1.c: Don't declare gets here.
51894         * stdio-common/tst-gets.c: Likewise.
51896 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51898         * posix/glob: Remove directory.
51900 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51902         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51904 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51906         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51907         of the non-standard EPFNOSUPPORT.
51909 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51911         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51912         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51913         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51915 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51917         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51919 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51921         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51922         transient errors.
51923         * nscd/grpcache.c (cache_addgr): Likewise.
51924         * nscd/hstcache.c (cache_addhst): Likewise.
51925         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51926         * nscd/pwdcache.c (cache_addpw): Likewise.
51927         * nscd/servicescache.c (cache_addserv): Likewise.
51929 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51931         * malloc/malloc.c: Various cleanups.
51932         * malloc/hooks.c: Likewise.
51934         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51935         * stdlib/bug-fmtmsg1.c: New file.
51937         * stdlib/fmtmsg.c (init): Add missing unlock.
51938         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51940 2012-01-12  Marek Polacek  <polacek@redhat.com>
51942         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51943         and _GNU_SOURCE.
51945 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51947         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51948         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51949         macro to ensure uniqueness of label name.
51950         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51951         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51953 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51955         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51957         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51958         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51959         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51960         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51962 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51964         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51966         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51967         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51968         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51970         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51972         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51973         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51974         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51975         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51977         * math/bits/math-finite.h: Add ldexp support.
51979 2012-01-10  Marek Polacek  <polacek@redhat.com>
51981         * locale/programs/localedef.h (show_archive_content): Add noreturn
51982         attribute.
51984 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51986         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51988 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51990         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51992         * io/Makefile (headers): Add bits/poll2.h.
51994 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51997         typo #include statement.
51999 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52001         * include/sys/cdefs.h: Define __attribute_alloc_size.
52002         * catgets/gencat.c: Add alloc_size attribute and apply consistently
52003         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
52004         * elf/pldd.c: Likewise.
52005         * iconv/iconv_charmap.c: Likewise.
52006         * iconv/iconvconfig.c: Likewise.
52007         * iconv/strtab.c: Likewise.
52008         * locale/programs/locale.c: Likewise.
52009         * locale/programs/localedef.h: Likewise.
52010         * locale/programs/simple-hash.c: Likewise.
52011         * nscd/nscd.h: Likewise.
52012         * nss/makedb.c: Likewise.
52013         * sysdeps/generic/ldconfig.h: Likewise.
52014         * locale/programs/localedef.c: Remove xmalloc prototype.
52015         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
52017 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52019         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
52020         appropriate.
52022 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52024         * math/Makefile (tests): Add tst-CMPLX.
52025         * math/tst-CMPLX.c: New file.
52027         * math/complex.h (CMPLXL): Fix typo.
52029         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
52030         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
52031         GLIBC_2.16.
52032         * debug/tst-chk1.c: Add poll and ppoll tests.
52033         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
52034         * include/sys/poll.h: Add hidden proto for ppoll.
52035         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
52036         * sysdeps/mach/hurd/ppoll.c: Likewise.
52037         * io/ppoll.c: Likewise.
52038         * debug/poll_chk.c: New file.
52039         * debug/ppoll_chk.c: New file.
52040         * include/bits/poll2.h: New file.
52041         * io/bits/poll2.h: New file.
52043         [BZ #1350]
52044         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
52046         * configure.in: static is always set to yes.  Remove.
52047         * config.make.in: Don't set build-static.
52048         * Makeconfig: Remove use of build-static.
52049         * dlfcn/Makefile: Likewise.
52050         * elf/Makefile: Likewise.
52051         * math/Makefile: Likewise.
52052         * misc/Makefile: Likewise.
52053         * nptl/Makefile: Likewise.
52054         * sysdeps/mach/hurd/Makefile: Likewise.
52056         * configure.in: PWD_P is not used anymore.
52057         * config.make.in: Remove PWD_P entry.
52059         * configure.in: Remove last remnants of RANLIB.
52060         No need to check for signed size_t anymore.
52061         Don't set libc_commonpagesize and libc_relro_required here for Alpha
52062         and IA-64.
52063         Remove __builtin_expect test because we require at least gcc 3.4.
52064         * aclocal.m4: Likewise.
52066         * wcsmbs/mbrtoc16.c: Implement using towc function.
52067         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
52068         * wcsmbs/wcsmbsload.c: Likewise.
52069         * iconv/gconv_simple.c: Likewise.
52070         * iconv/gconv_int.h: Likewise.
52071         * iconv/gconv_builtin.h: Likewise.
52072         * iconv/iconv_prog.c: Remove CHAR16 handling.
52074         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
52076         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
52078         * configure.in: Remove --with-elf and --enable-bounded options.
52079         Dont set base_machine for ia64.  More non-ELF conditions removed.
52080         Remove testing and setting of leading underscore information.
52081         * config.make.in (build-bounded): Set to no.
52082         * config.h.in: Remove NO_UNDERSCORES entry.
52083         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
52084         them.
52085         * csu/start.c: Remove !NO_UNDERSCORE code.
52086         * locale/localeinfo.h: Likewise.
52087         * sysdeps/generic/machine-gmon.h: Likewise.
52088         * sysdeps/generic/sysdep.h: Likewise.
52089         * sysdeps/i386/sysdep.h: Likewise.
52090         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
52091         * sysdeps/mach/sysdep.h: Likewise.
52092         * sysdeps/s390/s390-32/sysdep.h: Likewise.
52093         * sysdeps/s390/s390-64/sysdep.h: Likewise.
52094         * sysdeps/sh/sysdep.h: Likewise.
52095         * sysdeps/sparc/sparc32/alloca.S: Likewise.
52096         * sysdeps/unix/i386/sysdep.S: Likewise.
52097         * sysdeps/unix/sparc/start.c: Likewise.
52098         * sysdeps/unix/sparc/sysdep.S: Likewise.
52099         * sysdeps/unix/sparc/sysdep.h: Likewise.
52100         * sysdeps/unix/start.c: Likewise.
52101         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52102         * sysdeps/x86_64/sysdep.h: Likewise.
52104 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
52106         [BZ #13553]
52107         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
52108         for non-gcc.
52109         * argp/argp-fmtstream.h: Use const instead __const.
52110         * argp/argp.h: Likewise.
52111         * assert/assert.h: Likewise.
52112         * bits/fenv.h: Likewise.
52113         * bits/sched.h: Likewise.
52114         * bits/sigset.h: Likewise.
52115         * bits/sigthread.h: Likewise.
52116         * catgets/nl_types.h: Likewise.
52117         * conform/data/pthread.h-data: Likewise.
52118         * crypt/crypt-private.h: Likewise.
52119         * crypt/crypt.h: Likewise.
52120         * crypt/crypt_util.c: Likewise.
52121         * ctype/ctype.h: Likewise.
52122         * debug/execinfo.h: Likewise.
52123         * debug/mbsnrtowcs_chk.c: Likewise.
52124         * debug/mbsrtowcs_chk.c: Likewise.
52125         * debug/wcsnrtombs_chk.c: Likewise.
52126         * debug/wcsrtombs_chk.c: Likewise.
52127         * debug/wcstombs_chk.c: Likewise.
52128         * dirent/dirent.h: Likewise.
52129         * dlfcn/dlfcn.h: Likewise.
52130         * elf/neededtest4.c: Likewise.
52131         * grp/grp.h: Likewise.
52132         * gshadow/gshadow.h: Likewise.
52133         * iconv/gconv.h: Likewise.
52134         * iconv/gconv_int.h: Likewise.
52135         * iconv/gconv_simple.c: Likewise.
52136         * iconv/iconv.h: Likewise.
52137         * iconv/loop.c: Likewise.
52138         * iconv/skeleton.c: Likewise.
52139         * include/aio.h: Likewise.
52140         * include/aliases.h: Likewise.
52141         * include/argz.h: Likewise.
52142         * include/arpa/inet.h: Likewise.
52143         * include/assert.h: Likewise.
52144         * include/dirent.h: Likewise.
52145         * include/dlfcn.h: Likewise.
52146         * include/execinfo.h: Likewise.
52147         * include/fcntl.h: Likewise.
52148         * include/fenv.h: Likewise.
52149         * include/glob.h: Likewise.
52150         * include/grp.h: Likewise.
52151         * include/libintl.h: Likewise.
52152         * include/mntent.h: Likewise.
52153         * include/netdb.h: Likewise.
52154         * include/pwd.h: Likewise.
52155         * include/rpc/netdb.h: Likewise.
52156         * include/sched.h: Likewise.
52157         * include/search.h: Likewise.
52158         * include/shadow.h: Likewise.
52159         * include/signal.h: Likewise.
52160         * include/stdio.h: Likewise.
52161         * include/stdlib.h: Likewise.
52162         * include/string.h: Likewise.
52163         * include/sys/socket.h: Likewise.
52164         * include/sys/stat.h: Likewise.
52165         * include/sys/statfs.h: Likewise.
52166         * include/sys/statvfs.h: Likewise.
52167         * include/sys/syslog.h: Likewise.
52168         * include/sys/time.h: Likewise.
52169         * include/sys/uio.h: Likewise.
52170         * include/time.h: Likewise.
52171         * include/unistd.h: Likewise.
52172         * include/utmp.h: Likewise.
52173         * include/wchar.h: Likewise.
52174         * include/wctype.h: Likewise.
52175         * inet/aliases.h: Likewise.
52176         * inet/arpa/inet.h: Likewise.
52177         * inet/netinet/ether.h: Likewise.
52178         * inet/netinet/in.h: Likewise.
52179         * intl/libintl.h: Likewise.
52180         * io/bits/fcntl2.h: Likewise.
52181         * io/fcntl.h: Likewise.
52182         * io/ftw.h: Likewise.
52183         * io/sys/poll.h: Likewise.
52184         * io/sys/stat.h: Likewise.
52185         * io/sys/statfs.h: Likewise.
52186         * io/sys/statvfs.h: Likewise.
52187         * io/utime.h: Likewise.
52188         * libio/bits/stdio.h: Likewise.
52189         * libio/bits/stdio2.h: Likewise.
52190         * libio/libio.h: Likewise.
52191         * libio/libioP.h: Likewise.
52192         * libio/stdio.h: Likewise.
52193         * locale/lc-ctype.c: Likewise.
52194         * locale/locale.h: Likewise.
52195         * login/utmp.h: Likewise.
52196         * malloc/arena.c: Likewise.
52197         * malloc/malloc.c: Likewise.
52198         * malloc/malloc.h: Likewise.
52199         * malloc/mcheck.c: Likewise.
52200         * malloc/mtrace.c: Likewise.
52201         * math/bits/mathcalls.h: Likewise.
52202         * math/fenv.h: Likewise.
52203         * math/math_private.h: Likewise.
52204         * misc/bits/error.h: Likewise.
52205         * misc/bits/syslog.h: Likewise.
52206         * misc/err.h: Likewise.
52207         * misc/error.h: Likewise.
52208         * misc/fstab.h: Likewise.
52209         * misc/mntent.h: Likewise.
52210         * misc/regexp.h: Likewise.
52211         * misc/search.h: Likewise.
52212         * misc/sgtty.h: Likewise.
52213         * misc/sys/mman.h: Likewise.
52214         * misc/sys/syslog.h: Likewise.
52215         * misc/sys/uio.h: Likewise.
52216         * misc/sys/xattr.h: Likewise.
52217         * misc/ttyent.h: Likewise.
52218         * nis/rpcsvc/ypclnt.h: Likewise.
52219         * nss/nss.h: Likewise.
52220         * posix/bits/unistd.h: Likewise.
52221         * posix/fnmatch.h: Likewise.
52222         * posix/glob.h: Likewise.
52223         * posix/sched.h: Likewise.
52224         * posix/spawn.h: Likewise.
52225         * posix/sys/wait.h: Likewise.
52226         * posix/unistd.h: Likewise.
52227         * posix/wordexp.h: Likewise.
52228         * pwd/pwd.h: Likewise.
52229         * resolv/netdb.h: Likewise.
52230         * resource/sys/resource.h: Likewise.
52231         * rt/aio.h: Likewise.
52232         * rt/bits/mqueue2.h: Likewise.
52233         * rt/mqueue.h: Likewise.
52234         * shadow/shadow.h: Likewise.
52235         * signal/signal.h: Likewise.
52236         * socket/send.c: Likewise.
52237         * socket/sendto.c: Likewise.
52238         * socket/sys/socket.h: Likewise.
52239         * stdio-common/printf.h: Likewise.
52240         * stdlib/bits/stdlib.h: Likewise.
52241         * stdlib/fmtmsg.h: Likewise.
52242         * stdlib/monetary.h: Likewise.
52243         * stdlib/stdlib.h: Likewise.
52244         * stdlib/ucontext.h: Likewise.
52245         * streams/stropts.h: Likewise.
52246         * string/argz.h: Likewise.
52247         * string/bits/string2.h: Likewise.
52248         * string/string.h: Likewise.
52249         * string/strings.h: Likewise.
52250         * sunrpc/rpc/auth.h: Likewise.
52251         * sunrpc/rpc/auth_des.h: Likewise.
52252         * sunrpc/rpc/clnt.h: Likewise.
52253         * sunrpc/rpc/netdb.h: Likewise.
52254         * sunrpc/rpc/pmap_clnt.h: Likewise.
52255         * sunrpc/rpc/xdr.h: Likewise.
52256         * sysdeps/generic/inttypes.h: Likewise.
52257         * sysdeps/generic/net/if.h: Likewise.
52258         * sysdeps/generic/sys/swap.h: Likewise.
52259         * sysdeps/gnu/net/if.h: Likewise.
52260         * sysdeps/gnu/utmpx.h: Likewise.
52261         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
52262         * sysdeps/i386/i486/bits/string.h: Likewise.
52263         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
52264         * sysdeps/s390/bits/string.h: Likewise.
52265         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
52266         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
52267         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
52268         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
52269         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
52270         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
52271         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
52272         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
52273         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
52274         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
52275         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
52276         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
52277         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
52278         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
52279         * sysdeps/unix/sysv/linux/readv.c: Likewise.
52280         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
52281         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
52282         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52283         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
52284         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
52285         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52286         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
52287         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
52288         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
52289         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
52290         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
52291         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
52292         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52293         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
52294         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
52295         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
52296         * sysvipc/sys/ipc.h: Likewise.
52297         * sysvipc/sys/msg.h: Likewise.
52298         * sysvipc/sys/sem.h: Likewise.
52299         * sysvipc/sys/shm.h: Likewise.
52300         * termios/termios.h: Likewise.
52301         * time/sys/time.h: Likewise.
52302         * time/time.h: Likewise.
52303         * wcsmbs/bits/wchar2.h: Likewise.
52304         * wcsmbs/uchar.h: Likewise.
52305         * wcsmbs/wchar.h: Likewise.
52306         * wctype/wctype.h: Likewise.
52308         [BZ #13551]
52309         * Makeconfig: Remove all but ELF support including AIX support.
52310         * Makerules: Likewise.
52311         * config.h.in: Likewise.
52312         * config.make.in: Likewise.
52313         * configure: Likewise.
52314         * configure.in: Likewise.
52315         * csu/Makefile: Likewise.
52316         * csu/version.c: Likewise.
52317         * debug/Makefile: Likewise.
52318         * dlfcn/Makefile: Likewise.
52319         * elf/Makefile: Likewise.
52320         * extra-lib.mk: Likewise.
52321         * iconv/Makefile: Likewise.
52322         * include/libc-symbols.h: Likewise.
52323         * include/shlib-compat.h: Likewise.
52324         * resolv/Makefile: Likewise.
52325         * resolv/res_libc.c: Likewise.
52326         * rt/Makefile: Likewise.
52327         * sysdeps/i386/asm-syntax.h: Likewise.
52328         * sysdeps/i386/sysdep.h: Likewise.
52329         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
52330         * sysdeps/mach/sysdep.h: Likewise.
52331         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
52332         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
52333         * sysdeps/s390/asm-syntax.h: Likewise.
52334         * sysdeps/s390/s390-32/sysdep.h: Likewise.
52335         * sysdeps/s390/s390-64/sysdep.h: Likewise.
52336         * sysdeps/sh/sysdep.h: Likewise.
52337         * sysdeps/unix/sparc/sysdep.h: Likewise.
52338         * sysdeps/wordsize-32/divdi3.c: Likewise.
52339         * sysdeps/x86_64/sysdep.h: Likewise.
52341         * argp/Versions: Remove _argp_unlock_xxx.
52343         [BZ #13559]
52344         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
52345         * abilist/libBrokenLocale.abilist: Likewise.
52346         * abilist/libanl.abilist: Likewise.
52347         * abilist/libc.abilist: Likewise.
52348         * abilist/libcrypt.abilist: Likewise.
52349         * abilist/libdl.abilist: Likewise.
52350         * abilist/libm.abilist: Likewise.
52351         * abilist/libnsl.abilist: Likewise.
52352         * abilist/libpthread.abilist: Likewise.
52353         * abilist/libresolv.abilist: Likewise.
52354         * abilist/librt.abilist: Likewise.
52355         * abilist/libthread_db.abilist: Likewise.
52356         * abilist/libutil.abilist: Likewise.
52357         * abilist/libnss_db.abilist: New file.
52359         * scripts/abilist.awk: Add support for indirect functions.
52361         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
52363         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
52365         * shlib-versions: Remove entries for ports architectures.
52367         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
52368         files in ports.
52369         * elf/stackguard-macros.h: Remove support for IA-64.
52370         * elf/tst-auditmod1.c: Likewise.
52371         * sysdeps/generic/ldsodefs.h: Likewise.
52373         * sysdeps/unix/sysv/linux/configure.in: Ports should define
52374         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
52375         configure files.
52377         [BZ #13552]
52378         * configure.in: Remove --enable-omitfp support.
52379         * FAQ.in: Adjust.
52380         * config.make.in: Likewise.
52381         * Makeconfig: Likewise.
52382         * manual/install.texi: Likewise.
52384         In case anyone cares, the IA-64 architecture could move to ports.
52385         * sysdeps/ia64/*: Removed.
52386         * sysdeps/unix/sysv/linux/ia64/*: Removed.
52387         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
52389         [BZ #13555]
52390         * configure.in: Remove entries for unsupported architectures.
52392         [BZ #13533]
52393         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
52394         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
52395         routines.
52396         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
52397         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
52398         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
52399         fall back to using wcrtomb.
52400         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
52401         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
52402         renaming.
52403         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
52404         * wcsmbs/tst-c16c32-1.c: New file.
52406         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
52407         local variable.
52409         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
52411         * elf/tst-unique3.cc: Add explicit declaration of gets.
52412         * elf/tst-unique3lib.cc: Likewise.
52413         * elf/tst-unique3lib2.cc: Likewise.
52414         * elf/tst-unique4.cc: Likewise.
52416         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
52418 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
52420         [BZ #13566]
52421         * assert/assert.h (static_assert): Don't define for C++.
52422         * libio/stdio.h (gets): Do declare for C++ <= C++11.
52423         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
52425 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
52427         * iconv/loop.c (single loop): Fix assertion in storing of
52428         remaining bytes.
52430         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
52432 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
52434         * posix/getconf.c: Update copyright year.
52435         * nss/getent.c: Likewise.
52436         * nss/makedb.c: Likewise.
52437         * iconv/iconvconfig.c: Likewise.
52438         * iconv/iconv_prog.c: Likewise.
52439         * elf/ldconfig.c: Likewise.
52440         * elf/pldd.c: Likewise.
52441         * elf/sotruss.ksh: Likewise.
52442         * catgets/gencat.c: Likewise.
52443         * csu/version.c: Likewise.
52444         * elf/ldd.bash.in: Likewise.
52445         * elf/sprof.c (print_version): Likewise.
52446         * locale/programs/locale.c: Likewise.
52447         * locale/programs/localedef.c: Likewise.
52448         * login/programs/pt_chown.c: Likewise.
52449         * nscd/nscd.c (print_version): Likewise.
52450         * debug/xtrace.sh: Likewise.
52451         * malloc/memusage.sh: Likewise.
52452         * malloc/mtrace.pl: Likewise.
52453         * debug/catchsegv.sh: Likewise.
52455 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
52457         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
52458         pure attribute.
52460 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
52462         [BZ #13533]
52463         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
52464         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
52465         transformations.
52466         * iconv/gconv_int.h: Likewise.
52467         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
52468         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
52469         from libc for GLIBC_2.16.
52470         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
52471         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
52472         * wcsmbs/uchar.h: Really define mbstate_t.
52473         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
52474         * wcsmbs/c16rtomb.c: New file.
52475         * wcsmbs/mbrtoc16.c: New file.
52476         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
52477         for C/POSIX locale.
52478         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
52479         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
52481         * wcsmbs/wchar.h: Add missing __restrict.
52483 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52485         [BZ #13532]
52486         * time/Makefile (routines): Add timespec_get.
52487         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
52488         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
52489         timespec for ISO C11.
52490         * time/timespec_get.c: New file.
52491         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
52492         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
52494         [BZ #13531]
52495         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
52496         * stdlib/stdlib.h: Declare aligned_alloc.
52497         * Versions.def: Add GLIBC_2.16 for libc.
52498         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
52500         [BZ 13527]
52501         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
52502         ISO C11.
52504         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
52505         code.
52507         [BZ #13528]
52508         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
52510         [BZ #13529]
52511         * assert/assert.h (static_assert): Define.
52513         * version.h: Update for 2.16 development version.
52515         [BZ #13526]
52516         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
52517         _ISOC11_SOURCE.
52519         * version.h (RELEASE): Bump for 2.15 release.
52520         * include/features.h (__GLIBC_MINOR__): Bump to 15.
52522         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52523         Patch by Marek Polacek <mpolacek@redhat.com>.
52525         * bits/byteswap.h: Protect long long constants with __extension__.
52526         * sysdeps/i386/bits/byteswap.h: Likewise.
52527         * sysdeps/ia64/bits/byteswap.h: Likewise.
52528         * sysdeps/s390/bits/byteswap.h: Likewise.
52529         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52531 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52533         [BZ #13540]
52534         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52535         destination buffer.
52536         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52538 2011-12-23  Marek Polacek  <polacek@redhat.com>
52540         * elf/dl-addr.c (determine_info): Add inline keyword.
52541         * elf/tst-auditmod4b.c (check_avx): Likewise.
52542         * elf/tst-auditmod6b.c (check_avx): Likewise.
52543         * elf/tst-auditmod6c.c (check_avx): Likewise.
52544         * elf/tst-auditmod7b.c (check_avx): Likewise.
52546 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52548         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52549         !__SSE_MATH__.
52551 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52553         [BZ #13540]
52554         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52555         processing for last bytes.
52557 2011-08-06  Bruno Haible  <bruno@clisp.org>
52559         [BZ #13061]
52560         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52561         U+0385, not to U+1FEE.
52563         [BZ #13062]
52564         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52565         entry for U+00A5 U+0301.
52567 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52569         [BZ #13166]
52570         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52571         buffer for the output is too small.
52573         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52574         optimization.
52576         [BZ #13185]
52577         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52578         SSE flags if possible.
52580 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52582         [BZ #13540]
52583         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52584         processing for last bytes.
52586 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
52588         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52589         (syscall-list-default-options, syscall-list-default-condition)
52590         (syscall-list-includes): Define.
52591         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52592         list of ABIs and options and #if conditions for each ABI.  Do not
52593         handle common syscalls between ABIs specially.
52594         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52595         Remove.
52596         (syscall-list-variants, syscall-list-32bit-options)
52597         (syscall-list-32bit-condition, syscall-list-64bit-options)
52598         (syscall-list-64bit-condition): Define.
52599         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52600         (syscall-list-variants, syscall-list-32bit-options)
52601         (syscall-list-32bit-condition, syscall-list-64bit-options)
52602         (syscall-list-64bit-condition): Define.
52603         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52604         Remove.
52605         (syscall-list-variants, syscall-list-32bit-options)
52606         (syscall-list-32bit-condition, syscall-list-64bit-options)
52607         (syscall-list-64bit-condition): Define.
52608         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52609         Remove.
52610         (syscall-list-variants, syscall-list-32bit-options)
52611         (syscall-list-32bit-condition, syscall-list-64bit-options)
52612         (syscall-list-64bit-condition): Define.
52614 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52616         * locale/iso-639.def: Add brx entry.
52618         [BZ #13328]
52619         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52620         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52622         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52623         __feraiseexcept_renamed.
52625 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52627         [BZ #13538]
52628         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52629         EPOLLET with unsigned values.
52630         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52631         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52633         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52634         to large cancellation.
52635         * math/s_cacoshf.c: Likewise.
52636         * math/s_cacoshl.c: Likewise.
52638 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52640         [BZ #13305]
52641         [BZ #12786]
52642         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52643         * math/s_cacoshf.c: Likewise.
52644         * math/s_cacoshl.c: Likewise.
52646 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52648         [BZ #13439]
52649         * iconv/gconv.h: Define __GCONV_SWAP.
52650         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52651         * iconvdata/utf-16.c: Likewise.
52652         * iconvdata/utf-32.c: Likewise.
52654 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52656         [BZ #13524]
52657         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52658         numerator after shifting it by one limb.
52660 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52662         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52663         under [__USE_EXTERN_INLINES].
52665 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52667         [BZ #13446]
52668         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52670 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52672         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52673         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52674         optimized code.
52675         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52676         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52677         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52678         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52679         for strncasecmp/strncasecmp_l compilation.
52680         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52681         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52683 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52685         [BZ #13484]
52686         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52687         of __asm__.
52689 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52691         [BZ #13506]
52692         * time/tzfile.c (__tzfile_read): Check values from file header.
52694 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52696         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52697         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52698         * powerpc/powerpc32/dl-start.S: Likewise.
52699         * powerpc/powerpc32/elf/start.S: Likewise.
52700         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52701         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52702         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52703         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52704         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52705         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52706         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52707         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52708         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52709         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52710         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52711         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52712         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52713         * powerpc/powerpc32/memset.S: Likewise.
52714         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52715         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52716         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52717         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52718         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52719         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52720         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52721         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52722         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52723         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52724         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52725         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52726         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52728 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52730         * math/libm-test.inc: Added more nearbyint tests.
52731         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52732         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52733         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52734         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52736 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52738         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52739         FD_CLOEXEC.
52741 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52743         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52744         Add wcscpy-ssse3 wcscpy-c.
52745         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52746         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52747         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52748         * sysdeps/x86_64/wcschr.S: New file.
52749         * sysdeps/x86_64/wcsrchr.S: New file.
52750         * string/test-strcmp.c: Remove checking of wcscmp function for
52751         wrong alignments.
52752         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52753         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52754         wcsrchr-sse2 wcsrchr-c.
52755         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52756         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52757         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52758         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52759         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52760         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52761         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52762         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52763         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52764         * wcsmbc/wcschr.c (WCSCHR): New macro.
52766 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52768         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52769         * wcsmbs/test-wcsrchr.c: New file.
52770         * string/test-strrchr.c: Add wcsrchr support.
52771         (WIDE): New macro.
52772         * wcsmbs/test-wcscpy.c: New file.
52773         * string/test-strcpy.c: Add wcscpy support.
52774         (WIDE): New macro.
52776 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52778         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52779         the inner loop.
52781 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52783         [BZ #13472]
52784         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52786 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52788         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52789         Minor optimizations.
52791         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52792         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52793         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52795 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52797         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52798         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52799         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52800         for gcc to avoid warnings.
52801         * inet/Makefile (tests): Add tst-checks.
52802         * inet/tst-checks.c: New file.
52804         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52805         warning.
52807         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52808         __wmemcmp_sse2.
52810         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52811         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52813         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52815 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52817         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52818         problem.
52820         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52822 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52824         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52825         conditional on GCC version.
52826         (__arch_compare_and_exchange_val_8_acq)
52827         (__arch_compare_and_exchange_val_16_acq)
52828         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52829         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52830         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52832 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52834         * sysdeps/sh/backtrace.c: New file.
52836 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52838         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52839         parenthesis.
52841 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52843         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52844         falling back to utime.
52846 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52848         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52849         expectations for float.
52851 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52853         * locale/weight.h (findidx): Add parameter len.
52854         * locale/weightwc.h (findidx): Likewise.
52855         * posix/fnmatch_loop.c (FCT): Adjust caller.
52856         * posix/regcomp.c (build_equiv_class): Likewise.
52857         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52858         * posix/regexec.c (check_node_accept_bytes): Likewise.
52859         * string/strcoll_l.c (STRCOLL): Likewise.
52860         * string/strxfrm_l.c (STRXFRM): Likewise.
52862 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52864         * Makefile.in: Remove CVSOPT handling.
52865         * configure.in: Remove use of AC_REVISION.
52866         * iconvdata/Makefile (distribute): No need to filter out CVS.
52867         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52868         handling.
52870 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52872         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52873         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52874         [USE_AS_STRNCASECMP_L]: Likewise.
52875         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52876         NO_TLS_DIRECT_SEG_REFS.
52877         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52878         Fix argument offsets for non-PIC.
52879         [USE_AS_STRNCASECMP_L]: Likewise.
52880         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52881         NO_TLS_DIRECT_SEG_REFS.
52883 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52885         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52886         O_CLOEXEC.
52887         * locale/loadlocale.c (_nl_load_locale): Likewise.
52889 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52891         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52892         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52893         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52894         (SYSCALL_GETTIME): Set errno on error.
52896         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52897         count references to noai6ai_cached.
52899 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52901         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52903         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52904         FD_CLOEXEC for /proc/self/maps.
52906         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52907         FD_CLOEXEC for /proc/meminfo.
52909         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52910         gai.conf.
52912         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52913         FD_CLOEXEC for given file.
52915         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52917         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52918         FD_CLOEXEC for /etc/hosts.
52919         (_gethtent): Likewise.
52921         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52923         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52924         cancellation and set FD_CLOEXEC for /etc/netgroup.
52926         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52927         reading /etc/publickey.
52929         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52930         allow cancellation when reading /etc/group.
52932         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52933         cancellation.
52934         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52936         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52937         when using data file.
52939         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52941         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52942         (write_nis_obj): Use "c" and "e" in fopen.
52944         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52946         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52948         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52950         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52952         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52953         locale.alias.
52955         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52957         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52959         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52961         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52962         file parsing and set FD_CLOEXEC.
52964 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52966         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52968 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52970         * malloc/arena.c (arena_get2): Don't call reused_arena when
52971         _int_new_arena failed.
52973 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52975         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52976         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52977         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52978         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52979         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52980         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52981         to compile strcasecmp and strncasecmp.
52982         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52983         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52985         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52987 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52989         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52990         locale-defines.sym to gen-as-const-headers.
52991         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52992         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52993         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52994         to compile strcasecmp and strncasecmp.
52995         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52996         strcasecmp_l and strncasecmp_l.
52997         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52998         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52999         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
53000         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
53001         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
53002         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
53003         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
53004         * sysdeps/i386/i686/multiarch/strncase.S: New file.
53005         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
53006         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
53007         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
53009 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
53011         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
53012         result of SYSDEP_GETTIME_CPU to retval.
53013         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
53014         parameter list to macro.  Remove trailing semicolon.  Adjust users.
53016         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
53017         variable.
53019         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
53020         mantissa words.
53021         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
53023         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
53024         from unused variable.
53026         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
53027         DWARF definitions.
53028         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
53029         for assembling.
53031         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
53032         over namespaces.
53034         * sunrpc/rpc_prot.c (rejected): Fix case value.
53036         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
53037         unsigned long long int to avoid warnings in shift.
53039         * posix/regex_internal.c (re_string_reconstruct): Actually use result
53040         of use of trans.
53041         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
53042         variable tmp.
53044         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
53045         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
53046         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
53048         * nis/nis_table.c (nis_list): Use variable of correct type for
53049         result of __follow_path call.
53051 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53053         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
53054         of math functions ceil, trunc, floor, round, and sqrt, when
53055         avaliable on the platform.
53056         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
53057         name clash.
53058         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53059         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53060         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53062 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
53064         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
53065         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
53067 2011-11-11  Roland McGrath  <roland@hack.frob.com>
53069         * include/unistd.h: Fix __readlink return type.
53070         Reported by Chris Metcalf <cmetcalf@tilera.com>.
53072 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
53074         * stdlib/ucontext.h: Undo last change for makecontext.
53076 2011-11-11  Andreas Schwab  <schwab@redhat.com>
53078         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
53080         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
53081         * setjmp/setjmp.h: Mark functions as non-leaf.
53082         * setjmp/bits/setjmp2.h: Likewise.
53083         * stdlib/ucontext.h: Likewise.
53085 2011-11-10  Andreas Schwab  <schwab@redhat.com>
53087         * malloc/arena.c (_int_new_arena): Don't increment narenas.
53088         (reused_arena): Don't check arena limit.
53089         (arena_get2): Atomically check arena limit.
53091 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
53093         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
53094         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
53096         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
53097         instructions.
53099 2011-11-07  Andreas Schwab  <schwab@redhat.com>
53101         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
53102         handler when locking.
53104         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53105         Fix size of allocated buffer.
53107 2011-11-04  Andreas Schwab  <schwab@redhat.com>
53109         [BZ #10103]
53110         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
53111         declarations for long double functions.
53112         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
53114         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
53116 2011-11-03  Andreas Schwab  <schwab@redhat.com>
53118         * nscd/nscd.c (main): Don't start AVC thread until credentials are
53119         installed.
53121         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
53122         is disabled.
53124 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53126         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
53128 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
53130         * include/alloca.h (stackinfo_alloca_round): Define.
53131         (extend_alloca): Use it.
53132         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
53133         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
53134         here.
53136         * scripts/check-local-headers.sh: Ignore libaudit.h.
53138         * nscd/Makefile (extra-objs): Make recursively expanded.
53140 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
53142         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
53143         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
53145         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
53146         * posix/tst-rfc3484-2.c: Likewise.
53147         * posix/tst-rfc3484-3.c: Likewise.
53149         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
53150         process_vm_writev.
53151         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
53152         process_vm_writev.
53153         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
53154         process_vm_writev from libc using GLIBC_2.15 version.
53156         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
53158 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
53160         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
53161         stack usage.
53163 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
53165         [BZ #13367]
53166         * nss/getent.c (initgroups_keys): Show error message in case no group
53167         names are given.
53169         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
53170         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
53171         __bump_nl_timestamp.
53172         * nscd/connections (nscd_init): When host database is served open
53173         netlink socket and request notification about configuration changes.
53174         (main_loop_poll): Track netlink file descriptor and bump timestamp
53175         in case data becomes available.
53176         (main_loop_epoll): Likewise.
53177         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
53178         (database_pers_head): Add extra_data fileds.
53179         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
53180         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
53181         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
53182         Adjust caller.
53183         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
53184         in6ai data, call __free_in6ai.
53185         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
53186         Add -DHAVE_NETLINK.
53187         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
53188         interface information.  Reuse previous data if netlink timestamp
53189         is not changed.
53190         (__bump_nl_timestamp): New function.
53191         (__free_in6ai): New function.
53193 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
53195         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
53196         close_not_cancel_no_status here.
53197         (__check_pf): Reorganize code a bit to not call close twice if OOM.
53199 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
53201         [BZ #13276]
53202         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
53203         return value.
53205         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
53206         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
53207         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
53209 2011-07-03  Andreas Jaeger  <aj@suse.de>
53211         [BZ #10709]
53212         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
53213         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
53214         * math/libm-test.inc (sin_test): Add test case.
53216 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
53218         [BZ #13337]
53219         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
53220         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
53222         * elf/chroot_canon.c (chroot_canon): Cleanups.
53224         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
53226         [BZ #13335]
53227         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
53228         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
53230         * string/test-strchr.c: Make usable for strchrnul testing.
53231         * string/test-strchrnul.c: New file.
53232         * string/Makefile (strop-tests): Add strchrnul.
53234         * po/it.po: Update from translation team.
53235         * po/es.po: Likewise.
53237 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
53239         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
53240         the three constants needed as parameters.  Drop the others.
53241         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
53242         __m128i_strloadu_tolower.
53243         Create and initialize variable zero and use it in all the places
53244         where _mm_setzero_si128 was used.
53246         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
53247         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
53248         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
53249         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
53250         anymore.
53251         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
53252         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
53253         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
53254         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
53255         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
53256         __mpranred, __mptan.
53257         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
53258         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
53259         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
53260         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
53261         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
53262         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
53263         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
53264         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
53265         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
53267 2011-10-28  Andreas Schwab  <schwab@redhat.com>
53269         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
53270         redefine if SHARED.
53271         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
53273         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
53274         wide char related routines to wcsmbs subdir.
53276 2011-10-27  Andreas Schwab  <schwab@redhat.com>
53278         [BZ #13344]
53279         * misc/sys/cdefs.h (__THROWNL): Define.
53280         * posix/unistd.h: Use __THREADNL instead of __THREAD
53281         for memory synchronization functions.
53283 2011-10-26  Roland McGrath  <roland@hack.frob.com>
53285         [BZ #13349]
53286         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
53287         doesn't exist.
53288         * manual/stdio.texi (Obstack Streams): Node removed.
53290 2011-10-26  Andreas Schwab  <schwab@redhat.com>
53292         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
53293         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
53294         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
53296         * math/math_private.h (math_force_eval): Allow non-addressable
53297         arguments.
53298         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
53300 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53302         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
53303         file is not needed.
53305         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
53306         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
53307         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
53308         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
53309         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
53310         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
53311         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
53312         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
53313         Add AVX variants.
53314         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
53315         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
53316         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
53317         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
53318         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
53319         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
53320         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
53321         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
53322         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
53323         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
53324         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
53325         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
53326         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
53327         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
53328         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
53329         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
53330         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
53331         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
53332         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
53334         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
53335         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
53337         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
53338         place.  Use VEX encoding when compiling for AVX.
53340 2011-10-25  Andreas Schwab  <schwab@redhat.com>
53342         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
53343         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
53345         * string/test-strchr.c (do_test): Don't generate NUL bytes.
53347 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53349         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
53350         useless if() expression.
53351         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53352         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
53353         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
53354         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53355         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
53356         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
53357         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53358         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53359         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
53360         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53361         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53362         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53363         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
53364         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53365         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
53366         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
53367         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53368         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53369         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
53371         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
53373 2011-10-25  Andreas Schwab  <schwab@redhat.com>
53375         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
53376         condition.
53377         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53379 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53381         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
53382         .text section.  Avoid duplicate constants.
53383         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
53384         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53385         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53386         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53387         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53388         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53389         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53390         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53391         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
53392         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
53393         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
53394         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
53395         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
53396         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
53397         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
53398         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
53399         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
53400         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
53401         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
53402         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53403         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
53404         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
53405         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
53406         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
53407         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
53408         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
53409         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
53410         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
53411         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
53412         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
53413         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
53414         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
53415         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
53416         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
53417         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
53418         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
53419         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
53420         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
53421         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
53422         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
53423         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
53424         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
53425         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
53426         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
53427         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
53429 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
53431         * sysdeps/x86_64/dla.h: Move to ...
53432         * sysdeps/x86_64/fpu/dla.h: ...here.
53433         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
53434         situations.  Use __builtin_fma only for gcc 4.6 and up.
53436         * config.make.in: Add have-mfma4 entry.
53437         * configure.in: Substitute libc_cv_cc_fma4.
53438         * math/Makefile (dbl-only-routines): Add sincostab.
53439         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
53440         Use __sincostab not sincos.
53441         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
53442         name is a macro.
53443         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53444         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53445         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53446         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
53447         using __copysign.
53448         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
53449         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
53450         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
53451         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
53452         and __inv.
53453         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
53454         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
53455         __copysign.
53456         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
53457         define aliases when function name is a macro.
53458         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
53459         sysdeps/ieee754/dbl-64/sincos.tbl.
53460         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
53461         fma4-enabled routines.
53462         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
53463         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
53464         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
53465         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
53466         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
53467         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
53468         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
53469         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
53470         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
53471         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
53472         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
53473         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
53474         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
53475         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
53476         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
53477         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
53478         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
53479         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
53480         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
53481         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
53482         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
53483         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
53484         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
53485         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
53486         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
53487         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
53488         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
53489         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
53490         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
53491         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
53493         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
53494         rename.
53495         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53496         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53497         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53498         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53499         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53500         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53501         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53502         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53504 2011-10-24  Andreas Schwab  <schwab@redhat.com>
53506         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
53508 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53510         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
53512         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
53513         prediction.
53514         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
53516         * string/strnlen.c: Don't define STRNLEN, reverse logic.
53517         Remove unused variable magic_bits.
53518         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53520         * string/strnlen.c: Define and use STRNLEN macro.
53521         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53522         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53523         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53524         * wcsmbs/wcslen.c: Define and use WCSLEN.
53525         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53526         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53527         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53528         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53529         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53530         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53531         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53533 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53535         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53536         strnlen-sse2-no-bsf.
53537         Rename strlen-no-bsf to strlen-sse2-no-bsf.
53538         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53539         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53540         Add strnlen support.
53541         (USE_AS_STRNLEN): New macro.
53542         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53543         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53544         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53545         * sysdeps/x86_64/wcslen.S: New file.
53547 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
53549         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53550         XMM-moves are used for copying on small sizes.
53552 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53554         * wcsmbs/Makefile (strop-tests): Add wcschr.
53555         * wcsmbs/test-wcschr.c: New file.
53556         * string/test-strchr.c: Update.
53557         Add wcschr support.
53558         (WIDE): New macro.
53560 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53562         * wcsmbs/Makefile (strop-tests): Add wcslen.
53563         * wcsmbs/test-wcslen.c: New file.
53564         * string/test-strlen.c: Update.
53565         Add wcslen support.
53566         (WIDE): New macro.
53568 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53570         * po/it.po: Update from translation team.
53572 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53574         * sysdeps/x86_64/wcscmp.S: Update.
53575         Fix wrong comparison semantics.
53576         wcscmp shall use signed comparison not unsigned.
53577         Don't use substraction to avoid overflow bug.
53578         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53579         * wcsmbc/wcscmp.c: Likewise.
53580         * string/test-strcmp.c: Likewise.
53581         Add new tests to check cases with negative values.
53583 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53585         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53586         * sysdeps/x86_64/dla.h: ...here.  New file.
53587         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53588         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53589         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53590         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53591         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53592         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53593         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53594         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53595         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53597 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53599         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53600         __ynl_finite aliases.
53602 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53604         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53606         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53607         define DLA_FMA.
53608         [DLA_FMA] (EMULV): Use DLA_FMA.
53609         [DLA_FMA] (MUL12): Use EMULV.
53610         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53611         that are not needed.
53612         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53613         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53614         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53615         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53616         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53617         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53618         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53620 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53622         * math/s_nan.c: Undef __nan.
53623         * math/s_nanf.c: Undef __nanf.
53624         * math/s_nanl.c: Undef __nanl.
53625         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53626         "math_private.h".
53628 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53630         * math/s_catan.c: Add branch predictions.
53631         * math/s_catanf.c: Likewise.
53632         * math/s_catanh.c: Likewise.
53633         * math/s_catanhf.c: Likewise.
53634         * math/s_catanhl.c: Likewise.
53635         * math/s_catanl.c: Likewise.
53636         * math/s_cexp.c: Likewise.
53637         * math/s_cexpf.c: Likewise.
53638         * math/s_cexpl.c: Likewise.
53639         * math/s_clog.c: Likewise.
53640         * math/s_clog10.c: Likewise.
53641         * math/s_clog10f.c: Likewise.
53642         * math/s_clog10l.c: Likewise.
53643         * math/s_clogf.c: Likewise.
53644         * math/s_clogl.c: Likewise.
53645         * math/s_csqrt.c: Likewise.
53646         * math/s_csqrtf.c: Likewise.
53647         * math/s_csqrtl.c: Likewise.
53648         * math/s_ctanf.c: Likewise.
53649         * math/s_ctanh.c: Likewise.
53650         * math/s_ctanhf.c: Likewise.
53651         * math/s_ctanhl.c: Likewise.
53652         * math/s_ctanl.c: Likewise.
53654         * math/math_private.h: Define __nan, __nanf, __nanl.
53655         * math/s_cacosh.c: Include <math_private.h>.
53656         * math/s_cacoshl.c: Likewise.
53657         * math/s_casinh.c: Likewise.
53658         * math/s_casinhf.c: Likewise.
53659         * math/s_casinhl.c: Likewise.
53660         * math/s_ccos.c: Rely entire on ccosh.
53661         * math/s_ccosf.c: Rely entire on ccoshf.
53662         * math/s_ccosl.c: Rely entirely on ccoshl.
53663         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53664         Remove tests for FE_INVALID.
53665         * math/s_ccoshf.c: Likewise.
53666         * math/s_ccoshl.c: Likewise.
53667         * math/s_csin.c: Likewise.
53668         * math/s_csinf.c: Likewise.
53669         * math/s_csinh.c Likewise.
53670         * math/s_csinhf.c: Likewise.
53671         * math/s_csinhl.c: Likewise.
53672         * math/s_csinl.c: Likewise.
53673         * math/s_ctan.c: Likewise.
53674         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53675         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53676         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53678 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53680         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53681         compilation problems.
53683         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53684         __builtin_expect.
53686 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53688         * sysdeps/i386/configure.in: Test for -mfma4 option.
53689         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53690         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53691         COMMON_CPUID_INDEX_80000001.
53692         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53693         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53694         use it if FMA3 is not supported.
53695         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53697         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53698         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53700 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53702         [BZ #12892]
53703         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53704         it would create a cycle with a link time dependency.
53706 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53708         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53709         instruction.
53710         * string/Makefile (strop-tests): Add rawmemchr.
53711         * string/test-rawmemchr.c: New file.
53713         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53714         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53715         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53716         when compiling str{,n}casecmp and when AVX is available.  Hook up
53717         new optimized code in initializers.
53719 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53721         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53722         __feraiseexcept instead of feraiseexcept.
53724 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53726         * math/math_private.h: Define defaults for libc_fetestexcept and
53727         libc_feupdateenv.
53728         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53729         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53730         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53731         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53732         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53733         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53734         libc_fetestexcept and libc_feupdateenv.
53736         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53737         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53738         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53739         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53740         libc_feholdexcept_setround.
53742         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53743         Add s_nearbyint-c and s_nearbyintf-c.
53744         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53745         nearbyintf inlines.
53746         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53747         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53748         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53749         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53751         * math/math_private.h: Define defaults for libc_fegetround,
53752         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53753         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53754         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53755         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53756         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53757         standard functions.
53758         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53759         Remove comments and hacks for old compiler versions.
53760         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53761         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53762         libc_feholdexceptl.
53764 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53766         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53767         (__feraiseexcept_renamed): Add __NTH.
53768         (feraiseexcept): Add __NTH.  Rename local variables to fix
53769         namespace violations.
53771 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53773         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53775         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53777         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53778         recently added interfaces.
53779         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53781         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53782         about macro parameter expansion.
53784         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53785         __NO_MATH_INLINES is defined.  Cleanups.
53787         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53788         and __floorf is target has SSE4.1.
53789         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53790         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53791         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53792         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53794         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53795         name.
53796         (floorf): Likewise.
53798         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53800 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53802         * misc/sys/cdefs.h: Fix last change.
53804         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53805         database lookup.
53807 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53809         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53811         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53812         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53813         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53814         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53815         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53816         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53817         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53818         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53819         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53820         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53821         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53822         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53823         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53824         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53825         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53826         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53827         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53828         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53829         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53830         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53831         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53832         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53834         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53835         ceil, ceilf, floor, floorf.
53837         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53838         Perform IRELATIVE relocations last.
53840         * elf/do-rel.h: Add another parameter nrelative, replacing the
53841         local variable with the same name.  Change name of the function
53842         to end in Rel or Rela (uppercase).
53843         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53844         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53845         elf_dynamic_do_##reloc function.
53847 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53849         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53850         is sufficient, at least on modern CPUs.
53852         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53854         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53855         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53857         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53858         __expl_finite.
53859         * math/bits/math-finite.h: Add entries for exp.
53860         * math/e_expl.c: Add __*_finite alias.
53861         * sysdeps/i386/fpu/e_exp.S: Likewise.
53862         * sysdeps/i386/fpu/e_expf.S: Likewise.
53863         * sysdeps/i386/fpu/e_expl.c: Likewise.
53864         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53865         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53866         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53867         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53868         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53869         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53870         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53872         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53873         is sufficient, at least on modern CPUs.
53875         * ctype/ctype-info.c (__ctype_init): Define.
53876         * include/ctype.h (__ctype_init): Declare.
53877         (__ctype_b_loc): The variable is always initialized.
53878         (__ctype_toupper_loc): Likewise.
53879         (__ctype_tolower_loc): Likewise.
53880         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53881         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53883 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53885         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53887         * configure.in: Also look in $cxxmachine/include for C++ system
53888         headers.
53890 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53892         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53893         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53894         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53895         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53896         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53897         (USE_AS_WMEMCMP): New macro.
53898         Fixing indents.
53899         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53900         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53901         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53902         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53903         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53904         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53905         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53906         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53907         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53908         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53909         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53910         (USE_AS_WMEMCMP): New macro.
53911         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53912         * sysdeps/string/test-memcmp.c: Update.
53913         Fix simple_wmemcmp.
53914         Add new tests.
53915         * wcsmbs/wmemcmp.c: Update.
53916         (WMEMCMP): New macro.
53917         Fix overflow bug.
53919 2011-10-12  Andreas Jaeger  <aj@suse.de>
53921         [BZ #13268]
53922         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53924 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53926         * libio/iofwide.c (do_length): Avoid warning.
53928         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53930 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53932         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53934         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53935         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53936         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53937         * sysdeps/i386/i686/fpu/e_log.S: New file.
53938         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53939         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53941         * ctype/ctype.h: Add support for inlined isXXX functions when
53942         compiling C++ code.
53944 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53946         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53948         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53950 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53952         [BZ #13291]
53953         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53955 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53957         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53958         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53959         feraiseexcept.
53961         * sysdeps/x86_64/memrchr.S: Check for zero size.
53963         * string/stratcliff.c: Add memrchr tests.
53965 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53967         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53968         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53969         rawmemchr-sse2 rawmemchr-sse2-bsf.
53970         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53971         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53972         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53973         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53974         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53975         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53976         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53977         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53978         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53979         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53980         * string/memrchr.c (MEMRCHR): New macro.
53982 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53984         Add integration with gcc's -ffinite-math-only and optimize wrapper
53985         functions in libm.
53986         * Versions.def: Define GLIBC_2.15 version for libm.
53987         * math/Makefile (headers): Add bits/math-finite.h.
53988         * math/bits/math-finite.h: New file.
53989         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53990         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53991         * math/e_acoshl.c: Add __*_finite alias.
53992         * math/e_acosl.c: Likewise.
53993         * math/e_asinl.c: Likewise.
53994         * math/e_atan2l.c: Likewise.
53995         * math/e_atanhl.c: Likewise.
53996         * math/e_coshl.c: Likewise.
53997         * math/e_exp10.c: Likewise.
53998         * math/e_exp10f.c: Likewise.
53999         * math/e_exp10l.c: Likewise.
54000         * math/e_exp2l.c: Likewise.
54001         * math/e_fmodl.c: Likewise.
54002         * math/e_gammal_r.c: Likewise.
54003         * math/e_hypotl.c: Likewise.
54004         * math/e_j0l.c: Likewise.
54005         * math/e_j1l.c: Likewise.
54006         * math/e_jnl.c: Likewise.
54007         * math/e_lgammal_r.c: Likewise.
54008         * math/e_log10l.c: Likewise.
54009         * math/e_log2l.c: Likewise.
54010         * math/e_logl.c: Likewise.
54011         * math/e_powl.c: Likewise.
54012         * math/e_sinhl.c: Likewise.
54013         * math/e_sqrtl.c: Likewise.
54014         * math/e_scalb.c: Completely rewritten and optimized.
54015         * math/e_scalbf.c: Likewise.
54016         * math/e_scalbl.c: Likewise.
54017         * math/w_acos.c: Likewise.
54018         * math/w_acosf.c: Likewise.
54019         * math/w_acosl.c: Likewise.
54020         * math/w_acosh.c: Likewise.
54021         * math/w_acoshf.c: Likewise.
54022         * math/w_acoshl.c: Likewise.
54023         * math/w_asin.c: Likewise.
54024         * math/w_asinf.c: Likewise.
54025         * math/w_asinl.c: Likewise.
54026         * math/w_atan2.c: Likewise.
54027         * math/w_atan2f.c: Likewise.
54028         * math/w_atan2l.c: Likewise.
54029         * math/w_atanh.c: Likewise.
54030         * math/w_atanhf.c: Likewise.
54031         * math/w_atanhl.c: Likewise.
54032         * math/w_exp10.c: Likewise.
54033         * math/w_exp10f.c: Likewise.
54034         * math/w_exp10l.c: Likewise.
54035         * math/w_fmod.c: Likewise.
54036         * math/w_fmodf.c: Likewise.
54037         * math/w_fmodl.c: Likewise.
54038         * math/w_j0.c: Likewise.
54039         * math/w_j0f.c: Likewise.
54040         * math/w_j0l.c: Likewise.
54041         * math/w_j1.c: Likewise.
54042         * math/w_j1f.c: Likewise.
54043         * math/w_j1l.c: Likewise.
54044         * math/w_jn.c: Likewise.
54045         * math/w_jnf.c: Likewise.
54046         * math/w_log.c: Likewise.
54047         * math/w_logf.c: Likewise.
54048         * math/w_logl.c: Likewise.
54049         * math/w_log10.c: Likewise.
54050         * math/w_log10f.c: Likewise.
54051         * math/w_log10l.c: Likewise.
54052         * math/w_log2.c: Likewise.
54053         * math/w_log2f.c: Likewise.
54054         * math/w_log2l.c: Likewise.
54055         * math/w_pow.c: Likewise.
54056         * math/w_powf.c: Likewise.
54057         * math/w_powl.c: Likewise.
54058         * math/w_remainder.c: Likewise.
54059         * math/w_remainderf.c: Likewise.
54060         * math/w_remainderl.c: Likewise.
54061         * math/w_scalb.c: Likewise.
54062         * math/w_scalbf.c: Likewise.
54063         * math/w_scalbl.c: Likewise.
54064         * math/w_sqrt.c: Likewise.
54065         * math/w_sqrtf.c: Likewise.
54066         * math/w_sqrtl.c: Likewise.
54067         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
54068         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
54069         used.
54070         * math/math_private.h: Declare __kernel_standard_f.
54071         * math/w_cosh.c: Remove cruft and optimize a bit.
54072         * math/w_coshf.c: Likewise.
54073         * math/w_coshl.c: Likewise.
54074         * math/w_exp2.c: Likewise.
54075         * math/w_exp2f.c: Likewise.
54076         * math/w_exp2l.c: Likewise.
54077         * math/w_hypot.c: Likewise.
54078         * math/w_hypotf.c: Likewise.
54079         * math/w_hypotl.c: Likewise.
54080         * math/w_lgamma.c: Likewise.
54081         * math/w_lgamma_r.c: Likewise.
54082         * math/w_lgammaf.c: Likewise.
54083         * math/w_lgammaf_r.c: Likewise.
54084         * math/w_lgammal.c: Likewise.
54085         * math/w_lgammal_r.c: Likewise.
54086         * math/w_sinh.c: Likewise.
54087         * math/w_sinhf.c: Likewise.
54088         * math/w_sinhl.c: Likewise.
54089         * math/w_tgamma.c: Likewise.
54090         * math/w_tgammaf.c: Likewise.
54091         * math/w_tgammal.c: Likewise.
54092         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
54093         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
54094         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
54095         Minor optimizations.  Pretty printing.  Remove cruft.
54096         * sysdeps/i386/fpu/e_acosf.S: Likewise.
54097         * sysdeps/i386/fpu/e_acosh.S: Likewise.
54098         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
54099         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
54100         * sysdeps/i386/fpu/e_acosl.c: Likewise.
54101         * sysdeps/i386/fpu/e_asin.S: Likewise.
54102         * sysdeps/i386/fpu/e_asinf.S: Likewise.
54103         * sysdeps/i386/fpu/e_atan2.S: Likewise.
54104         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
54105         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
54106         * sysdeps/i386/fpu/e_atanh.S: Likewise.
54107         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
54108         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
54109         * sysdeps/i386/fpu/e_exp10.S: Likewise.
54110         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
54111         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
54112         * sysdeps/i386/fpu/e_exp2.S: Likewise.
54113         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
54114         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
54115         * sysdeps/i386/fpu/e_fmod.S: Likewise.
54116         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
54117         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
54118         * sysdeps/i386/fpu/e_hypot.S: Likewise.
54119         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
54120         * sysdeps/i386/fpu/e_log.S: Likewise.
54121         * sysdeps/i386/fpu/e_log10.S: Likewise.
54122         * sysdeps/i386/fpu/e_log10f.S: Likewise.
54123         * sysdeps/i386/fpu/e_log10l.S: Likewise.
54124         * sysdeps/i386/fpu/e_log2.S: Likewise.
54125         * sysdeps/i386/fpu/e_log2f.S: Likewise.
54126         * sysdeps/i386/fpu/e_log2l.S: Likewise.
54127         * sysdeps/i386/fpu/e_logf.S: Likewise.
54128         * sysdeps/i386/fpu/e_logl.S: Likewise.
54129         * sysdeps/i386/fpu/e_pow.S: Likewise.
54130         * sysdeps/i386/fpu/e_powf.S: Likewise.
54131         * sysdeps/i386/fpu/e_powl.S: Likewise.
54132         * sysdeps/i386/fpu/e_remainder.S: Likewise.
54133         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
54134         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
54135         * sysdeps/i386/fpu/e_scalb.S: Likewise.
54136         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
54137         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
54138         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
54139         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
54140         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
54141         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
54142         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
54143         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
54144         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
54145         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
54146         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
54147         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
54148         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
54149         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
54150         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
54151         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
54152         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
54153         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
54154         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
54155         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
54156         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
54157         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
54158         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
54159         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
54160         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
54161         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
54162         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
54163         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
54164         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
54165         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
54166         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
54167         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
54168         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
54169         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
54170         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
54171         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
54172         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
54173         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54174         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
54175         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
54176         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
54177         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
54178         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
54179         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
54180         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
54181         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
54182         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
54183         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
54184         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
54185         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
54186         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
54187         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
54188         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
54189         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
54190         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
54191         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
54192         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
54193         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
54194         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54195         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
54196         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
54197         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
54198         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
54199         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
54200         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
54201         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
54202         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
54203         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
54204         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
54205         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
54206         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
54207         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
54208         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
54209         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
54210         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
54211         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
54212         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
54213         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
54214         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
54215         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
54216         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
54217         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
54218         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
54219         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
54220         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
54221         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
54222         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
54223         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
54224         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
54225         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
54226         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
54227         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54228         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
54229         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
54230         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
54231         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
54232         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
54233         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
54234         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
54235         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
54236         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
54237         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
54238         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
54239         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
54240         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
54241         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
54242         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
54243         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
54244         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
54245         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
54246         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
54247         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
54248         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
54249         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
54250         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
54251         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
54252         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
54253         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
54254         (__isnanf): Likewise.
54255         (__isinf_ns): Likewise.
54256         (__isinf_nsf): Likewise.
54257         (__finite): Likewise.
54258         (__finitef): Likewise.
54259         (__ieee754_sqrt): Define as macro.
54260         (__ieee754_sqrtf): Define as macro.
54261         (__ieee754_sqrtl): Define as macro.
54262         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
54263         inlined copy.
54264         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
54265         __FINITE_MATH_ONLY__ consistent.
54266         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
54268 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
54270         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
54271         of rawmemchr.
54273         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
54275 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
54277         * po/ja.po: Update from translation team.
54279 2011-10-08  Roland McGrath  <roland@hack.frob.com>
54281         * locale/programs/locarchive.c (prepare_address_space): New function.
54282         (create_archive, enlarge_archive, open_archive): Use it.
54284         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
54285         inside [SHARED], where it is used.
54287         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
54289         * nss/getent.c (netgroup_keys): Remove unused variable.
54290         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
54292 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
54294         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
54295         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
54296         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
54297         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
54298         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
54299         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
54300         * math/Makefile (libm-calls): Add s_isinf_ns.
54301         * math/divtc3.c: Use __isinf_nsl instead of isinf.
54302         * math/multc3.c: Likewise.
54303         * math/s_casin.c: Likewise.
54304         * math/s_casinf.c: Likewise.
54305         * math/s_casinl.c: Likewise.
54306         * math/s_ccos.c: Likewise.
54307         * math/s_ccosf.c: Likewise.
54308         * math/s_ccosl.c: Likewise.
54309         * math/s_ctan.c: Likewise.
54310         * math/s_ctanf.c: Likewise.
54311         * math/s_ctanh.c: Likewise.
54312         * math/s_ctanhf.c: Likewise.
54313         * math/s_ctanhl.c: Likewise.
54314         * math/s_ctanl.c: Likewise.
54315         * math/w_fmod.c: Likewise.
54316         * math/w_fmodf.c: Likewise.
54317         * math/w_fmodl.c: Likewise.
54318         * math/w_remainder.c: Likewise.
54319         * math/w_remainderf.c: Likewise.
54320         * math/w_remainderl.c: Likewise.
54321         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
54322         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
54323         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
54324         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
54325         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
54326         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
54327         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
54328         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
54330         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
54331         of the number.
54332         * stdio-common/printf_fphex.c: Likewise.
54333         * stdio-common/printf_size.c: Likewise.
54335         * math/e_exp10.c: Include math_private.h using <...> not "...".
54336         * math/e_exp10f.c: Likewise.
54337         * math/e_exp10l.c: Likewise.
54338         * math/e_exp2l.c: Likewise.
54339         * math/e_j0l.c: Likewise.
54340         * math/e_j1l.c: Likewise.
54341         * math/e_jnl.c: Likewise.
54342         * math/e_lgammal_r.c: Likewise.
54343         * math/e_rem_pio2l.c: Likewise.
54344         * math/e_scalb.c: Likewise.
54345         * math/e_scalbf.c: Likewise.
54346         * math/e_scalbl.c: Likewise.
54347         * math/k_cosl.c: Likewise.
54348         * math/k_sinl.c: Likewise.
54349         * math/k_tanl.c: Likewise.
54350         * math/s_cacoshf.c: Likewise.
54351         * math/s_catan.c: Likewise.
54352         * math/s_catanf.c: Likewise.
54353         * math/s_catanh.c: Likewise.
54354         * math/s_catanhf.c: Likewise.
54355         * math/s_catanhl.c: Likewise.
54356         * math/s_catanl.c: Likewise.
54357         * math/s_ccosh.c: Likewise.
54358         * math/s_ccoshf.c: Likewise.
54359         * math/s_ccoshl.c: Likewise.
54360         * math/s_cexp.c: Likewise.
54361         * math/s_cexpf.c: Likewise.
54362         * math/s_cexpl.c: Likewise.
54363         * math/s_clog.c: Likewise.
54364         * math/s_clog10.c: Likewise.
54365         * math/s_clog10f.c: Likewise.
54366         * math/s_clog10l.c: Likewise.
54367         * math/s_clogf.c: Likewise.
54368         * math/s_clogl.c: Likewise.
54369         * math/s_csin.c: Likewise.
54370         * math/s_csinf.c: Likewise.
54371         * math/s_csinh.c: Likewise.
54372         * math/s_csinhf.c: Likewise.
54373         * math/s_csinhl.c: Likewise.
54374         * math/s_csinl.c: Likewise.
54375         * math/s_csqrt.c: Likewise.
54376         * math/s_csqrtf.c: Likewise.
54377         * math/s_csqrtl.c: Likewise.
54378         * math/s_ctan.c: Likewise.
54379         * math/s_ctanf.c: Likewise.
54380         * math/s_ctanh.c: Likewise.
54381         * math/s_ctanhf.c: Likewise.
54382         * math/s_ctanhl.c: Likewise.
54383         * math/s_ctanl.c: Likewise.
54384         * math/s_ldexp.c: Likewise.
54385         * math/s_ldexpf.c: Likewise.
54386         * math/s_ldexpl.c: Likewise.
54387         * math/s_significand.c: Likewise.
54388         * math/s_significandf.c: Likewise.
54389         * math/s_significandl.c: Likewise.
54390         * math/w_acos.c: Likewise.
54391         * math/w_acosf.c: Likewise.
54392         * math/w_acosh.c: Likewise.
54393         * math/w_acoshf.c: Likewise.
54394         * math/w_acoshl.c: Likewise.
54395         * math/w_acosl.c: Likewise.
54396         * math/w_asin.c: Likewise.
54397         * math/w_asinf.c: Likewise.
54398         * math/w_asinl.c: Likewise.
54399         * math/w_atan2.c: Likewise.
54400         * math/w_atan2f.c: Likewise.
54401         * math/w_atan2l.c: Likewise.
54402         * math/w_atanh.c: Likewise.
54403         * math/w_atanhf.c: Likewise.
54404         * math/w_atanhl.c: Likewise.
54405         * math/w_cosh.c: Likewise.
54406         * math/w_coshf.c: Likewise.
54407         * math/w_coshl.c: Likewise.
54408         * math/w_dremf.c: Likewise.
54409         * math/w_exp10.c: Likewise.
54410         * math/w_exp10f.c: Likewise.
54411         * math/w_exp10l.c: Likewise.
54412         * math/w_exp2.c: Likewise.
54413         * math/w_exp2f.c: Likewise.
54414         * math/w_fmod.c: Likewise.
54415         * math/w_fmodf.c: Likewise.
54416         * math/w_fmodl.c: Likewise.
54417         * math/w_hypot.c: Likewise.
54418         * math/w_hypotf.c: Likewise.
54419         * math/w_hypotl.c: Likewise.
54420         * math/w_j0.c: Likewise.
54421         * math/w_j0f.c: Likewise.
54422         * math/w_j0l.c: Likewise.
54423         * math/w_j1.c: Likewise.
54424         * math/w_j1f.c: Likewise.
54425         * math/w_j1l.c: Likewise.
54426         * math/w_jn.c: Likewise.
54427         * math/w_jnf.c: Likewise.
54428         * math/w_jnl.c: Likewise.
54429         * math/w_lgamma.c: Likewise.
54430         * math/w_lgamma_r.c: Likewise.
54431         * math/w_lgammaf.c: Likewise.
54432         * math/w_lgammaf_r.c: Likewise.
54433         * math/w_lgammal.c: Likewise.
54434         * math/w_lgammal_r.c: Likewise.
54435         * math/w_log.c: Likewise.
54436         * math/w_log10.c: Likewise.
54437         * math/w_log10f.c: Likewise.
54438         * math/w_log10l.c: Likewise.
54439         * math/w_log2.c: Likewise.
54440         * math/w_log2f.c: Likewise.
54441         * math/w_log2l.c: Likewise.
54442         * math/w_logf.c: Likewise.
54443         * math/w_logl.c: Likewise.
54444         * math/w_pow.c: Likewise.
54445         * math/w_powf.c: Likewise.
54446         * math/w_powl.c: Likewise.
54447         * math/w_remainder.c: Likewise.
54448         * math/w_remainderf.c: Likewise.
54449         * math/w_remainderl.c: Likewise.
54450         * math/w_scalb.c: Likewise.
54451         * math/w_scalbf.c: Likewise.
54452         * math/w_scalbl.c: Likewise.
54453         * math/w_sinh.c: Likewise.
54454         * math/w_sinhf.c: Likewise.
54455         * math/w_sinhl.c: Likewise.
54456         * math/w_sqrt.c: Likewise.
54457         * math/w_sqrtf.c: Likewise.
54458         * math/w_sqrtl.c: Likewise.
54459         * math/w_tgamma.c: Likewise.
54460         * math/w_tgammaf.c: Likewise.
54461         * math/w_tgammal.c: Likewise.
54463         * po/ja.po: Update from translation team.
54465 2011-09-29  Andreas Jaeger  <aj@suse.de>
54467         [BZ #13179]
54468         * sunrpc/netname.c (netname2host): Fix logic.
54470         [BZ #6779]
54471         [BZ #6783]
54472         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
54473         correctly.
54474         * math/w_remainder.c (__remainder): Likewise.
54475         * math/w_remainderf.c (__remainderf): Likewise.
54476         * math/libm-test.inc (remainder_test): Add test cases.
54478 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54480         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
54481         sdiv_qrnnd.
54483 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54485         * string/test-memcmp.c: Avoid unncessary #defines.
54486         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
54488 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54490         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
54491         Use new sse2 version for core i3 - i7 as it's faster
54492         than sse42 version.
54493         (bit_Prefer_PMINUB_for_stringop): New.
54494         * sysdeps/x86_64/rawmemchr.S: Update.
54495         Replace with faster SSE2 version.
54496         * sysdeps/x86_64/memrchr.S: New file.
54497         * sysdeps/x86_64/memchr.S: Update.
54498         Replace with faster SSE2 version.
54500 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
54502         * elf/dl-load.c (lose): Add cast to avoid warning.
54504 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54506         * po/ca.po: Update from translation team.
54508         * inet/getnetgrent_r.c: Hook up nscd.
54509         * nscd/Makefile (routines): Add nscd_netgroup.
54510         (nscd-modules): Add netgroupcache.
54511         (CFLAGS-netgroupcache.c): Define.
54512         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
54513         (cache_search): Add const to second parameter.
54514         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
54515         INNETGR.
54516         (dbs): Add netgrdb entry.
54517         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
54518         (verify_persistent_db): Handle netgrdb.
54519         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54520         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54521         GETFDNETGR.
54522         (netgroup_response_header): Define.
54523         (innetgroup_response_header): Define.
54524         (datahead): Add netgroup_response_header and innetgroup_response_header
54525         elements.
54526         * nscd/nscd.conf: Add entries for netgroup cache.
54527         * nscd/nscd.h (dbtype): Add netgrdb.
54528         (_PATH_NSCD_NETGROUP_DB): Define.
54529         (netgroup_iov_disabled): Declare.
54530         (xmalloc, xcalloc, xrealloc): Move declarations here.
54531         (cache_search): Adjust prototype.
54532         Add netgroup-related prototypes.
54533         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54534         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54535         (__nscd_innetgr): Declare.
54536         * nscd/selinux.c (perms): Use access_vector_t as element type and
54537         add netgroup-related initializers.
54538         * nscd/netgroupcache.c: New file.
54539         * nscd/nscd_netgroup.c: New file.
54540         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54541         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54542         For four parameters use innetgr.
54543         * nss/nss_files/files-init.c: Add definition and callback for netgr.
54544         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54545         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54546         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54548         * nscd/connections.c (register_traced_file): Don't register file
54549         for disabled databases.
54551 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
54553         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54555         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54556         from tree and freeing node.
54558 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
54560         * nss/nsswitch.c (__nss_database_lookup): Handle
54561         nss_parse_service_list out of memory case.
54563 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
54565         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54566         out of memory case.
54568 2011-10-04  Andreas Schwab  <schwab@redhat.com>
54570         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54571         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54572         pass it down.
54573         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54574         elf_machine_rela, elf_machine_lazy_rel.
54575         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54576         (ELF_DYNAMIC_DO_REL): Likewise.
54577         (ELF_DYNAMIC_DO_RELA): Likewise.
54578         (ELF_DYNAMIC_RELOCATE): Likewise.
54579         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54580         to ELF_DYNAMIC_DO_REL.
54581         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54582         (dl_main): In trace mode always set __RTLD_NOIFUNC.
54583         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54584         elf_machine_rela.
54585         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54586         skip_ifunc, don't call ifunc function if non-zero.
54587         (elf_machine_rela): Likewise.
54588         (elf_machine_lazy_rel): Likewise.
54589         (elf_machine_lazy_rela): Likewise.
54590         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54591         (elf_machine_lazy_rel): Likewise.
54592         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54593         Likewise.
54594         (elf_machine_lazy_rel): Likewise.
54595         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54596         Likewise.
54597         (elf_machine_lazy_rel): Likewise.
54598         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54599         (elf_machine_lazy_rel): Likewise.
54600         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54601         (elf_machine_lazy_rel): Likewise.
54602         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54603         (elf_machine_lazy_rel): Likewise.
54604         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54605         (elf_machine_lazy_rel): Likewise.
54606         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54607         (elf_machine_lazy_rel): Likewise.
54608         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54609         (elf_machine_lazy_rel): Likewise.
54611 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54613         * nss/nss_files/files-init.c (_nss_files_init): Use static
54614         initialization for all the *_traced_file variables.
54616 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54618         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54620 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54622         [BZ #13226]
54623         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54625 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54627         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54628         Reread the line before reparsing it.
54630 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54632         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54634 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54635             Maxim Kuvyrkov  <maxim@codesourcery.com>
54636             Joseph Myers  <joseph@codesourcery.com>
54638         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54639         if needed for __stack_chk_guard.
54641 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54643         * sysdeps/posix/spawni.c (script_execute): Always define it.
54644         It will be optimized away if unused.
54645         (maybe_script_execute): New function.
54646         (__spawni): Call it.
54648         * Makerules: Don't include tls.make.
54649         (config-tls): Always set to thread.
54650         * tls.make.c: File removed.
54652 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54654         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54655         * config.make.in (CPPFLAGS-config): New substituted variable.
54657 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54659         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54661         [BZ #13192]
54662         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54663         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54665 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54667         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54668         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54669         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54670         (CALL_FAIL): Likewise.
54671         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54672         (CALL_FAIL): Macro removed.
54673         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54675 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54677         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54678         for __FINITE_MATH_ONLY__ == 1.
54680 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54682         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54683         __ieee754_sqrt instead of sqrt.
54684         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54685         __ieee754_sqrtf instead of sqrtf.
54686         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54687         __floorf instead of floorf.
54688         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54689         __floorf, __truncf instead of floorf, truncf.
54691 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54693         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54695         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54696         __extern_always_inline.
54697         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54698         32-bit.
54700 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54702         * elf/rtld.c (dl_main): Also relocate in dependency order when
54703         doing symbol dependency testing.
54705 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54707         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54708         Always define `refsym'.
54710 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54712         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54713         (__FD_ELT): Renamed from __FDELT.
54714         * misc/bits/select2.h (__FD_ELT): Likewise.
54715         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54716         __FD_MASK instead of __FDELT, __FDMASK.
54717         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54718         Likewise.
54719         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54720         Likewise.
54722         * elf/Makefile (gen-ldd): Fix pattern.
54724         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54725         (init_tls): Likewise.
54727 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54729         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54731 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54733         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54734         `struct cmsghdr *' instead of `void *'.
54735         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54736         Likewise.
54738 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54740         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54741         if non-absolute.
54742         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54743         ldd_rewrite_script.
54745 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54747         * configure.in: Remove --with-tls option.
54748         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54749         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54750         out in case it is missing.
54751         * sysdeps/ia64/elf/configure.in: Likewise.
54752         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54753         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54754         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54755         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54756         * sysdeps/sh/elf/configure.in: Likewise.
54757         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54758         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54759         * sysdeps/x86_64/elf/configure.in: Likewise.
54760         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54761         * sysdeps/mach/hurd/tls.h: Likewise.
54763         [BZ #13067]
54764         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54766         [BZ #13090]
54767         * configure.in: Fix use of AC_INIT.
54769         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54771 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54773         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54774         __set_errno.
54775         * malloc/hooks.c: Likewise.
54777         [BZ #11929]
54778         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54779         variables statically.
54780         (narenas): Initialize.
54781         (list_lock): Initialize.
54782         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54783         initializtion of main_arena and list_lock.  Small cleanups.
54784         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54785         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54786         Add initializers to main_arena and mp_.
54787         (malloc_state): Remove pagesize member.  Change all users to use
54788         GLRO(dl_pagesize).
54790         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54791         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54792         is always initialized.
54794         * malloc/malloc.c: Removed unused configurations and dead code.
54795         * malloc/arena.c: Likewise.
54796         * malloc/hooks.c: Likewise.
54797         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54799         * include/tls.h: Removed.  USE___THREAD must always be defined.
54800         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54801         * elf/dl-libc.c: Likewise.
54802         * elf/dl-tsd.c: Likewise.
54803         * include/errno.h: Likewise.
54804         * include/netdb.h: Likewise.
54805         * include/resolv.h: Likewise.
54806         * inet/herrno-loc.c: Likewise.
54807         * inet/herrno.c: Likewise.
54808         * malloc/arena.c: Likewise.
54809         * malloc/hooks.c: Likewise.
54810         * malloc/malloc.c: Likewise.
54811         * resolv/res-state.c: Likewise.
54812         * resolv/res_libc.c: Likewise.
54813         * sysdeps/i386/dl-machine.h: Likewise.
54814         * sysdeps/ia64/dl-machine.h: Likewise.
54815         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54816         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54817         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54818         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54819         * sysdeps/sh/dl-machine.h: Likewise.
54820         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54821         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54822         * sysdeps/unix/i386/sysdep.S: Likewise.
54823         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54824         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54825         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54826         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54827         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54828         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54829         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54830         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54831         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54832         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54833         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54834         * sysdeps/x86_64/dl-machine.h: Likewise.
54835         * tls.make.c: Likewise.
54837         * configure.in: Remove --with-__thread option.  Make tests for
54838         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54839         tls_model attribute fail if no support is available.  Remove
54840         USE_IN_LIBIO.
54841         * Makeconfig: Adjust for dropped configure option.  All features are
54842         now mandatory.
54843         * Makerules: Likewise.
54844         * Versions.def: Likewise.
54845         * argp/argp-fmtstream.c: Likewise.
54846         * argp/argp-fmtstream.h: Likewise.
54847         * argp/argp-help.c: Likewise.
54848         * assert/assert.c: Likewise.
54849         * config.h.in: Likewise.
54850         * config.make.in: Likewise.
54851         * configure: Likewise.
54852         * configure.in: Likewise.
54853         * csu/Versions: Likewise.
54854         * csu/init.c: Likewise.
54855         * elf/tst-audit2.c: Likewise.
54856         * elf/tst-tls10.c: Likewise.
54857         * elf/tst-tls10.h: Likewise.
54858         * elf/tst-tls11.c: Likewise.
54859         * elf/tst-tls12.c: Likewise.
54860         * elf/tst-tls14.c: Likewise.
54861         * elf/tst-tlsmod11.c: Likewise.
54862         * elf/tst-tlsmod12.c: Likewise.
54863         * elf/tst-tlsmod13.c: Likewise.
54864         * elf/tst-tlsmod13a.c: Likewise.
54865         * elf/tst-tlsmod14a.c: Likewise.
54866         * elf/tst-tlsmod15b.c: Likewise.
54867         * elf/tst-tlsmod16a.c: Likewise.
54868         * elf/tst-tlsmod16b.c: Likewise.
54869         * elf/tst-tlsmod7.c: Likewise.
54870         * elf/tst-tlsmod8.c: Likewise.
54871         * elf/tst-tlsmod9.c: Likewise.
54872         * gmon/gmon.c: Likewise.
54873         * grp/fgetgrent_r.c: Likewise.
54874         * grp/putgrent.c: Likewise.
54875         * hurd/fopenport.c: Likewise.
54876         * include/libc-symbols.h: Likewise.
54877         * include/tls.h: Likewise.
54878         * intl/gettextP.h: Likewise.
54879         * intl/loadinfo.h: Likewise.
54880         * locale/global-locale.c: Likewise.
54881         * locale/localeinfo.h: Likewise.
54882         * mach/devstream.c: Likewise.
54883         * malloc/arena.c: Likewise.
54884         * malloc/set-freeres.c: Likewise.
54885         * misc/err.c: Likewise.
54886         * misc/getttyent.c: Likewise.
54887         * misc/mntent_r.c: Likewise.
54888         * posix/getopt.c: Likewise.
54889         * posix/wordexp.c: Likewise.
54890         * pwd/fgetpwent_r.c: Likewise.
54891         * resolv/Versions: Likewise.
54892         * resolv/res_hconf.c: Likewise.
54893         * shadow/fgetspent_r.c: Likewise.
54894         * shadow/putspent.c: Likewise.
54895         * stdio-common/printf_fphex.c: Likewise.
54896         * stdio-common/tmpfile.c: Likewise.
54897         * stdlib/abort.c: Likewise.
54898         * stdlib/fmtmsg.c: Likewise.
54899         * sunrpc/auth_unix.c: Likewise.
54900         * sunrpc/clnt_perr.c: Likewise.
54901         * sunrpc/clnt_tcp.c: Likewise.
54902         * sunrpc/clnt_udp.c: Likewise.
54903         * sunrpc/clnt_unix.c: Likewise.
54904         * sunrpc/openchild.c: Likewise.
54905         * sunrpc/svc_simple.c: Likewise.
54906         * sunrpc/svc_tcp.c: Likewise.
54907         * sunrpc/svc_udp.c: Likewise.
54908         * sunrpc/svc_unix.c: Likewise.
54909         * sunrpc/xdr.c: Likewise.
54910         * sunrpc/xdr_array.c: Likewise.
54911         * sunrpc/xdr_rec.c: Likewise.
54912         * sunrpc/xdr_ref.c: Likewise.
54913         * sunrpc/xdr_stdio.c: Likewise.
54915 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54917         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54919 2011-07-03  Andreas Jaeger  <aj@suse.de>
54921         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54922         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54923         regenerate with gen-libm-tests.pl.
54925 2010-05-12  Petr Baudis  <pasky@suse.cz>
54927         [BZ #11589]
54928         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54929         around j0() zero points by switching to j1().
54930         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54931         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54932         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54933         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54935 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54937         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54938         instead of 0.
54939         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54940         instead of 0.
54941         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54942         Patch in part by Pavel Roskin <proski@gnu.org>.
54944         [BZ #13138]
54945         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54946         realloc.
54947         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54948         Free memory block if necessary.
54950         [BZ #12847]
54951         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54952         be NULL.  Don't lock in this case.
54954 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54956         * elf/elf.h (ELFOSABI_GNU): New macro.
54957         (ELFOSABI_LINUX): Define to that.
54959 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54961         * string/strncat.c (strncat): Undef the symbol in case it has been
54962         defined in bits/string.h.
54964 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54966         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54968         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54969         link map.
54971 2011-08-17  Andreas Jaeger  <aj@suse.de>
54973         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54975 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54976             Ian Lance Taylor  <iant@google.com>
54978         * math/libm-test.inc (lround_test): New testcase.
54979         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54981 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54983         * Makefile: Remove support for automatic cvs check-ins.
54984         * Makerules: Likewise.
54985         * config.make.in: Likewise.
54986         * configure.in: Likewise.
54987         * intl/Makefile: Likewise.
54988         * locale/Makefile: Likewise.
54989         * po/Makefile: Likewise.
54990         * posix/Makefile: Likewise.
54991         * sysdeps/gnu/Makefile: Likewise.
54992         * sysdeps/mach/hurd/Makefile: Likewise.
54993         * sysdeps/sparc/sparc32/Makefile: Likewise.
54995         [BZ #13118]
54996         * posix/Makefile (bug-regex32-ENV): Define.
54997         Patch by John Stanley <jpsinthemix@verizon.net>.
54999         * misc/Makefile (headers): Add bits/select2.h.
55000         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
55001         * misc/bits/select2.h: New file.
55002         * include/bits/select2.h: New file.
55003         * debug/Makefile (routines): Add fdelt_chk.
55004         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
55005         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
55006         FD_ISSET.
55007         * debug/fdelt_chk.c: New file.
55009         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
55010         * wcsmbs/test-wmemcmp.c: Likewise.
55011         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
55012         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
55014 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55016         * string/Makefile (strop-tests): Add memcmp.
55017         * string/test-wmemcmp.c: New file.
55018         * string/test-memcmp.c: Add wmemcmp support.
55020 2011-09-08  Roland McGrath  <roland@hack.frob.com>
55022         [BZ #13153]
55023         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
55024         2011-07-19 change.
55026         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
55027         garbage value in a __mach_port_mod_refs call in the cases of the
55028         task-self and thread-self ports.
55030 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55032         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
55034 2011-09-08  Andreas Schwab  <schwab@redhat.com>
55036         * elf/dl-load.c (lose): Check for non-null L.
55038 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
55040         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
55042         * elf/dl-libc.c (dlerror_run): Pass back error code from
55043         dl_catch_error.
55045         [BZ #13123]
55046         * elf/dl-load.c (lose): Free l_origin if it is valid.
55048         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
55049         names.
55050         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
55051         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
55052         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55053         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
55054         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
55055         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
55057 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55059         * sysdeps/powerpc/fpu/e_hypot.c: New file.
55060         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
55061         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
55062         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
55063         * sysdeps/powerpc/fpu/k_cosf.c: New file.
55064         * sysdeps/powerpc/fpu/k_sinf.c: New file.
55065         * sysdeps/powerpc/fpu/s_cosf.c: New file.
55066         * sysdeps/powerpc/fpu/s_sinf.c: New file.
55067         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
55068         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
55070 2011-08-15  Alan Modra  <amodra@gmail.com>
55072         [BZ #13092]
55073         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
55074         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
55075         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
55076         ppc_mcount to static-only-routines.
55077         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
55078         __mcount_internal.
55079         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
55080         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
55082 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
55084         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
55085         for finite and infinity parameters.
55087 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
55089         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
55090         and add nop instructions for throughput optimization.
55091         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55093 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
55095         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
55096         aligned copy for power7 with vector-scalar instructions.
55097         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
55099 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
55101         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
55102         AVX check.
55104 2011-09-07  Andreas Schwab  <schwab@redhat.com>
55106         [BZ #13144]
55107         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
55108         last change.
55110 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
55112         * sysdeps/unix/sysv/linux/x86_64/init-first.c
55113         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
55114         syscall wrapper around clock_gettime in __vdso_clock_gettime.
55115         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
55116         clock_gettime.
55118 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
55120         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
55121         Forgot to demangle the pointer.
55123         * sysdeps/i386/sysdep.h: Define atom_text_section.
55124         * sysdeps/x86_64/sysdep.h: Likewise.
55125         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
55126         section with atom_text_section.
55127         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
55128         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
55129         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
55130         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55131         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
55133         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
55134         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
55135         already be defined.  Change to take two parameters and don't assign
55136         result to variable.  Adjust all users.
55137         Define INTERNAL_GETTIME if not already defined.
55138         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
55139         call.
55140         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
55141         HAVE_CLOCK_GETTIME_VSYSCALL.
55142         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
55144         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
55145         gettimeofday vsyscall, just use time.
55147 2011-09-06  Andreas Schwab  <schwab@redhat.com>
55149         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
55150         <errno.h>.
55152 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
55154         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
55155         syscall on x86-64.
55156         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
55157         syscall.
55158         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
55159         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
55160         syscall if possible.
55162 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55164         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
55165         e_ident.  Don't pass to find_mapsXX.
55166         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
55168 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55170         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55171         strchr-sse2-no-bsf strrchr-sse2-no-bsf
55172         * sysdeps/x86_64/multiarch/strchr.S: Update.
55173         Check bit_slow_BSF bit.
55174         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
55175         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
55176         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
55178 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55180         [BZ #13134]
55181         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
55182         before glibc 2.15.
55183         (tryshell): Define.
55184         (__spawni): Change last parameter to be flag.  Test
55185         SPAWN_XFLAGS_USE_PATH flag to use path or not.
55186         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
55187         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
55188         * posix/spawni.c: Likewise.
55189         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
55190         * posix/spawnp.c: Likewise.  Change normal version to use
55191         SPAWN_XFLAGS_USE_PATH.
55192         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
55193         SPAWN_XFLAGS_TRY_SHELL.
55195         [BZ #13150]
55196         * posix/glob.h: Remove gcc 1.x support.
55198         [BZ #13068]
55199         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
55201 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55203         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55204         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
55205         strrchr-sse2-bsf
55206         * sysdeps/i386/i686/multiarch/strchr.S: New file.
55207         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
55208         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
55209         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
55210         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
55211         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
55213 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55215         * sysdeps/x86_64/wcscmp.S: New file.
55217         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
55218         wcscmp-c wcscmp-sse2
55219         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
55220         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
55221         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
55222         * wcsmbs/wcscmp.c: Allow renaming.
55224 2011-09-05  David S. Miller  <davem@davemloft.net>
55226         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
55227         stack slot, rather than the struct return pointer slot.
55228         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
55229         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
55230         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
55231         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
55233 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55235         * po/ja.po: Update from translation team.
55237         [BZ #13144]
55238         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
55239         kernel in 64-bit binaries.
55241 2011-09-01  David S. Miller  <davem@davemloft.net>
55243         * elf/elf.h (HWCAP_SPARC_*): Move to..
55244         * sysdeps/sparc/sysdep.h: this new file and add new values.
55245         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
55246         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
55247         _DL_HWCAP_COUNT to 24.
55248         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
55249         entries.
55250         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
55251         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
55252         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
55253         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
55254         instead of magic constants.
55255         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
55257 2011-08-31  David S. Miller  <davem@davemloft.net>
55259         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
55260         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
55261         Reimplement to do errno handling inline.
55262         (SYSCALL_ERROR_HANDLER): New macro.
55263         (__SYSCALL_STRING): Do not do errno handling in asm.
55264         (__CLONE_SYSCALL_STRING): Delete.
55265         (__INTERNAL_SYSCALL_STRING): Delete.
55266         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
55267         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
55268         (PSEUDO): Reimplement to do errno handling inline.
55269         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
55270         (SYSCALL_ERROR_HANDLER): New macro.
55271         (__SYSCALL_STRING): Do not do errno handling in asm.
55272         (__CLONE_SYSCALL_STRING): Delete.
55273         (__INTERNAL_SYSCALL_STRING): Delete.
55274         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
55275         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
55276         i386.
55277         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
55278         (inline_syscall*): Add 'err' argument.
55279         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
55280         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
55281         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
55282         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
55284         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
55285         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
55287 2011-08-30  Andreas Schwab  <schwab@redhat.com>
55289         * elf/rtld.c (dl_main): Relocate objects in dependency order.
55291 2011-08-29  Jiri Olsa <jolsa@redhat.com>
55293         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
55294         directive.
55296 2011-08-24  David S. Miller  <davem@davemloft.net>
55298         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
55300 2011-08-24  Andreas Schwab  <schwab@redhat.com>
55302         * elf/Makefile: Add rules to build and run unload8 test.
55303         * elf/unload8.c: New file.
55304         * elf/unload8mod1.c: New file.
55305         * elf/unload8mod1x.c: New file.
55306         * elf/unload8mod2.c: New file.
55307         * elf/unload8mod3.c: New file.
55309         * elf/dl-close.c (_dl_close_worker): Reset private search list if
55310         it wasn't used.
55312 2011-08-23  David S. Miller  <davem@davemloft.net>
55314         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
55315         subtract stack bias.
55316         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
55317         %sp not %fp in calculations.
55318         (_JMPBUF_UNWINDS_ADJ): Likewise.
55320         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
55321         (aio_suspend): Call it to force an exception region around the
55322         AIO_MISC_WAIT() invocation.
55324 2011-08-23  Andreas Schwab  <schwab@redhat.com>
55326         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
55327         backslash.
55329 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
55331         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
55332         protection macro.
55333         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
55334         and <dl-machine.h>.
55335         (Elf64_FuncDesc): Remove.
55337 2011-08-22  David S. Miller  <davem@davemloft.net>
55339         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
55340         sigaltstack check, add missing cfi directives.
55341         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
55342         missing cfi directives, and sigaltstack handling.
55344 2011-08-16  Andreas Schwab  <schwab@redhat.com>
55346         [BZ #11724]
55347         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
55348         object is seen twice.
55349         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55351         * elf/Makefile (distribute): Add tst-initorder2.c.
55352         (tests): Add tst-initorder2.
55353         (modules-names): Add tst-initorder2a tst-initorder2b
55354         tst-initorder2c tst-initorder2d.  Add rules to build them.
55355         ($(objpfx)tst-initorder2.out): New rule.
55356         * elf/tst-initorder2.c: New file.
55357         * elf/tst-initorder2.exp: New file.
55359 2011-08-22  Andreas Schwab  <schwab@redhat.com>
55361         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
55363         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
55364         dependencies back to end of function.
55366         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55367         $(elfobjdir)/ld.so.
55369 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
55371         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
55372         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
55373         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
55374         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
55375         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
55376         of __vdso_gettimeofday.
55377         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
55378         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
55379         attribute_hidden.
55380         (_libc_vdso_platform_setup): Remove initialization of
55381         __vdso_gettimeofday and __vdso_time.
55383 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55385         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
55386         and fgetc_unlocked.
55387         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
55388         getc_unlocked.
55390         * elf/dl-open.c (add_to_global): Report additions to the global scope
55391         for LD_DEBUG=scopes.
55392         (dl_open_worker): Also print scope of newly loaded dependencies.
55393         (_dl_show_scope): Indicate if there is no scope.
55395         [BZ #13114]
55396         * stdio-common/Makefile (tests): Add bug24.
55397         * stdio-common/bug24.c: New file.
55399 2011-08-19  Andreas Jaeger  <aj@suse.de>
55401         [BZ #13114]
55402         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
55403         non-existant file when using close-on-exec mode.
55405 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55407         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
55408         the very first instruction.
55410         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
55411         the CFI state in the end.
55412         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
55413         inclusion of dl-trampoline.h.
55414         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
55416 2011-08-19  Andreas Schwab  <schwab@redhat.com>
55418         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
55419         expectations for long double.
55421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
55422         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
55424 2011-08-14  David S. Miller  <davem@davemloft.net>
55426         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
55427         artificual limit depends upon the system page size.
55429 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55431         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
55432         * resolv/Makefile: Define CFLAGS-libresolv.
55434 2011-08-17  Andreas Schwab  <schwab@redhat.com>
55436         * nss/makedb.c (compute_tables): Make variables used in nested
55437         function static.
55439 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55441         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
55442         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
55443         if buffer was too small.
55445         * elf/pldd.c (main): Attach to all threads in the process.
55446         Rewrite /proc handling to use *at functions.
55448 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
55450         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
55451         specifies first scope to show.
55452         (dl_open_worker): Update callers.  Move printing scope of new
55453         object to before the relocation.
55454         * elf/rtld.c (dl_main): Update _dl_show_scope call.
55455         * sysdeps/generic/ldsodefs.h: Update declaration.
55457         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
55458         string for the scope number.
55460 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
55462         * nscd/servicescache.c (cache_addserv): Make sure written is always
55463         initialized.
55465 2011-08-14  Roland McGrath  <roland@hack.frob.com>
55467         * sysdeps/i386/i486/bits/atomic.h
55468         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
55469         statement expression, so as to suppress "set but not used" warning.
55470         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
55472         * string/strncat.c (STRNCAT): Use prototype definition.
55474         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
55475         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
55476         -Iprograms here.
55477         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
55478         (localedef-modules): Add localedef.
55479         (locale-modules): Add locale.
55481         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
55482         * elf/rtld.c (dl_main): Invert order of assignment in last change,
55483         to avoid a warning.
55485 2011-08-14  David S. Miller  <davem@davemloft.net>
55487         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
55488         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
55490 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
55492         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
55493         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
55494         * elf/rtld.c (dl_main): Set l_name of vDSO.
55495         Call _dl_show_scope when DL_DEBUG_SCOPES.
55496         (process_dl_debug): Recognize scopes flag and also set it for all.
55497         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
55498         Declare _dl_show_scope.
55500         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
55501         (do_dlopen): Pass caller_dlopen to dl_open.
55502         (__libc_dlopen_mode): Initialize caller_dlopen.
55504         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
55505         of libc.  Make tolower call locale-independent.  Optimize a bit by
55506         using isdigit instead of isalnum.
55507         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
55509 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
55511         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
55512         was a dependency or dynamically loaded.
55514 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
55516         * intl/l10nflist.c: Allow architecture-specific pop function.
55517         * sysdeps/x86_64/l10nflist.c: New file.
55519         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55520         classification.
55522 2011-08-10  Andreas Schwab  <schwab@redhat.com>
55524         * include/dirent.h: Add libc_hidden_proto for scandirat and
55525         scandirat64.  Don't declare __scandirat64.
55526         * dirent/scandirat.c: Add libc_hidden_def.
55527         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55528         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55530 2011-08-10  David S. Miller  <davem@davemloft.net>
55532         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55533         enum.
55534         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55535         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55536         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55538 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
55540         * Versions.def [libc]: Add GLIBC_2.15.
55541         * dirent/Makefile (routines): Add scandirat and scandirat64.
55542         * dirent/Versions [libc]: Export scandirat and scandirat64 for
55543         GLIBC_2.15.
55544         * dirent/dirent.h: Declare scandirat and scandirat64.
55545         * dirent/scandirat.c: New file.
55546         * dirent/scandirat64.c: New file.
55547         * sysdeps/wordsize-64/scandirat.c: New file.
55548         * sysdeps/wordsize-64/scandirat64.c: New file.
55549         * dirent/opendir.c: Define opendirat.
55550         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
55551         using scandirat.
55552         * dirent/scandir64.c: Adjust for scandir.c change.
55553         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
55554         __scandirat64, and __scandir_cancel_handler.
55555         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
55556         additional parameter and use openat instead of open (outside of ld.so).
55557         Add new __opendir as wrapper around __opendirat.
55558         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55559         here without requiring old scandirat implementation.
55561 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
55563         * dirent/scandir.c (cancel_handler): Renamed to
55564         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
55565         defined.  Adjust users.
55566         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55567         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55569 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
55571         * string/test-string.h (IMPL): Use __STRING to expand name and then
55572         stringify it.
55574         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
55575         of cleanups.
55577 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55579         * string/Makefile: Update.
55580         (strop-tests): Append strncat.
55581         * string/test-wcscmp.c: New file.
55582         New comprehensive test for wcscmp.
55583         * string/test-strcmp.c: Update.
55584         (WIDE): New define.
55586 2011-07-22  Andreas Schwab  <schwab@redhat.com>
55588         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55589         line.
55591 2011-07-26  Andreas Schwab  <schwab@redhat.com>
55593         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55594         encoding to ACE if AI_IDN.
55596 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55598         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55599         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55601 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55603         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55604         Fix overflow bug in strncat.
55605         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55607         * string/test-strncat.c: Update.
55608         Add new tests for checking overflow bugs.
55610 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55612         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55613         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55614         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55615         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55616         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55617         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55618         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55619         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55620         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55622         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55623         (USE_AS_STRCAT): Define.
55624         Add strcat and strncat support.
55625         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55627 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55629         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55630         __n bigger than INT_MAX+1.
55631         (__strncmp_g): Likewise.
55633 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55635         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55636         * libio/stido.h: Likewise.
55638         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55639         (AF_NFC): Define.
55640         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55641         (AF_NFC): Define.
55643         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55644         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55645         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55646         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55647         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55649         [BZ #13021]
55650         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55651         installed.
55653         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55654         typo.
55655         (_dl_x86_64_save_sse): Likewise.
55657 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55659         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55660         OSXSAVE.
55661         (_dl_x86_64_save_sse): Likewise.
55663         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55665         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55667 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55669         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55670         change.
55671         (_dl_x86_64_save_sse): Use correct AVX check.
55673 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55675         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55676         bug in strncpy/strncat.
55677         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55679 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55681         * string/tester.c (test_strcat): Add tests for different alignments
55682         of source and destination.
55683         (test_strncat): Likewise.
55685 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55687         [BZ #12852]
55688         * posix/glob.c (glob): Check passed in values before using them in
55689         expressions to avoid some overflows.
55690         (glob_in_dir): Likewise.
55692         [BZ #13007]
55693         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55694         check for AVX enablement so that we don't crash with old kernels and
55695         new hardware.
55696         * elf/tst-audit4.c: Add same checks here.
55697         * elf/tst-audit6.c: Likewise.
55699         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55701 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55703         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55705 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55707         * po/cs.po: Update from translation team.
55708         * po/bg.po: Likewise.
55710 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55712         * misc/sys/cdefs.h: Add support for const attribute.
55713         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55714         to gnu_dev_{major,minor,makedev} functions.
55716 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55718         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55720 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55722         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55723         strlen results.
55725 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55727         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55728         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55729         register in order to avoid conflicts with the soft frame pointer
55730         being held in r11 when necessary.
55731         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55732         (INTERNAL_VSYSCALL_NCS): Likewise.
55734 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55736         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55737         * elf/dl-fini.c (_dl_fini): Adjust caller.
55738         * elf/dl-close.c (_dl_close_worker): Likewise.
55739         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55741 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55743         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55744         "aux_cache->nlibs < 0".
55746         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55747         in the reload-count case.
55749 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55751         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55752         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55753         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55754         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55755         * sysdeps/x86_64/multiarch/strcat.S: New file.
55756         * sysdeps/x86_64/multiarch/strncat.S: New file.
55757         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55758         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55759         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55760         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55761         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55762         (USE_AS_STRCAT): Define.
55763         Add strcat and strncat support.
55764         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55765         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55766         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55767         * string/strncat.c: Update.
55768         (USE_AS_STRNCAT): Define.
55769         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55770         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55771         and i7.
55772         * sysdeps/x86_64/multiarch/init-arch.h
55773         (bit_Prefer_PMINUB_for_stringop): New.
55774         (index_Prefer_PMINUB_for_stringop): Likewise.
55775         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55776         bit_Prefer_PMINUB_for_stringop.
55778 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55780         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55781         buffer64.
55782         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55783         of casting of buffer.
55784         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55785         buffer32 and buffer64.
55786         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55787         writes instead of casting of buffer.
55788         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55789         buffer32.
55790         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55791         casting of buffer.
55793 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55795         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55797 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55799         * nscd/nscd.c (termination_handler): Don't do anything for a database
55800         if it has not yet been initialized.
55802 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55804         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55806 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55808         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55810 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55812         * po/nl.po: Update from translation team.
55813         * po/sv.po: Likewise.
55815 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55817         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55818         now disallowed by GCC.
55820         * configure.in (use-default-link): Default to yes if a test -shared
55821         link meets our qualifications.
55822         * configure: Regenerated.
55824         * config.make.in (output-format): New variable.
55825         * configure.in: Check for ld --print-output-format support.
55826         * configure: Regenerated.
55827         * Makerules ($(common-objpfx)format.lds)
55828         [$(output-format) != unknown]: Just use $(output-format),
55829         instead of the linker-script munging.
55831 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55833         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55834         of $(common-objpfx)shlib.lds.
55835         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55837         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55838         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55840         * configure.in (-z relro check): Adjust test code to add a large
55841         writable data section after it.
55842         * configure: Regenerated.
55844 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55846         * configure.in (-z relro check): Fix test code to make the variable
55847         truly const.
55848         * configure: Regenerated.
55850 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55852         * nscd/nscd.h (struct traced_file): Define.
55853         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55854         elements.  Add traced_files.
55855         (inotify_fd): Declare.
55856         (register_traced_file): Declare.
55857         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55858         (inotify_fd): Export.
55859         (resolv_conf_descr): Remove.
55860         (nscd_init): Move inotify descriptor creation to main.
55861         Don't register files for notification here.
55862         (register_traced_file): New function.
55863         (invalidate_cache): Don't use reset_res to determine whether to call
55864         res_init, go through the list of registered files.
55865         (main_loop_poll): The inotify descriptors are now stored in the
55866         structures for the traced files.
55867         (main_loop_epoll): Likewise
55868         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55869         to __nss_disable_nscd.
55870         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55871         for a database anymore.  Check the records for all the registered
55872         files instead.
55873         * nss/Makefile (libnss_files-routines): Add files-init.
55874         (libnss_db-routines): Add db-init.
55875         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55876         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55877         * nss/nss_db/db-init.c: New file.
55878         * nss/nss_files/files-init.c: New file.
55879         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55880         __nss_lookup_function.
55881         (__nss_lookup_function): Call nss_load_library.
55882         (nss_load_all_libraries): New function.
55883         (__nss_disable_nscd): Take parameter with callback function for files
55884         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55885         used for the cached services.
55886         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55887         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55888         options for features to all the files in nscd.
55890         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55892 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55894         * csu/elf-init.c (__libc_csu_init): Comment typo.
55896 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55898         * po/pl.po: Update from translation team.
55899         * po/ja.po: Likewise.
55900         * po/ru.po: Likewise.
55901         * po/ko.po: Likewise.
55902         * po/fr.po: Likewise.
55904 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55906         * configure.in (.ctors/.dtors header and trailer check):
55907         Use an empirical test on a built program.
55908         * configure: Regenerated.
55910         * configure.in (-z relro check): Use an empirical test on a built DSO.
55911         Detect, but do not require, on ia64.
55912         * configure: Regenerated.
55914         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55915         Update tests that use readelf to use $READELF instead.
55916         * configure: Regenerated.
55918 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55920         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55921         if the result is not used.
55923 2011-07-05  Andreas Jaeger  <aj@suse.de>
55925         [BZ#9696]
55926         * stdlib/tst-strtod.c: Add testcase.
55928 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55930         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55931         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55932         The latter has a higher limit.  Take additional parameter to pass to
55933         the new function.
55934         (__pathconf): Pass file to __statfs_link_max.
55935         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55936         __statfs_link_max.
55937         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55938         __statfs_link_max.
55940         [BZ #12868]
55941         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55942         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55943         Handle Lustre.
55944         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55945         (__statfs_filesize_max): Likewise.
55946         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55948 2011-07-05  Andreas Jaeger  <aj@suse.de>
55950         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55952 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55954         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55955         `status' variable.
55956         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55957         Likewise.
55959 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55961         * Makefile (strop-tests): Add strncat.
55962         * string/test-strncat.c: New file.
55964 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55966         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55968 2011-06-21  Andreas Jaeger  <aj@suse.de>
55970         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55971         Copy rule from iconvdata/Makefile.
55973 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55975         [BZ #12922]
55976         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55977         but no long options are defined, just return 'W'.
55979 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55981         [BZ #9696]
55982         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55984 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55986         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55987         netgroups to read.
55988         (innetgr): Likewise.
55990 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55992         * config.make.in (install_root): Default to $(DESTDIR).
55994 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55996         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55998 2011-07-02  Roland McGrath  <roland@hack.frob.com>
56000         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
56002         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
56003         containing directory rather than embedding absolute directory names.
56005         * scripts/check-local-headers.sh: Rewritten using awk.
56006         Match by word, not by line.  Print error messages for matches.
56007         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
56009         * Makerules [shlib-lds-flags empty]:
56010         ($(common-objpfx)libc_pic.opts): New target.
56011         ($(common-objpfx)libc_pic.os.clean): New target.
56012         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
56014         * config.make.in (OBJCOPY): New variable.
56015         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
56016         * configure: Regenerated.
56018         * config.make.in (use-default-link): New variable.
56019         * configure.in (use_default_link): Grok --with-default-link to set it.
56020         * configure: Regenerated.
56021         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
56022         (shlib-lds, shlib-lds-flags): Define to empty.
56024         * Makerules (shlib-lds): New variable.
56025         (shlib-lds-flags): New variable.
56026         (build-shlib, build-moduile, build-module-asneeded): Use it.
56027         ($(common-objpfx)libc.so): Use $(shlib-lds).
56028         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
56029         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
56031         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
56032         DT_FLAGS/DT_FLAGS_1 with zero flags.
56034         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
56035         linker script munging.
56037 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
56039         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
56040         as 128-bit value.
56041         * crypt/sha512.c (sha512_process_block): Perform total addition using
56042         128-bit if possible.
56043         (__sha512_finish_ctx): Likewise.
56044         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
56045         as 64-bit value.
56046         * crypt/sha256.c (SWAP64): Define.
56047         (sha256_process_block): Perform total addition using 64-bit if
56048         possible.
56049         (__sha256_finish_ctx): Likewise.
56051 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
56053         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
56054         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56055         * nscd/hstcache.c (cache_addhst): Likewise.
56056         * nscd/grpcache.c (cache_addgr): Likewise.
56057         * nscd/aicache.c (addhstaiX): Likewise
56058         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
56060 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
56062         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
56063         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56064         * nscd/hstcache.c (cache_addhst): Likewise.
56065         * nscd/grpcache.c (cache_addgr): Likewise.
56066         * nscd/aicache.c (addhstaiX): Likewise
56068 2011-07-01  Andreas Schwab  <schwab@redhat.com>
56070         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
56071         domain only when needed.
56073 2011-06-30  Andreas Schwab  <schwab@redhat.com>
56075         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
56076         is always restored.
56078 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
56080         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
56081         are re-adding the entry.
56082         * nscd/servicescache.c (cache_addserv): Likewise.
56084 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
56086         * sysdeps/generic/dl-irel.h: fix protection against multiple
56087         inclusions.
56088         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
56090 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
56092         [BZ #12935]
56093         * malloc/memusage.sh: Fix quoting in message.
56094         * debug/xtrace.sh: Likewise.
56096         * configure.in: Remove support for --experimental-malloc option, make
56097         it the default.
56098         * config.make.in: Likewise.
56099         * malloc/Makefile: Likewise.
56101 2011-06-27  Andreas Schwab  <schwab@redhat.com>
56103         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
56104         two-byte characters.
56106 2011-06-27  Roland McGrath  <roland@hack.frob.com>
56108         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
56109         AC_CACHE_CHECK invocation.
56110         * configure: Regenerated.
56112         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
56114 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
56116         [BZ #12350]
56117         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
56118         bit from old_res_options.
56120         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
56122         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
56123         value type for setfct.
56125 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
56127         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
56128         __gettimeofday instead of gettimeofday.
56130 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
56132         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
56134 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
56136         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
56138         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
56139         info.
56141 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
56143         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56144         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
56145         strcpy-sse2-unaligned strncpy-sse2-unaligned
56146         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
56147         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
56148         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
56149         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
56150         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
56151         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
56152         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
56153         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
56154         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
56155         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
56156         (STRCPY): Support SSE2 and SSSE3 versions.
56158 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
56160         [BZ #12874]
56161         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
56162         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
56163         kernels which artificially limit size of requests.
56165 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
56167         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56168         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
56169         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
56170         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
56171         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
56172         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
56173         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
56174         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
56175         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
56176         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
56177         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
56178         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
56179         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
56180         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
56181         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
56182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56183         Enable unaligned load optimization for Intel Core i3, i5 and i7
56184         processors.
56185         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
56186         Define.
56187         (index_Fast_Unaligned_Load): Define.
56188         (HAS_FAST_UNALIGNED_LOAD): Define.
56190 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
56192         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
56194 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
56196         [BZ #12907]
56197         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
56198         until it is clear that the information is realy needed.
56199         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
56201 2011-06-22  Andreas Schwab  <schwab@redhat.com>
56203         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
56205 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
56207         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
56208         /sys/devices/system/cpu/online if it is usable.
56210         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
56211         reading the information from the /proc filesystem to once a second.
56213 2011-06-21  Andreas Jaeger  <aj@suse.de>
56215         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
56216         NULL after inclusion of kernel headers.
56218 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
56220         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
56221         calls to internal_setent.
56223         [BZ #12885]
56224         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
56225         addresses using gethostbyname4_r ignore IPv4 addresses.
56227         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
56228         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
56230         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
56232 2011-06-20  David S. Miller  <davem@davemloft.net>
56234         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
56235         inclusions.
56236         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
56238         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
56239         (elf_irel): Use it.
56240         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
56241         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
56242         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
56243         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
56244         * sysdeps/x86_64/dl-irel.h: Likewise.
56246         * elf/dl-runtime.c: Use elf_ifunc_invoke.
56247         * elf/dl-sym.c: Likewise.
56249 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
56251         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
56252         need to dereference resplen2.
56254 2011-06-14  Andreas Schwab  <schwab@redhat.com>
56256         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
56258 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
56260         * Makeconfig: Define vardbdir and inst_vardbdir.
56261         * nss/Makefile: Add rules to install db-Makefile.
56263         * nss/nss_db/db-XXX.c: Cleanup.
56265         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
56266         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
56267         GLIBC_PRIVATE.
56268         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
56269         * nss/makedb.c: Implement -g option to specify that value strings
56270         are generated and should not be added to table iterated over for
56271         get*ent calls.
56272         * nss/nss_db/db-initgroups.c: New file.
56274         * nss/getent.c: Add support for initgroups lookups through getgrouplist
56275         interface.
56277         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
56278         (internal_getgrouplist): Adjust to name change.
56279         Update use_initgroups_entry if this is not the first call.
56280         * nss/databases.def: Add initgroups entry.
56282         * nss/makedb.c (compute_tables): Check result of multiple hash table
56283         sizes to minimize maximum chain length.
56285 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
56287         * Versions.def: Add entry for libnss_db.
56288         * shlib-versions: Likewise.
56289         * nss/Makefile: Add rules to build libnss_db.
56290         * nss/Versions: Add libnss_db information.  Organize libnss_files
56291         entries better.
56292         * nss/db-Makefile: Add gshadow support.  Change rules for the new
56293         makedb progra.  Some minor improvements to generate smaller files.
56294         * nss/nss_db/nss_db.h: Move NSS database header data structures to
56295         here from...
56296         * nss/makedb.c: ...here.
56297         Improve database format to be smaller and require less memory at
56298         runtime.
56299         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
56300         db anymore.
56301         * nss/nss_db/db-netgrp.c: Likewise.
56302         * nss/nss_db/db-open.c: Likewise.
56303         * nss/nss_files/flies-XXX.x: Adjust comments.
56304         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
56305         * nss/nss_files/files-grp.c: Likewise.
56306         * nss/nss_files/files-hosts.c: Likewise.
56307         * nss/nss_files/files-network.c: Likewise.
56308         * nss/nss_files/files-proto.c: Likewise.
56309         * nss/nss_files/files-pwd.c: Likewise.
56310         * nss/nss_files/files-rpc.c: Likewise.
56311         * nss/nss_files/files-service.c: Likewise.
56312         * nss/nss_files/files-sgrp.c: Likewise.
56313         * nss/nss_files/files-spwd.c: Likewise.
56314         * nss/nss_db/db-alias.c: Removed.
56315         * nss/nss_db/dummy-db.h: Removed.
56317 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
56319         * nss/makedb.c: Rewritten to not use database library.
56320         * nss/Makefile: Update to build new makedb program.
56322 2011-06-14  Andreas Jaeger  <aj@suse.de>
56324         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
56325         memset declaration.
56327 2011-06-10  Andreas Schwab  <schwab@redhat.com>
56329         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
56330         tmpbuf.
56332 2011-06-10  Roland McGrath  <roland@hack.frob.com>
56334         * Makerules (shlib.lds): Fail if the linker script comes out empty.
56335         * elf/Makefile ($(objpfx)ld.so): Likewise.
56337         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
56338         Don't list ld.so twice in dependencies.
56340         * posix/bug-regex31.c: Include <stdlib.h>.
56342         * nscd/hstcache.c (cache_addhst): Remove unused variable.
56344         * nis/nss_compat/compat-spwd.c
56345         (getspent_next_nss_netgr): Remove unused variable.
56346         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
56348         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
56349         nonmembers" output to use the right array.
56351         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
56353         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
56355         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
56356         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
56357         * catgets/gencat.c (read_input_file): Likewise.
56358         * locale/programs/locarchive.c (enlarge_archive): Likewise.
56360         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
56361         variable definition inside #if's controlling its use.
56363         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
56365         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
56367         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
56369         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
56370         unreachable code.
56372         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
56374         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
56375         * configure: Regenerated.
56377         * Makerules: Revert last change.
56378         * elf/Makefile: Likewise.
56380 2011-06-09  Roland McGrath  <roland@hack.frob.com>
56382         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
56383         * elf/Makefile ($(objpfx)librtld.os): Likewise.
56384         (reloc-link): Likewise.
56386 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
56388         * elf/Makefile: Add rules to build pldd.
56389         * elf/pldd.c: New file.
56390         * elf/pldd-xx.c: New file.
56392 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
56394         * version.h: Update for 2.15 development version.
56396 2011-06-07  David S. Miller  <davem@davemloft.net>
56398         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
56399         ifuncs.
56400         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
56401         elf_machine_lazy_rel): Likewise.
56402         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
56403         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
56404         elf_machine_lazy_rel): Likewise.
56405         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
56406         dl_hwcap via passed in argument.
56407         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
56408         Likewise.
56410 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56412         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
56414 2011-06-06  Roland McGrath  <roland@hack.frob.com>
56416         [BZ #12849]
56417         * manual/fdl-1.1.texi: New file, verbatim from:
56418         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
56419         * manual/lgpl-2.1.texi: New file, verbatim from:
56420         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
56421         * manual/Makefile (licenses): New variable, list those new file names.
56422         (texis): Use it.
56423         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
56425         * manual/fdl.texi: File removed.
56426         * manual/lesser.texi: File removed.
56427         * manual/libc.texinfo (Copying, Documentation License):
56428         Use new @include file names, put @appendix directive before @include.
56430 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
56432         [BZ #12841]
56433         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
56434         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
56435         (mq_open): Add __NTH.
56437 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
56439         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56440         Assume Intel Core i3/i5/i7 processor if AVX is available.
56442 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56444         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
56445         typo.
56447 2011-05-31  Andreas Schwab  <schwab@redhat.com>
56449         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
56450         memory.  Use alloca_account.  Fix memory leak when retrying.
56452 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56454         * version.h (RELEASE): Bump for 2.14 release.
56455         * include/features.h (__GLIBC_MINOR__): Bump to 14.
56457         * config.make.in (RANLIB): Remove entry.
56459 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
56461         * po/Makefile (po-sed-cmd): Add ksh to extensions.
56462         (libc.pot): Work around missing support for .ksh extension in xgettext.
56464         [BZ #12684]
56465         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
56466         if both request failed.
56467         (send_dg): In case of server errors clear resplen or *resplen2.
56469         [BZ #12454]
56470         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
56471         when there are multiple maps.
56472         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
56473         (_dl_fini): Remove test here.
56475         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
56477 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
56479         [BZ #12350]
56480         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
56481         bit from old_res_options.
56482         (gaih_inet): Likewise.
56484         [BZ #11099]
56485         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
56486         as signed.
56488         * resolv/res_init.c (res_setoptions): Make the code more compact.
56490         [BZ #11558]
56491         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
56492         set RES_USEVC.
56494         [BZ #11634]
56495         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
56497         * malloc/malloc.h: Mark malloc hook variables as deprecated.
56499         [BZ #11781]
56500         * malloc/malloc.h: Declare malloc hook variables as volatile.
56502         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
56503         in last patch.
56505         [BZ #11799]
56506         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
56507         raise in the comment.
56508         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
56509         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
56510         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
56512 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
56514         [BZ #12811]
56515         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
56516         grow the buffers more if it already has to be sufficient.
56517         (build_wcs_upper_buffer): Likewise.
56518         * posix/regexec.c (check_matching): Likewise.
56519         (clean_state_log_if_needed): Likewise.
56520         (extend_buffers): Don't enlarge buffers beyond size of the input
56521         buffer.
56522         Patches mostly by Emil Wojak <emil@wojak.eu>.
56523         * posix/bug-regex32.c: New file.
56524         * posix/Makefile (tests): Add bug-regex32.
56526         * locale/findlocale.c (_nl_find_locale): Return right away if
56527         _nl_explode_name failed.
56528         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56530         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56532         * debug/xtrace.sh: Unify messages.
56533         * malloc/memusage.sh: Likewise.
56535         [BZ #12813]
56536         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56537         time symbol from vDSO.  Substitute with vsyscall if not available.
56538         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56539         __vdso_time.
56541         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56542         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56543         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56544         Add sendmmsg and internal_sendmmsg.
56545         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56546         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56547         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56549         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56550         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56551         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56553 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
56555         [BZ #12813]
56556         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56557         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
56558         available.
56559         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56560         __vdso_getcpu.
56562         [BZ #12814]
56563         * iconvdata/Makefile (tests): Add bug-iconv9.
56564         * iconvdata/bug-iconv9.c: New file.
56566 2011-05-27  Andreas Schwab  <schwab@redhat.com>
56568         [BZ #12814]
56569         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56571 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
56573         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56574         (struct user_regs_struct): Change intcs field back to cs.
56576 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
56578         * po/ja.po: Update from translation team.
56580 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
56582         [BZ #12795]
56583         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56584         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56586 2011-05-20  Andreas Schwab  <schwab@redhat.com>
56588         * stdlib/longlong.h: Update from GCC.
56590 2011-05-23  Andreas Schwab  <schwab@redhat.com>
56592         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56593         parameter name.
56594         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56595         Add parameter name.
56596         (__sysconf): Pass it down.
56598 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56600         [BZ #12671]
56601         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56602         some situations.
56603         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56604         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56605         add in in __libc_use_alloca calls.  Adjust callers.
56606         (glob): Use malloc in some situations.
56608         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56609         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56610         pltexit.
56612 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56614         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56615         and CLOCK_BOOTTIME_ALARM.
56617         [BZ #12782]
56618         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56619         is returned.
56621         * string/_strerror.c (__strerror_r): Print negative errors as signed
56622         numbers.
56624         [BZ #12777]
56625         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56626         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56627         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56629         * configure.in: Fix typo in redirection and correct removal of test
56630         files in two cases.
56632         [BZ #12788]
56633         * locale/setlocale.c (new_composite_name): Fix test to check for
56634         identical name of all categories.
56636         [BZ #12792]
56637         * libio/filedoalloc.c (local_isatty): New function.
56638         (_IO_file_doallocate): Use local_isatty.
56639         * stdio-common/perror.c (perror): In case a new stream is used
56640         forward the stream error.
56641         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56642         error flag.
56644 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56646         [BZ #11869]
56647         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56648         alloca.
56649         * include/alloca.h (extend_alloca_account): Define.
56651         [BZ #11857]
56652         * posix/regex.h: Fix comments with documentation of user-accessible
56653         fields after compilation and describe correct free'ing of pattern
56654         after re_compile_pattern.
56655         Patch by Reuben Thomas <rrt@sc3d.org>.
56657 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56659         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56660         and -mno-altivec to prevent the compiler from using Altivec and/or
56661         VSX instructions when the corresponding registers are not available.
56663 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56665         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56667 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56669         * libio/freopen.c (freopen): Use __dup2, not dup2.
56670         * libio/freopen64.c (freopen64): Likewise.
56672 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56674         [BZ #12775]
56675         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56676         * math/Makefile (tests): Add test-powl.
56677         (CFLAGS-test-powl.c): Define.
56678         * math/test-powl.c: New file.
56680 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56682         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56684 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56686         [BZ #11837]
56687         * iconvdata/gb18030.c: Update to GB18020-2005.
56689 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56691         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56692         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56693         Patch by Aharon Robbins <arnold@skeeve.com>.
56695         [BZ #11892]
56696         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56697         on the stack.
56699         [BZ #11895]
56700         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56701         through underflows.
56703         [BZ #12766]
56704         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56705         point to strings before performing equality test for error_one_per_line
56706         mode.
56708         [BZ #11697]
56709         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56711         [BZ #11820]
56712         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56713         (struct user_fpregs_struct): Avoid __uint*_t types.
56715         [BZ #6420]
56716         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56717         symbol info.  Use it instead of calling _dl_addr locally.
56718         (lock_and_info): New function.
56719         (tr_freehook): Call lock_and_info and pass symbol info as additional
56720         parameter to tr_where.
56721         (tr_mallochook): Likewise.
56722         (tr_reallochook): Likewise.
56723         (tr_memalignhook): Likewise.
56725         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56726         used and couldn't be at all thread-safe.
56728 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56730         * libio/freopen.c (freopen): Don't close old file descriptor
56731         before the new one is opened.  Instead dup the new file descriptor
56732         to the old one after the new stream is created.
56733         * libio/freopen64.c (freopen64): Likewise.
56734         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56735         * libio/fileops.c (_IO_new_file_close_it): Handle new
56736         _IO_FLAGS2_NOCLOSE flag.
56737         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56738         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56739         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56740         _IO_FLAGS2_NOCLOSE flag.
56741         * include/unistd.h: Add hidden_proto for dup3.
56742         Define __have_dup3.
56743         * io/dup3.c: Define hidden symbol.
56744         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56746         [BZ #7101]
56747         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56748         when an incomplete long option is used.
56749         * posix/tst-getopt_long1.c: New file.
56750         * posix/Makefile (tests): Add tst-getopt_long1.
56752         [BZ #10138]
56753         * scripts/config.guess: Update from autoconf-2.68.
56754         * scripts/config.sub: Likewise.
56756         [BZ #10157]
56757         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56758         tests into ...
56759         (has_cpuclock): ...this.  New function.
56760         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56761         macro here based on has_cpuclock code.
56763         [BZ #10149]
56764         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56765         First byte (not low byte) is now always NUL.
56766         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56768         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56769         Use non-cancelable interfaces.
56771         [BZ #9809]
56772         * locale/iso-639.def: Add entry for Sorani.
56774         [BZ #11901]
56775         * include/stdlib.h: Move include protection to the right place.
56776         Define abort_msg_s.  Declare __abort_msg with it.
56777         * stdlib/abort.c (__abort_msg): Adjust type.
56778         * assert/assert.c (__assert_fail_base): New function.  Majority
56779         of code from __assert_fail.  Allocate memory for __abort_msg with
56780         mmap.
56781         (__assert_fail): Now call __assert_fail_base.
56782         * assert/assert-perr.c: Remove bulk of implementation.  Use
56783         __assert_fail_base.
56784         * include/assert.hL Declare __assert_fail_base.
56785         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56786         mmap.
56787         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56789 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56791         [BZ #11952]
56792         [BZ #12453]
56793         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56794         until all modules are registered in the DTV.
56795         * elf/Makefile: Add rules to build and run tst-tls19.
56796         * elf/tst-tls19.c: New file.
56797         * elf/tst-tls19mod1.c: New file.
56798         * elf/tst-tls19mod2.c: New file.
56799         * elf/tst-tls19mod3.c: New file.
56800         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56802         [BZ #12083]
56803         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56804         correctly.
56806         [BZ #12601]
56807         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56808         two-byte sequence errors.
56809         * iconvdata/Makefile (tests): Add bug-iconv8.
56810         * iconvdata/bug-iconv8.c: New file.
56812         [BZ #12626]
56813         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56814         buf2 definition.
56816         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56818         [BZ #12432]
56819         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56820         (dummy_getcfa): New function.
56821         (init): Get _Unwind_GetCFA address, use dummy if not found.
56822         (backtrace_helper): In recursion check, also check whether CFA changes.
56823         (__backtrace): Completely initialize arg.
56825         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56826         storing incomplete byte sequence in state object.  Avoid testing for
56827         guaranteed too small input if we know there is enough data available.
56829 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56831         * Makeconfig (+link-pie): Indent.
56832         * Rules (binaries-pie): Define if $(have-fpie) and
56833         $(build-shared).
56834         (binaries-shared): Also filter out $(binaries-pie).
56835         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56836         * nscd/Makefile (others-pie): Add nscd.
56837         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56838         ($(objpfx)nscd): Remove command override.
56839         * login/Makefile (others-pie): Add pt_chown.
56840         ($(objpfx)pt_chown): Remove command override.
56841         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56842         remove command overrides.
56844 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56846         * libio/tst_putwc.c: Fix error messages.
56848         [BZ #12724]
56849         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56850         currently writing and seek to current position when not.
56851         * libio/Makefile (tests): Add bug-fclose1.
56852         * libio/bug-fclose1.c: New file.
56854 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56856         [BZ #12511]
56857         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56858         don't set DF_1_NODELETE here.
56859         (do_lookup_x): When entering new entry test for copy relocation
56860         and if necessary set DF_1_NODELETE flag.
56861         * elf/tst-unique4.cc: New file.
56862         * elf/tst-unique4.h: New file.
56863         * elf/tst-unique4lib.cc: New file.
56864         * elf/Makefile: Add rules to build and run tst-unique4.
56865         Patch by Piotr Bury <pbury@goahead.com>.
56867 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56869         [BZ #12052]
56870         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56872         [BZ #12625]
56873         * misc/mntent_r.c (addmntent): Flush the stream after the output
56875         [BZ #12393]
56876         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56877         (is_trusted_path_normalize): Skip initial colon.  Append slash
56878         to empty buffer.  Duplicate is_trusted_path code but allow
56879         constructed patch to be prefix.
56880         (is_dst): Allow $ORIGIN followed by /.
56881         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56882         Correct testing of result of is_trusted_path_normalize
56883         (decompose_rpath): Fix warning.
56885 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56887         [BZ #11257]
56888         * grp/initgroups.c (internal_getgrouplist): When we found the service
56889         list through the initgroups entry in nsswitch.conf do not always
56890         continue on a successful lookup.  Don't always use the
56891         __nss_group_database value if it is set.
56892         * nss/nsswitch.conf (initgroups): Change action for successful db
56893         lookup to continue for compatibility.
56895 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56897         [BZ #11532]
56898         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56899         and CP774 modules.
56900         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56901         and CP774 modules.
56902         * iconvdata/tst-tables.sh: Likewise.
56903         * iconvdata/cp770.c: New file.
56904         * iconvdata/cp771.c: New file.
56905         * iconvdata/cp772.c: New file.
56906         * iconvdata/cp773.c: New file.
56907         * iconvdata/cp774.c: New file.
56908         * iconvdata/testdata/CP770: New file.
56909         * iconvdata/testdata/CP770..UTF8: New file.
56910         * iconvdata/testdata/CP771: New file.
56911         * iconvdata/testdata/CP771..UTF8: New file.
56912         * iconvdata/testdata/CP772: New file.
56913         * iconvdata/testdata/CP772..UTF8: New file.
56914         * iconvdata/testdata/CP773: New file.
56915         * iconvdata/testdata/CP773..UTF8: New file.
56916         * iconvdata/testdata/CP774: New file.
56917         * iconvdata/testdata/CP774..UTF8: New file.
56919         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56920         END CHARMAP line.
56921         * iconvdata/gen-8bit-gap.sh: Likewise.
56922         * iconvdata/gen-8bit.sh: Likewise.
56924         * locale/iso-639.def: Add ary entry.
56926         [BZ #11258]
56927         * locale/C-translit.h.in: Add U20A1 transliteration.
56929         [BZ #12178]
56930         * locale/iso-639.def: Add wae entry.
56931         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56933         [BZ #12545]
56934         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56935         for n.
56937         [BZ #12711]
56938         * locale/C-translit.h.in: Add entry for U20B9.
56939         Patch by pravin.d.s@gmail.com.
56941 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56943         [BZ #12713]
56944         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56945         ENAMETOOLONG use generic getcwd.
56946         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56947         in rtld.  Use *stat64.
56948         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56949         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56950         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56951         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56952         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56953         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56954         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56955         __fstatat64 macros.
56956         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56957         * dirent/rewinddir.c: Add libc_hidden_def.
56958         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56959         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56961         * include/dirent.h (__alloc_dir): Add flags parameter.
56962         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56963         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56964         __alloc_dir.
56965         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56966         from fdopendir if O_CLOEXEC is already set.
56968 2011-03-15  Alan Modra  <amodra@gmail.com>
56970         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56971         l_tls_firstbyte_offset non-zero.  Save padding offset in
56972         l_tls_firstbyte_offset for later use.
56973         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56974         freeing static tls block.
56976 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56978         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56979         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56980         being defined by the kernel headers.
56982 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56984         [BZ #12734]
56985         * resolv/resolv.h: Define RES_NOTLDQUERY.
56986         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56987         no-tld-query and set RES_NOTLDQUERY.
56988         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56989         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56990         modern BIND to search name as TLD unless forbidden.
56992 2011-05-07  Petr Baudis  <pasky@suse.cz>
56993             Ulrich Drepper  <drepper@gmail.com>
56995         [BZ #12393]
56996         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56997         (is_trusted_path): ...to here.
56998         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56999         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
57000         using is_trusted_path_normalize() in setuid scripts.
57002 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
57004         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
57005         __BEGIN/__END_DECLS.
57007 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
57009         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
57010         NSS_STATUS_NOTFOUND if no record was found.
57012 2011-05-05  Andreas Schwab  <schwab@redhat.com>
57014         * sunrpc/Makefile (headers): Add rpc/netdb.h.
57015         (headers-not-in-tirpc): Remove rpc/netdb.h
57016         * resolv/netdb.h: Revert last change.
57018 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
57020         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
57021         circular dependency between libgcc.a and libc.a.
57023 2011-05-05  Andreas Schwab  <schwab@redhat.com>
57025         * resolv/netdb.h: Don't include <rpc/netdb.h>.
57026         * nis/Makefile: Don't install rpcsvc/*.
57027         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
57028         instead of <rpc/types.h>.
57029         (MAXHOSTNAMELEN): Define.
57031 2011-05-03  Andreas Schwab  <schwab@redhat.com>
57033         * elf/ldconfig.c (add_dir): Don't crash on empty path.
57035 2011-04-28  Maciej Babinski  <mbabinski@google.com>
57037         [BZ #12714]
57038         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
57039         gethostbyname4_r when IPv6 results are possible.
57041 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
57043         [BZ #12723]
57044         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
57045         _PC_PIPE_BUF handling.
57047 2011-04-30  Bruno Haible  <bruno@clisp.org>
57049         [BZ #12717]
57050         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
57051         * resolv/netdb.h (getnameinfo): Change type of flags parameter
57052         to 'int'.
57053         * inet/getnameinfo.c (getnameinfo): Likewise.
57055 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
57057         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
57058         to groups setting in database lookup.
57059         * nss/nsswitch.conf: Add initgroups entry.
57061 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
57063         [BZ #12685]
57064         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
57065         mode string.
57066         Patch by Eric Blake <eblake@redhat.com>.
57068 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
57070         * sunrpc/Makefile (need-export-routines): Add svc_run.
57071         (routines): Remove svc_run.
57072         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
57073         * sunrpc/clnt_perr.c (clnt_perrno): Export.
57074         * sunrpc/svc_run.c (svc_run): Likewise.
57075         * sunrpc/svc_udp.c (svcudp_create): Likewise.
57077 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
57079         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
57080         problem in reallocation in last patch.
57082 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
57084         * sunrpc/Makefile: Move inclusion of Rules.
57086 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
57088         * nss/nss_files/files-initgroups.c: New file.
57089         * nss/Makefile (libnss_files-routines): Add files-initgroups.
57090         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
57091         _nss_files_initgroups_dyn.
57093 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
57095         * elf/elf.h (R_ARM_IRELATIVE): Define.
57097 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
57099         * po/ru.po: Update from translation team.
57101 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
57103         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
57104         dependencies.
57106 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
57108         [BZ #12653]
57109         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
57110         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
57111         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
57112         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
57113         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
57115 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
57117         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
57118         differing bytes.
57119         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
57120         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
57121         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
57123 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
57125         [BZ #12420]
57126         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
57127         storing it.
57128         * stdlib/bug-getcontext.c: New file.
57129         * stdlib/Makefile: Add rules to build and run bug-getcontext.
57131 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57133         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
57134         instructions into .machine "z9-109".
57135         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
57136         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
57138 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57140         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
57141         between environment variables and auxiliary vector.
57143 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
57145         * Makefile: Add rules to build linkobj/libc.so.
57146         * include/libc-symbols.h: Define libc_hidden_nolink.
57147         * include/rpc/auth.h: Mark functions which are to be hidden.
57148         * include/rpc/auth_des.h: Likewise.
57149         * include/rpc/auth_unix.h: Likewise.
57150         * include/rpc/clnt.h: Likewise.
57151         * include/rpc/des_crypt.h: Likewise.
57152         * include/rpc/key_prot.h: Likewise.
57153         * include/rpc/pmap_clnt.h: Likewise.
57154         * include/rpc/pmap_prot.h: Likewise.
57155         * include/rpc/pmap_rmt.h: Likewise.
57156         * include/rpc/rpc_msg.h: Likewise.
57157         * include/rpc/svc.h: Likewise.
57158         * include/rpc/svc_auth.h: Likewise.
57159         * include/rpc/xdr.h: Likewise.
57160         * nis/Makefile: Link all DSOs against linkobj/libc.so.
57161         * nss/Makefile: Likewise.
57162         * sunrpc/Makefile: Don't install headers.  Build library with normal
57163         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
57164         * sunrpc/auth_des.c: Hide exported symbols by default, export some
57165         for the compat linking library.  Remove use of INTDEF/INTUSE.
57166         * sunrpc/auth_none.c: Likewise.
57167         * sunrpc/auth_unix.c: Likewise.
57168         * sunrpc/authdes_prot.c: Likewise.
57169         * sunrpc/authuxprot.c: Likewise.
57170         * sunrpc/clnt_gen.c: Likewise.
57171         * sunrpc/clnt_perr.c: Likewise.
57172         * sunrpc/clnt_raw.c: Likewise.
57173         * sunrpc/clnt_simp.c: Likewise.
57174         * sunrpc/clnt_tcp.c: Likewise.
57175         * sunrpc/clnt_udp.c: Likewise.
57176         * sunrpc/clnt_unix.c: Likewise.
57177         * sunrpc/des_crypt.c: Likewise.
57178         * sunrpc/des_soft.c: Likewise.
57179         * sunrpc/get_myaddr.c: Likewise.
57180         * sunrpc/key_call.c: Likewise.
57181         * sunrpc/key_prot.c: Likewise.
57182         * sunrpc/netname.c: Likewise.
57183         * sunrpc/pm_getmaps.c: Likewise.
57184         * sunrpc/pm_getport.c: Likewise.
57185         * sunrpc/pmap_clnt.c: Likewise.
57186         * sunrpc/pmap_prot.c: Likewise.
57187         * sunrpc/pmap_prot2.c: Likewise.
57188         * sunrpc/pmap_rmt.c: Likewise.
57189         * sunrpc/publickey.c: Likewise.
57190         * sunrpc/rpc_cmsg.c: Likewise.
57191         * sunrpc/rpc_common.c: Likewise.
57192         * sunrpc/rpc_dtable.c: Likewise.
57193         * sunrpc/rpc_prot.c: Likewise.
57194         * sunrpc/rpc_thread.c: Likewise.
57195         * sunrpc/rtime.c: Likewise.
57196         * sunrpc/svc.c: Likewise.
57197         * sunrpc/svc_auth.c: Likewise.
57198         * sunrpc/svc_authux.c: Likewise.
57199         * sunrpc/svc_raw.c: Likewise.
57200         * sunrpc/svc_run.c: Likewise.
57201         * sunrpc/svc_simple.c: Likewise.
57202         * sunrpc/svc_tcp.c: Likewise.
57203         * sunrpc/svc_udp.c: Likewise.
57204         * sunrpc/svc_unix.c: Likewise.
57205         * sunrpc/svcauth_des.c: Likewise.
57206         * sunrpc/xcrypt.c: Likewise.
57207         * sunrpc/xdr.c: Likewise.
57208         * sunrpc/xdr_array.c: Likewise.
57209         * sunrpc/xdr_float.c: Likewise.
57210         * sunrpc/xdr_intXX_t.c: Likewise.
57211         * sunrpc/xdr_mem.c: Likewise.
57212         * sunrpc/xdr_rec.c: Likewise.
57213         * sunrpc/xdr_ref.c: Likewise.
57214         * sunrpc/xdr_sizeof.c: Likewise.
57215         * sunrpc/xdr_stdio.c: Likewise.
57217 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
57219         [BZ #12650]
57220         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
57221         * sysdeps/ia64/dl-tls.h: Likewise.
57222         * sysdeps/powerpc/dl-tls.h: Likewise.
57223         * sysdeps/s390/dl-tls.h: Likewise.
57224         * sysdeps/sh/dl-tls.h: Likewise.
57225         * sysdeps/sparc/dl-tls.h: Likewise.
57226         * sysdeps/x86_64/dl-tls.h: Likewise.
57227         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
57229 2011-03-14  Andreas Schwab  <schwab@redhat.com>
57231         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
57232         rpath element also skip the following colon.
57233         (expand_dynamic_string_token): Add is_path parameter and pass
57234         down to DL_DST_REQUIRED and _dl_dst_substitute.
57235         (decompose_rpath): Call expand_dynamic_string_token with
57236         non-zero is_path.  Ignore empty rpaths.
57237         (_dl_map_object_from_fd): Call expand_dynamic_string_token
57238         with zero is_path.
57240 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
57242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
57243         Make cancelable.
57245 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
57247         [BZ #12655]
57248         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
57249         Patch by Filipe David Manana <fdmanana@apache.org>.
57251 2011-04-07  Andreas Schwab  <schwab@redhat.com>
57253         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
57254         Maintain aligned stack.
57255         (CHECK_RSP): Remove unused macro.
57257 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
57259         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
57260         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
57262 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
57264         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
57266         * include/features.h: Mention __USE_XOPEN2K8 in comment.
57268 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
57270         [BZ #12518]
57271         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
57272         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
57273         * sysdeps/x86_64/memmove.c: New file.
57274         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
57275         (memcpy): Renamed to ...
57276         (__new_memcpy): This.
57277         (memcpy): Provide GLIBC_2_14 memcpy.
57278         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
57279         (memcpy): Provide GLIBC_2_2_5 memcpy.
57281 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57283         [BZ #12631]
57284         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
57286 2011-03-30  Andreas Schwab  <schwab@redhat.com>
57288         * misc/syncfs.c: New file.
57289         * misc/Makefile (routines): Add syncfs.
57290         * posix/unistd.h: Declare syncfs.
57291         * sysdeps/unix/syscalls.list: Add syncfs.
57293 2011-04-01  Andreas Schwab  <schwab@redhat.com>
57295         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
57296         open_by_handle_at.
57297         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57298         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57299         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57300         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57301         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57302         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
57303         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57305 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57307         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
57308         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57309         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
57310         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57311         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57312         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57313         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57315         * io/Makefile: Compile fallocate.c, fallocate64.c, and
57316         sync_file_range.c with -fexceptions.
57317         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
57318         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
57319         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
57320         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
57321         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
57322         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
57323         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
57324         sync_file_range as cancellation point
57325         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
57326         now a wrapper around __call_sync_file_range with cancellation handling.
57327         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
57328         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
57329         function name to __call_sync_file_range.
57330         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
57331         Add call_sync_file_range.
57333 2011-04-01  Andreas Schwab  <schwab@redhat.com>
57335         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
57336         bits/timex.h.
57338 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57340         * iconv/iconv.h: Fix typo in comment.
57341         * io/fcntl.h: Likewise.
57342         * libio/stdio.h: Likewise.
57343         * posix/spawn.h: Likewise.
57344         * posix/unistd.h: Likewise.
57345         * stdlib/stdlib.h: Likewise.
57346         * time/time.h: Likewise.
57347         * wcsmbs/wchar.h: Likewise.
57349         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
57350         open_by_handle): Add.
57351         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
57352         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
57353         Augment a few comments.
57354         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57355         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57356         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57357         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57358         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57359         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
57360         open_by_handle.
57362         * io/fcntl.h (AT_EMPTY_PATH): Define.
57364 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
57366         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
57367         * sysdeps/unix/sysv/linux/bits/time.h: New file.
57368         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
57369         to...
57370         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
57371         * Versions.def: Add GLIBC_2.14.
57372         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
57373         Export.
57375 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
57377         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
57378         round counter.
57379         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
57381 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
57383         [BZ #12597]
57384         * string/test-strncmp.c (do_page_test): New function.
57385         (check2): Likewise.
57386         (test_main): Call check2.
57387         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
57389 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
57391         [BZ #12587]
57392         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
57393         Handle cache information in CPU leaf 4.
57394         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
57396 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
57398         [BZ #12583]
57399         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
57400         character representation.
57401         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
57403 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
57405         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
57406         END(__isnan) to END(__isnanf) to match function entry point/label
57407         EALIGN(__isnanf,...).
57409 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
57411         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
57413 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
57415         [BZ #12510]
57416         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
57417         copy from the symbol referenced in the relocation to initialize the
57418         used variable.
57419         Patch by Piotr Bury <pbury@goahead.com>.
57420         * elf/Makefile: Add rules to build and tst-unique3.
57421         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
57422         * elf/tst-unique3.cc: New file.
57423         * elf/tst-unique3.h: New file.
57424         * elf/tst-unique3lib.cc: New file.
57425         * elf/tst-unique3lib2.cc: New file.
57427         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
57429 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
57431         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
57432         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
57433         to _start.
57435 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
57437         * elf/dl-load.c (_dl_map_object): If we are looking for the first
57438         to-be-loaded object along a path to loader is ld.so.
57440 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57441             Ulrich Drepper  <drepper@gmail.com>
57443         * sysdeps/x86_64/memset.S: After aligning destination, code
57444         branches to different locations depending on the value of
57445         misalignment, when multiarch is enabled. Fix this.
57447 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57449         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
57450         Set _x86_64_preferred_memory_instruction for AMD processsors.
57451         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57452         Set bit_Prefer_SSE_for_memop for AMD processors.
57454 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
57456         * libio/fmemopen.c (fmemopen): Optimize a bit.
57458 2011-03-03  Andreas Schwab  <schwab@redhat.com>
57460         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
57462 2011-03-03  Roland McGrath  <roland@redhat.com>
57464         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
57466 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
57468         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
57469         __bzero_ultra1 instead of __memset_ultra1.
57471 2011-02-23  Andreas Schwab  <schwab@redhat.com>
57472             Ulrich Drepper  <drepper@gmail.com>
57474         [BZ #12509]
57475         * include/link.h (struct link_map): Add l_orig_initfini.
57476         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
57477         returning unsuccessfully.
57478         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
57479         close of a file loaded at startup, restore the original l_initfini
57480         list.
57481         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
57482         list, store the pointer.
57483         * elf/Makefile ($(objpfx)noload-mem): New rule.
57484         (noload-ENV): Define.
57485         (tests): Add $(objpfx)noload-mem.
57486         * elf/noload.c: Include <memcheck.h>.
57487         (main): Call mtrace.  Close all opened handles.
57489 2011-02-17  Andreas Schwab  <schwab@redhat.com>
57491         [BZ #12454]
57492         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
57493         dependencies are missing.
57495 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57497         Fix __if_freereq crash: Unlike the generic version which uses free,
57498         Hurd needs munmap.
57499         * sysdeps/mach/hurd/ifreq.h: New file.
57501 2011-01-27  Petr Baudis  <pasky@suse.cz>
57502             Ulrich Drepper  <drepper@gmail.com>
57504         [BZ 12445]#
57505         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
57506         to extend_alloca().
57507         * stdio-common/bug23.c: New file.
57508         * stdio-common/Makefile (tests): Add bug23.
57510 2010-09-28  Andreas Schwab  <schwab@redhat.com>
57511             Ulrich Drepper  <drepper@gmail.com>
57513         [BZ #12489]
57514         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
57515         before performing relro protection.  At old place add assertion
57516         to make sure nothing changed.
57518 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
57519             Glauber de Oliveira Costa  <glommer@gmail.com>
57521         * elf/elf.h: Add new ARM TLS relocs.
57523 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
57525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57526         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57527         cast from r3.
57528         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
57529         'tests' variable.
57530         * sysdeps/wordsize-64/tst-writev.c: New file.
57532 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
57534         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57535         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57536         insns in _dl_start to prevent a TOC reference before relocs are
57537         resolved.
57539 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
57541         [BZ #12469]
57542         * Makeconfig: Remove RANLIB definition.
57543         * Makerules: Don't use RANLIB.
57544         * aclocal.m4: Remove ranlib test.
57545         * configure.in: No need to check for ranlib.
57546         * elf/rtld-Rules: Don't use RANLIB.
57548 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57550         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57551         protection macro.
57552         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57553         inclusion protection macro.
57555         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57556         SIGRTMIN and SIGRTMAX and print information in that case only when
57557         SIGRTMIN is defined.
57559 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
57561         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57562         arginfo fn returning -1.
57564         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57565         and thousands string is zero terminated.
57567 2011-02-03  Andreas Schwab  <schwab@redhat.com>
57569         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57570         sysdeps/unix/sysv/linux/bits/socket.h.
57572 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57574         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57575         (__CPU_COUNT): Remove old macros.
57576         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57577         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57578         (__CPU_ALLOC, __CPU_FREE): Add macros.
57579         (__sched_cpualloc, __sched_cpufree): Add declarations.
57581 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
57583         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57584         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57585         * nscd/aicache.c (addhstaiX): Return timeout of added value.
57586         (readdhstai): Return value of addhstaiX call.
57587         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57588         (addgrbyX): Return value returned by cache_addgr.
57589         (readdgrbyname): Return value returned by addgrbyX.
57590         (readdgrbygid): Likewise.
57591         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57592         (addpwbyX): Return value returned by cache_addpw.
57593         (readdpwbyname): Return value returned by addhstbyX.
57594         (readdpwbyuid): Likewise.
57595         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57596         (addservbyX): Return value returned by cache_addserv.
57597         (readdservbyname): Return value returned by addservbyX:
57598         (readdservbyport): Likewise.
57599         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57600         (addhstbyX): Return value returned by cache_addhst.
57601         (readdhstbyname): Return value returned by addhstbyX.
57602         (readdhstbyaddr): Likewise.
57603         (readdhstbynamev6): Likewise.
57604         (readdhstbyaddrv6): Likewise.
57605         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57606         (readdinitgroups): Return value returned by addinitgroupsX.
57607         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57608         (prune_cache): Keep track of timeout value of re-added entries.
57609         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57610         * nscd/nscd.h: Adjust prototypes of readd* functions.
57612 2011-02-04  Roland McGrath  <roland@redhat.com>
57614         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57615         (nis_stats): Likewise.
57616         * nis/nis_modify.c (nis_modify): Likewise.
57617         * nis/nis_remove.c (nis_remove): Likewise.
57618         * nis/nis_add.c (nis_add): Likewise.
57620         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57622         * posix/fnmatch_loop.c: Add some consts.
57624         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57626 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57628         [BZ #12460]
57629         * config.make.in (config-cflags-novzeroupper): Define.
57630         * configure.in: Substitute libc_cv_cc_novzeroupper.
57631         * elf/Makefile (AVX-CFLAGS): Define.
57632         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57633         (CFLAGS-tst-auditmod4a.c): Likewise.
57634         (CFLAGS-tst-auditmod4b.c): Likewise.
57635         (CFLAGS-tst-auditmod6b.c): Likewise.
57636         (CFLAGS-tst-auditmod6c.c): Likewise.
57637         (CFLAGS-tst-auditmod7b.c): Likewise.
57638         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57640 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57642         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57643         function to the callback.
57644         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57646 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57648         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57649         of errno.
57651 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57653         [BZ #11724]
57654         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57655         of constructors.
57656         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57657         of destructors.
57658         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57660         [BZ #11724]
57661         * elf/Makefile: Add rules to build and run new test.
57662         * elf/tst-initorder.c: New file.
57663         * elf/tst-initorder.exp: New file.
57664         * elf/tst-initordera1.c: New file.
57665         * elf/tst-initordera2.c: New file.
57666         * elf/tst-initordera3.c: New file.
57667         * elf/tst-initordera4.c: New file.
57668         * elf/tst-initorderb1.c: New file.
57669         * elf/tst-initorderb2.c: New file.
57670         * elf/tst-order-a1.c: New file.
57671         * elf/tst-order-a2.c: New file.
57672         * elf/tst-order-a3.c: New file.
57673         * elf/tst-order-a4.c: New file.
57674         * elf/tst-order-b1.c: New file.
57675         * elf/tst-order-b2.c: New file.
57676         * elf/tst-order-main.c: New file.
57677         New test case by George Gensure <werkt0@gmail.com>.
57679 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57681         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57682         decoding ACE if AI_CANONIDN.
57684 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57686         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57688 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57690         * version.h (RELEASE): Bump for 2.13 release.
57691         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57693         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57695         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57696         MADV_NOHUGEPAGE.
57697         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57698         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57699         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57700         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57701         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57702         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57704         * posix/getconf.c: Update copyright year.
57705         * catgets/gencat.c: Likewise.
57706         * csu/version.c: Likewise.
57707         * debug/catchsegv.sh: Likewise.
57708         * debug/xtrace.sh: Likewise.
57709         * elf/ldconfig.c: Likewise.
57710         * elf/ldd.bash.in: Likewise.
57711         * elf/sprof.c (print_version): Likewise.
57712         * iconv/iconv_prog.c: Likewise.
57713         * iconv/iconvconfig.c: Likewise.
57714         * locale/programs/locale.c: Likewise.
57715         * locale/programs/localedef.c: Likewise.
57716         * malloc/memusage.sh: Likewise.
57717         * malloc/mtrace.pl: Likewise.
57718         * nscd/nscd.c (print_version): Likewise.
57719         * nss/getent.c: Likewise.
57721         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57722         PF_CAIF, and PF_ALG.
57723         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57725 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57727         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57728         (modules-names): Use them.
57729         (ifunc-test-modules, ifunc-pie-tests): Define.
57730         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57731         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57732         (test-extras): Likewise.
57733         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57734         $(compile-command.c).
57735         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57736         (all-built-dso): Define.
57737         (check-textrel.out, check-execstack.out): Depend on it.
57739         * configure.in: Don't override --enable-multi-arch.
57741 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57743         [BZ #6812]
57744         * nscd/hstcache.c (tryagain): Define.
57745         (cache_addhst): Return tryagain not notfound for temporary errors.
57746         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57747         failed.
57749 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57751         [BZ #10563]
57752         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57753         to make the syscall.
57754         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57756         [BZ #12378]
57757         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57758         and fall back to matching as normal character if the string ends before
57759         the matching ']' is found.  This is what POSIX requires.
57760         * posix/testfnm.c: Adjust test result.
57761         * posix/globtest.sh: Adjust test result.  Add new test.
57762         * posix/tst-fnmatch.input: Likewise.
57763         * posix/tst-fnmatch2.c: Add new test.
57765 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57767         * elf/Makefile (check-execstack): Revert last change.  Depend on
57768         check-execstack.h.
57769         (check-execstack.h): New target.
57770         (generated): Add check-execstack.h.
57771         * elf/check-execstack.c: Include "check-execstack.h".
57772         (main): Revert last change.
57773         (handle_file): Return zero if GNU_STACK is absent and
57774         DEFAULT_STACK_PERMS doesn't include PF_X.
57776 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57778         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57779         in child fails because the descriptor is already closed.
57780         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57781         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57782         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57784         [BZ #12397]
57785         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57786         syscall.
57788         [BZ #10484]
57789         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57790         temporary buffer used to handle multi lookups locally.
57791         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57793 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57795         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57796         loader is ld.so.
57798 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57800         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57801         alignment for SSE2.
57803 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57805         [BZ #12394]
57806         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57807         characters.  When rounding increased number of integer digits recompute
57808         number of groups.
57809         * stdio-common/tst-grouping.c: New file.
57810         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57812 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57814         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57815         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57817         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57818         void.
57819         * bits/select.h: Likewise.
57821 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57823         * po/ja.po: Update from translation team.
57825 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57827         [BZ #11155]
57828         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57829         implementation just like for lxstat, fxstatat, et al.
57831 2010-12-27  Jim Meyering  <meyering@redhat.com>
57833         [BZ #12348]
57834         * posix/regexec.c (build_trtable): Return failure indication upon
57835         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57837 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57839         [BZ #12201]
57840         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57841         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57842         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57843         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57845         [BZ #12207]
57846         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57848         [BZ #12204]
57849         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57850         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57852 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57854         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57855         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57856         script has SORT_BY_INIT_PRIORITY.
57857         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57858         NO_CTORS_DTORS_SECTIONS is defined.
57859         * elf/soinit.c: Likewise.
57860         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57861         NO_CTORS_DTORS_SECTIONS is defined.
57862         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57863         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57864         * sysdeps/sh/init-first.c: Likewise.
57865         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57867 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57869         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57870         always use the slow path.
57872 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57874         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57875         similar rule which adds the sysdep directories to the header search in
57876         order to pick up the correct platform stackinfo.h.
57877         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57878         perform test if it is, otherwise return successfully without testing.
57879         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57880         DEFAULT_STACK_PERMS define in stackinfo.h.
57881         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57882         defined in stackinfo.h.
57883         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57884         DEFAULT_STACK_PERMS defined in stackinfo.h.
57885         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57886         * sysdeps/ia64/stackinfo.h: Likewise.
57887         * sysdeps/s390/stackinfo.h: Likewise.
57888         * sysdeps/sh/stackinfo.h: Likewise.
57889         * sysdeps/sparc/stackinfo.h: Likewise.
57890         * sysdeps/x86_64/stackinfo.h: Likewise.
57891         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57892         PF_X for powerpc64.  Retain PF_X for powerpc32.
57894 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57896         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57897         accurately.
57898         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57899         GETDENTS_64BIT_ALIGNED.
57901 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57903         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57905 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57907         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57908         _GNU_SOURCE.
57910         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57911         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57912         Remove __restrict.
57913         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57914         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57916 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57918         [BZ #11655]
57919         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57920         are initialized.
57922 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57924         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57926 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57928         * po/it.po: Update from translation team.
57930 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57932         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57933         unused codes.
57935 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57937         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57939 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57941         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57942         specially.
57943         (gaih_getanswer_slice): Likewise.
57945 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57947         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57949 2010-05-31  Petr Baudis  <pasky@suse.cz>
57951         [BZ #11149]
57952         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57953         silently even in the chroot mode.
57955 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57957         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57958         last patch a bit.  Pretty printing
57960 2010-05-31  Petr Baudis <pasky@suse.cz>
57962         [BZ #10085]
57963         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57964         initialization of skip_initgroups_dyn.
57966 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57968         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57969         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57971 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57973         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57975 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57977         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57978         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57979         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57980         ($(objpfx)tst-fnmatch-mem): New rule.
57981         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57982         * posix/tst-fnmatch.c (main): Call mtrace.
57984 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57986         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57987         Support Intel processor model 6 and model 0x2c.
57989 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57991         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57992           signed comparison.
57994 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57996         [BZ #12205]
57997         * string/test-strncasecmp.c (check_result): New function.
57998         (do_one_test): Use it.
57999         (check1): New function.
58000         (test_main): Use it.
58001         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
58002         Support strcasecmp and strncasecmp.
58004 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
58006         [BZ #12194]
58007         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
58008         * sysdeps/x86_64/bits/byteswap.h: Likewise.
58010 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
58012         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
58013         IFUNC support.
58014         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58015         memset-x86-64.
58016         * sysdeps/x86_64/multiarch/bzero.S: New file.
58017         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
58018         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
58019         * sysdeps/x86_64/multiarch/memset.S: New file.
58020         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
58021         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58022         Set bit_Prefer_SSE_for_memop for Intel processors.
58023         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
58024         Define.
58025         (index_Prefer_SSE_for_memop): Define.
58026         (HAS_PREFER_SSE_FOR_MEMOP): Define.
58028 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
58030         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
58031         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
58033 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
58035         [BZ #12191]
58036         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
58037         (__x86_64_raw_data_cache_size_half): Likewise.
58038         (__x86_64_raw_shared_cache_size): Likewise.
58039         (__x86_64_raw_shared_cache_size_half): Likewise.
58041         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
58042         (__x86_64_raw_data_cache_size_half): Likewise.
58043         (__x86_64_raw_shared_cache_size): Likewise.
58044         (__x86_64_raw_shared_cache_size_half): Likewise.
58045         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
58046         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
58047         and __x86_64_raw_shared_cache_size_half.  Round
58048         __x86_64_data_cache_size_half, __x86_64_data_cache_size
58049         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
58050         to multiple of 256 bytes.
58052 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
58054         [BZ #12167]
58055         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
58056         of inacessible symlinks.  Verify result of symlink before returning it.
58057         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
58058         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
58060 2010-10-28  Erich Ritz  <erichritz@gmail.com>
58062         * math/math.h (isinf): Fix typo in comment.
58064 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
58066         * po/da.po: Update from translation team.
58068 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
58070         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
58071         is added to the list.
58073 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58074             Ulrich Drepper  <drepper@gmail.com>
58076         * elf/dl-object.c (_dl_new_object): Don't append the new object to
58077         the global list here.  Move code to...
58078         (_dl_add_to_namespace_list): ...here.  New function.
58079         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
58080         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
58081         * elf/dl-load.c (lose): Don't remove the element from the list.
58082         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
58083         (_dl_map_object): Likewise.
58085 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
58087         [BZ #12159]
58088         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
58089         into all bytes of SSE register.
58090         Patch by Richard Li <richardpku@gmail.com>.
58092 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
58094         [BZ #12140]
58095         * malloc/malloc.c (_int_free): Fill correct number of bytes when
58096         perturbing.
58098 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
58100         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
58101         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
58102         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
58103         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
58104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
58105         submachine.
58106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
58108 2010-10-22  Andreas Schwab  <schwab@redhat.com>
58110         * include/dlfcn.h (__RTLD_SECURE): Define.
58111         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
58112         mode & __RTLD_SECURE instead.
58113         (open_path): Rename preloaded parameter to secure.
58114         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
58115         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
58116         * elf/dl-deps.c (openaux): Likewise.
58117         * elf/rtld.c (struct map_args): Remove is_preloaded.
58118         (map_doit): Don't use it.
58119         (dl_main): Likewise.
58120         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
58121         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
58123 2010-09-09  Andreas Schwab  <schwab@redhat.com>
58125         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
58126         (sysd-rules-targets): Remove duplicates.
58127         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
58128         rtld-%.$o dependency.
58130 2010-10-18  Andreas Schwab  <schwab@redhat.com>
58132         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
58133         _dl_map_object do it.
58135 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
58137         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
58138         fast fma builtins, define the macros in the C99 standard.
58139         (FP_FAST_FMAF): Likewise.
58140         (FP_FAST_FMAL): Likewise.
58141         * sysdeps/x86_64/bits/mathdef.h: Likewise.
58143         * bits/mathdef.h: Update copyright year.
58144         * sysdeps/powerpc/bits/mathdef.h: Likewise.
58146 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
58148         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
58149         builtins, define the macros in the C99 standard.
58150         (FP_FAST_FMAF): Likewise.
58151         (FP_FAST_FMAL): Likewise.
58152         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
58153         multiply/add.
58154         (FP_FAST_FMAF): Likewise.
58156 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
58158         [BZ #3268]
58159         * math/libm-test.inc (fma_test): Some new testcases.
58160         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
58161         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
58162         y and infinite z.  Do multiplication by C already in long double.
58163         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
58164         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
58165         y and infinite z.  Do bitwise or of inexact bit into u.d.
58166         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
58167         * sysdeps/i386/fpu/s_fmaf.S: Removed.
58168         * sysdeps/i386/fpu/s_fma.S: Removed.
58169         * sysdeps/i386/fpu/s_fmal.S: Removed.
58171 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
58173         [BZ #3268]
58174         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
58175         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
58176         computation is not scheduled after fetestexcept.  Fix value
58177         of minimum denormal long double.
58179 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
58181         [BZ #3268]
58182         * math/libm-test.inc (fma_test): Add some more tests.
58183         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
58184         correctly.
58186 2010-10-15  Andreas Schwab  <schwab@redhat.com>
58188         * scripts/data/localplt-s390-linux-gnu.data: New file.
58189         * scripts/data/localplt-s390x-linux-gnu.data: New file.
58191 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
58193         [BZ #3268]
58194         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
58195         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
58196         instead of dbl-64.
58197         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
58198         inlines.
58199         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
58200         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
58201         if one of x and y is very large and the other is subnormal.
58202         * sysdeps/s390/fpu/s_fmaf.c: New file.
58203         * sysdeps/s390/fpu/s_fma.c: New file.
58204         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
58205         * sysdeps/powerpc/fpu/s_fma.S: New file.
58206         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
58207         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
58208         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
58210 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
58212         [BZ #3268]
58213         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
58214         fma tests.
58215         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
58216         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
58217         * sysdeps/i386/i686/multiarch/s_fma.c: Include
58218         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
58219         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
58220         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
58221         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
58223 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
58225         [BZ #12078]
58226         * posix/regcomp.c (parse_branch): One more memory leak plugged.
58227         * posix/bug-regex31.input: Add test case.
58229 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
58231         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
58232         * posix/bug-regex31.input: New file.
58234         [BZ #12078]
58235         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
58236         (parse_sub_exp): Fix last change, use postorder.
58238         * posix/bug-regex31.c: New file.
58239         * posix/Makefile: Add rules to build and run bug-regex31.
58241         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
58243         [BZ #12078]
58244         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
58246         [BZ #12108]
58247         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
58248         to have entries in sys_siglist.
58250         [BZ #12093]
58251         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
58252         be NULL.
58254 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
58256         [BZ #3268]
58257         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
58258         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
58259         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
58260         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
58261         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
58262         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
58263         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
58264         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
58265         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
58266         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
58267         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
58268         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
58269         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
58270         * math/ftestexcept.c (fetestexcept): Likewise.
58271         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
58272         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
58273         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
58274         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
58275         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
58276         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
58277         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
58279 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
58281         [BZ #12107]
58282         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
58283         newline.
58285 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
58287         * string/bug-strstr1.c: New file.
58288         * string/Makefile: Add rules to build and run bug-strstr1.
58290 2010-10-05  Eric Blake  <eblake@redhat.com>
58292         [BZ #12092]
58293         * string/str-two-way.h (two_way_long_needle): Always clear memory
58294         when skipping input due to the shift table.
58296 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
58298         [BZ #12005]
58299         * malloc/mcheck.c: Handle large requests.
58301         [BZ #12077]
58302         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
58303         for strncmp and strncasecmp.
58304         * string/stratcliff.c: Add tests for strcmp and strncmp.
58305         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
58307 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
58309         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
58310         __set_fpscr.
58312 2010-09-30  Andreas Jaeger  <aj@suse.de>
58314         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
58315         (CGROUP_SUPER_MAGIC): Define.
58316         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58317         Handle btrfs and cgroup file systems.
58318         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
58319         Likewise.
58321 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
58323         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
58324         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
58326 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58328         [BZ #12067]
58329         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
58330         trying to locate the ELF header.
58332 2010-09-27  Andreas Schwab  <schwab@redhat.com>
58334         [BZ #11611]
58335         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
58336         Mask out sign-bit copies when constructing f_fsid.
58338 2010-09-24  Petr Baudis <pasky@suse.cz>
58340         * debug/stack_chk_fail_local.c: Add missing licence exception.
58341         * debug/warning-nop.c: Likewise.
58343 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
58345         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
58346         implementing getdents64 using getdents syscall, set d_type if
58347         __ASSUME_GETDENTS32_D_TYPE.
58349 2010-09-16  Andreas Schwab  <schwab@redhat.com>
58351         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
58352         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
58354 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
58356         [BZ #12037]
58357         * posix/unistd.h: Undo change of feature selection for ftruncate from
58358         2010-01-11.
58360 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
58362         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
58363         detection.
58365 2010-09-20  Andreas Schwab  <schwab@redhat.com>
58367         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
58368         fanotify_mark.
58369         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58371 2010-09-14  Andreas Schwab  <schwab@redhat.com>
58373         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
58374         variables after CHECK_SP call.
58375         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
58377 2010-09-13  Andreas Schwab  <schwab@redhat.com>
58378             Ulrich Drepper  <drepper@redhat.com>
58380         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
58381         re-relocationg ld.so.
58382         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
58383         _dl_init_paths call.
58384         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
58385         here anymore.
58387 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
58389         * resolv/res_init.c (__res_vinit): Count the default server we added.
58391 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
58392             Ulrich Drepper  <drepper@redhat.com>
58394         [BZ #11968]
58395         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
58396         (____longjmp_chk): Use %ebx for saving value across system call.
58397         Add unwind info.
58399 2010-09-06  Andreas Schwab  <schwab@redhat.com>
58401         * manual/Makefile: Don't mix pattern rules with normal rules.
58403 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
58405         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
58406         operation.
58407         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
58408         * libio/iofopncook.c (_IO_cookie_init): Likewise.
58409         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
58410         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
58411         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
58412         Likewise.
58414 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
58416         [BZ #11979]
58417         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
58418         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
58420 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
58422         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
58423         * sysdeps/x86_64/addmul_1.S: Likewise.
58424         * sysdeps/x86_64/lshift.S: Likewise.
58425         * sysdeps/x86_64/mul_1.S: Likewise.
58426         * sysdeps/x86_64/rshift.S: Likewise.
58427         * sysdeps/x86_64/sub_n.S: Likewise.
58428         * sysdeps/x86_64/submul_1.S: Likewise.
58430 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58432         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
58433         Define __sched_param instead of SCHED_* and sched_param when
58434         <bits/sched.h> is included with __need_schedparam defined.
58435         * bits/sched.h [__need_schedparam]
58436         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
58437         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
58438         (__defined_schedparam): Define to 1.
58439         (__sched_param): New structure, identical to sched_param.
58440         (__need_schedparam): Undefine.
58442 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
58444         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
58445         (epoll_create1): Declare.
58447         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
58449 2010-08-31  Andreas Schwab  <schwab@redhat.com>
58451         [BZ #7066]
58452         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
58453         shifting retval into place.
58455 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
58457         * nis/rpcsvc/nis.h: Update copyright notice.
58458         * nis/rpcsvc/nis.x: Likewise.
58459         * nis/rpcsvc/nis_callback.h: Likewise.
58460         * nis/rpcsvc/nis_callback.x: Likewise.
58461         * nis/rpcsvc/nis_object.x: Likewise.
58462         * nis/rpcsvc/nis_tags.h: Likewise.
58463         * nis/rpcsvc/yp.h: Likewise.
58464         * nis/rpcsvc/yp.x: Likewise.
58465         * nis/rpcsvc/ypupd.h: Likewise.
58466         * nis/yp_xdr.c: Likewise.
58467         * nis/ypupdate_xdr.c: Likewise.
58469         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
58470         mainly the body of pmap_getport.  Add parameters to specify timeouts.
58471         (pmap_getport): Use __libc_rpc_getport.
58472         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
58473         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
58474         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
58476 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
58478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
58479         fanotify_mark.
58481 2010-08-27  Roland McGrath  <roland@redhat.com>
58483         * sysdeps/i386/i686/multiarch/Makefile
58484         (CFLAGS-varshift.c): New variable.
58486 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
58488         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
58489         * sysdeps/i386/i686/multiarch/varshift.c: New file.
58491         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
58493         * sysdeps/x86_64/strlen.S: Minimal code improvement.
58495 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
58497         * sysdeps/x86_64/strlen.S: Unroll the loop.
58498         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58499         strlen-sse2 strlen-sse2-bsf.
58500         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
58501         __strlen_no_bsf if bit_Slow_BSF is set.
58502         (__strlen_sse42): Removed.
58503         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
58504         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
58506 2010-08-25  Roland McGrath  <roland@redhat.com>
58508         * sysdeps/x86_64/multiarch/varshift.S: File removed.
58509         * sysdeps/x86_64/multiarch/varshift.c: New file.
58510         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
58511         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
58512         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
58513         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
58515 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
58517         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58518         strlen-sse2 strlen-sse2-bsf.
58519         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58520         __strlen_sse2_bsf if bit_Slow_BSF is unset.
58521         (__strlen_sse2): Removed.
58522         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58523         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58524         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58525         bit_Slow_BSF for Atom.
58526         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58527         (index_Slow_BSF): Define.
58528         (HAS_SLOW_BSF): Define.
58530 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
58532         [BZ #10851]
58533         * resolv/res_init.c (__res_vinit): When no server address at all
58534         is given default to loopback.
58536 2010-08-24  Roland McGrath  <roland@redhat.com>
58538         * configure.in: Remove config-name.h generation.
58539         * configure: Regenerated.
58540         * config-name.in: File removed.
58541         * scripts/config-uname.sh: New file.
58542         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58543         ($(objdir)config-name.h): New target.
58545         * sunrpc/rpc_parse.h: Avoid nested comment.
58547 2010-08-24  Richard Henderson  <rth@redhat.com>
58548             Ulrich Drepper  <drepper@redhat.com>
58549             H.J. Lu  <hongjiu.lu@intel.com>
58551         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58552         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58553         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58554         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
58555         _mm_alignr_epi8 with _mm_loadu_si128.
58556         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58557         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58558         (__m128i_shift_right): Removed.
58559         * sysdeps/i386/i686/multiarch/varshift.h: New file.
58560         * sysdeps/i386/i686/multiarch/varshift.S: New file.
58561         * sysdeps/x86_64/multiarch/varshift.h: New file.
58562         * sysdeps/x86_64/multiarch/varshift.S: New file.
58564 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
58566         * configure.in: Move assembler checks to before sysdep dir checking.
58568 2010-08-20  Petr Baudis  <pasky@suse.cz>
58570         * LICENSES: Sync the sunrpc license.
58572 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
58574         * sunrpc/auth_des.c: Update copyright notice once again.
58575         * sunrpc/auth_none.c: Likewise.
58576         * sunrpc/auth_unix.c: Likewise.
58577         * sunrpc/authdes_prot.c: Likewise.
58578         * sunrpc/authuxprot.c: Likewise.
58579         * sunrpc/bindrsvprt.c: Likewise.
58580         * sunrpc/clnt_gen.c: Likewise.
58581         * sunrpc/clnt_perr.c: Likewise.
58582         * sunrpc/clnt_raw.c: Likewise.
58583         * sunrpc/clnt_simp.c: Likewise.
58584         * sunrpc/clnt_tcp.c: Likewise.
58585         * sunrpc/clnt_udp.c: Likewise.
58586         * sunrpc/clnt_unix.c: Likewise.
58587         * sunrpc/des_crypt.c: Likewise.
58588         * sunrpc/des_soft.c: Likewise.
58589         * sunrpc/get_myaddr.c: Likewise.
58590         * sunrpc/getrpcport.c: Likewise.
58591         * sunrpc/key_call.c: Likewise.
58592         * sunrpc/key_prot.c: Likewise.
58593         * sunrpc/openchild.c: Likewise.
58594         * sunrpc/pm_getmaps.c: Likewise.
58595         * sunrpc/pm_getport.c: Likewise.
58596         * sunrpc/pmap_clnt.c: Likewise.
58597         * sunrpc/pmap_prot.c: Likewise.
58598         * sunrpc/pmap_prot2.c: Likewise.
58599         * sunrpc/pmap_rmt.c: Likewise.
58600         * sunrpc/rpc/auth.h: Likewise.
58601         * sunrpc/rpc/auth_unix.h: Likewise.
58602         * sunrpc/rpc/clnt.h: Likewise.
58603         * sunrpc/rpc/des_crypt.h: Likewise.
58604         * sunrpc/rpc/key_prot.h: Likewise.
58605         * sunrpc/rpc/netdb.h: Likewise.
58606         * sunrpc/rpc/pmap_clnt.h: Likewise.
58607         * sunrpc/rpc/pmap_prot.h: Likewise.
58608         * sunrpc/rpc/pmap_rmt.h: Likewise.
58609         * sunrpc/rpc/rpc.h: Likewise.
58610         * sunrpc/rpc/rpc_des.h: Likewise.
58611         * sunrpc/rpc/rpc_msg.h: Likewise.
58612         * sunrpc/rpc/svc.h: Likewise.
58613         * sunrpc/rpc/svc_auth.h: Likewise.
58614         * sunrpc/rpc/types.h: Likewise.
58615         * sunrpc/rpc/xdr.h: Likewise.
58616         * sunrpc/rpc_clntout.c: Likewise.
58617         * sunrpc/rpc_cmsg.c: Likewise.
58618         * sunrpc/rpc_common.c: Likewise.
58619         * sunrpc/rpc_cout.c: Likewise.
58620         * sunrpc/rpc_dtable.c: Likewise.
58621         * sunrpc/rpc_hout.c: Likewise.
58622         * sunrpc/rpc_main.c: Likewise.
58623         * sunrpc/rpc_parse.c: Likewise.
58624         * sunrpc/rpc_parse.h: Likewise.
58625         * sunrpc/rpc_prot.c: Likewise.
58626         * sunrpc/rpc_sample.c: Likewise.
58627         * sunrpc/rpc_scan.c: Likewise.
58628         * sunrpc/rpc_scan.h: Likewise.
58629         * sunrpc/rpc_svcout.c: Likewise.
58630         * sunrpc/rpc_tblout.c: Likewise.
58631         * sunrpc/rpc_util.c: Likewise.
58632         * sunrpc/rpc_util.h: Likewise.
58633         * sunrpc/rpcinfo.c: Likewise.
58634         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58635         * sunrpc/rpcsvc/key_prot.x: Likewise.
58636         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58637         * sunrpc/rpcsvc/mount.x: Likewise.
58638         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58639         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58640         * sunrpc/rpcsvc/rex.x: Likewise.
58641         * sunrpc/rpcsvc/rstat.x: Likewise.
58642         * sunrpc/rpcsvc/rusers.x: Likewise.
58643         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58644         * sunrpc/rpcsvc/spray.x: Likewise.
58645         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58646         * sunrpc/rtime.c: Likewise.
58647         * sunrpc/svc.c: Likewise.
58648         * sunrpc/svc_auth.c: Likewise.
58649         * sunrpc/svc_authux.c: Likewise.
58650         * sunrpc/svc_raw.c: Likewise.
58651         * sunrpc/svc_run.c: Likewise.
58652         * sunrpc/svc_simple.c: Likewise.
58653         * sunrpc/svc_tcp.c: Likewise.
58654         * sunrpc/svc_udp.c: Likewise.
58655         * sunrpc/svc_unix.c: Likewise.
58656         * sunrpc/svcauth_des.c: Likewise.
58657         * sunrpc/xcrypt.c: Likewise.
58658         * sunrpc/xdr.c: Likewise.
58659         * sunrpc/xdr_array.c: Likewise.
58660         * sunrpc/xdr_float.c: Likewise.
58661         * sunrpc/xdr_mem.c: Likewise.
58662         * sunrpc/xdr_rec.c: Likewise.
58663         * sunrpc/xdr_ref.c: Likewise.
58664         * sunrpc/xdr_sizeof.c: Likewise.
58665         * sunrpc/xdr_stdio.c: Likewise.
58667         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58668         handling.
58670 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58672         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58674 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58676         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58677         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58678         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58679         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58680         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58681         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58682         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58683         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58684         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58685         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58686         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58687         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58688         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58689         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58691 2010-07-26  Anton Blanchard  <anton@samba.org>
58693         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58694         * malloc/arena.c (heap_trim): Likewise.
58696 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58698         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58699         here.  Not...
58700         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58701         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58703 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58705         * sysdeps/i386/elf/Makefile: New file.
58707 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58709         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58710         from fanotify_init.
58711         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58712         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58714 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58716         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58717         of strncasecmp_l.
58718         * sysdeps/multiarch/strcmp.S: Likewise.
58720 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58722         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58723         strncase_l-nonascii.
58724         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58725         Add strncase_l-ssse3.
58726         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58727         * sysdeps/x86_64/strcmp.S: Likewise.
58728         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58729         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58730         * sysdeps/x86_64/strncase.S: New file.
58731         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58732         * sysdeps/x86_64/strncase_l.S: New file.
58733         * string/Makefile (strop-tests): Add strncasecmp.
58734         * string/test-strncasecmp.c: New file.
58736         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58737         warning.
58739         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58740         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58742 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58744         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58746 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58748         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58749         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58750         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58752 2010-05-01  Alan Modra  <amodra@gmail.com>
58754         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58755         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58756         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58757         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58758         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58759         tidying.  Don't tail-call __sigjmp_save for static lib.
58760         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58761         save location.
58762         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58763         (CALL_MCOUNT): Add eh info, and nop after bl.
58764         (TAIL_CALL_SYSCALL_ERROR): New macro.
58765         (PSEUDO_RET): Use it.
58766         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58767         Correct save location of integer regs and cr.
58768         (_dl_profile_resolve): Correct cr save location.  Delete nops
58769         after bl when SHARED.  Reduce cfi size a little by better
58770         placement of cfi directives.
58771         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58772         make a stack frame.  Instead use parm save area as a temp.
58773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58774         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58776         Don't make a stack frame for parent, use parm save area.
58777         Increase child stack frame to 112 bytes.  Don't save unused reg,
58778         and adjust reg usage.  Set up cfi on error recovery and
58779         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58781         (__makecontext): Add dummy nop after jump to exit.
58782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58783         Use correct parm save area and cr save, reduce stack frame.
58784         Correct cfi for possible PSEUDO_RET frame setup.
58785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58786         Branch to local label emitted by PSEUDO_RET rather than
58787         __syscall_error.
58789 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58791         [BZ #11904]
58792         * locale/programs/locale.c (print_assignment): New function.
58793         (show_locale_vars): Use it.
58795 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58797         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58798         field.
58799         (struct statfs64): Likewise.
58800         (_STATFS_F_FLAGS): Define.
58801         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58802         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58803         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58804         (ST_VALID): Define locally.
58805         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58806         __statvfs_getflags, use the provided value.
58807         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58808         __ASSUME_STATFS_F_FLAGS.
58810         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58812         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58813         Add sys/fanotify.h.
58814         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58815         fanotify_mask for GLIBC_2.13.
58816         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58817         fanotify_init and fanotify_mark.
58818         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58819         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58821         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58822         Add prlimit.
58823         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58824         prlimit64 for GLIBC_2.13.
58825         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58826         prlimit64.
58827         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58828         syscall.
58829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58830         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58831         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58832         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58833         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58834         add prlimit alias.
58835         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58837         [BZ #11903]
58838         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58839         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58841         * nss/Makefile: Add rules to build and run tst-nss-test1.
58842         * shlib-versions: Add entry for libnss_test1.
58843         * nss/nss_test1.c: New file.
58844         * nss/tst-nss-test1.c: New file.
58846         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58847         (__nss_configure_lookup): Set appropriate entry in
58848         __nss_configure_lookup to true.
58849         * nss/nsswitch.h: Define enum with indeces of databases in
58850         databases and __nss_database_custom arrays.  Declare
58851         __nss_database_custom.
58852         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58853         to avoid using nscd when custom rules are installed.
58854         * nss/getXXbyYY_r.c: Likewise.
58855         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58857         * nss/nss_files/files-parse.c: Whitespace fixes.
58859 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58861         [BZ #11883]
58862         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58863         * posix/fnmatch_loop.c: Likewise.
58865 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58867         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58868         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58869         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58870         * Versions.def [GLIBC_2.13]: Add.
58872 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58874         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58875         Also fail if tpwd after pwuid call is NULL.
58877 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58879         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58880         when converting to ms.
58882 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58884         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58885         EOPNOTSUPP errors with ENOTTY.
58886         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58887         EOPNOTSUPP errors with ENOTTY.
58889 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58891         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58892         Add strcasecmp_l-ssse3.
58893         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58894         strcasecmp.
58895         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58896         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58897         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58899 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58901         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58903         * string/Makefile (strop-tests): Add strcasecmp.
58904         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58905         strcasecmp_l-nonascii.
58906         (gen-as-const-headers): Add locale-defines.sym.
58907         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58908         * sysdeps/x86_64/strcasecmp.S: New file.
58909         * sysdeps/x86_64/strcasecmp_l.S: New file.
58910         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58911         * sysdeps/x86_64/locale-defines.sym: New file.
58912         * string/test-strcasecmp.c: New file.
58914         * string/test-strcasestr.c: Test both ends of the range of characters.
58915         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58917 2010-07-29  Roland McGrath  <roland@redhat.com>
58919         [BZ #11856]
58920         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58922 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58924         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58925         for ld.so.
58927 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58929         * manual/memory.texi (Malloc Tunable Parameters): Document
58930         M_PERTURB.
58932 2010-07-26  Roland McGrath  <roland@redhat.com>
58934         [BZ #11840]
58935         * configure.in (-fgnu89-inline check): Set and substitute
58936         gnu89_inline, not libc_cv_gnu89_inline.
58937         * configure: Regenerated.
58938         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58940 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58942         * string/test-strnlen.c: New file.
58943         * string/Makefile (strop-tests): Add strnlen.
58944         * string/tester.c (test_strnlen): Add a few more test cases.
58945         * string/tst-strlen.c: Better error reporting.
58947         * sysdeps/x86_64/strnlen.S: New file.
58949 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58951         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58952         lower-latency instructions.
58954 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58956         * string/test-strcasestr.c: New file.
58957         * string/test-strstr.c: New file.
58958         * string/Makefile (strop-tests): Add strstr and strcasestr.
58959         * string/str-two-way.h: Don't undefine MAX.
58960         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58962 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58964         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58965         strcasestr-nonascii.
58966         (CFLAGS-strcasestr-nonascii.c): Define.
58967         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58968         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58969         Remove unused attribute.
58971 2010-07-20  Roland McGrath  <roland@redhat.com>
58973         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58974         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58975         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58976         like LD_HWCAP_MASK can disable hwcaps.
58978 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58980         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58982 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58984         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58985         call in strcasestr.
58986         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58987         __strcasestr_sse42_nonascii.
58988         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58989         strcasestr-nonascii.c.
58990         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58992 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58994         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58995         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58996         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58997         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58999 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
59001         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
59002         fcntl.
59004 2010-07-06  Andreas Schwab  <schwab@redhat.com>
59006         [BZ #11577]
59007         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
59008         dl_signal_cerror.
59010 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
59012         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
59013         _PC_PIPE_BUF using F_GETPIPE_SZ.
59015 2010-07-05  Roland McGrath  <roland@redhat.com>
59017         * manual/arith.texi (Rounding Functions): Fix rint description
59018         implicit in round description.
59020 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
59022         * elf/Makefile: Fix linking for a few tests to make recent linker
59023         happy.
59025 2010-06-30  Andreas Schwab  <schwab@redhat.com>
59027         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
59028         $(common-objpfx)libc_nonshared.a.
59030 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
59032         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
59033         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
59034         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
59035         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
59036         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
59037         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
59038         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
59039         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
59040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
59041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
59042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
59043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
59044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
59045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
59046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
59047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
59048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
59049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
59050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
59051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
59052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
59053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
59054         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
59055         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
59056         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
59057         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
59058         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
59059         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
59060         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
59061         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
59062         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
59063         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
59064         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
59065         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
59066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
59067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
59068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
59069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
59070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
59071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
59072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
59073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
59074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
59075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
59076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
59077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
59078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
59079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
59081 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
59083         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
59084         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
59085         * string/memmove.c (memmove): Renamed to ...
59086         (MEMMOVE): ...this.  Default to memmove.
59087         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
59088         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
59089         (END_CHK): Define.
59090         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
59091         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
59092         mempcpy-ssse3-back memmove-ssse3-back.
59093         * sysdeps/x86_64/multiarch/bcopy.S: New file .
59094         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
59095         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
59096         * sysdeps/x86_64/multiarch/memcpy.S: New file.
59097         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
59098         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
59099         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
59100         * sysdeps/x86_64/multiarch/memmove.c: New file.
59101         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
59102         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
59103         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
59104         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
59105         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
59106         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
59107         Define.
59108         (index_Fast_Copy_Backward): Define.
59109         (HAS_ARCH_FEATURE): Define.
59110         (HAS_FAST_REP_STRING): Define.
59111         (HAS_FAST_COPY_BACKWARD): Define.
59113 2010-06-21  Andreas Schwab  <schwab@redhat.com>
59115         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
59116         Restore proper fallback handling.
59118 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
59120         [BZ #11701]
59121         * posix/group_member.c (__group_member): Correct checking loop.
59123         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
59124         OOM in getpwuid_r correctly.  Return error number when the caller
59125         should return, otherwise -1.
59126         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
59127         call returning > 0 value.
59128         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
59130 2010-06-07  Andreas Schwab  <schwab@redhat.com>
59132         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
59133         libc_nonshared.a from targets in modules-names.
59135 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
59137         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
59138         requires it.
59140 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
59142         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
59143         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
59144         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
59145         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
59147 2010-06-02  Andreas Schwab  <schwab@redhat.com>
59149         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
59151 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
59153         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
59154         and F_GETPIPE_SZ.
59155         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
59156         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59157         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59158         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59159         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59160         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
59162 2010-06-14  Roland McGrath  <roland@redhat.com>
59164         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
59166 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
59168         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
59169         __REDIRECT followed by __THROW.
59170         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
59171         * posix/getopt.h (getopt): Likewise.
59173 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
59175         * hurd/lookup-at.c (__file_name_lookup_at): Accept
59176         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
59177         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
59178         in AT_FLAGS.
59179         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
59180         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
59182 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
59184         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
59186 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
59188         [BZ #11640]
59189         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
59190         Properly check family and model.
59192 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
59194         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
59196 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
59198         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
59200 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
59202         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
59203         symbol reference.
59205 2010-05-19  Andreas Schwab  <schwab@redhat.com>
59207         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
59208         symbol reference.
59210 2010-05-21  Andreas Schwab  <schwab@redhat.com>
59212         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
59213         and internal_recvmmsg.
59214         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
59215         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
59216         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
59217         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
59219         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
59220         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
59221         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
59223 2010-05-20  Andreas Schwab  <schwab@redhat.com>
59225         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
59227 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
59229         POWER7 optimizations.
59230         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
59231         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
59233 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
59235         * version.h: Update for 2.13 development version.
59237 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
59239         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
59240         exceptions.  Return 0.
59242 2010-05-07  Roland McGrath  <roland@redhat.com>
59244         * elf/ldconfig.c (main): Add a const.
59246 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
59248         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
59249         (args_options): Add no-idn option.
59250         (ahosts_keys_int): Add idn_flags to ai_flags.
59251         (parse_option): Handle 'i' option to clear idn_flags.
59253         * malloc/malloc.c (_int_free): Possible race in the most recently
59254         added check.  Only act on the data if no current modification
59255         happened.
59257 See ChangeLog.17 for earlier changes.