]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock-futex...
[thirdparty/glibc.git] / ChangeLog
CommitLineData
a9fe4c5a
JM
12015-03-25 Joseph Myers <joseph@codesourcery.com>
2
3 [BZ #18138]
4 * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
5 libc_do_syscall_args): New structure.
6 (INTERNAL_SYSCALL_MAIN_0): New macro.
7 (INTERNAL_SYSCALL_MAIN_1): Likewise.
8 (INTERNAL_SYSCALL_MAIN_2): Likewise.
9 (INTERNAL_SYSCALL_MAIN_3): Likewise.
10 (INTERNAL_SYSCALL_MAIN_4): Likewise.
11 (INTERNAL_SYSCALL_MAIN_5): Likewise.
12 (INTERNAL_SYSCALL_MAIN_6): Likewise. Call __libc_do_syscall.
13 (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
14 Replace conditional definitions by conditional definitions of ....
15 (INTERNAL_SYSCALL_MAIN_INLINE): ... this. New macro.
16 * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
17 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
18 (libpthread-sysdep_routines): Add libc-do-syscall.
19 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
20 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
21 to __NR_futex not 240.
22
afcd9480
AM
232015-03-25 Alan Modra <amodra@gmail.com>
24
25 * NEWS: Advertise TLS optimization.
26 * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
27 (DT_PPC_NUM): Increment.
28 * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
29 (CHECK_STATIC_TLS): Use here.
30 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
31 TLS descriptors.
32 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
33 * sysdeps/powerpc/dl-tls.c: New file.
34 * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
35 * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
36 * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
37 Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
38 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
39 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
40 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
41
da9f3334
AM
422015-03-25 Alan Modra <amodra@gmail.com>
43
44 * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
45 for overlapping .opd entries" to "support...".
46 * sysdeps/powerpc/powerpc64/configure: Regenerate
47
bc899ea0
JM
482015-03-25 Joseph Myers <joseph@codesourcery.com>
49
8d643971
JM
50 * math/auto-libm-test-in: Add more tests of acos.
51 * math/auto-libm-test-out: Regenerated.
52 * sysdeps/i386/fpu/libm-test-ulps: Update.
53 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54
bc899ea0
JM
55 * math/auto-libm-test-in: Add more tests of expm1.
56 * math/auto-libm-test-out: Regenerated.
57 * sysdeps/i386/fpu/libm-test-ulps: Update.
58 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59
7c84a504
JM
602015-03-24 Joseph Myers <joseph@codesourcery.com>
61
239ed6f3
JM
62 * math/auto-libm-test-in: Add more tests of cosh and sinh.
63 * math/auto-libm-test-out: Regenerated.
64 * sysdeps/i386/fpu/libm-test-ulps: Update.
65 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
66
a737e826
JM
67 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
68 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
69
7c84a504
JM
70 * math/auto-libm-test-in: Add more tests of log2.
71 * math/auto-libm-test-out: Regenerated.
72 * sysdeps/i386/fpu/libm-test-ulps: Update.
73 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74
7e9c7b9b
RM
752015-03-23 Roland McGrath <roland@hack.frob.com>
76
77 * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
78 inside [F_GETFL]. Remove POSIX_MODE local variable, just test the
79 _IO_IS_APPENDING bit in READ_WRITE instead.
80
98734cc5
FW
812015-03-23 Florian Weimer <fweimer@redhat.com>
82
83 * sysdeps/unix/sysv/linux/pthread_setaffinity.c
84 (__determine_cpumask_size): Replace extend_alloca with a
85 variable-length array. Do not treat res == 0 as an error.
86
2b028564
FW
872015-03-23 Florian Weimer <fweimer@redhat.com>
88
89 [BZ #18100]
90 * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
91 and integer overflow.
92 * posix/wordexp-test.c (test_case): Add divide-by-zero test.
93 (main): Add integer overflow tests.
94 * manual/pattern.texi (Calling Wordexp): Document additional use
95 for WRDE_SYNTAX.
96
59261ad3
AM
972015-03-23 Alan Modra <amodra@gmail.com>
98
99 * config.h.in: Remove HAVE_ASM_PPC_REL16.
100 * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
101 and false branch of conditional.
102 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
103 Likewise.
104
d583531a
ST
1052015-03-21 Samuel Thibault <samuel.thibault@ens-lyon.org
106
107 * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
108 libc-modules.h
868df0f9
ST
109 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
110 unused declaration of _hurd_intr_rpc_msg_in_trap.
111 * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
112 defined instead of whether it is non-zero.
113 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
114 input constraint instead of both input and output constraint. Use ecx
115 clobber instead of %ecx.
116 * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
117 mutex_unlock): Use a statement expression instead of an expression list.
118 * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
119 type to vm_size_t instead of vm_address_t.
120 * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
121 defined instead of whether it is non-zero.
122 * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
123 * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
124 * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
125 comparisons with mapaddr.
126 * nscd/nscd-client.h: Include <time.h>.
127 * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
128 9th parameter to __vm_region instead of int.
661a7dba 129 * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
9e70234c
ST
130 * scripts/check-local-headers.sh (exclude): Add device/,
131 hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
132 cthreads.h.
d583531a 133
298e5d56
RM
1342015-03-19 Roland McGrath <roland@hack.frob.com>
135
136 * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
137 to account for alignment padding.
138 * sysdeps/arm/memmove.S: Likewise.
139
becb26b8
CM
1402015-03-19 Chris Metcalf <cmetcalf@ezchip.com>
141
142 * sysdeps/unix/sysv/linux/generic/README: New file.
143
c2f5813a
JM
1442015-03-18 Joseph Myers <joseph@codesourcery.com>
145
146 [BZ #18138]
147 * nptl/sem_waitcommon.c: Include <kernel-features.h>.
148 (futex_abstimed_wait)
149 [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
150 Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
151 of lll_futex_timed_wait.
152
ed6b0fe7
BH
1532015-03-18 Brad Hubbard <bhubbard@redhat.com>
154
155 [BZ #17542]
156 * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
157
f8aeae34
AO
1582015-03-17 Alexandre Oliva <aoliva@redhat.com>
159
160 [BZ #17090]
161 [BZ #17620]
162 [BZ #17621]
163 [BZ #17628]
164 * NEWS: Update.
165 * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
166 entries with Static TLS too. Skip entries past the end of the
167 allocated DTV, from Alan Modra.
168 (tls_get_addr_tail): Update to glibc_likely/unlikely. Move
169 Static TLS DTV entry set up from...
170 (_dl_allocate_tls_init): ... here (fix modid assertion), ...
171 * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
172 * nptl/allocatestack.c (init_one_static_tls): ... and here...
173 * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
174 for Static TLS.
175 * elf/tlsdeschtab.h (map_generation): Return size_t. Check
176 that the slot we find is associated with the given map before
177 using its generation count.
178 * nptl_db/db_info.c: Include ldsodefs.h.
179 (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
180 * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
181 (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
182 (link_map::l_tls_offset): New struct field.
183 (dtv_t::counter): Likewise.
184 (rtld_global): New struct.
185 (_rtld_global): New rtld variable.
186 (dl_tls_dtv_slotinfo_list): New rtld global field.
187 (dtv_slotinfo_list): New struct.
188 (dtv_slotinfo): Likewise.
189 * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
190 (td_lookup): Rename to...
191 (td_mod_lookup): ... this. Use new mod parameter instead of
192 LIBPTHREAD_SO.
193 * nptl_db/td_thr_tlsbase.c: Include link.h.
194 (dtv_slotinfo_list, dtv_slotinfo): New functions.
195 (td_thr_tlsbase): Check DTV generation. Compute Static TLS
196 addresses even if the DTV is out of date or missing them.
197 * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
198 index zero-length arrays.
199 * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
200 (td_lookup): Make it a macro implemented in terms of...
201 (td_mod_lookup): ... this declaration.
202 * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
203 (DB_MAIN_VARIABLE): Likewise.
204
b97eb2bd
L
2052015-03-16 H.J. Lu <hongjiu.lu@intel.com>
206
207 [BZ #18134]
208 * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
209
cb219290
PE
2102015-03-15 Paul Eggert <eggert@cs.ucla.edu>
211
212 * stdlib/setenv.c (__add_to_environ): Revert previous change.
213
a3905fd9
AS
2142015-03-14 Andreas Schwab <schwab@linux-m68k.org>
215
216 [BZ #18128]
217 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
218 (atomic_add, atomic_increment_and_test)
219 (atomic_decrement_and_test): Fix 64-bit arithmetic.
220
2ecccaed
PE
2212015-03-13 Paul Eggert <eggert@cs.ucla.edu>
222
223 * stdlib/setenv.c (__add_to_environ):
224 Dump core quickly if setenv (..., NULL, ...) is called.
225
cdaf79d0
RM
2262015-03-13 Roland McGrath <roland@hack.frob.com>
227
228 * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
229 (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
230 all the necessary asm magic in one place.
231 (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
232 using those.
233
cf9313e7
CD
2342015-03-13 Carlos O'Donell <carlos@redhat.com>
235
236 [BZ #14906]
237 * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
238 traced file mtime. Use consistent log message.
239 * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
240 (register_traced_file): Call install_watches. Always set mtime.
241 (invalidate_cache): Iterate over all trace files. Call install_watches.
242 (inotify_check_files): Don't inline. Handle watching parent
243 directories and configuration file movement in and out.
244 (handle_inotify_events): New function.
245 (main_loop_poll): Call handle_inotify_events.
246 (main_loop_epoll): Likewise.
247 * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
248 (struct traced_file): Use array of inotify fds. Add parent directory,
249 and basename.
250 (struct database_dyn): Remove unused file_mtime.
251 (init_traced_file): New inline function.
252 (define_traced_file): New macro.
253 * nss/nss_db/db-init.c: Use define_traced_file.
254 (_nss_db_init): Use init_traced_file.
255 * nss/nss_files/files-init.c: Use define_traced_file.
256 (_nss_files_init): Use init_traced_file.
257
7d67a196
JM
2582015-03-12 Joseph Myers <joseph@codesourcery.com>
259
260 * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
261 [_LIBC]: Do not include <stdlib.h>.
262 [!_LIBC] (abort): Remove declaration.
263 * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
264 _FP_STATIC_ASSERT instead of conditionally calling abort.
265 * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
266 (_FP_EXTEND_CNAN): Likewise.
267 (FP_TRUNC): Likewise.
268 (__FP_CLZ): Likewise.
269 * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
270
af85ebcd
YS
2712015-03-12 Yaakov Selkowitz <yselkowi@redhat.com>
272
273 * manual/string.texi (XPG basename): Fix prototype.
274
2e807f29
SL
2752015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
276
277 [BZ #18080]
278 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
279 (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
280 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
281 (__setcontext): Likewise.
282 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
283 (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
284 Call rt_sigprocmask syscall one time to set new signal mask
285 and retrieve the current signal mask instead of two calls.
286 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
287 (__swapcontext): Likewise.
288 * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
289 * stdlib/tst-setcontext2.c: New file.
290
1b2bebe6
SL
2912015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
292
293 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
294
6a1cf708
AJ
2952015-03-11 Aurelien Jarno <aurelien@aurel32.net>
296
297 [BZ #18093]
298 * elf/cache.c (load_aux_cache): Regenerate the cache if it has
299 the wrong size.
300
a2d4cf72
PP
3012015-03-11 Paul Pluzhnikov <ppluzhnikov@google.com>
302
303 [BZ #18043]
304 * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
305
5ca10a0c
AZ
3062015-03-11 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
307
308 * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
309 * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
310 Remove define.
311 [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
312 [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
313 [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
314 [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
315 [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
316 * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
317 define.
318 * nptl_db/td_symbol_list.c (td_lookup): Remove
319 HAVE_ASM_GLOBAL_DOT_NAME code.
320 * sysdeps/powerpc/powerpc64/configure.ac: Remove
321 HAVE_ASM_GLOBAL_DOT_NAME check.
322 * sysdeps/powerpc/powerpc64/configure: Regenerate.
323 * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
324 (DOT_LABEL): Remove define.
325 [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
326 [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
327 [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
328 * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
329 (__TLS_GET_ADDR): Likewise.
330 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
331 [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
332
e4363cfb
CD
3332015-03-11 Carlos O'Donell <carlos@redhat.com>
334
335 [BZ #18111]
336 * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
337 (_FPU_SETCW): Initialize cw from fpsr before storing.
338 * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
339 (fesetexceptflag): Rewrite using fpu_control.h.
340 * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
341
fae1aa8d
JDA
3422015-03-11 John David Anglin <danglin@gcc.gnu.org>
343
344 [BZ #18110]
345 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
346 asms.
347 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
348
068a6274
JM
3492015-03-11 Joseph Myers <joseph@codesourcery.com>
350
351 * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
352 * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
353 abort.
354 (_FP_FMA): Likewise.
355 (_FP_DIV): Likewise.
356
d3821ab0
RM
3572015-03-10 Roland McGrath <roland@hack.frob.com>
358
44a6213c
RM
359 * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
360 with 0 in that case.
361 * Makefile (summarize-tests): New canned sequence, factored out of
362 commands for targets tests and xtests. Display summary lines that
363 don't start with PASS: or XFAIL: rather than ones that do start with
364 ERROR: or FAIL:. Make the commands fail if any summary lines fail
365 to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
366 do start with ERROR: or FAIL:.
367 * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
368 (except for [$(build-shared) = yes]).
369 (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
370 (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
371 ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
372 * nptl/Makefile: Revert 2015-03-04 changes.
373 [$(CXX) empty] (tests-unsupported): New variable.
374 * debug/Makefile: Likewise.
375
d3821ab0
RM
376 * posix/regcomp.c: Fix comment typos and formatting to harmonize with
377 gnulib file. Replace __attribute with __attribute__ throughout.
378
85ca85ae
CD
3792015-03-10 Carlos O'Donell <carlos@redhat.com>
380
381 * sysdeps/hppa/fpu/libm-test-ulps: Update.
382
6411f81d
JM
3832015-03-10 Joseph Myers <joseph@codesourcery.com>
384
385 [BZ #18104]
386 * math/auto-libm-test-in: Add another test of pow.
387 * math/auto-libm-test-out: Regenerated.
388
d421868b
AZ
3892015-03-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
390
391 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
392 $(config-cflags-nofma).
393
a2f8be9c
JM
3942015-03-10 Joseph Myers <joseph@codesourcery.com>
395
396 * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
397 * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
398 * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
399 * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
400 * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
401 * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
402 * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
403 * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
404 * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
405 * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
406 Add comment on closing #endif.
407
01d032e0
PP
4082015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
409
410 * posix/wordexp.c (CHAR_IN_SET): New macro.
411 (parse_param): Use it.
412
d439bc56
AZ
4132015-03-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
414
415 * sysdeps/powerpc/fpu/libm-test-ulps: update.
416
5f85a4bf
PP
4172015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
418
419 [BZ #18043]
420 * posix/wordexp.c (parse_param): Fix buffer overflow.
421 * posix/wordexp-test.c (test_case): Add test case.
422
f8ba70e9
PP
4232015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
424
425 [BZ #18042]
426 * posix/wordexp.c (parse_backtick): Fix off-by-one.
427 * posix/wordexp-test.c (test_case): Add test for BZ #18042.
428
36103ba2
PP
4292015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
430
431 [BZ #18043]
432 * posix/wordexp-test.c (test_case): Add test for BZ #18043
433 (do_bz18043): Delete.
434 (at_page_end): New.
435 (testit): Refactor to have words at the edge of unreadable page.
436
18d26750
PP
4372015-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
438
439 [BZ #16734]
440 * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
441 Cleanup read-only streams as well.
442 (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
443
9f95dc5d
ST
4442015-03-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
445
446 * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
447 <bits/libc-lockP.h>
448
b838844b
JM
4492015-03-07 Joseph Myers <joseph@codesourcery.com>
450
451 * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro. Define depending
452 on [__KERNEL__].
453 * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
454 * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
455 * soft-fp/op-common.h (_FP_DECL): Likewise.
456
e0ed2fb4
L
4572015-03-06 H.J. Lu <hongjiu.lu@intel.com>
458
459 * elf/ifuncdep2.c (global): Replace
460 __attribute__((visibility("protected"))) with
461 asm (".protected global").
462 * elf/ifuncmod1.c (global): Likewise.
463 * elf/ifuncmod5.c (global): Likewise.
464
fa9dda64
JM
4652015-03-06 Joseph Myers <joseph@codesourcery.com>
466
467 * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
468 <asm/sfp-machine.h> instead of <sfp-machine.h>.
469
4acc27ed
RM
4702015-03-06 Roland McGrath <roland@hack.frob.com>
471
472 * manual/install.texi (Configuring and compiling):
473 Document test-wrapper-env-only.
474 * INSTALL: Regenerated.
475
895c30cb
PP
4762015-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
477
478 [BZ #18043]
479 * posix/wordexp.c (parse_param): Fix buffer overflow.
480 * posix/wordexp-test.c (do_bz18043): Add test case.
481
5df56c7e
VB
4822015-03-06 Vincent Bernat <vincent@bernat.im>
483
484 * time/tst-strptime2.c (do_test): Ensure failing tests are
485 reported correctly.
486 * time/tst-strptime3.c (do_test): Likewise.
487
1cdf2ea1
ST
4882015-03-06 Samuel Thibault <samuel.thibault@inria.fr>
489
490 Fix aio_error thread-safety.
1cdf2ea1
ST
491 * sysdeps/pthread/aio_error.c: New file
492 * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
493 synchronization.
494
d176a41a
FW
4952015-03-06 Florian Weimer <fweimer@redhat.com>
496
497 * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
498 (group_number, vfprintf): Use it.
1597b744
FW
499 (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
500 (JUMP, REF): Use it.
501 (WORK_BUFFER_SIZE): New enum constant.
502 (process_arg, vfprintf): Use it.
d176a41a 503
7e7af349
RJ
5042015-03-06 Rical Jasan <ricaljasan@pacific.net>
505
506 * manual/errno.texi (Error Messages): Complete example function
507 by adding missing #define.
508 (program_invocation_name): Add statement indicating GNU
509 extension and reference which header file declares the variable.
510 (program_invocation_short_name): Likewise.
511
4ca8ddfb
MF
5122015-03-06 Mike Frysinger <vapier@gentoo.org>
513
514 * manual/errno.texi (Error Messages): Delete strerror ISO C89
515 compatibility note.
516
9162c01d
RM
5172015-03-05 Roland McGrath <roland@hack.frob.com>
518
519 * Makeconfig (test-wrapper-env-only): New variable.
520 * Rules (make-test-out): If variable $*-ENV-only is nonempty,
521 then use that with $(test-wrapper-env-only) rather than using
522 $(test-wrapper-env) $(run-program-env) $($*-ENV).
523
209826bc
L
5242015-03-05 H.J. Lu <hongjiu.lu@intel.com>
525
526 [BZ #18082]
527 * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
528 ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
529 * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
530 * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
531 * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
532 * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
533 * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
534 * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
535 Likewise.
536 * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
537 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
538 Likewise.
539 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
540 Likewise.
541 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
542 Likewise.
543 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
544 Likewise.
545 * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
546 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
547 Likewise.
548 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
549 Likewise.
550 * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
551 * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
552
2cfe32bc
RM
5532015-03-04 Roland McGrath <roland@hack.frob.com>
554
8bff5aab
RM
555 * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
556 (ETH_ALEN): New macro.
557 (struct ether_addr): Use it for length of ether_addr_octet.
558
2752f338
RM
559 * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
560 (setdb): Don't call __nss_configure_lookup for "rpc".
561 (do_test): Don't call test_rpc.
562 (output_rpcent, test_rpc): Functions moved ...
563 * sunrpc/test-rpcent.c: ... to this new file.
564 * sunrpc/Makefile (tests): Add it.
565
2cfe32bc
RM
566 * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
567 __xpg_sigpause.
568 * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
569 * nptl/tst-signal6.c: Likewise.
570 * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
571 * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
572
e4693aa7
RM
573 * configure.ac (libc_cv_cxx_link_ok): New check.
574 Reset CXX to empty if it fails to link.
575 * configure: Regenerated.
576 * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
577 bug-atexit3-lib only if $(CXX) is nonempty.
578 * nptl/Makefile (tests): Likewise for tst-cancel24.
579 (tests, tests-static): Likewise for tst-cancel24-static.
580 * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
581 tst-lfschk4, tst-lfschk5, and tst-lfschk6.
e27176ee
RM
582 * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
583 tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
e4693aa7 584
8e2e833a
AS
5852015-03-04 Andreas Schwab <schwab@suse.de>
586
587 [BZ #17631]
588 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
589 for non-GCC compilers.
590 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
591 Likewise.
592
85b29045
AZ
5932015-03-03 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
594
595 [BZ #17776]
596 * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
597 integer before bitwise and assembly operations.
598 (feclearexcept): Likewise.
599 * math/test-fenvinline.c: New file.
600 * math/Makefile: Add test-fenvinline test.
601
a0af371c
AM
6022015-03-03 Alan Modra <amodra@gmail.com>
603
604 [BZ #16512]
605 * scripts/localplt.awk: Strip off symbol version.
606 * NEWS: Mention bug fix.
607
47465629
RM
6082015-03-02 Roland McGrath <roland@hack.frob.com>
609
610 * sysdeps/pthread/timer_routines.c
611 (timer_free_list, thread_free_list, thread_active_list): Make static.
612
6d08b022
JM
6132015-03-02 Joseph Myers <joseph@codesourcery.com>
614
615 [BZ #17779]
616 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
617 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
618 Undefine.
619 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
620 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
621 Likewise.
622 * sysdeps/unix/sysv/linux/sh/kernel-features.h
623 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
624 Likewise.
625
c2c6d39f
PP
6262015-03-02 Paul Pluzhnikov <ppluzhnikov@google.com>
627
628 [BZ #18036]
629 * posix/fnmatch_loop.c (END): Detect invalid pattern.
630 * posix/tst-fnmatch3.c (do_bz18036): Add test case.
631
e8b6be00
AS
6322015-03-02 Andreas Schwab <schwab@suse.de>
633
634 * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
635 variable name.
636
1a2d98af
FW
6372015-03-02 Florian Weimer <fweimer@redhat.com>
638
639 * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
640 Return error status.
641
e7f07af5
AO
6422015-02-27 Alexandre Oliva <aoliva@redhat.com>
643
644 [BZ #15969]
645 * locale/findlocale.c (_nl_find_locale): Introduce const
646 version of loc_name and drop unsafe type casts.
647
c7b19ca9
RM
6482015-02-27 Roland McGrath <roland@hack.frob.com>
649
650 * dlfcn/tststatic2.c (main): Converted to ...
651 (do_test): ... this.
652 (TEST_FUNCTION): New macro.
653 Include test-skeleton.c.
654
ef4ad06f
L
6552015-02-27 H.J. Lu <hongjiu.lu@intel.com>
656
657 [BZ #17711]
658 * elf/Makefile (tests): Add vismain only if PIE is enabled.
659 (tests-pie): Add vismain.
660 (CFLAGS-vismain.c): New.
661 * elf/vismain.c: Add comments for PIE requirement.
662
2ca725c5
JM
6632015-02-27 Joseph Myers <joseph@codesourcery.com>
664
665 [BZ #18046]
666 [BZ #18047]
667 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
668 0x1p-56L as threshold for just returning the argument.
669 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
670 0x1p-32L as threshold for just returning the argument.
671 * math/auto-libm-test-in: Add more tests of atanh.
672 * math/auto-libm-test-out: Regenerated.
673 * sysdeps/i386/fpu/libm-test-ulps: Update.
674 * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
675
af96be34
WD
6762015-02-27 Wilco Dijkstra wdijkstr@arm.com
677
678 * string/bcopy.c (bcopy): Call memmove for performance.
679
ddcf6798
WD
6802015-02-27 Wilco Dijkstra wdijkstr@arm.com
681
682 * string/bzero.c (__bzero): Call memset for performance.
683
49f476f4
JDA
6842015-02-27 John David Anglin <dave.anglin@bell.net>
685
b42e14ff 686 [BZ #18068]
49f476f4
JDA
687 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
688 to 00100000.
689
f8ab5d38
JM
6902015-02-27 Joseph Myers <joseph@codesourcery.com>
691
692 * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
693
380bd0fd
JM
6942015-02-26 Joseph Myers <joseph@codesourcery.com>
695
31331a07
JM
696 * sysdeps/ieee754/k_standard.c (CSTR): New macro.
697 (__kernel_standard): Use CSTR macro when setting exc.name.
698 * sysdeps/ieee754/Makefile [$(subdir) = math]
699 (CFLAGS-k_standard.c): Remove variable.
700
09220e66
JM
701 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
702 setting p and q from "else if" to "else".
703 (qzero): Likewise.
704 * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
705 (qone): Likewise.
706 * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
707 (qzerof): Likewise.
708 * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
709 (qonef): Likewise.
710 * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
711 (qzero): Likewise.
712 * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
713 (qone): Likewise.
714
1d9ab20c
JM
715 [BZ #18038]
716 [BZ #18039]
717 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
718 return pi/2 for arguments below 0x1p-113L.
719 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
720 return pi/2 for arguments below 0x1p-106L.
721 * math/auto-libm-test-in: Add more tests of acos.
722 * math/auto-libm-test-out: Regenerated.
723
ec0ce0d3
JM
724 [BZ #16351]
725 * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
726 (MO): New macro.
727 (__ieee754_asin): Force underflow exception for results with small
728 absolute value.
729 * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
730 (MO): New macro.
731 (__ieee754_asinf): Force underflow exception for results with
732 small absolute value.
733 * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
734 (__ieee754_asin): Force underflow exception for results with small
735 absolute value.
736 * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
737 (__ieee754_asinf): Force underflow exception for results with
738 small absolute value.
739 * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
740 (__ieee754_asinl): Force underflow exception for results with
741 small absolute value.
742 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
743 (__ieee754_asinl): Force underflow exception for results with
744 small absolute value.
745 * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
746 (__ieee754_asinl): Force underflow exception for results with
747 small absolute value.
748 * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
749 Include <math.h>.
750 * math/auto-libm-test-in: Do not mark underflow exceptions as
751 possibly missing for bug 16351.
752 * math/auto-libm-test-out: Regenerated.
753
380bd0fd
JM
754 [BZ #18030]
755 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
756 of power of 2 down when low part has opposite sign.
757 * math/libm-test.inc (logb_test_data): Add more tests.
758
4a28f4d5
AS
7592015-02-26 Andreas Schwab <schwab@suse.de>
760
761 [BZ #18032]
762 * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
763 over collating symbol inside a bracket expression. Minor cleanup.
764 * posix/tst-fnmatch3.c (do_test): Add test case.
765
524ae9ea
JM
7662015-02-26 Joseph Myers <joseph@codesourcery.com>
767
768 [BZ #18029]
769 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
770 Adjust exponent of power of 2 down when low part has opposite
771 sign.
772 * math/libm-test.inc (ilogb_test_data): Add more tests.
773
23d43090
AO
7742015-02-26 Alexandre Oliva <aoliva@redhat.com>
775
776 [BZ #15969]
777 * locale/findlocale.c (_nl_find_locale): Fix constness error in
778 the previous change.
0d822a01
AO
779
780 [BZ #15969]
781 * locale/findlocale.c (_nl_find_locale): Retry archive search
782 after alias expansion.
783
d19df6ac
RM
7842015-02-25 Roland McGrath <roland@hack.frob.com>
785
ca681b7b
RM
786 * iconv/tst-iconv3.c (main): Converted to ...
787 (do_test): ... this.
788 (TEST_FUNCTION): New macro.
789 Include test-skeleton.c.
790
fd1f2f1c
RM
791 * iconv/tst-iconv5.c (testcode, number): Make variables static const.
792 (convert): Make function static.
793 (test_unalign): Likewise. Add const to argument pointee types.
794 (main): Replace with static function do_test.
795 Print "Succeeded." only if RET is zero.
796 (TEST_FUNCTION): New macro.
797 Include test-skeleton.c.
798
d19df6ac
RM
799 * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
800 returns a null pointer.
801
115e0de7
AZ
8022015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
803
804 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
805 to __memcpy_ppc only for static builds.
806
137cef7d
JM
8072015-02-25 Joseph Myers <joseph@codesourcery.com>
808
809 [BZ #18020]
810 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
811 2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
812 * math/auto-libm-test-in: Add more tests of asinh.
813 * math/auto-libm-test-out: Regenerated.
814 * sysdeps/i386/fpu/libm-test-ulps: Update.
815 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
816
cb43bb0d
CW
8172015-02-25 Cong Wang <xiyou.wangcong@gmail.com>
818
819 [BZ #15850]
820 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
821 and ip6_mtuinfo definitions here.
822 * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
823 in this define too. Update comment.
824
9be1052b
BS
8252015-02-24 Benno Schulenberg <bensberg@justemail.net>
826
827 * elf/sprof.c (load_shobj): Tweak error message to match others.
828
6807b1db
KE
8292015-02-24 Kevin Easton <kevin@guarana.org>
830
831 [BZ #16145] (partial fix)
832 * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
833 to reduce lock contention.
834
b433df00
ML
8352015-02-24 Miroslav Lichvar <mlichvar@redhat.com>
836
837 * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
838 (struct timex): Update time comment.
839 (ADJ_SETOFFSET): Define.
840
440169d6
JM
8412015-02-24 Joseph Myers <joseph@codesourcery.com>
842
843 [BZ #18019]
844 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
845 2**56 not 2**28 as threshold for log (2x) formula.
846 * math/auto-libm-test-in: Add more tests of acosh.
847 * math/auto-libm-test-out: Regenerated.
848 * sysdeps/i386/fpu/libm-test-ulps: Update.
849 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
850
ba7d2c54
MF
8512015-02-24 Mike Frysinger <vapier@gentoo.org>
852
853 * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
854 parenthesis around the buf assignment.
855 [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
856
9438b237
JM
8572015-02-24 Joseph Myers <joseph@codesourcery.com>
858
859 [BZ #16783]
860 * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
861 arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
862 * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
863 * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
864 * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
865 * math/libm-test.inc (scalb_test_data): Add more tests.
866
6909d276
PP
8672015-02-24 Paul Pluzhnikov <ppluzhnikov@google.com>
868
869 [BZ #17916]
870 * libio/fileops.c (_IO_new_file_fopen): Limit stack use
871 * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
872
65f6f938
ER
8732015-02-24 Eric Rannaud <e@nanocritical.com>
874
875 [BZ #17523]
876 * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
877 * io/bits/fcntl2.h (open): Use it.
878 (openat): Likewise.
879 * io/open.c (__libc_open): Likewise.
880 * io/open64.c (__libc_open64): Likewise.
881 * io/open64_2.c (__open64_2): Likewise.
882 * io/open_2.c (__open_2): Likewise.
883 * io/openat.c (__openat): Likewise.
884 * io/openat64.c (__openat64): Likewise.
885 * io/openat64_2.c (__openat64_2): Likewise.
886 * io/openat_2.c (__openat_2): Likewise.
887 * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
888 * sysdeps/mach/hurd/openat.c (__openat): Likewise.
889 * sysdeps/posix/open64.c (__libc_open64): Likewise.
890 * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
891 * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
892 (__open_nocancel): Likewise.
893 * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
894 * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
895 * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
896
3e3002ff
SP
8972015-02-24 Siddhesh Poyarekar <siddhesh@redhat.com>
898
899 [BZ #14841]
900 * resolv/gethnamaddr.c (getanswer): Skip logging if
901 RES_USE_DNSSEC is set.
902 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
903
9813dd58
MF
9042015-02-24 Mike Frysinger <vapier@gentoo.org>
905
906 * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
907
7b1ec6a0
AO
9082015-02-23 Alexandre Oliva <aoliva@redhat.com>
909
910 * include/stdc-predef.h (__STDC_ISO_10646__): Update to
911 201304L, for Unicode 7.
912
d49499c1
L
9132015-02-23 H.J. Lu <hongjiu.lu@intel.com>
914
915 [BZ #17836]
916 * csu/Makefile (extra-objs): Add gmon-start.o if not builing
917 shared library. Add gmon-start.os otherwise.
918 ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
919 $(objpfx)gmon-start.os if builing shared library.
920 ($(objpfx)g$(static-start-installed-name)): Likewise.
921
51225803
AS
9222015-02-23 Andreas Schwab <schwab@suse.de>
923
924 * elf/Makefile (CFLAGS-tst-audit2.c): Define.
925
bdf1ff05
PP
9262015-02-22 Paul Pluzhnikov <ppluzhnikov@google.com>
927
928 [BZ #17269]
929 * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
930 (enlarge_userbuf): Likewise.
931
95296112
CLT
9322015-02-22 Chung-Lin Tang <cltang@codesourcery.com>
933
934 * libio/tst-memstream2.c (TIMEOUT): Define as 100.
935 * math/atest-exp.c (TIMEOUT): Adjust to 200.
936 * math/atest-exp2.c (TIMEOUT): Adjust to 300.
937 * math/atest-sincos.c (TIMEOUT): Adjust to 600.
938
e4a399dc
JM
9392015-02-20 Joseph Myers <joseph@codesourcery.com>
940
941 * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
942 expression inside statement expression.
943
7133957f
SL
9442015-02-20 Stefan Liebler <stli@linux.vnet.ibm.com>
945
946 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
947 <sysdeps/nptl/lowlevellock.h> and remove macros and
948 functions that are now defined there.
949 (SYS_futex): Remove.
950 (lll_compare_and_swap): Remove.
951 * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
952
40176158
JM
9532015-02-19 Joseph Myers <joseph@codesourcery.com>
954
955 [BZ #17999]
956 * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
957 instead of scandirat.
958 * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
959 [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
960 [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
961 __scandirat.
962 * include/dirent.h (scandirat): Do not use libc_hidden_proto.
963 (__scandirat): Declare. Use libc_hidden_proto.
964 * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
965 Remove variable.
966 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
967
4629c866
JM
9682015-02-18 Joseph Myers <joseph@codesourcery.com>
969
970 [BZ #15319]
971 * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
972 (MO): New macro.
973 (__ieee754_atan2): For results with small absolute value, force
974 underflow exception and remove excess range and precision from
975 return value.
976 * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
977 (MO): New macro.
978 (__ieee754_atan2f): For results with small absolute value, force
979 underflow exception and remove excess range and precision from
980 return value.
981 * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
982 (MO): New macro.
983 (__atan): For results with small absolute value, force underflow
984 exception and remove excess range and precision from return value.
985 * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
986 (MO): New macro.
987 (__atanf): For results with small absolute value, force underflow
988 exception and remove excess range and precision from return value.
989 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
990 <math.h>.
991 (__ieee754_atan2): Force underflow exception for results with
992 small absolute value.
993 * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
994 <math_private.h>.
995 (atan): Force underflow exception for results with small absolute
996 value.
997 * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
998 (__atanf): Force underflow exception for results with small
999 absolute value.
1000 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1001 <math.h>.
1002 (__atanl): Force underflow exception for results with small
1003 absolute value.
1004 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1005 (__atanl): Force underflow exception for results with small
1006 absolute value.
1007 * sysdeps/x86/fpu/bits/mathinline.h
1008 [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1009 (__ieee754_atan2): Only define inline for long double.
1010 * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1011 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1012 * math/auto-libm-test-in: Do not mark underflow exceptions as
1013 possibly missing for bug 15319. Add more tests of atan2.
1014 * math/auto-libm-test-out: Regenerated.
1015 * math/libm-test.inc (casin_test_data): Do not mark underflow
1016 exceptions as possibly missing for bug 15319.
1017 (casinh_test_data): Likewise.
1018 * sysdeps/i386/fpu/libm-test-ulps: Update.
1019
9ee16d8b
SE
10202015-02-18 Steve Ellcey <sellcey@imgtec.com>
1021
1022 * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1023 * sysdeps/mips/bits/endian.h: Fix comments.
1024
4ffb1771
JM
10252015-02-18 Joseph Myers <joseph@codesourcery.com>
1026
1027 [BZ #17996]
1028 * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1029 (hdestroy_r): Likewise.
1030 (hsearch_r): Likewise.
1031 (__hcreate_r): Declare and use libc_hidden_proto.
1032 (__hdestroy_r): Likewise.
1033 (__hsearch_r): Likewise.
1034 * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1035 (hcreate): Call __hcreate_r instead of hcreate_r.
1036 (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1037 * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1038 as weak alias of __hcreate_r.
1039 (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1040 __hdestroy_r.
1041 (hsearch_r): Rename to __hsearch_r and define as weak alias of
1042 __hsearch_r.
1043 * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1044 Remove variable.
1045 (test-xfail-XPG4/search.h/linknamespace): Likewise.
1046 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1047 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1048 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1049
94c5a52a
SP
10502015-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
1051
1052 * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1053 arena_lock into a single arena_get.
1054
8a35c3fe
CD
10552015-02-17 Carlos O'Donell <carlos@redhat.com>
1056
1057 * dl-reloc.c: Inlucde libc-internal.h.
1058 (_dl_try_allocate_static_tls): Call ALIGN_UP.
1059 (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1060 (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1061 * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1062 (grow_heap): Likewise.
1063 * malloc/malloc.c: Include libc-internal.h.
1064 (do_check_malloc): Call powerof2.
1065 (sysmalloc): Use pagesize. Call ALIGN_UP.
1066 (systrim): Use pagesize.
1067 (mremap_chunk): Use pagesize. Call ALIGN_UP.
1068 (__libc_valloc): Use pagesize.
1069 (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1070
1a2325c0
JM
10712015-02-17 Joseph Myers <joseph@codesourcery.com>
1072
1073 [BZ #17991]
1074 * include/sys/resource.h (__getrlimit64): Declare. Use
1075 libc_hidden_proto.
1076 * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1077 and define as weak alias of __getrlimit64. Use libc_hidden_weak.
1078 * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1079 getrlimit64.
1080 * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1081 __getrlimit64.
1082 [!getrlimit64] (getrlimit64): Define as weak alias of
1083 __getrlimit64. Use libc_hidden_weak.
1084 * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1085 using __getrlimit64 not __new_getrlimit64.
1086 (__GI_getrlimit64): Likewise.
1087 * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1088 Likewise.
1089 (__GI_getrlimit64): Likewise.
1090 (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1091 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1092 (getrlimit): Add __getrlimit64 alias.
1093 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1094 Likewise.
1095 * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1096 Remove variable.
1097 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1098 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1099
8ae4bb5a
PP
11002015-02-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1101
1102 * libio/fileops.c: Add missing sys/mman.h
1103 * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1104
18a218b7
JM
11052015-02-17 Joseph Myers <joseph@codesourcery.com>
1106
1107 * manual/math.texi (Errors in Math Functions): Clarify goals
1108 regarding inexact and underflow exceptions.
1109
e72ad0ef
SE
11102015-02-17 Steve Ellcey <sellcey@imgtec.com>
1111
1112 * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1113 * sysdeps/mips/memset.S: Ditto.
1114
2caa4099
SE
11152015-02-17 Steve Ellcey <sellcey@imgtec.com>
1116
1117 * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1118
f20bfc9b
SL
11192015-02-17 Stefan Liebler <stli@linux.vnet.ibm.com>
1120
1121 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1122 (__v1longjmp): Remove versioned symbol.
1123 (__v1siglongjmp): Remove alias and versioned symbol.
1124 (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1125 (__v2siglongjmp): Likewise.
1126
71c06b69
TR
11272015-02-16 Torvald Riegel <triegel@redhat.com>
1128
1129 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1130
a9a05adb
MF
11312015-02-16 Mike Frysinger <vapier@gentoo.org>
1132
1133 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1134
ce8fc784
JM
11352015-02-16 Joseph Myers <joseph@codesourcery.com>
1136
1137 [BZ #17987]
1138 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1139 zero result does not depend on the sign resulting from
1140 subtraction.
1141 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1142 Likewise.
1143 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1144 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1145 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1146 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1147 * math/libm-test.inc (remquo_test_data): Add more tests.
1148
0d7036bd
PE
11492015-02-16 Paul Eggert <eggert@cs.ucla.edu>
1150
1151 * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1152 Problem reported by J William Piggott.
1153
86c56b16
JM
11542015-02-16 Joseph Myers <joseph@codesourcery.com>
1155
a820f9b3
JM
1156 [BZ #17978]
1157 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1158 products 4 * y and 2 * y where those would overflow.
1159 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1160 Likewise.
1161 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1162 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1163 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1164 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1165 * math/libm-test.inc (remquo_test_data): Add more tests.
1166
be802953
JM
1167 * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1168
e5e72fe9
JM
1169 * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1170 [defined _COMPILING_NEWLIB].
1171 * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1172 * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1173
86c56b16
JM
1174 * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1175 [!defined __mips_isa_rev || __mips_isa_rev < 6].
1176
35264d14
TR
11772015-02-16 Torvald Riegel <triegel@redhat.com>
1178
1179 * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1180 acquired.
1181
6f49e32a
MF
11822015-02-15 Matthew Fortune <Matthew.Fortune@imgtec.com>
1183
1184 [BZ #17792]
1185 * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1186 (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1187 HOST_STACK_END_ADDR): Likewise.
1188
e525154e
SE
11892015-02-13 Steve Ellcey <sellcey@imgtec.com>
1190
1191 * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1192 * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1193 * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1194
4ab770b7
RM
11952015-02-13 Roland McGrath <roland@hack.frob.com>
1196
1197 * sysdeps/generic/c++-types.data: New file.
1198 * sysdeps/generic/ld.abilist: New file.
1199 * sysdeps/generic/libBrokenLocale.abilist: New file.
1200 * sysdeps/generic/libanl.abilist: New file.
1201 * sysdeps/generic/libc.abilist: New file.
1202 * sysdeps/generic/libcrypt.abilist: New file.
1203 * sysdeps/generic/libdl.abilist: New file.
1204 * sysdeps/generic/libm.abilist: New file.
1205 * sysdeps/generic/libpthread.abilist: New file.
1206 * sysdeps/generic/libresolv.abilist: New file.
1207 * sysdeps/generic/librt.abilist: New file.
1208
d9afe48d
JM
12092015-02-13 Joseph Myers <joseph@codesourcery.com>
1210
1211 [BZ #17569]
1212 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1213 Compute absolute value of x as modified by fmod, not original
1214 value of x.
1215 * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1216 RUN_TEST_ffI_f1_mod8. Check extra return value mod 8.
1217 (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8. Call
1218 RUN_TEST_ffI_f1_mod8.
1219 (remquo_test_data): Add more tests.
1220
3846188b
RM
12212015-02-13 Roland McGrath <roland@hack.frob.com>
1222
1223 * sysdeps/init_array/pt-crti.S: New file.
1224
95c26233
JM
12252015-02-13 Joseph Myers <joseph@codesourcery.com>
1226
1227 [BZ #17967]
1228 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1229 __builtin_fmaf instead of relying on contraction of a * b + c.
1230
3f293d61
WP
12312015-02-12 J William Piggott <elseifthen@gmx.com>
1232
1233 [BZ #17969]
1234 * manual/time.texi: correct the zoneinfo path in the TZ Variable
1235 node.
1236
e8bd5286
JM
12372015-02-12 Joseph Myers <joseph@codesourcery.com>
1238
1239 [BZ #17964]
1240 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1241 __builtin_fma instead of relying on contraction of a * b + c.
1242
04f5a636
RM
12432015-02-12 Roland McGrath <roland@hack.frob.com>
1244
96a15749
RM
1245 * Makeconfig (ASFLAGS): Add -Werror=undef.
1246 * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1247 * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1248 SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1249
04f5a636
RM
1250 * Makeconfig (after-link): New variable.
1251 (+link-pie, +link-pie-tests): Use it.
1252 (+link-static, +link-static-tests): Likewise.
1253 (+link, +link-tests): Likewise.
1254 * Makerules (build-module, build-module-asneeded): Likewise.
1255 (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1256 Likewise.
1257 * elf/Makefile ($(objpfx)ld.so): Likewise.
1258
87a629c5
RS
12592015-02-12 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
1260
1261 [BZ #17965]
1262 * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1263 both struct timeval and struct timespec.
1264
03d95bd4
JM
12652015-02-12 Joseph Myers <joseph@codesourcery.com>
1266
1267 [BZ #16560]
1268 * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1269 and redefine.
1270 (__ieee754_exp2l): Do not multiply small fractional parts by
1271 M_LN2l.
1272 * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1273 small argument.
1274 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1275 * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1276 * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1277 * math/auto-libm-test-in: Add more tests of exp2.
1278 * math/auto-libm-test-out: Regenerated.
1279
98408b95
RS
12802015-02-12 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1281
1282 * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1283 unaligned path.
1284
6f741503
AZ
12852015-02-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1286
1287 * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1288 little endian.
1289
2868e070
AS
12902015-02-12 Andreas Schwab <schwab@suse.de>
1291
1292 [BZ #15790]
1293 * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1294 Filter out elision flags from value returned in kind.
1295 * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1296 * nptl/tst-pthread-mutexattr.c: New file.
1297
ebf27d12
ST
12982015-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
1299
1300 * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1301 * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1302 into gnu-gnu, and update comment to refer to abi-tags.
1303
d435569c
JM
13042015-02-11 Joseph Myers <joseph@codesourcery.com>
1305
1306 [BZ #15467]
1307 * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1308 (__sincos): Set errno to EDOM for infinite argument.
1309 * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1310 (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1311 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1312 (__sincosl): Set errno to EDOM for infinite argument.
1313 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1314 (__sincosl): Set errno to EDOM for infinite argument.
1315 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1316 (__sincosl): Set errno to EDOM for infinite argument.
1317 * math/libm-test.inc (sincos_test_data): Test errno setting.
1318
d35273f2
LH
13192015-02-11 Leonhard Holz <leonhard.holz@web.de>
1320
1321 * string/strxfrm_l.c: Remove #define STRCMP.
1322 * string/strcoll_l.c: Remove #define STRLEN.
1323 * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1324 * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1325
306bc0d1
JM
13262015-02-10 Joseph Myers <joseph@codesourcery.com>
1327
1328 * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1329 * sysdeps/mips/mips32/sfp-machine.h: ... here.
1330 * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1331 * sysdeps/mips/mips64/Makefile: ... here.
1332 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1333 * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1334 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1335 * sysdeps/mips/mips64/sfp-machine.h: ... here.
1336 * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1337 * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1338 * sysdeps/mips/mips64/n64/Implies: Likewise.
1339
92b67e8d
RM
13402015-02-10 Roland McGrath <roland@hack.frob.com>
1341
1342 * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1343 <sys/time.h>, <string.h>, and <errno.h>.
1344 (dest_offset, dest_address, value, zero): Remove unused variables.
1345 (ldouble): Remove typedef.
1346 (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1347 signature. Pass 1 to siglongjmp rather than 0 (which is converted to
1348 1). Fix code style.
1349 (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1350 (check): Function removed.
1351 (CHECK): New macro.
1352 (TEST_FUNC): Fix code style. Use CHECK macro rather than repeating
1353 boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1354 Don't call set_sigaction_FP and remove_sigaction_FP here.
1355 (ldouble_test): Just use 'long double' as macro argument, no need for
1356 the 'ldouble' typedef.
1357 (do_test): Set up SIGFPE handler at start, using plain signal rather
1358 than sigaction. Fix code style.
1359
132a1328
EF
13602015-02-10 Evangelos Foutras <evangelos@foutrelis.com>
1361
1362 [BZ #17949]
1363 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1364 jump label.
1365
3001e54c
AZ
13662015-02-09 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1367
bc0cdc49
AZ
1368 * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1369 * sysdeps/powerpc/powerpc32/configure: Regenerated.
1370
83658961
AZ
1371 * sysdeps/powerpc/configure.ac: Remove file.
1372 * sysdeps/powerpc/configure: Likewise.
1373
10169938
AZ
1374 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1375 [sysdep_routines]: Remove wordcopy-power6 object.
1376 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1377 (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1378 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1379 (__memmove_ppc32): Likewise.
1380 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1381 file.
1382 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1383 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1384 Remove preprocessor.
1385
8548a53d
AZ
1386 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1387 [sysdep_routines]: Remove wide chars objects.
1388 [wcsmbs]: New rule for wide char objects.
1389
b2692114
AZ
1390 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1391 Remove wordcopy-power6 obejct.
1392 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1393 Use local call for wordcopy and memcpy symbols.
1394 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1395 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1396 implementation for loader.
1397 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1398
18e270aa
AZ
1399 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1400 Remove wordcopy-power7 object.
1401 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1402 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1403 (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1404 (_wordcopy_fwd_dest_aligned): Likewise.
1405 (_wordcopy_bwd_aligned): Likewise.
1406 (_wordcopy_bwd_dest_aligned): Likewise.
1407
6f0993a6
AZ
1408 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1409 Rewrite to call __memmove_ppc instead of include default
1410 implementation.
1411
3001e54c
AZ
1412 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1413 Remove wide chars objects.
1414 [wcsmbs]: New rule for wide char objects.
1415
59b61c82
AS
14162015-02-09 Andreas Schwab <schwab@suse.de>
1417
1418 [BZ #17912]
1419 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1420 in terms of __O_DIRECTORY.
1421
ebd7aede
ST
14222015-02-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
1423
1424 * time/getdate.c: Include <stdbool.h>.
28b06757
ST
1425 * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1426 call PTR_MANGLE.
1427 [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1428 PTR_DEMANGLE.
ebd7aede 1429
3999d26e
PE
14302015-02-07 Paul Eggert <eggert@cs.ucla.edu>
1431
1432 Add ersatz _Static_assert on older C hosts
1433 * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1434 pre-C11 C platform that is not known to support _Static_assert.
1435
e9a5bc1c
ST
14362015-02-07 Richard Braun <rbraun@sceen.net>
1437
1438 * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1439 sigstate.
e86c5b64 1440 * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
e9a5bc1c 1441
e2049d17
ST
14422015-02-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
1443
1444 * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1445 priority against unexistent AIO_PRIO_DELTA_MAX.
5d2556c4
ST
1446 * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1447 instead of int.
1448 * misc/fchflags.c (fchflags): Likewise.
1449 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1450 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1451 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1452 UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1453 SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1454 Declare macros.
1455 [__USE_MISC] (chflags, fchflags): Declare functions.
d5131d3c
ST
1456 * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1457 EINVAL when nfds is greater than FD_SETSIZE.
bd959902
ST
1458 * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1459 NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1460 45.
a9a002fb
ST
1461 * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1462 __mach_msg. If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
c187253f
ST
1463 * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1464 MACH_RCV_TIMED_OUT.
f96ec27a
ST
1465 * hurd/hurd/signal.h (_hurd_self_sigstate,
1466 _hurd_critical_section_lock, _hurd_critical_section_unlock):
1467 Explicit casts from void *.
4fc81a77 1468 * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
ae20c9a1 1469 * abi-tags: Rename gnu-gnu os into gnu.
e2049d17 1470
f05826f0
ST
1471 [BZ #4719]
1472 * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1473 _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1474 _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1475 _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1476 _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1477 _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1478
a5eb23de
ST
1479 [BZ #17944]
1480 * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1481 duplicates ADDR->sun_path with sockaddr LEN limitation.
1482 * sysdeps/mach/hurd/connect.c: Include <string.h>
1483 (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1484 * sysdeps/mach/hurd/sendmsg.c: Likewise.
1485 * sysdeps/mach/hurd/sendto.c: Likewise.
1486 * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1487 implementing it by hand.
1488
ac9e0e5e
RM
14892015-02-06 Roland McGrath <roland@hack.frob.com>
1490
f8d1bb4c
RM
1491 * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1492 Use sfi_breg on ldr.
1493 [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1494 Likewise.
1495
022f4812
RM
1496 * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1497 it's defined.
1498 * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1499 Test SIGSETXID only if it's defined.
1500
1ac074e6
RM
1501 * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1502
f50ad78b
RM
1503 * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1504 will not be used. Use NULL rather than 0 for .sigev_notify_attributes.
1505
9e7265f4
RM
1506 * nptl/tst-align2.c: Moved ...
1507 * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1508 * nptl/Makefile (tests): Remove tst-align2.
1509 * sysdeps/unix/sysv/linux/Makefile
1510 [$(subdir) = nptl] (tests): Add tst-align-clone.
1511 * nptl/tst-getpid1.c: Moved ...
1512 * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1513 * nptl/tst-getpid2.c: Moved ...
1514 * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1515 * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1516 * sysdeps/unix/sysv/linux/Makefile
1517 [$(subdir) = nptl] (tests): ... here.
1518 * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1519 * sysdeps/unix/sysv/linux/Makefile
1520 [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1521
62ad2abc
RM
1522 * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1523 Drop trailing \n from perror argument. Use return rather than exit.
1524
cfa69b0b
RM
1525 * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1526 on [SA_SIGINFO].
1527 * nptl/tst-cancel21.c (do_test): Likewise.
1528 * debug/tst-backtrace6.c: Include <signal.h> first thing.
1529 Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1530 [!SA_SIGINFO]: Make it a stub test.
1531
82727806
RM
1532 * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1533 SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1534
da3a1594
RM
1535 * posix/tst-getlogin.c: Move to ...
1536 * login/tst-getlogin.c: ... here.
1537 * posix/Makefile (tests): Move tst-getlogin to ...
1538 * login/Makefile (tests): ... here.
1539
b65c0ff9
RM
1540 * libio/tst-atime.c (do_test): Move local variables SV and E
1541 inside [ST_NOATIME] conditional.
1542
56606ab3
RM
1543 * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1544
ebf7d6ee
RM
1545 * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1546
ca0e0675
RM
1547 * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1548 (wait_code): New function replaces macro.
1549 Call nanosleep rather than syscall.
1550
8c28bbc6
RM
1551 * nptl/pt-system.c: Rewritten. Put everything under
1552 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1553 Use IFUNC to redirect when possible.
1554
ec2a88b3
RM
1555 * nptl/pt-longjmp.c: Rewritten. Put everything under
1556 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1557 Use IFUNC to redirect when possible.
1558
beff1d13
RM
1559 * nptl/pt-fork.c: Rewritten. Put everything under
1560 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1561 Use IFUNC to redirect when possible.
1562 * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1563
ea02c6b8
RM
1564 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1565 code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1566 unconditionally nowadays. This included the only reference to
1567 __vdso_clock_gettime that appears outside libc proper.
1568 * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1569 Remove version set (containing only __vdso_clock_gettime).
1570 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1571 Add attribute_hidden.
1572 * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1573 Likewise. Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1574 libc_hidden_data_def.
1575 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1576 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1577
a1309c2b
RM
1578 * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1579 getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1580 setrpcent, and getrpcport to ...
1581 * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1582 * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1583 getrpcbynumber_r, and getrpcent_r to ...
1584 * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1585 * inet/getrpcbyname.c: Moved ...
1586 * sunrpc/getrpcbyname.c: ... here.
1587 * inet/getrpcbyname_r.c: Moved ...
1588 * sunrpc/getrpcbyname_r.c: ... here.
1589 * inet/getrpcbynumber.c: Moved ...
1590 * sunrpc/getrpcbynumber.c: ... here.
1591 * inet/getrpcbynumber_r.c: Moved ...
1592 * sunrpc/getrpcbynumber_r.c: ... here.
1593 * inet/getrpcent.c: Moved ...
1594 * sunrpc/getrpcent.c: ... here.
1595 * inet/getrpcent_r.c: Moved ...
1596 * sunrpc/getrpcent_r.c: ... here.
1597 * inet/Makefile (routines): Move those to ...
1598 * sunrpc/Makefile (routines): ... here.
1599 * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1600 the $(subdirs) list.
1601 (CPPFLAGS-getent.c): New variable. Pass -D option to set HAVE_SUNRPC
1602 to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1603 * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1604 (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1605
ac9e0e5e
RM
1606 * elf/Makefile (routines): Include $(all-dl-routines), not just
1607 $(dl-routines).
1608 (rtld-routines): Likewise. Use = rather than :=.
1609 * sysdeps/aarch64/Makefile [$(subdir) = elf]
1610 (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1611 dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1612 * sysdeps/arm/Makefile: Likewise.
1613 * sysdeps/i386/Makefile: Likewise.
1614 * sysdeps/x86_64/Makefile: Likewise.
1615 * sysdeps/hppa/Makefile [$(subdir) = elf]
1616 (sysdep_routines, sysdep-rtld-routines): Don't add
1617 $(sysdep-dl-routines) to these.
1618 * sysdeps/ia64/Makefile: Likewise.
1619 * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1620 * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1621 [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1622 Don't add dl-static to these; sysdep-dl-routines alone is enough.
1623 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1624 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1625 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1626 * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1627 * sysdeps/powerpc/Makefile [$(subdir) = elf]
1628 (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1629 these; sysdep-dl-routines alone is enough.
1630
639e42eb
JM
16312015-02-06 Joseph Myers <joseph@codesourcery.com>
1632
1c7a4a51
JM
1633 [BZ #17932]
1634 * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1635 where multiplication results in zero and third argument is finite
1636 and nonzero.
1637 * math/auto-libm-test-in: Add more tests of fma.
1638 * math/auto-libm-test-out: Regenerated.
1639
61f006c1
JM
1640 * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1641 (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1642 (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1643 (_FP_CMP_EQ): Likewise.
1644 (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1645
639e42eb
JM
1646 * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1647 extra argument CHECK_NAN. Redefine as wrapper around
1648 _FP_EXTEND_CNAN.
1649
3c0c543b
CD
16502015-02-06 Carlos O'Donell <carlos@systemhalted.org>
1651
4e42b5b8
CD
1652 * version.h (RELEASE): Set to "stable".
1653 (VERSION): Set to "2.21"
1654 * include/features.h (__GLIBC_MINOR__): Set to 21.
1655
3c0c543b
CD
1656 * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1657
5bd80bfe 16582015-02-05 Paul Pluzhnikov <ppluzhnikov@google.com>
76c109f2 1659 Paul Eggert <eggert@cs.ucla.edu>
5bd80bfe
PP
1660
1661 [BZ #16618]
1662 * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1663 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1664 size in bytes. Store needed elements in wpmax. Use needed size
1665 in bytes for extend_alloca.
1666
3f823f48
CD
16672015-02-05 Carlos O'Donell <carlos@systemhalted.org>
1668
04cb913d
CD
1669 * manual/install.texi: Latest tested versions are GCC 4.9.2,
1670 binutls 2.25, and texinfo 5.2.
1671 * INSTALL: Regenerate.
1672 * sysdeps/nios2/configure: Regenerate.
1673 * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1674 * manual/contrib.texi: Update.
1675 * po/be.po: Update.
1676 * po/bg.po: Update.
1677 * po/ca.po: Update.
1678 * po/cs.po: Update.
1679 * po/da.po: Update.
1680 * po/de.po: Update.
1681 * po/el.po: Update.
1682 * po/eo.po: Update.
1683 * po/es.po: Update.
1684 * po/fi.po: Update.
1685 * po/fr.po: Update.
1686 * po/gl.po: Update.
1687 * po/hr.po: Update.
1688 * po/hu.po: Update.
1689 * po/ia.po: Update.
1690 * po/id.po: Update.
1691 * po/it.po: Update.
1692 * po/ja.po: Update.
1693 * po/ko.po: Update.
1694 * po/lt.po: Update.
1695 * po/nb.po: Update.
1696 * po/nl.po: Update.
1697 * po/pl.po: Update.
1698 * po/pt_BR.po: Update.
1699 * po/ru.po: Update.
1700 * po/rw.po: Update.
1701 * po/sk.po: Update.
1702 * po/sl.po: Update.
1703 * po/sv.po: Update.
1704 * po/tr.po: Update.
1705 * po/uk.po: Update.
1706 * po/vi.po: Update.
1707 * po/zh_CN.po: Update.
1708 * po/zh_TW.po: Update.
1709
3f823f48
CD
1710 * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1711 * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1712 * sysdeps/hppa/dl-irel.h: Remove #warning.
1713 * sysdeps/hppa/entry.h: Provide prototype for
1714 __canonicalize_funcptr_for_compare and cast argument.
1715 * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1716 * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1717 * sysdeps/hppa/sotruss-lib.c: New file.
1718 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1719 (atomic_compare_and_exchange_val_acq): Use __typeof__.
1720 (atomic_compare_and_exchange_bool_acq): Likewise.
1721 * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1722 * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1723
1724 * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1725 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1726 * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1727
34c56048
CLT
17282015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
1729
1730 * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1731 called function in non-PIC case.
1732
d4abeca5
DM
17332015-01-31 David S. Miller <davem@davemloft.net>
1734
edac0a60
DM
1735 * sysdeps/sparc/sparc32/bits/atomic.h
1736 (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1737 unlock not after it.
1738 (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1739 volatile register usage warnings from the compiler.
1740
d4abeca5
DM
1741 * sysdeps/sparc/nptl/sem_init.c: Delete.
1742 * sysdeps/sparc/nptl/sem_post.c: Delete.
1743 * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1744 * sysdeps/sparc/nptl/sem_wait.c: Delete.
1745 * sysdeps/sparc/sparc32/sem_init.c: New file.
1746 * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1747 * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1748 padding explicitly initialized.
1749 * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1750 padding for in-semaphore spinlock.
1751 * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1752 * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1753 * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1754 * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1755 * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1756 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1757 * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1758 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1759 version.
1760 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1761 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1762
5f3d0b78
L
17632015-01-30 H.J. Lu <hongjiu.lu@intel.com>
1764
1765 [BZ #17801]
1766 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1767 Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1768 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1769 New.
1770 (index_AVX_Fast_Unaligned_Load): Likewise.
1771 (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1772 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1773 bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1774 * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1775 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1776 * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1777 * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1778 HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1779 * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1780
b658fdd8
AS
17812015-01-29 Andreas Schwab <schwab@suse.de>
1782
1783 * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1784
3cb26316
SP
17852015-01-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1786
1787 [BZ #17892]
1788 * nscd/nscd_stat.c (send_stats): Initialize DATA.
1789
527de9e4
MS
17902015-01-28 Martin Sebor <msebor@redhat.com>
1791
1792 * math/README.libm-test: Clarify. Add "How to read the test output."
1793
06991eb8
CM
17942015-01-28 Chris Metcalf <cmetcalf@ezchip.com>
1795
1796 * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1797 Define to 0.
1798
df341342
JM
17992015-01-28 Joseph Myers <joseph@codesourcery.com>
1800
1801 * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1802 (__HAVE_64B_ATOMICS): Define to 0.
1803
08cee2a4
AZ
18042015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1805
d4d0ecb2
AZ
1806 [BZ #17885]
1807 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1808 value to set as new flag.
1809
08cee2a4
AZ
1810 [BZ #16576]
1811 * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1812 and use _ARCH_PPCSQ instead.
1813 (__ieee754_sqrt): Likewise.
1814 (__ieee754_sqrtf): Likewise.
1815 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1816 _ARCH_PPCSQ is defined.
1817 (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1818 fsqrt instruction.
1819 * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1820 _ARCH_PPCSQ is defined.
1821 (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1822 fsqrts instruction.
1823 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1824
5fe8e359
AK
18252015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1826
1827 * iconv/loop.c: Suppress array out of bound warning caused by GCC
1828 bug (GCC BZ #64739).
1829
24bb7432
AS
18302015-01-25 Andreas Schwab <schwab@linux-m68k.org>
1831
fa20da31
AS
1832 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1833 Mark _retval as used.
1834 (lll_futex_wake_unlock): Likewise.
1835 (lll_futex_timed_wait_requeue_pi): Likewise.
1836
45819cbc
AS
1837 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1838 (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1839 register variables.
1840
403cc231
AS
1841 * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1842 libm_hidden_def.
1843
24bb7432
AS
1844 * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1845 (__bswap_64): Mark as __always_inline.
1846
9317ea65
B
18472015-01-25 Bram <bug_rh@spam.wizbit.be>
1848
1849 [BZ #15378]
1850 * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1851 when none of the search directories exist.
1852
0e87343e
AZ
18532015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1854
bea58013
AZ
1855 [BZ #17869]
1856 * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1857 power8 in .machine directive.
1858
0e87343e
AZ
1859 [BZ #17868]
1860 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1861 set dependency from opd value.
1862
ede0236c
L
18632015-01-23 H.J. Lu <hongjiu.lu@intel.com>
1864
1865 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
972af9e8
L
1866 Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1867 architecture.
ede0236c 1868
22971c35
L
18692015-01-23 H.J. Lu <hongjiu.lu@intel.com>
1870
1871 [BZ #17870]
1872 * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1873 with uint64_t.
1874 * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1875 (uint64_t) 1.
e0da28a1 1876 (__new_sem_wait_fast): Replace unsigned long with uint64_t.
22971c35
L
1877 (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1878 Replace 1UL with (uint64_t) 1.
1879 * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1880 int with uint64_t.
1881
da5bf245
RM
18822015-01-23 Roland McGrath <roland@hack.frob.com>
1883
2ec2d703
RM
1884 * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1885 (if_freenameindex): Likewise.
1886
da5bf245
RM
1887 * resource/getrlimit64.c: Add missing libc_hidden_def.
1888
d7423856
JM
18892015-01-22 Joseph Myers <joseph@codesourcery.com>
1890
1891 * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1892 __label__.
1893 (_FP_FMA): Likewise.
1894 (_FP_TO_INT_ROUND): Likewise.
1895 (_FP_FROM_INT): Likewise.
1896
6b2ba95b
AZ
18972015-01-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1898
1899 [BZ #16418]
1900 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1901 Make code racy and cancel safe.
1902
ccdb048d
CD
19032015-01-21 Carlos O'Donell <carlos@redhat.com>
1904
191220b3
CD
1905 * sysdeps/arm/unwind-resume.h: Fix copyright year.
1906 * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1907 attribution.
1908
0897c551
CD
1909 * pwd/tst-getpw.c: Rewrite.
1910
ccdb048d
CD
1911 [BZ #17702]
1912 * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1913 (modules-names): Add moddummy1 and moddummy2.
1914 ($(objpfx)tst-rec-dlopen): Define.
1915 * dlfcn/moddummy1.c: New file.
1916 * dlfcn/moddummy2.c: New file.
1917 * dlfcn/tst-rec-dlopen.c: New file.
1918 * elf/dl-cache.c (_dl_load_cache_lookup):
1919 Return char*. Copy result with alloca/strcpy/strdup.
1920 * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1921 returns char*. Free cached. If not saving realname
1922 free cached.
1923 * elf/dl-open.c (dl_open_worker): Do not assert that
1924 _r_debug->r_state is RT_CONSISTENT.
1925 * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1926 returns char*.
1927
042e1521
CD
19282015-01-21 Torvald Riegel <triegel@redhat.com>
1929 Carlos O'Donell <carlos@redhat.com>
1930
1931 [BZ #12674]
1932 * nptl/sem_waitcommon.c: New file.
1933 * nptl/sem_wait.c: Include sem_waitcommon.c.
1934 (__sem_wait_cleanup, do_futex_wait): Remove.
1935 (__new_sem_wait): Adapt.
1936 (__new_sem_trywait): New function.
1937 (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1938 * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1939 (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1940 (sem_timedwait): Adapt.
1941 * nptl/sem_post.c (__new_sem_post): Adapt.
1942 (futex_wake): New function.
1943 (__old_sem_post): Add release MO fence.
1944 * nptl/sem_open.c (sem_open): Adapt.
1945 * nptl/sem_init.c (__new_sem_init): Adapt.
1946 (futex_private_if_supported): New function.
1947 * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1948 (__old_sem_getvalue): Add using previous code.
1949 * sysdeps/nptl/internaltypes.h: Adapt.
1950 * nptl/tst-sem13.c (do_test): Adapt.
1951 * nptl/tst-sem11.c (main): Adapt.
1952 * nptl/sem_trywait.c: Remove.
1953 * nptl/DESIGN-sem.txt: Remove.
1954 * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1955 (gen-as-const-headers): Remove structsem.sym.
1956 * nptl/structsem.sym: Remove.
1957 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1958 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1959 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1960 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1961 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1962 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1963 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1964 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1965 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1966 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1967 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1968 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1969 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1970 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1971 * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1972 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1973 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1974 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1975 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1976 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1977 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1978 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1979
fe0e85af
CD
19802015-01-20 Carlos O'Donell <carlos@redhat.com>
1981
a8db092e
CD
1982 * INSTALL: Regenerated.
1983
fe0e85af
CD
1984 * po/libc.pot: Regenerated.
1985
522e6ee3
CLT
19862015-01-18 Chung-Lin Tang <cltang@codesourcery.com>
1987 Sandra Loosemore <sandra@codesourcery.com>
1988 Andrew Jenner <andrew@codesourcery.com>
1989 Joseph Myers <joseph@codesourcery.com>
1990 Nathan Sidwell <nathan@codesourcery.com>
1991
1992 * NEWS: Mention new Nios II port.
1993 * sysdeps/nios2/Implies: New file.
1994 * sysdeps/nios2/Makefile: New file.
1995 * sysdeps/nios2/Subdirs: New file.
1996 * sysdeps/nios2/Versions: New file.
1997 * sysdeps/nios2/__longjmp.S: New file.
1998 * sysdeps/nios2/abort-instr.h: New file.
1999 * sysdeps/nios2/backtrace.c: New file.
2000 * sysdeps/nios2/bits/endian.h: New file.
2001 * sysdeps/nios2/bits/fenv.h: New file.
2002 * sysdeps/nios2/bits/link.h: New file.
2003 * sysdeps/nios2/bits/setjmp.h: New file.
2004 * sysdeps/nios2/bsd-_setjmp.S: New file.
2005 * sysdeps/nios2/bsd-setjmp.S: New file.
2006 * sysdeps/nios2/configure: New generated file.
2007 * sysdeps/nios2/configure.ac: New file.
2008 * sysdeps/nios2/crti.S: New file.
2009 * sysdeps/nios2/crtn.S: New file.
2010 * sysdeps/nios2/dl-init.c: New file.
2011 * sysdeps/nios2/dl-machine.h: New file.
2012 * sysdeps/nios2/dl-sysdep.h: New file.
2013 * sysdeps/nios2/dl-tls.h: New file.
2014 * sysdeps/nios2/dl-trampoline.S: New file.
2015 * sysdeps/nios2/gccframe.h: New file.
2016 * sysdeps/nios2/gmp-mparam.h: New file.
2017 * sysdeps/nios2/jmpbuf-offsets.h: New file.
2018 * sysdeps/nios2/jmpbuf-unwind.h: New file.
2019 * sysdeps/nios2/ldsodefs.h: New file.
2020 * sysdeps/nios2/libc-tls.c: New file.
2021 * sysdeps/nios2/libm-test-ulps: New file.
2022 * sysdeps/nios2/machine-gmon.h: New file.
2023 * sysdeps/nios2/math-tests.h: New file.
2024 * sysdeps/nios2/math_private.h: New file.
2025 * sysdeps/nios2/memusage.h: New file.
2026 * sysdeps/nios2/nptl/Makefile: New file.
2027 * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2028 * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2029 * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2030 * sysdeps/nios2/nptl/pthreaddef.h: New file.
2031 * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2032 * sysdeps/nios2/nptl/tls.h: New file.
2033 * sysdeps/nios2/preconfigure: New file.
2034 * sysdeps/nios2/s_fma.c: New file.
2035 * sysdeps/nios2/s_fmaf.c: New file.
2036 * sysdeps/nios2/setjmp.S: New file.
2037 * sysdeps/nios2/sfp-machine.h: New file.
2038 * sysdeps/nios2/sotruss-lib.c: New file.
2039 * sysdeps/nios2/stackguard-macros.h: New file.
2040 * sysdeps/nios2/stackinfo.h: New file.
2041 * sysdeps/nios2/start.S: New file.
2042 * sysdeps/nios2/sysdep.h: New file.
2043 * sysdeps/nios2/tls-macros.h: New file.
2044 * sysdeps/nios2/tst-audit.h: New file.
2045 * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2046 * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2047 * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2048 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2049 * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2050 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2051 * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2052 * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2053 * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2054 * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2055 * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2056 * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2057 * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2058 * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2059 * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2060 * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2061 * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2062 * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2063 * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2064 * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2065 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2066 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2067 * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2068 * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2069 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2070 * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2071 * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2072 * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2073 * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2074 * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2075 * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2076 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2077 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2078 * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2079 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2080 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2081 * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2082 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2083 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2084 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2085 * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2086 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2087 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2088 * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2089
026eb207
SL
20902015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
2091
2092 [BZ #17844]
2093 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2094 (getutent): Use weak_alias in non SHARED case
2095 and default_symbol_version in SHARED case.
2096 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2097 (getutent_r, pututline): Likewise.
2098 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2099 (getutid): Likewise.
2100 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2101 (getutid_r): Likewise.
2102 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2103 (getutline): Likewise.
2104 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2105 (getutline_r): Likewise.
2106 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2107 (updwtmp): Likewise.
2108
1d532483
SL
21092015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
2110
2111 [BZ #17848]
2112 * sysdeps/s390/s390-32/memcmp.S
2113 (memcmp_g5): Rename to __memcmp_g5.
2114 * sysdeps/s390/s390-32/memcpy.S
2115 (memcpy_g5): Rename to __memcpy_g5.
2116 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2117 (memcpy_mvcle) Rename to __memcpy_mvcle.
2118 * sysdeps/s390/s390-32/memset.S
2119 (memset_g5): Rename to __memset_g5.
2120 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2121 (IFUNC_RESOLVE): Prefix ifunc-resolve function
2122 and use prefixed functions.
2123 * sysdeps/s390/s390-32/multiarch/memcmp.S
2124 (memcmp_z196): Rename to __memcmp_z196.
2125 (memcmp_z10): Rename to __memcmp_z10.
2126 (memcmp): Set alias to __memcmp_g5.
2127 (bcmp): Set alias to __memcmp_g5.
2128 * sysdeps/s390/s390-32/multiarch/memcpy.S
2129 (memcpy_z196): Rename to __memcpy_z196.
2130 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2131 (memcpy_z10): Rename to __memcpy_z10.
2132 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2133 (memcpy): Set alias to __memcpy_g5.
2134 * sysdeps/s390/s390-32/multiarch/memset.S
2135 (memset_z196): Rename to __memset_z196.
2136 Jump to __memset_mvcle instead of memset_mvcle.
2137 (memset_z10): Rename to __memset_z10.
2138 Jump to __memset_mvcle instead of memset_mvcle.
2139 (memset_mvcle) Rename to __memset_mvcle.
2140 (memset): Set alias to __memset_g5.
2141 * sysdeps/s390/s390-64/memcmp.S
2142 (memcmp_z900): Rename to __memcmp_z900.
2143 * sysdeps/s390/s390-64/memcpy.S
2144 (memcpy_z900): Rename to __memcpy_z900.
2145 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2146 (memcpy_mvcle) Rename to __memcpy_mvcle.
2147 * sysdeps/s390/s390-64/memset.S
2148 (memset_z900): Rename to __memset_z900.
2149 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2150 (IFUNC_RESOLVE): Prefix ifunc-resolve function
2151 and use prefixed functions.
2152 * sysdeps/s390/s390-64/multiarch/memcmp.S
2153 (memcmp_z196): Rename to __memcmp_z196.
2154 (memcmp_z10): Rename to __memcmp_z10.
2155 (memcmp): Set alias to __memcmp_z900.
2156 (bcmp): Set alias to __memcmp_z900.
2157 * sysdeps/s390/s390-64/multiarch/memcpy.S
2158 (memcpy_z196): Rename to __memcpy_z196.
2159 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2160 (memcpy_z10): Rename to __memcpy_z10.
2161 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2162 (memcpy): Set alias to __memcpy_z900.
2163 * sysdeps/s390/s390-64/multiarch/memset.S
2164 (memset_z196): Rename to __memset_z196.
2165 Jump to __memset_mvcle instead of memset_mvcle.
2166 (memset_z10): Rename to __memset_z10.
2167 Jump to __memset_mvcle instead of memset_mvcle.
2168 (memset_mvcle) Rename to __memset_mvcle.
2169 (memset): Set alias to __memset_z900.
2170
53fbd169
JM
21712015-01-14 Joseph Myers <joseph@codesourcery.com>
2172
2173 [BZ #17748]
2174 * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2175 __fesetenv instead of fesetenv.
2176
d639a363
SP
21772015-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2178
2179 * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2180 macro.
2181
d3b00f46
AZ
21822015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2183
ce6615c9
AZ
2184 * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2185 regression on LE.
2186
d3b00f46
AZ
2187 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2188 * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2189 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2190 strncmp-power8 object.
2191 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2192 (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2193 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2194 * NEWS: Update.
2195
72607db0
RS
21962015-01-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2197 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2198
2199 * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2200 trailing byte check.
2201
54dc5461
DM
22022015-01-13 David S. Miller <davem@davemloft.net>
2203
2204 * include/signal.h (__sigreturn): Guard with __USE_MISC.
2205
1c6e6f23
RM
22062015-01-13 Roland McGrath <roland@hack.frob.com>
2207
2208 * login/logout.c (logout): Use memset rather than bzero.
2209 * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2210 * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2211 * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2212 (_gethtbyaddr): Likewise.
2213 * locale/programs/simple-hash.c (bcopy): Macro removed.
2214
96d6fd6c
AZ
22152015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2216
8bedcb5f
AZ
2217 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2218 Add strcmp-power8 object.
2219 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2220 (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2221 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2222 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2223 __strcmp_power8 implementation.
2224 * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2225 * NEWS: Update.
2226
f06a4faf
AZ
2227 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2228 Add strncpy-power8 and stpncpy-power8 objects.
2229 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2230 (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2231 implementations.
2232 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2233 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2234 __stpncpy_power8 implementation.
2235 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2236 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2237 __strncpy_power8 implementation.
2238 * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2239 * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2240 * NEWS: Update.
2241
9f2f36e5
AZ
2242 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2243 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2244 * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2245
96d6fd6c 2246 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
94c96809
AZ
2247 strncat-power8 object.
2248 * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2249 __strcat_power8 implementation.
2250 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2251 (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2252 * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2253 optimized strcat for power8.
2254
2255 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
96d6fd6c
AZ
2256 strcpy-power8 and stpcpy-power8 objects.
2257 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2258 (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2259 implementations.
2260 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2261 multiarch stpcpy implementation for POWER8.
2262 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2263 multiarch strcpy implementation for POWER8.
2264 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2265 __strcpy_power8 function.
2266 * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2267 stpcpy for POWER8.
2268 * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2269 strcpy for POWER8.
2270 * NEWS: Update.
2271
0f9e5854
LH
22722015-01-13 Leonhard Holz <leonhard.holz@web.de>
2273
2274 [BZ #16009]
2275 * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2276 weights and rules. Use do_xfrm_cached if data fits in cache,
2277 do_xfrm otherwise. Moved former main loop to...
2278 * (do_xfrm_cached): New function.
2279 * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2280 find_idx, find_position and stack_push.
2281 * (find_idx): New function.
2282 * (find_position): Likewise.
2283 * localedata/sort-test.sh: Added test run for do_xfrm.
2284 * localedata/xfrm-test.c (main): Added command line option
2285 -nocache to run the test with strings that are too large for
2286 the STRXFRM cache.
2287
c60ec0e0
TR
22882015-01-13 Torvald Riegel <triegel@redhat.com>
2289
2290 * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2291 variable to lll_futex_wake call, not the value itself.
2292
34e93d6c
JM
22932015-01-12 Joseph Myers <joseph@codesourcery.com>
2294
5a9e4c09
JM
2295 [BZ #17803]
2296 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2297 twom64. Adjust value to 0x1p-64L.
2298 (__scalblnl): Only return standard underflowing result for K <=
2299 -64 not K <= -63; adjust exponent for underflowing result by 64
2300 not 63.
2301 * math/libm-test.inc (scalbn_test_data): Add more tests.
2302 (scalbln_test_data): Likewise.
2303
34e93d6c
JM
2304 [BZ #17834]
2305 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2306 0x1p63L.
2307 (__scalblnl): Get new exponent of adjusted subnormal value from ES
2308 not HX.
2309 * math/libm-test.inc (scalbn_test_data): Add more tests.
2310 (scalbln_test_data): Likewise.
2311
ca677d3c
AZ
23122015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2313 Stefani Seibold <stefani@seibold.net>
2314
2315 * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2316 (sysdep_routines): Add dl-vdso here, ...
2317 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2318 (sysdep_routines): ... not here.
2319 * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2320 fallback when vDSO is not presented.
2321 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2322 Define with libc_hidden_proto/libc_hidden_data_def definitions.
2323 (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2324 * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2325 * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2326 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2327 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2328 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2329 * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2330 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2331 * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here. Also added
2332 fallback configurable symbol when vDSO is not available.
2333 * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2334 * sysdeps/unix/sysv/linux/x86/time.c: ... here. Also refactored to
2335 be able to redefine fallback symbol when vDSO is not available.
2336 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2337 * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2338
49a9f6ab 23392015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8d2c0a59 2340
56cf2763
AZ
2341 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2342 (TLS_INIT_TP): Add tm_capable initialization.
2343 (TLS_DEFINE_INIT_TP): Likewise.
2344 (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2345 TCB.
2346 (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2347 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2348 calculation.
2349 * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2350 transactoion is lock elision is built and TCB tm_capable is set.
2351 * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2352 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2353 (INTERNAL_SYSCALL_NCS): Likewise.
2354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2355 (INTERNAL_SYSCALL_NCS): Likewise.
2356 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2357
4b45943a
AZ
2358 * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2359 for powerpc.
2360 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2361 [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2362 and remove it for 32 bits case.
2363 [pthread_rwlock_t] (__rwelision): New field for lock elision.
2364 (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2365 initialization.
2366 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2367 Disable lock elision with rdlocks if elision is not available.
2368
8d2c0a59
AZ
2369 * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2370 (sysdep_routines): Add lock elision objects.
2371 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2372 [pthread_mutex_t] (__spins): Rework to add lock elision field.
2373 [pthread_mutex_t] (__elision): Add field.
2374 [__PTHREAD_SPINS]: Adjust to init lock elision field.
2375 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2376 elision definitions for powerpc.
2377 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2378 implementation of lock elision for powerpc.
2379 * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2380 implementation of timed lock elision for powerpc.
2381 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2382 implementation of trylock with lock elision for powerpc.
2383 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2384 implementaion of unlock for lock elision for powerpc.
2385 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2386 automatic enable lock elision for mutexes.
2387 * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2388 transaction execution definitions for powerpc.
2389 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2390 definitions.
2391 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2392 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2393 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2394 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2395 * NEWS: Update.
2396
bc0ed9f7
RM
23972015-01-09 Roland McGrath <roland@hack.frob.com>
2398
2399 * sysdeps/posix/shm-directory.c: Use <> rather than ""
2400 for #include of <shm-directory.h>.
2401
585d9c18
CLT
24022015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
2403
2404 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2405 assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2406
aee6626c
MF
24072015-01-09 Matthew Fortune <matthew.fortune@imgtec.com>
2408
2409 [BZ #17791]
2410 * NEWS: Mention bug fix.
2411 * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2412 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2413 (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2414
9e560f48
TR
24152015-01-09 Torvald Riegel <triegel@redhat.com>
2416
2417 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2418
e1cfbd0c
TR
24192015-01-09 Torvald Riegel <triegel@redhat.com>
2420
2421 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2422
cf71e44f
DH
24232015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2424
2425 * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2426 pointer and cast to uintptr_t.
2427
b360ee62
DH
24282015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2429
2430 * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2431 removed.
2432 (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2433
caff764e
DH
24342015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2435
2436 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2437 of 0.
2438
59ff172f
RM
24392015-01-08 Roland McGrath <roland@hack.frob.com>
2440
c97d27f1
RM
2441 * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2442 <nptl/pthreadP.h> instead.
2443 * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2444
08734ccd
RM
2445 * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2446 already defined.
2447 [__SIGRTMIN] (init): Function removed.
2448 [__SIGRTMIN] (initialized): Variable removed.
2449 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2450 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2451 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2452 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2453 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2454 (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2455 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2456 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2457 (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2458 (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2459 (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2460 * sysdeps/nptl/allocrtsig.c: New file.
2461 * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2462 * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2463 * sysdeps/generic/testrtsig.h: File removed.
2464
7b052e33
RM
2465 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2466 (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2467
cc40d25e
RM
2468 * nptl/nptl-init.c (pthread_functions): Conditionalize
2469 .ptr__nptl_setxid initialization on [SIGSETXID].
2470
9287adf0
RM
2471 * sysdeps/nptl/sys/procfs.h: New file.
2472 * nptl_db/Makefile (headers): Add it.
2473 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2474
59ff172f
RM
2475 * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2476 * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2477 * nptl/pthread_attr_setaffinity.c: Include it.
2478 * nptl/pthread_setattr_default_np.c: Likewise.
2479 * nptl/check-cpuset.h: New file.
2480
b9205857
RH
24812015-01-08 Richard Henderson <rth@redhat.com>
2482
2483 * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2484 (CFLAGS-tst-execstack-prog.c): Likewise.
2485 * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2486
1a0a8d15
CLT
24872015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
2488 Sandra Loosemore <sandra@codesourcery.com>
2489 Andrew Jenner <andrew@codesourcery.com>
2490 Joseph Myers <joseph@codesourcery.com>
2491 Nathan Sidwell <nathan@codesourcery.com>
2492
2493 * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2494 (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2495 (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2496 (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2497 (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2498 (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2499 (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
00b8b9ba
SP
2500 (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2501 (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2502 (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2503 (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2504 (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2505 (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1a0a8d15
CLT
2506 (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2507 (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2508 (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2509 (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2510
dd6e8af6
AZ
25112015-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2512
2513 * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2514 timespec struct member in syscall macro.
2515 * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2516 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2517 first timeval struct member in syscall macro.
2518 * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2519
8116321f
JM
25202015-01-07 Joseph Myers <joseph@codesourcery.com>
2521
2522 [BZ #17748]
2523 * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2524 * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2525 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2526 __feupdateenv and define as weak alias of __feupdateenv. Use
2527 libm_hidden_weak.
2528 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2529 libm_hidden_def.
2530 * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2531 and define as weak alias of __feupdateenv. Use libm_hidden_weak.
2532 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2533 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2534 libm_hidden_def.
2535 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2536 __feupdateenv and define as weak alias of __feupdateenv. Use
2537 libm_hidden_weak.
2538 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2539 libm_hidden_def.
2540 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2541 __feupdateenv and define as weak alias of __feupdateenv. Use
2542 libm_hidden_weak.
2543 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2544 libm_hidden_def.
2545 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2546 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2547 (__feupdateenv): Likewise.
2548 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2549 __feupdateenv and define as weak alias of __feupdateenv. Use
2550 libm_hidden_weak.
2551 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2552 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2553 libm_hidden_def.
2554 * sysdeps/tile/math_private.h (__feupdateenv): New inline
2555 function.
2556 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2557 libm_hidden_def.
2558 * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2559 __feupdateenv instead of feupdateenv.
2560 (default_libc_feupdateenv_test): Likewise.
2561 (libc_feresetround_ctx): Likewise.
2562
882dfe18
AZ
25632015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2564
2565 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2566 prototype.
2567
39a12f8d
CM
25682015-01-07 Chris Metcalf <cmetcalf@ezchip.com>
2569
2570 * posix/regcomp.c (parse_bracket_exp): Initialize type to
2571 COLL_SYM in a couple of places to avoid uninitialized variable
2572 wanings on tilegx gcc 4.8.2.
2573
dc400d7b
RE
25742015-01-07 Richard Earnshaw <rearnsha@arm.com>
2575
2576 * sysdeps/aarch64/strcpy.S: New file.
2577 * sysdeps/aarch64/stpcpy.S: New file.
2578 * NEWS: Updated.
2579
ec582ca0
RE
25802015-01-07 Richard Earnshaw <rearnsha@arm.com>
2581
2582 * sysdeps/aarch64/strrchr.S: New file.
2583 * NEWS: Updated.
2584
d5b1c5ed
EB
25852015-01-07 Eric Biggers <ebiggers3@gmail.com>
2586
2587 [BZ #17658]
2588 * stdlib/setenv.c: Fix memory leak when setting large,
2589 duplicate string.
2590
fb87ee96
VN
25912015-01-06 Vladimir A. Nazarenko <naszar@ya.ru>
2592
60f046a8 2593 [BZ #17273]
fb87ee96
VN
2594 * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2595 and tabs from buffer before parsing fstab entry.
2596 * misc/tst-mntent.c (main): Add test for mount entry with
2597 trailing spaces and tabs.
2598
cd42798a
JM
25992015-01-06 Joseph Myers <joseph@codesourcery.com>
2600
01238691
JM
2601 [BZ #17748]
2602 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
2603 * math/fesetround.c (fesetround): Rename to __fesetround and
2604 define as weak alias of __fesetround. Use libm_hidden_weak.
2605 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2606 * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2607 * sysdeps/arm/fesetround.c (fesetround): Likewise.
2608 * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2609 * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2610 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2611 * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2612 * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2613 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2614 __fesetround_inline.
2615 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2616 __fesetround_inline instead of __fesetround.
2617 * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2618 __fesetround and define as weak alias of __fesetround. Use
2619 libm_hidden_weak. Call __fesetround_inline instead of
2620 __fesetround.
2621 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2622 __fesetround and define as weak alias of __fesetround. Use
2623 libm_hidden_weak.
2624 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2625 Likewise.
2626 * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2627 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2628 * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2629 * sysdeps/tile/math_private.h (__fesetround): New inline function.
2630 * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2631 __fesetround and define as weak alias of __fesetround. Use
2632 libm_hidden_weak.
2633 * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2634 __fesetround instead of fesetround.
2635 (default_libc_feholdexcept_setround): Likewise.
2636 (libc_feholdsetround_ctx): Likewise.
2637 (libc_feholdsetround_noex_ctx): Likewise.
2638
cd42798a
JM
2639 [BZ #17748]
2640 * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2641 * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2642 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2643 and define as weak alias of __fesetenv. Use libm_hidden_weak.
2644 * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2645 * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2646 define as weak alias of __fesetenv. Use libm_hidden_weak.
2647 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2648 * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2649 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2650 define as weak alias of __fesetenv. Use libm_hidden_weak.
2651 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2652 * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2653 define as weak alias of __fesetenv. Use libm_hidden_weak.
2654 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2655 libm_hidden_def.
2656 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2657 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2658 Likewise.
2659 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2660 define as weak alias of __fesetenv. Use libm_hidden_weak.
2661 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2662 * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2663 * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2664 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2665 and define as weak alias of __fesetenv. Use libm_hidden_weak.
2666 * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2667 __fesetenv instead of fesetenv.
2668 (libc_feresetround_noex_ctx): Likewise.
2669 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2670 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2671 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2672 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2673 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2674 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2675 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2676 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2677 (__feupdateenv): Likewise.
2678 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2679 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2680 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2681 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2682
38949026
AJ
26832015-01-06 Aurelien Jarno <aurelien@aurel32.net>
2684
1cf98e27 2685 [BZ #17806]
38949026
AJ
2686 * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2687 addresses have been freed.
2688
5fe55e9c
AJ
26892015-01-06 Aurelien Jarno <aurelien@aurel32.net>
2690
2691 * resolv/res_init.c (__res_vinit): Improve comments about nserv
2692 and nservall.
2693
dc8ab018
OB
26942015-01-06 Ondřej Bílka <neleai@seznam.cz>
2695
2696 * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2697 Clean up check_pf allocation pattern. addresses
2698
14bb4e57
AZ
26992015-01-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2700
2701 * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2702 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2703 * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2704 * nptl/pthread_exit.c (__pthread_exit): Likewise.
2705 * nptl/pthread_join.c (pthread_join): Likewise.
2706 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2707 * sysdeps/posix/waitid.c (__waitid): Likewise.
2708 * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2709 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2710 * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2711 * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2712 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2713 Likewise.
2714 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2715 (__libc_pread64): Likewise.
2716 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2717 (__libc_pwrite): Likewise.
2718 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2719 (__libc_pwrite64): Likewsie.
2720 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2721 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2722 * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2723 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2724 * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2725 * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2726 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2727 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2728 Likewise.
2729 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2730 (__libc_pread64): Likewise.
2731 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2732 Likewise.
2733 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2734 (__libc_pwrite64): Likewise.
2735 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2736 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2737 * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2738 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2739 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2740 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2741 * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2742 * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2743 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2744 * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2745 * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2746 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2747 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2748 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2749 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2750 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2751 Likewise.
2752
10a5e112
AS
27532015-01-06 Andrew Senkevich <andrew.n.senkevich@gmail.com>
2754
2755 * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2756 (CFLAGS-test-double.c): Likewise.
2757 (CFLAGS-test-ldouble.c): Likewise.
2758 (CPPFLAGS-test-ifloat.c): Likewise.
2759 (CPPFLAGS-test-idouble.c): Likewise.
2760 (CPPFLAGS-test-ildoubl.c): Likewise.
2761 (CFLAGS-test-test-fenv.c): Remove variable.
2762 (CFLAGS-test-misc.c): Likewise.
2763
57ada0e7
L
27642015-01-06 H.J. Lu <hongjiu.lu@intel.com>
2765
2766 [BZ #17797]
2767 * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2768 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2769 * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2770 CLOCKS_PER_SEC == 1000000.
2771 * time/clocktest.c (main): Replace %ld with %jd and cast to
2772 intmax_t.
2773
46abb64d
RM
27742015-01-05 Roland McGrath <roland@hack.frob.com>
2775
2776 * sysdeps/generic/unwind-resume.h: New file.
2777 * sysdeps/gnu/unwind-resume.c: Include it.
2778 (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2779 (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2780 argument list.
2781 (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2782 global rather than static.
2783 (_Unwind_Resume): Update user.
2784 Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2785 (init): Likewise. Renamed to __libgcc_s_init, made hidden global
2786 rather than static. Add __attribute__ ((cold)).
2787 (_Unwind_Resume, __gcc_personality_v0): Update callers.
2788 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2789 * sysdeps/arm/arm-unwind-resume.S: New file.
2790 * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2791 * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2792 * sysdeps/arm/Makefile [$(subdir) = csu]
2793 (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2794 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2795 Add rt-arm-unwind-resume.
2796 [$(subdir) = nptl]
2797 (libpthread-sysdep_routines, libpthread-shared-only-routines):
2798 Add pt-arm-unwind-resume.
2799 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2800 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2801
ef9faf13
JM
28022015-01-05 Joseph Myers <joseph@codesourcery.com>
2803
2804 [BZ #17748]
2805 * include/fenv.h (__feholdexcept): Declare. Use
2806 libm_hidden_proto.
2807 * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2808 define as weak alias of __feholdexcept. Use libm_hidden_weak.
2809 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2810 * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2811 * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2812 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2813 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2814 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2815 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2816 * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2817 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2818 * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2819 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2820 (feholdexcept): Likewise.
2821 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2822 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2823 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2824 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2825 * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2826 __feholdexcept instead of feholdexcept.
2827 (default_libc_feholdexcept_setround): Likewise.
2828
295a453e
SE
28292015-01-05 Steve Ellcey <sellcey@imgtec.com>
2830
2831 * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2832 to avoid using stl/str to align destination.
2833
882c4b9f
SE
28342015-01-05 Steve Ellcey <sellcey@imgtec.com>
2835
2836 * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2837
ac4c11f5
JM
28382015-01-05 Joseph Myers <joseph@codesourcery.com>
2839
2840 [BZ #17796]
2841 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2842 [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2843 Define as weak alias not strong alias.
2844
03403e30
SE
28452015-01-05 Steve Ellcey <sellcey@imgtec.com>
2846
2847 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2848 bltzal with addiupc.
2849 (RTLD_START): Ditto.
2850
1dca195e
CM
28512015-01-05 Chris Metcalf <cmetcalf@ezchip.com>
2852
00b8b9ba
SP
2853 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2854 for __vdso_* functions in declarations.
2855 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2856 definitions.
2857 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2858 INTERNAL_VSYSCALL): Use struct return types to check for error.
7ea793f3 2859
1dca195e
CM
2860 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2861 && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2862 function with cast from llround().
2863 * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2864 * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2865 Define.
2866
a287953a
JM
28672015-01-05 Joseph Myers <joseph@codesourcery.com>
2868
ab70da77
JM
2869 [BZ #17793]
2870 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2871 Define as weak alias not strong alias.
2872
b8986484
JM
2873 [BZ #17635]
2874 * ctype/ctype-c99.c: New file. isblank implementation moved from
2875 ...
2876 * ctype/ctype-extn.c: ... here.
2877 (__isblank_l): Move to ...
2878 * ctype/ctype-c99_l.c: ... here. New file.
2879 * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2880 * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2881 Remove variable.
2882 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2883 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2884 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2885 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2886 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2887
a287953a
JM
2888 [BZ #17777]
2889 * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2890 (posix_fadvise64): Define as weak alias not strong alias.
2891 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2892 (posix_fallocate64): Likewise.
2893 * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2894 Remove variable.
2895 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2896 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2897 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2898 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2899 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2900
b1efe3bb
MF
29012015-01-05 Matthew Fortune <matthew.fortune@imgtec.com>
2902
2903 [BZ #16191]
2904 * NEWS: Mention bug fix.
2905 * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2906 (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2907 (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2908 (HOST_STACK_END_ADDR): Likewise.
2909
9706dc5f
JM
29102015-01-02 Joseph Myers <joseph@codesourcery.com>
2911
b93c2205
JM
2912 [BZ #17748]
2913 * include/fenv.h (__fegetround): Declare. Use libm_hidden_proto.
2914 * math/fegetround.c (fegetround): Rename to __fegetround and
2915 define as weak alias of __fegetround. Use libm_hidden_weak.
2916 * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2917 * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2918 * sysdeps/arm/fegetround.c (fegetround): Likewise.
2919 * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2920 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2921 * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2922 * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2923 * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2924 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2925 Undefine after rather than before function definition; use
2926 parentheses around function name in definition.
2927 (__fegetround): Also undefine macro after function definition.
2928 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2929 __fegetround and define as weak alias of __fegetround. Use
2930 libm_hidden_weak. Do not undefine as macro.
2931 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2932 Likewise.
2933 * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2934 __fegetround and define as weak alias of __fegetround. Use
2935 libm_hidden_weak.
2936 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2937 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2938 * sysdeps/tile/math_private.h (__fegetround): New inline function.
2939 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2940 __fegetround and define as weak alias of __fegetround. Use
2941 libm_hidden_weak.
2942 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2943 __fegetround instead of fegetround.
2944
253a59cc
JM
2945 [BZ #17782]
2946 * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2947 Condition macro definition on [__USE_MISC].
2948
27dae011
JM
2949 [BZ #17781]
2950 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2951 (struct sigaction): Change type of sa_flags field to int.
2952
172019c0
JM
2953 [BZ #17780]
2954 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2955 [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2956 __glibc_reserved0.
2957
522ad1d6
JM
2958 * nptl/version.c (banner): Use single year in copyright notice.
2959
9706dc5f
JM
2960 * NEWS: Update copyright dates.
2961 * catgets/gencat.c (print_version): Likewise.
2962 * csu/version.c (banner): Likewise.
2963 * debug/catchsegv.sh: Likewise.
2964 * debug/pcprofiledump.c (print_version): Likewise.
2965 * debug/xtrace.sh (do_version): Likewise.
2966 * elf/ldconfig.c (print_version): Likewise.
2967 * elf/ldd.bash.in: Likewise.
2968 * elf/pldd.c (print_version): Likewise.
2969 * elf/sotruss.sh: Likewise.
2970 * elf/sprof.c (print_version): Likewise.
2971 * iconv/iconv_prog.c (print_version): Likewise.
2972 * iconv/iconvconfig.c (print_version): Likewise.
2973 * locale/programs/locale.c (print_version): Likewise.
2974 * locale/programs/localedef.c (print_version): Likewise.
2975 * login/programs/pt_chown.c (print_version): Likewise.
2976 * malloc/memusage.sh (do_version): Likewise.
2977 * malloc/memusagestat.c (print_version): Likewise.
2978 * malloc/mtrace.pl: Likewise.
2979 * manual/libc.texinfo: Likewise.
2980 * nptl/version.c (banner): Likewise.
2981 * nscd/nscd.c (print_version): Likewise.
2982 * nss/getent.c (print_version): Likewise.
2983 * nss/makedb.c (print_version): Likewise.
2984 * posix/getconf.c (main): Likewise.
2985 * scripts/test-installation.pl: Likewise.
2986 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2987
b8607aac
WN
29882015-01-02 Will Newton <will.newton@linaro.org>
2989
2990 * sysdeps/arm/armv7/configure: Removed.
2991 * sysdeps/arm/armv7/configure.ac: Likewise.
2992
b168057a
JM
29932015-01-02 Joseph Myers <joseph@codesourcery.com>
2994
2995 * All files with FSF copyright notices: Update copyright dates
2996 using scripts/update-copyrights.
2997 * intl/plural.c: Regenerated.
2998 * locale/programs/charmap-kw.h: Likewise.
2999 * locale/programs/locfile-kw.h: Likewise.
3000
b217c15f
SP
30012015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
3002
3003 * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3004
73a268c7
JM
30052014-12-31 Joseph Myers <joseph@codesourcery.com>
3006
3007 [BZ #17748]
3008 * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3009 * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3010 * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3011 and define as weak alias of __fegetenv. Use libm_hidden_weak.
3012 * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3013 * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3014 define as weak alias of __fegetenv. Use libm_hidden_weak.
3015 * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3016 * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3017 * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3018 define as weak alias of __fegetenv. Use libm_hidden_weak.
3019 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3020 * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3021 define as weak alias of __fegetenv. Use libm_hidden_weak.
3022 * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3023 libm_hidden_def.
3024 * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3025 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3026 Likewise.
3027 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3028 define as weak alias of __fegetenv. Use libm_hidden_weak.
3029 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3030 * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3031 * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3032 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3033 and define as weak alias of __fegetenv. Use libm_hidden_weak.
3034 * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3035 __fegetenv instead of fegetenv.
3036 (libc_feholdsetround_noex_ctx): Likewise.
3037
0bd95672
MF
30382014-12-31 Matthew Fortune <matthew.fortune@imgtec.com>
3039
3040 * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3041 (Elf_MIPS_ABIFlags_v0): New structure.
3042 (EF_MIPS_FP64): Define.
3043 (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3044 (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3045 (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3046 (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3047 (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3048 (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3049 (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3050 (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3051 (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3052 (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3053 (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3054 (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3055 (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3056 (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3057 (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3058 (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3059 (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3060 (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3061 (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3062 * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3063 tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3064 * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3065 field.
3066 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3067 EF_MIPS_FP64.
3068 * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3069 * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3070 * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3071 * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3072 * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3073 * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3074 * sysdeps/mips/tst-abi-interlink.c: Likewise.
3075 * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3076 * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3077 * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3078 * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3079 record the current FP ABI extension.
3080 (mips-mode-switch): Define to show if kernel headers support mode
3081 switching.
3082 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3083 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3084 supported SYSV ABI version to 3.
3085 * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3086 feature.
3087
f59ad976
RS
30882014-12-31 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3089 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3090
3091 * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3092 path.
3093 * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3094
4a3d3999
JM
30952014-12-31 Joseph Myers <joseph@codesourcery.com>
3096
3097 * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3098 __fegetround and redefine to call __fegetround. Remove condition
3099 on [!__NO_MATH_INLINES].
3100 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3101 function.
3102 * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3103 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3104 Remove macro.
3105 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3106 instead of <fenv_libc.h>.
3107 (__llrintl): Call fegetround instead of __fegetround.
3108 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3109 instead of <fenv_libc.h>.
3110 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3111 (__lrintl): Call fegetround instead of __fegetround.
3112 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3113 instead of <fenv_libc.h>.
3114 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3115 (__rintl): Call fegetround instead of __fegetround.
3116
195f3afc
SP
31172014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
3118
3119 * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3120 arrays.
3121
7062bd42
L
31222014-12-30 H.J. Lu <hongjiu.lu@intel.com>
3123
3124 [BZ #17775]
3125 * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3126 (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3127 (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3128
07256e18
AS
31292014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
3130
3131 * sysdeps/i386/tls-macros.h: Include <features.h>.
3132 (TLS_LE): Use non-PIC version for GCC >= 5.0.
3133 (TLS_IE): Likewise.
3134 (TLS_LD): Likewise.
3135 (TLS_GD): Likewise.
3136 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3137 define for GCC >= 5.0.
3138
1ff950ad
CM
31392014-12-30 Chris Metcalf <cmetcalf@ezchip.com>
3140
3141 * math/test-fenv.c (test_single_exception, set_single_exc,
3142 feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3143 feexcp_mask_test, feenable_test, fe_single_test): Add
3144 [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3145 case where they are not used.
3146 * math/libm-test.inc: Likewise.
3147 * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3148 unused in the absence of FP rounding/exception support.
3149 * stdio-common/tst-printf-round.c: Likewise.
3150 * stdlib/tst-strtod-round.c: Likewise.
3151 * stdlib/tst-strtod-underflow.c: Likewise.
3152
0747f818
JM
31532014-12-30 Joseph Myers <joseph@codesourcery.com>
3154
3155 [BZ #17723]
3156 * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3157 * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3158 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3159 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3160 libm_hidden_weak.
3161 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3162 * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3163 * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3164 libm_hidden_def.
3165 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3166 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3167 libm_hidden_weak.
3168 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3169 Likewise.
3170 * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3171 * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3172 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3173 libm_hidden_weak.
3174 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3175 libm_hidden_def.
3176 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3177 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3178 (__feraiseexcept): Likewise.
3179 * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3180 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3181 libm_hidden_weak.
3182 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3183 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3184 libm_hidden_def.
3185 * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3186 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3187 Use libm_hidden_def.
3188 * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3189 libm_hidden_def.
3190 (feraiseexcept): Define as weak not strong alias. Use
3191 libm_hidden_weak.
3192 * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3193 New inline function. Factored out of ...
3194 (feraiseexcept): ... here. Use __feraiseexcept_invalid_divbyzero.
3195 * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3196 * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3197 feraiseexcept.
3198 * math/w_acos.c (__acos): Likewise.
3199 * math/w_asin.c (__asin): Likewise.
3200 * math/w_ilogb.c (__ilogb): Likewise.
3201 * math/w_j0.c (y0): Likewise.
3202 * math/w_j1.c (y1): Likewise.
3203 * math/w_jn.c (yn): Likewise.
3204 * math/w_log.c (__log): Likewise.
3205 * math/w_log10.c (__log10): Likewise.
3206 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3207 * sysdeps/aarch64/fpu/math_private.h
3208 (libc_feupdateenv_test_aarch64): Likewise.
3209 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3210 * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3211 * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3212 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3213 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3214 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3215 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3216 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3217 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3218 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3219
8d2b2763
L
32202014-12-30 H.J. Lu <hongjiu.lu@intel.com>
3221
3222 [BZ #17732]
3223 * io/test-utime.c (main): Replace %ld with %jd and cast to
3224 intmax_t.
41fad830 3225 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
e401d5ca
L
3226 * nptl/tst-mutex5.c: Include <stdint.h>.
3227 (do_test): Replace %ld with %jd and cast to intmax_t.
6490d945
L
3228 * posix/tst-regex.c (run_test): Likewise.
3229 (run_test_backwards): Likewise.
5d619de4
L
3230 * rt/tst-clock.c: Include <stdint.h>.
3231 (clock_test): Replace %ld with %jd and cast to intmax_t.
3232 * rt/tst-cpuclock1.c: Include <stdint.h>.
3233 (do_test): Replace %lu with %ju and cast to uintmax_t.
3234 * rt/tst-cpuclock2.c: Include <stdint.h>.
3235 (do_test): Replace %lu with %ju and cast to uintmax_t.
3236 * rt/tst-mqueue1.c: Include <stdint.h>.
3237 (check_attrs): Replace %ld with %jd and cast to intmax_t.
3238 * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3239 intmax_t.
3240 * rt/tst-mqueue4.c (do_test): Likewise.
3241 * rt/tst-timer4.c: Include <stdint.h>.
3242 (check_ts): Replace %ld with %jd and cast to intmax_t.
3243 (do_test): Likewise.
ad86fbc3
L
3244 * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3245 and cast to intmax_t.
37f46900 3246 * sysdeps/pthread/tst-timer.c (main): Likewise.
fe342f50
L
3247 * time/clocktest.c (main): Likewise.
3248 * time/tst-posixtz.c (do_test): Likewise.
126f6c72 3249 * timezone/tst-timezone.c (main): Likewise.
8d2b2763 3250
8b4416d8
AS
32512014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
3252 H.J. Lu <hongjiu.lu@intel.com>
3253
3254 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3255 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3256 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3257 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3258 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3259 version if bit_Fast_Unaligned_Load is set.
3260 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3261 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3262 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3263 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3264 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3265 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3266 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3267 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3268 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3269 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3270 to 4.
3271 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3272 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3273 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3274 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3275
e47b8d3b
CM
32762014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
3277
6d6d7fde
CM
3278 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3279 instead of #if to avoid a Wundef warning.
3280 * stdlib/tst-limits.c (do_test): Likewise.
3281
cd2c37c9
CM
3282 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3283 parallel other exception macros.
3284 (fegetenv): Convert from macro to extern inline so that it applies
3285 retroactively to inline functions already seen by the compiler.
3286 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3287
e47b8d3b
CM
3288 * posix/Makefile (before-compile): Use $(objpfx) for
3289 posix-conf-vars-def.h.
3290
4a6aca7b
SP
32912014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
3292
7910c2ae
SP
3293 * posix/getconf.c (main): Use size_t for type of I.
3294 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3295 NSPEC.
3296
50cbbaa9
SP
3297 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3298 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3299 * posix/posix-envs.def: Likewise.
3300 * sysdeps/posix/sysconf.c: Likewise.
3301 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3302 (specs): Remove array.
3303 * scripts/gen-posix-conf-vars.awk: Support generation of specs
3304 array.
3305
3b566046
SP
3306 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3307 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3308 (__sysconf): Use CONF_IS_* macros.
3309
4a6aca7b
SP
3310 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3311 ($(objpfx)posix-conf-vars-def.h): New target.
3312 * posix/posix-conf-vars.list: New file.
3313 * posix/posix-conf-vars.h: New file.
3314 * posix/confstr.c: Include posix-conf-vars.h.
3315 (confstr): Use CONF_IS_* macros.
3316 * posix/posix-envs.def: Include posix-conf-vars.h. Use
3317 CONF_IS_* macros.
3318 * scripts/gen-posix-conf-vars.awk: New file.
3319
7c1395a7
CM
33202014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
3321
0025b4cc
CM
3322 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3323 fegetround): Add no-op macros to avoid linknamespace issues.
3324
d8aaf74b
CM
3325 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3326 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3327
5d24aa60
CM
3328 * sysdeps/unix/sysv/linux/tile/sysdep.h
3329 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3330 assembly-specific section to avoid a redefinition warning.
3331
7c1395a7
CM
3332 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3333 long before casting to pointer to avoid a cast warning.
3334
3c87c616
CM
33352014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
3336
3337 * sysdeps/tile/tilegx/Implies: New file.
3338
f559d8cf
RE
33392014-12-23 Richard Earnshaw <rearnsha@arm.com>
3340
3341 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3342
7d81e8d6
FW
33432014-12-23 Florian Weimer <fweimer@redhat.com>
3344
3345 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3346
90aa3d09
JM
33472014-12-22 Joseph Myers <joseph@codesourcery.com>
3348
3349 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3350 not define.
3351 * sysdeps/unix/sysv/linux/utimes.c: Do not include
3352 <kernel-features.h>.
3353 (__utimes) [__NR_utimes]: Make code unconditional.
3354 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3355 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3356 (__ASSUME_UTIMES): Do not undefine.
3357 * sysdeps/unix/sysv/linux/tile/kernel-features.h
3358 (__ASSUME_UTIMES): Likewise.
3359 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3360 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3361 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3362 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3363
4c0c0e2a
SE
33642014-12-22 Steve Ellcey <sellcey@imgtec.com>
3365
3366 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3367
0dacd7a3
CM
33682014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
3369
b638f96a
CM
3370 [BZ #17747]
3371 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3372 alias to weak alias for j0l, y0l.
3373 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3374 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3375
0dacd7a3
CM
3376 [BZ #17746]
3377 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3378 conversion.
3379
528479c4
SE
33802014-12-22 Steve Ellcey <sellcey@imgtec.com>
3381
3382 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3383 to zero if not already defined.
3384
f56f9124
JM
33852014-12-22 Joseph Myers <joseph@codesourcery.com>
3386
3387 [BZ #17724]
3388 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3389 (__kernel_standard_f): Remove. Moved to k_standardf.c.
3390 (__kernel_standard_l): Remove. Moved to k_standardl.c with
3391 (char *) casts added.
3392 * sysdeps/ieee754/k_standardf.c: New file.
3393 * sysdeps/ieee754/k_standardl.c: Likewise.
3394 * math/Makefile (libm-support): Remove k_standard.
3395 (libm-calls): Add k_standard.
3396
8622d556
WD
33972014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3398
3399 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3400 Optimize to avoid an unnecessary FPCR read.
3401
f3806bdb
WD
34022014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3403
3404 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3405 Optimize to reduce FPCR/FPSR accesses.
3406
9b47df58
WD
34072014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3408
3409 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3410 Call libc_fetestexcept_aarch64.
3411
97be3cac
WD
34122014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3413
3414 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3415 Call libc_fesetround_aarch64.
3416
935ab817
JM
34172014-12-22 Joseph Myers <joseph@codesourcery.com>
3418
3419 [BZ #17733]
3420 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3421 (__bind): Do not define as weak alias.
3422 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3423 define.
3424 (__getsockname): Do not define as weak alias.
3425
cc8623f1
WN
34262014-12-22 Will Newton <will.newton@linaro.org>
3427
3428 * manual/install.texi: Document that we require bison 2.7
3429 or above.
3430 * INSTALL: Regenerate.
3431 * configure.ac: Use AC_CHECK_PROG_VER instead of
3432 AC_PATH_PROG when checking for bison and check for
3433 version 2.7 or above.
3434 * configure: Regenerate.
3435
a19ca65a
CM
34362014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
3437
92901170 3438 [BZ #17745]
e969965a
CM
3439 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3440 * sysdeps/tile/ffsll.c (ffsll): To here.
3441
a19ca65a
CM
3442 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3443
050f7298
L
34442014-12-21 H.J. Lu <hongjiu.lu@intel.com>
3445
3446 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3447 if not defined.
3448 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3449 definition.
3450 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3451 hidden ___tls_get_addr.
3452 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3453 hidden __tls_get_addr.
3454 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3455 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3456 Likewise.
3457
6df5547e
AS
34582014-12-21 Andreas Schwab <schwab@linux-m68k.org>
3459
3460 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3461 _dl_init call.
3462
7432d613
L
34632014-12-21 H.J. Lu <hongjiu.lu@intel.com>
3464
3465 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3466 from "call _dl_init@PLT".
3467 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7432d613 3468
98fe149e
AK
34692014-12-21 Anders Kaseorg <andersk@mit.edu>
3470
3471 * manual/search.texi: (Array Sort Function): Clarify stable sorting
3472 guarantees.
3473
d12455f5
CM
34742014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
3475
3476 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3477
95dee05f
CM
34782014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
3479
92901170 3480 [BZ #17744]
95dee05f
CM
3481 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3482 strnlen.
3483
2ef4b74a
SE
34842014-12-19 Steve Ellcey <sellcey@imgtec.com>
3485
3486 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3487 of multu on MIPSr6.
3488 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3489 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3490 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3491 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3492 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3493
34942014-12-19 Steve Ellcey <sellcey@imgtec.com>
3495
3496 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3497 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3498 (PTR_SUBU): Use subu for mips32r6/mips64r6.
3499 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9d1fc928 3500 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2ef4b74a
SE
3501 mips32r6/mips64r6.
3502 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3503
3eb38795
OB
35042014-12-19 Ondřej Bílka <neleai@seznam.cz>
3505
3506 * string/strncat.c (STRNCAT): Simplify implementation.
3507
6d4188dd
DM
35082014-12-19 David S. Miller <davem@davemloft.net>
3509
0d4ba8be
DM
3510 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3511 access the quad as both a long double and as a series of 4 words.
3512
6d4188dd
DM
3513 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3514 link_map->l_info array access.
3515
4ef91cdc
CM
35162014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
3517
804c54f7
CM
3518 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3519
4ef91cdc
CM
3520 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3521 * math/atest-exp2.c (TIMEOUT): Likewise.
3522 * math/atest-sincos.c (TIMEOUT): Likewise.
3523
afd176d6
L
35242014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3525
3526 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3527 -Wno-error with -fno-builtin-lround.
3528
a4a43a90
TR
35292014-12-19 Torvald Riegel <triegel@redhat.com>
3530
3531 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3532 Contains futex constants and functions moved over from ...
3533 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
3534 <lowlevellock-futex.h>.
3535 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3536 (lll_timedwait_tid): Add comments and parentheses around macro
3537 arguments.
3538
76f71081
TR
35392014-12-19 Torvald Riegel <triegel@redhat.com>
3540
3541 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3542 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
3543 (__lll_private_flag): Remove.
3544 (lll_futex_wait): Likewise.
3545 (lll_futex_timed_wait): Likewise.
3546 (lll_futex_wake): Likewise.
3547 (lll_futex_requeue): Likewise.
3548 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3549 (__lll_timedwait_tid): Spell out argument names.
3550 (lll_timedwait_tid): Add comments and parentheses around macro
3551 arguments.
3552 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3553 LLL_SHARED and LLL_PRIVATE usable from assembly code.
3554
6b814909
TR
35552014-12-19 Torvald Riegel <triegel@redhat.com>
3556
3557 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3558 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3559 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3560 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3561 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3562 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3563 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3564 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3565 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3566 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3567 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3568 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3569 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3570 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3571 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3572 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3573 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3574 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3575 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3576
9cd4d4ab
L
35772014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3578
3579 * sysdeps/x86_64/x32/Makefile: New file.
3580
c9c1a2d0
L
35812014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3582
3583 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3584 1L with (mp_limb_t) 1.
3585
af102d95
RM
35862014-12-17 Roland McGrath <roland@hack.frob.com>
3587
dd690454
RM
3588 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3589 * nptl/libc_pthread_init.c: ... here.
3590 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3591 * nptl/register-atfork.c: ... here.
3592
74eb826c
RM
3593 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3594 Use pthread_sigmask rather than INTERNAL_SYSCALL.
3595 Use assert_perror to check its return value.
3596 (__gai_create_helper_thread): Likewise.
3597
c9ce306b
RM
3598 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3599
af102d95
RM
3600 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3601
8ac5a76a
JM
36022014-12-17 Joseph Myers <joseph@codesourcery.com>
3603
ea41469b
JM
3604 [BZ #17725]
3605 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3606 __profil_counter.
3607 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3608 Likewise.
3609 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3610 Likewise.
3611 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3612 Likewise.
3613 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3614 (profil_counter): Likewise.
3615 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3616 (profil_counter): Likewise.
3617 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3618 Likewise.
3619 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3620 Likewise.
3621 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3622 (profil_counter): Likewise.
3623 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3624 Likewise.
3625 [!__profil_counter] (profil_counter): Define as weak alias of
3626 __profil_counter.
3627 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3628 (profil_counter): Rename to __profil_counter.
3629 [!__profil_counter] (profil_counter): Define as weak alias of
3630 __profil_counter.
3631 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3632 (profil_counter): Rename to __profil_counter.
3633 [!__profil_counter] (profil_counter): Define as weak alias of
3634 __profil_counter.
3635 * sysdeps/posix/profil.c: Update comment referring to
3636 profil_counter.
3637 (__profil): Use __profil_counter instead of profil_counter.
3638 * sysdeps/posix/sprofil.c (profil_counter): Rename to
3639 __profil_counter. Use __profil_counter_ushort and
3640 __profil_counter_uint in definitions.
3641 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3642 instead of profil_counter_uint and profil_counter_ushort.
3643
8ac5a76a
JM
3644 [BZ #17722]
3645 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3646 define as weak alias of __inet_makeaddr.
3647 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3648 as weak alias of __inet_addr.
3649 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3650 as weak alias of __inet_pton. Use libc_hidden_weak.
3651 * include/arpa/inet.h (__inet_pton): Declare. Use
3652 libc_hidden_proto.
3653 (inet_makeaddr): Don't use libc_hidden_proto.
3654 (__inet_makeaddr): Declare. Use libc_hidden_proto.
3655 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3656 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
3657 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3658 Remove variable.
3659 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3660 (test-xfail-POSIX/time.h/linknamespace): Likewise.
3661
66ce3cb1
SE
36622014-12-17 Steve Ellcey <sellcey@imgtec.com>
3663
3664 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3665
d22ce01b
SL
36662014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
3667
3668 * stdio-common/bug-vfprintf-nargs.c (do_test):
3669 Cast value to intptr_t to avoid format warning
3670 for usage with PRIdPTR printing macro.
3671
eca2772b
SL
36722014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
3673
3674 * libio/tst-widetext.c (do_test):
3675 Use format type %td instead of %Zd for ptrdiff_t
3676 in order to avoid format warning.
3677
bdf079da
AS
36782014-12-17 Andreas Schwab <schwab@suse.de>
3679
3680 * nscd/mem.c (gc): Add size_t cast to match printf format.
3681
3eb5d2fc
RM
36822014-12-16 Roland McGrath <roland@hack.frob.com>
3683
3684 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3685 (init): Apply PTR_MANGLE to pointers before storing them.
3686 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3687 before using them.
3688
d003ada2
JM
36892014-12-16 Joseph Myers <joseph@codesourcery.com>
3690
380292ba
JM
3691 [BZ #17719]
3692 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3693 define as weak alias of __memrchr.
3694 (__memrchr): Do not define as strong alias of memrchr.
3695 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3696 Remove variable.
3697 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3698 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3699 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3700
9a44d530
JM
3701 [BZ #17717]
3702 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3703 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
3704 (if_indextoname): Rename to __if_indextoname and define as weak
3705 alias of __if_indextoname. Use libc_hidden_weak.
3706 (if_freenameindex): Rename to __if_freenameindex and define as
3707 weak alias of __if_freenameindex.
3708 (if_nameindex): Rename to __if_nameindex and define as weak alias
3709 of __if_nameindex.
3710 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3711 __if_nametoindex and define as weak alias of __if_nametoindex.
3712 Use libc_hidden_weak.
3713 (if_freenameindex): Rename to __if_freenameindex and define as
3714 weak alias of __if_freenameindex.
3715 (if_nameindex): Rename to __if_nameindex and define as weak alias
3716 of __if_nameindex.
3717 (if_indextoname): Rename to __if_indextoname and define as weak
3718 alias of __if_indextoname. Use libc_hidden_weak.
3719 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3720 __if_nametoindex and define as weak alias of __if_nametoindex.
3721 Use libc_hidden_weak.
3722 (if_freenameindex): Rename to __if_freenameindex and define as
3723 weak alias of __if_freenameindex. Use libc_hidden_weak.
3724 (if_nameindex_netlink): Use __if_freenameindex instead of
3725 if_freenameindex.
3726 (if_nameindex): Rename to __if_nameindex and define as weak alias
3727 of __if_nameindex. Use libc_hidden_weak.
3728 (if_indextoname): Rename to __if_indextoname and define as weak
3729 alias of __if_indextoname. Use libc_hidden_weak.
3730 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3731 libc_hidden_proto.
3732 [!_ISOMAC] (__if_freenameindex): Likewise.
3733 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3734 if_nametoindex.
3735 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3736 variable.
3737 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3738 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3739 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3740 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3741 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3742 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3743 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3744
d003ada2
JM
3745 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3746 Remove variable.
3747 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3748 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3749
a0d424ef
SP
37502014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3751
0cd85520
SP
3752 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3753 subscript above bounds'
3754
a0d424ef
SP
3755 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3756 bounds.
3757
0e426475
AS
37582014-12-16 Arjun Shankar <arjun.is@lostca.se>
3759
8b460906
AS
3760 * libio/tst-fopenloc.c: Use test-skeleton.c.
3761
fa13e15b
AS
3762 * stdlib/tst-bsearch.c: Use test-skeleton.c.
3763 (entry): Rename to ITEM.
3764 (do_test, comp): Adjust.
3765
0e426475
AS
3766 * stdio-common/tst-fseek.c: Use test-skeleton.c.
3767
4f646bce
TR
37682014-12-16 Torvald Riegel <triegel@redhat.com>
3769
3770 * string/tester.c: Include <libc-internal.h>.
3771 (test_memset): Ignore -Wmemset-transposed-args.
3772
a07c4427
TR
37732014-12-16 Torvald Riegel <triegel@redhat.com>
3774
3775 * misc/tst-mntent2.c (do_test): Fix warning.
3776
1469f466
TR
37772014-12-16 Torvald Riegel <triegel@redhat.com>
3778
3779 * elf/tst-unique4lib.cc(a): Mark as used.
3780
11e3417a
FW
37812014-12-16 Florian Weimer <fweimer@redhat.com>
3782
3783 [BZ #17630]
3784 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3785 names.
3786
ae61fc7b
AM
37872014-12-16 Allan McRae <allan@archlinux.org>
3788
3789 * stdio-common/Makefile (tests): Re-add bug26.
3790
363a9899
OB
37912014-12-15 Ondřej Bílka <neleai@seznam.cz>
3792
3793 [BZ #17657]
3794 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3795 static array.
3796
d52c62df
TR
37972014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
3798
3799 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3800 (__lll_lock_wait): Likewise.
3801 (__lll_timedlock_wait): Likewise.
3802 (__lll_timedwait_tid): Likewise.
3803 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3804 (__lll_robust_timedlock_wait): Likewise.
3805 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3806 (lll_cond_trylock): Likewise.
3807 (__lll_lock): Likewise.
3808 (__lll_robust_lock): Likewise.
3809 (__lll_cond_lock): Likewise.
3810 (lll_robust_cond_lock): Likewise.
3811 (__lll_timedlock): Likewise.
3812 (__lll_robust_timedlock): Likewise.
3813 (__lll_unlock): Likewise.
3814 (__lll_robust_unlock): Likewise.
3815 (lll_wait_tid): Likewise.
3816 (lll_timedwait_tid): Likewise.
3817
045a6bcd
TR
38182014-12-15 Torvald Riegel <triegel@redhat.com>
3819
3820 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3821
7f786dc1
TR
38222014-12-15 Torvald Riegel <triegel@redhat.com>
3823
3824 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3825
e7e21cba
AZ
38262014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
3827
3828 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3829 * stdio-common/tst-sprintf.c: Likewise.
3830
bc89c0fc
TR
38312014-12-15 Torvald Riegel <triegel@redhat.com>
3832
3833 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3834
a5357b7c
JL
38352014-12-15 Jeff Law <law@redhat.com>
3836
3837 [BZ #16617]
3838 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3839 on the heap. (CVE-2012-3406)
3840 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3841 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
3842 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3843
3a12c70f
WN
38442014-12-15 Will Newton <will.newton@linaro.org>
3845
3846 * manual/install.texi: Bump required version of texinfo
3847 to 4.7 from 4.5.
3848 * INSTALL: Regenerated.
3849 * configure.ac: Check for makeinfo version 4.7 and above.
3850 * configure: Regenerated.
3851
e4f639e4
RM
38522014-12-12 Roland McGrath <roland@hack.frob.com>
3853
3854 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3855 PREFIX, string constant to insert between directory and name.
3856 * sysdeps/posix/shm_open.c: Update caller.
3857 * sysdeps/posix/shm_unlink.c: Likewise.
3858 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3859 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3860 (SEM_SHM_PREFIX): New macro.
3861 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3862 [$(have-thread-library) = no].
3863 * nptl/Makefile (libpthread-routines): Add shm-directory.
3864 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3865 * sysdeps/nptl/shm-directory.h: New file.
3866 * sysdeps/posix/shm-directory.c
3867 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3868 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3869 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3870 INTERNAL_SYSCALL.
3871 (__where_is_shmfs): Function removed.
3872 (mountpoint, defaultmount, defaultdir, __namedsem_once):
3873 Variables removed.
3874 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3875 Use SHM_GET_NAME.
3876 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
3877
3878 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3879 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3880 unconditional for use inside libpthread.
3881 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3882
439c43f6
RM
38832014-12-12 Roland McGrath <roland@hack.frob.com>
3884
c76d1ff5
RM
3885 * nptl/pthread_getaffinity.c: New file.
3886 * nptl/pthread_setaffinity.c: New file.
3887 * nptl/pthread_getname.c: New file.
3888 * nptl/pthread_setname.c: New file.
3889
439c43f6
RM
3890 * nptl/pthread_create.c (START_THREAD_DEFN)
3891 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3892
48e435cd
SL
38932014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
3894 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3895
3896 * resolv/res_send.c (send_vc): Disable warning resplen may
3897 be used uninitialized.
3898
9d9c0019
SL
38992014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
3900
3901 * nptl/tst-mutex6.c
3902 (ATTR_NULL): New define checks ATTR against NULL.
3903 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3904 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3905
9173840b
JL
39062014-12-11 James Lemke <jwlemke@codesourcery.com>
3907
3908 [BZ #17581]
3909 * malloc/hooks.c
3910 (mem2mem_check): Revert my previous change.
3911 (malloc_check_get_size): Revert my previous change.
3912 (mem2chunk_check): Revert my previous change.
3913
78e21c5d
RM
39142014-12-11 Roland McGrath <roland@hack.frob.com>
3915
3916 * sysdeps/posix/shm-directory.c: New file.
3917 * sysdeps/posix/shm-directory.h: New file.
3918 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3919 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3920 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
3921 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3922 Transmute EPERM to EACCES.
3923 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3924 from ...
3925 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
3926 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3927
f82c43af
KK
39282014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3929
3930 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3931 pointer and cast to uintptr_t.
3932 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3933 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3934 Add cast to avoid warning.
3935 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3936
fc00cf7b
JM
39372014-12-11 Joseph Myers <joseph@codesourcery.com>
3938
3939 * nptl/semaphore.h: Move to ...
3940 * sysdeps/pthread/semaphore.h: ... here.
3941 * Makefile (installed-headers): Change nptl/semaphore.h to
3942 sysdeps/pthread/semaphore.h.
3943
1c4053db
RM
39442014-12-11 Roland McGrath <roland@hack.frob.com>
3945
73b0c1a1
RM
3946 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3947 generated error format strings.
3948
1c4053db
RM
3949 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3950 -Wformat-extra-args warnings for scanf formats.
3951 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3952 test of zero-length format (duh).
3953 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3954 corner-case scanf format test.
3955 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3956 generated fprintf format string.
3957 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3958 corner-case sprintf format tests.
3959 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3960 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3961 -Wformat-extra-args warnings throughout.
3962 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3963 (CFLAGS-scanf4.c): Likewise.
3964 (CFLAGS-scanf7.c): Likewise.
3965 (CFLAGS-tst-sprintf.c): Likewise.
3966 (CFLAGS-tst-printf.c): Likewise.
3967 (CFLAGS-tst-printfsz.c): Likewise.
3968
47d51f4f
JM
39692014-12-11 Joseph Myers <joseph@codesourcery.com>
3970
a1edbf3c
JM
3971 * include/cpio.h: New file.
3972 * include/fmtmsg.h: Likewise.
3973
47d51f4f
JM
3974 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
3975 corresponding format argument to size_t.
3976 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
3977 arguments.
3978 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
3979 corresponding format argument to size_t.
3980 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
3981 arguments.
3982 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
3983 corresponding format argument to size_t.
3984 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3985 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3986 (CFLAGS-tst-mbswcs2.c): Likewise.
3987 (CFLAGS-tst-mbswcs3.c): Likewise.
3988 (CFLAGS-tst-mbswcs4.c): Likewise.
3989 (CFLAGS-tst-mbswcs5.c): Likewise.
3990 (CFLAGS-tst-trans.c): Likewise
3991
e9813cfb
RM
39922014-12-11 Roland McGrath <roland@hack.frob.com>
3993
3994 * posix/regexbug1.c (main): Use "%s" format with regerror results,
3995 rather than assuming they won't contain any '%'s.
3996
f627ca82
CM
39972014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
3998
3999 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4000 inhibit_loop_to_libcall to avoid recursive calls.
4001 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4002 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4003
7f296942
AZ
40042014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
4005
4006 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4007 prototype.
4008
d0276e18
SE
40092014-12-11 Steve Ellcey <sellcey@imgtec.com>
4010
4011 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4012 integer value instead of boolean.
4013
fc56e970
SE
40142014-12-11 Steve Ellcey <sellcey@imgtec.com>
4015
4016 * malloc/malloc.c: Fix powerof2 check.
4017
40e53917
SL
40182014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
4019
4020 * locale/programs/locfile.h (maybe_swap_uint32):
4021 Remove inline and add unused attribute.
4022
1ea166df
SL
40232014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
4024
9d9c0019 4025 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1ea166df
SL
4026 Truncating assembler expression to a .long expression.
4027
acf869f4
AS
40282014-12-11 Andreas Schwab <schwab@suse.de>
4029
4030 * elf/rtld.c (struct map_args): Constify str member.
4031 (do_preload): Constify fname argument.
4032
9d969099
AZ
40332014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4034
4035 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4036 constants definition.
4037
da5bcaa4
AS
40382014-12-11 Andreas Schwab <schwab@suse.de>
4039
b0a3c164
AS
4040 [BZ #16657]
4041 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4042 FORCE_ELISION instead of DO_ELISION.
4043 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4044 Remove.
4045 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4046 Likewise.
4047
da5bcaa4
AS
4048 * iconvdata/gconv-modules: Remove duplicate entry.
4049
6d248857
WN
40502014-12-11 Will Newton <will.newton@linaro.org>
4051
4052 Merge gettext 0.19.3 into intl/.
4053
4054 This involves a number of cosmetic changes to comments
4055 and ANSI function definitions and prototypes throughout
4056 all the files. The gettext copyright header is used but
4057 with the date ranges taken from the glibc copy.
4058
4059 * NEWS: Add gettext merge to 2.21.
4060 * intl/bindtextdom.c: Switch to gettext copyright.
4061 Use ANSI definitions and prototypes.
4062 Use gl_* locking primitives rather than __libc_* ones.
4063 Use __builtin_expect rather than __glibc_likely/unlikely.
4064 * intl/dcgettext.c: Switch to gettext copyright.
4065 Use ANSI definitions and prototypes.
4066 * intl/dcigettext.c: Switch to gettext copyright.
4067 Use ANSI definitions and prototypes.
4068 (INTDIV0_RAISES_SIGFPE): New define.
4069 Use gl_* locking primitives rather than __libc_* ones.
4070 Include eval-plural.h instead of plural-eval.c.
4071 Use __builtin_expect rather than __glibc_likely/unlikely.
4072 * intl/dcngettext.c: Switch to gettext copyright.
4073 Use ANSI definitions and prototypes.
4074 * intl/dgettext.c: Likewise.
4075 * intl/dngettext.c: Likewise.
4076 * intl/plural-eval.c: Renamed to...
4077 * intl/eval-plural.h: ...this.
4078 * intl/explodename.c: Switch to gettext copyright.
4079 Use ANSI definitions and prototypes.
4080 (_nl_explode_name): Use strchr instead of __rawmemchr.
4081 * intl/finddomain.c: Switch to gettext copyright.
4082 Use ANSI definitions and prototypes.
4083 Use gl_* locking primitives rather than __libc_* ones.
4084 (_nl_find_domain): Use malloc rather than alloca for
4085 allocation of temporary locale name.
4086 * intl/gettext.c: Switch to gettext copyright.
4087 Use ANSI definitions and prototypes.
4088 * intl/gettextP.h: Switch to gettext copyright.
4089 Use ANSI definitions and prototypes.
4090 Use gl_* locking primitives rather than __libc_* ones.
4091 * intl/gmo.h: Switch to gettext copyright.
4092 (struct sysdep_string): Move struct segment_pair outside of
4093 struct definition.
4094 * intl/hash-string.c: Use ANSI definitions and prototypes.
4095 * intl/hash-string.h: Switch to gettext copyright.
4096 Use ANSI definitions and prototypes.
4097 * intl/l10nflist.c: Switch to gettext copyright.
4098 Use ANSI definitions and prototypes.
4099 (_nl_normalize_codeset): Avoid integer overflow.
4100 * intl/loadinfo.h: Switch to gettext copyright.
4101 Use ANSI definitions and prototypes.
4102 (LIBINTL_DLL_EXPORTED): New define.
4103 (PATH_SEPARATOR): New define.
4104 * intl/loadmsgcat.c: Switch to gettext copyright.
4105 * intl/localealias.c: Switch to gettext copyright.
4106 Use ANSI definitions and prototypes.
4107 (_nl_expand_alias): Use PATH_SEPARATOR.
4108 * intl/ngettext.c: Switch to gettext copyright.
4109 Use ANSI definitions and prototypes.
4110 * intl/plural-exp.c: Likewise.
4111 * intl/plural-exp.h: Switch to gettext copyright.
4112 Use ANSI definitions and prototypes.
4113 (struct expression): Move definition of enum operator outside
4114 of struct definition.
4115 * intl/plural.c: Regenerate.
4116 * intl/plural.y: Switch to gettext copyright.
4117 Use ANSI definitions and prototypes.
4118 Port to bison 3.0.
4119 * intl/textdomain.c: Switch to gettext copyright.
4120 Use ANSI definitions and prototypes.
4121 Use gl_* locking primitives rather than __libc_* ones.
4122
48c43298
SE
41232014-12-10 Steve Ellcey <sellcey@imgtec.com>
4124
4125 * debug/warning-nop.c: Add used atrribute.
4126
2b89bce9
JM
41272014-12-10 Joseph Myers <joseph@codesourcery.com>
4128
c153ac9f
JM
4129 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4130
2b89bce9
JM
4131 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4132 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4133 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4134
2cfbdb9a
JM
41352014-12-10 Joseph Myers <joseph@codesourcery.com>
4136 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4137
4138 [BZ #17634]
4139 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4140 Undefine after defining function. Define as weak alias of
4141 __wcschr. Use libc_hidden_weak.
4142 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
4143 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4144 (libc_hidden_def): Also define __GI___wcschr alias.
4145 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4146 __wcschr and define as weak alias of __wcschr.
4147 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4148 __wcschr.
4149 [!WCSCHR] (DEFAULT_WCSCHR): Define.
4150 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4151 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
4152 libc_hidden_weak. Do not use libc_hidden_def.
4153 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4154 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4155 __GI___wcschr alias.
4156 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4157 [IS_IN (libc)] (wcschr): Define as macro expanding to
4158 __redirect_wcschr.
4159 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4160 [IS_IN (libc)] (__wcschr_power6): Likewise.
4161 [IS_IN (libc)] (__wcschr_power7): Likewise.
4162 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
4163 instead of wcschr.
4164 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4165 __libc_wcschr.
4166 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4167 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4168 __wcschr and define as weak alias of __wcschr. Use
4169 libc_hidden_builtin_def.
4170 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4171 as weak alias of __wcschr. Use libc_hidden_weak.
4172 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4173 wcschr.
4174 * time/era.c (_nl_init_era_entries): Likewise.
4175 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4176 variable.
4177 (test-xfail-XPG3/time.h/linknamespace): Likewise.
4178 (test-xfail-XPG4/time.h/linknamespace): Likewise.
4179
1b8bf351
JM
41802014-12-10 Joseph Myers <joseph@codesourcery.com>
4181
4182 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4183 format for long int variable.
4184
f5f46d51
AK
41852014-12-10 Anders Kaseorg <andersk@MIT.EDU>
4186
4187 [BZ #10672]
07008f7d 4188 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
4189 qsort stable.
4190
217a74a8
AS
41912014-12-10 Andreas Schwab <schwab@suse.de>
4192
4193 [BZ #12847]
4194 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4195 user-controlled locks.
4196
aa76a5c7
RE
41972014-12-10 Richard Earnshaw <rearnsha@arm.com>
4198
4199 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4200 register.
4201
2084e7ca
JM
42022014-12-10 Joseph Myers <joseph@codesourcery.com>
4203
a4ecc9eb
JM
4204 * configure.ac (--disable-werror): New configure option.
4205 (enable_werror): New AC_SUBST.
4206 * configure: Regenerated.
4207 * config.make.in (enable-werror): New variable.
4208 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4209 -Wno-error=undef.
4210 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4211 * manual/install.texi (Configuring and compiling): Document
4212 --disable-werror.
4213 * INSTALL: Regenerated.
4214 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4215 (CFLAGS-tst-chk2.c): Likewise.
4216 (CFLAGS-tst-chk3.c): Likewise.
4217 (CFLAGS-tst-chk4.cc): Likewise.
4218 (CFLAGS-tst-chk5.cc): Likewise.
4219 (CFLAGS-tst-chk6.cc): Likewise.
4220 (CFLAGS-tst-lfschk1.c): Likewise.
4221 (CFLAGS-tst-lfschk2.c): Likewise.
4222 (CFLAGS-tst-lfschk3.c): Likewise.
4223 (CFLAGS-tst-lfschk4.cc): Likewise.
4224 (CFLAGS-tst-lfschk5.cc): Likewise.
4225 (CFLAGS-tst-lfschk6.cc): Likewise.
4226
0f88636c
JM
4227 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4228 (main): Disable -Wdeprecated-declarations around calls to
4229 register_printf_function.
4230
c81e9deb
JM
4231 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4232 (do_test): Disable -Wdiv-by-zero around some calls to
4233 fwrite_unlocked and fread_unlocked.
4234
2084e7ca
JM
4235 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4236 (DIAG_POP_NEEDS_COMMENT): Likewise.
4237 (_DIAG_STR1): Likewise.
4238 (_DIAG_STR): Likewise.
4239 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4240 * stdio-common/bug21.c: Include <libc-internal.h>.
4241 (do_test): Disable -Wformat around call to sscanf.
4242 * stdio-common/scanf14.c: Include <libc-internal.h>.
4243 (main): Disable -Wformat around some calls to scanf functions.
4244
df7ecc6b
TR
42452014-12-09 Torvald Riegel <triegel@redhat.com>
4246
4247 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4248
2aa3862e
AZ
42492014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4250
4251 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4252 stack variable alignment.
4253
c5c2b7c3
JM
42542014-12-06 Joseph Myers <joseph@codesourcery.com>
4255
4256 [BZ #17682]
4257 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4258 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4259 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4260 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4261 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4262 __getrlimit instead of getrlimit.
4263 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4264 __gettimeofday instead of gettimeofday.
4265 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4266 Likewise.
4267 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4268 Likewise.
4269 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4270 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4271 Remove variable.
4272 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4273 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4274
9752c3cd
AZ
42752014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4276
4277 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4278 for wide-character tests.
4279
4bee4cd9
RM
42802014-12-04 Roland McGrath <roland@hack.frob.com>
4281
4282 * io/openat64.c: #include <libc-internal.h>
4283 (__openat64): Prototypify. Use ignore_value on MODE.
4284 * io/openat.c: Likewise.
4285 * misc/reboot.c: #include <libc-internal.h>
4286 (reboot): Prototypify. Use ignore_value on HOWTO.
4287 * misc/ptrace.c: #include <libc-internal.h>
4288 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
4289
84dbedb6
JM
42902014-12-04 Joseph Myers <joseph@codesourcery.com>
4291
4292 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4293 XPG4, UNIX98 and XOPEN2K.
4294 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4295 Remove variable.
4296 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4297
b7a3e1c4 42982014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 4299
af50dfc1 4300 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
4301 * libio/iofopen.c: Likewise.
4302 * libio/wfileops.c: Likewise.
4303
fe8b4d98
SP
4304 [BZ #17653]
4305 * libio/fileops.c (_IO_new_file_underflow): Unset cached
4306 offset on EOF.
4307 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4308 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4309 (fgets_func): Function pointer to fgets and fgetws.
4310 (do_ftell_test): Add test to verify ftell value after read
4311 EOF.
4312 (do_test): Set fgets_func.
4313
61b4f792
SP
4314 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4315 O_TRUNC flag for w and w+ modes.
4316 (do_rewind_test): Likewise.
4317 (do_ftell_test): Likewise.
4318 (do_write_test): Likewise.
4319
be349d70
SP
4320 [BZ #17647]
4321 * libio/fileops.c (do_ftell): Seek only when there are
4322 unflushed writes.
4323 * libio/wfileops.c (do_ftell_wide): Likewise.
4324 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4325 test case.
4326 (do_one_test): Call it.
4327
e3d6dba5
JM
43282014-12-03 Joseph Myers <joseph@codesourcery.com>
4329
4330 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4331 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4332 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4333 Remove variable.
4334 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4335 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4336 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4337
7f994279
JM
43382014-12-02 Joseph Myers <joseph@codesourcery.com>
4339
28a91e8f
JM
4340 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4341 Remove variable.
4342 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4343
7f994279
JM
4344 [BZ #17668]
4345 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4346 as weak alias of __getifaddrs. Use libc_hidden_weak.
4347 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4348 __freeifaddrs. Use libc_hidden_weak.
4349 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4350 define as weak alias of __getifaddrs. Use libc_hidden_weak.
4351 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4352 __freeifaddrs. Use libc_hidden_weak.
4353 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4354 __getifaddrs and define as weak alias of __getifaddrs. Use
4355 libc_hidden_weak.
4356 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4357 __freeifaddrs. Use libc_hidden_weak.
4358 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4359 Remove variable.
4360 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4361 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4362
bbe4c142
PJ
43632014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
4364
4365 [BZ #17601]
4366 * sysdeps/mips/start.S (__start): Use indirect jump to call
4367 __libc_start_main.
4368
66cadc05
JM
43692014-12-02 Joseph Myers <joseph@codesourcery.com>
4370
909e16d9
JM
4371 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4372
4e0b9016
JM
4373 * nptl/tst-mutex1.c: Include <stdbool.h>.
4374 [!ATTR] (ATTR_NULL): New macro.
4375 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4376 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4377 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4378
b1aff6a4
JM
4379 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4380 to char *.
4381
266865c0
JM
4382 [BZ #17665]
4383 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4384 Change conditional to [__USE_MISC].
4385
84e5e756
JM
4386 [BZ #17664]
4387 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4388 fgets_unlocked.
4389 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4390 __fgets_unlocked.
4391 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4392 fgets_unlocked.
4393 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4394 Remove variable.
4395 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4396 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4397 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4398 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4399 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4400 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4401 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4402 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4403 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4404
66cadc05
JM
4405 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4406
2e8a2de2 44072014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
4408
4409 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4410 Remove strpbrk objects.
4411 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4412 (__libc_ifunc_impl_list): Remove strpbrk implementation.
4413 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4414 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4415 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4416 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4417
bb2542e0
AZ
4418 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4419 Remove strcspn objects.
4420 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4421 (__libc_ifunc_impl_list): Remove strcspn implementation.
4422 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4423 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4424 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4425 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
4426
4427 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4428 Remove strspn objetcs.
4429 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4430 (__libc_ifunc_impl_list): Remove strspn implementation.
4431 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4432 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4433 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4434 * sysdeps/powerpc/powerpc64/strspn.S: New file.
4435
08f1e1d2
JL
44362014-12-01 James Lemke <jwlemke@codesourcery.com>
4437
4438 [BZ #17581]
4439 * malloc/hooks.c
4440 (mem2mem_check): Add a terminator to the chain of checking blocks.
4441 (malloc_check_get_size): Use it here.
4442 (mem2chunk_check): Ditto.
4443
a8a7d7d2
RS
44442014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4445
4446 * sysdeps/powerpc/powerpc64/strtok.S: New file.
4447 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4448
97114a38
CD
44492014-11-29 Carlos O'Donell <carlos@redhat.com>
4450
c8dc1727
CD
4451 * bits/ioctl-types.h: Indent preprocessor directives correctly.
4452
6d03458e
CD
4453 * nptl/nptl-init.c: Include libc-internal.h.
4454 (__pthread_initialize_minimal_internal): Use ROUND_UP.
4455
97114a38
CD
4456 * elf/ldconfig.c (search_dir): Expand comment.
4457
0e7e69ba
JM
44582014-11-29 Joseph Myers <joseph@codesourcery.com>
4459
4460 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4461 variable.
4462 (linknamespace-symlist-stdlibs-tests): Likewise.
4463 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4464 instead of $(objpfx)symlist-stdlibs.
4465 (linknamespace-libs-isoc): New variable.
4466 (linknamespace-libs): Use $(linknamespace-libs-isoc).
4467 (linknamespace-libs-ISO): New variable.
4468 (linknamespace-libs-ISO99): Likewise.
4469 (linknamespace-libs-ISO11): Likewise.
4470 (linknamespace-libs-XPG3): Likewise.
4471 (linknamespace-libs-XPG4): Likewise.
4472 (linknamespace-libs-POSIX): Likewise.
4473 (linknamespace-libs-UNIX98): Likewise.
4474 (linknamespace-libs-XOPEN2K): Likewise.
4475 (linknamespace-libs-POSIX2008): Likewise.
4476 (linknamespace-libs-XOPEN2K8): Likewise.
4477 ($(objpfx)symlist-stdlibs): Replace by
4478 $(linknamespace-symlist-stdlibs-tests). Use
4479 $(linknamespace-libs-$*) as set of libraries.
4480 ($(linknamespace-header-tests)): Update dependencies. Use
4481 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4482 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4483 * conform/linknamespace.pl: Remove comment about considering
4484 definitions of symbols from irrelevant libraries.
4485
d8dd0080
L
44862014-11-28 H.J. Lu <hongjiu.lu@intel.com>
4487
4488 [BZ #13862]
4489 * elf/dl-tls.c: Include <atomic.h>.
4490 (oom): Remove #ifdef SHARED/#endif.
4491 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4492 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
4493 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4494 big enough.
4495 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4496 * nptl/Makefile (tests): Add tst-stack4.
4497 (modules-names): Add tst-stack4mod.
4498 ($(objpfx)tst-stack4): New.
4499 (tst-stack4mod.sos): Likewise.
4500 ($(objpfx)tst-stack4.out): Likewise.
4501 ($(tst-stack4mod.sos)): Likewise.
4502 (clean): Likewise.
4503 * nptl/tst-stack4.c: New file.
4504 * nptl/tst-stack4mod.c: Likewise.
4505
167da422
B
45062014-11-27 J. Brown <jb999@gmx.de>
4507
4508 * sysdeps/x86/bits/string.h: Add recent CPUs.
4509
9114625b
JM
45102014-11-27 Joseph Myers <joseph@codesourcery.com>
4511
6b5189eb
JM
4512 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4513 sigblock.
4514
49051f8e
JM
4515 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4516 feof.
4517
9114625b
JM
4518 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4519 variable.
4520
e7300fef
SL
45212014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
4522
4523 * nscd/connections.c: Include libc-internal.h because of macro
4524 usage ignore_value.
4525
1721f0a4
SP
45262014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4527
4528 * string/bits/string3.h (__warn_memset_zero_len): Don't
4529 declare for gcc newer than 5.0.
4530 (memset): Don't test for zero-length __LEN for gcc newer than
4531 5.0.
4532
be970916
JM
45332014-11-27 Joseph Myers <joseph@codesourcery.com>
4534
d88548f4
JM
4535 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4536 size_t for %zu format.
4537
be970916
JM
4538 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4539 difference, not %ju.
4540
3b20fd5c
JM
45412014-11-26 Joseph Myers <joseph@codesourcery.com>
4542
8915eace
JM
4543 * include/libc-internal.h (ignore_value): New macro.
4544 * nscd/connections.c (restart): Wrap calls to setuid and setgid
4545 with ignore_value.
4546
f1a5a0e3
JM
4547 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4548 definition.
4549
59ef1715
JM
4550 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4551 pthread_cleanup_push to void *.
4552
a6f3079b
JM
4553 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4554 Undefine.
4555
706688aa
JM
4556 [BZ #16619]
4557 [BZ #16740]
4558 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4559 instead of 1L << 52.
4560
12da14a5
JM
4561 * libio/bug-rewind.c (do_test): Check fwscanf return values.
4562 * libio/bug-rewind2.c (do_test): Likewise.
4563
bd5dadac
JM
4564 * debug/test-stpcpy_chk-ifunc.c: Remove file.
4565 * debug/test-strcpy_chk-ifunc.c: Likewise.
4566 * wcsmbs/test-wcschr-ifunc.c: Likewise.
4567 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4568 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4569 * wcsmbs/test-wcslen-ifunc.c: Likewise.
4570 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4571 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4572 * Rules [$(multi-arch) = no] (tests): Do not filter out
4573 $(tests-ifunc).
4574 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4575 * debug/Makefile (tests-ifunc): Remove variable.
4576 (tests): Do not add $(tests-ifunc).
4577 * wcsmbs/Makefile (tests-ifunc): Remove variable.
4578 (tests): Do not add $(tests-ifunc).
4579 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4580 [TEST_IFUNC]: Remove conditionals.
4581 * string/test-string.h (TEST_IFUNC): Remove macro.
4582 [TEST_IFUNC]: Remove conditionals.
4583
3b20fd5c
JM
4584 * string/test-strchr.c [!WIDE] (L): New macro.
4585 [WIDE] (L): Likewise.
4586 (check1): Use CHAR instead of char. Use L on string and character
4587 constants.
4588
704f7947
AZ
45892014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
4590
4591 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4592 tests.
4593 * sysdeps/powerpc/bits/atomic.h
4594 (__arch_atomic_exchange_and_add_32_acq): Add definition.
4595 (__arch_atomic_exchange_and_add_32_rel): Likewise.
4596 (atomic_exchange_and_add_acq): Likewise.
4597 (atomic_exchange_and_add_rel): Likewise.
4598 * sysdeps/powerpc/powerpc32/bits/atomic.h
4599 (__arch_atomic_exchange_and_add_64_acq): Add definition.
4600 (__arch_atomic_exchange_and_add_64_rel): Likewise.
4601 * sysdeps/powerpc/powerpc64/bits/atomic.h
4602 (__arch_atomic_exchange_and_add_64_acq): Add definition.
4603 (__arch_atomic_exchange_and_add_64_rel): Likewise.
4604
cdcb42d7
TR
46052014-11-26 Torvald Riegel <triegel@redhat.com>
4606
4607 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4608 Change synchronization of __sched_fifo_min_prio and
4609 __sched_fifo_max_prio.
4610 * nptl/pthread_mutexattr_getprioceiling.c
4611 (pthread_mutexattr_getprioceiling): Likewise.
4612 * nptl/pthread_mutexattr_setprioceiling.c
4613 (pthread_mutexattr_setprioceiling): Likewise.
4614 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4615 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4616 Likewise.
4617
c82f5c0c
JM
46182014-11-26 Joseph Myers <joseph@codesourcery.com>
4619
4620 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4621 void.
4622
439e1ad6
JM
46232014-11-25 Joseph Myers <joseph@codesourcery.com>
4624
4625 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4626 third argument const.
4627
b1eda10e
PE
46282014-11-25 Paul Eggert <eggert@cs.ucla.edu>
4629
4630 fnmatch: work around GCC compiler warning bug with uninit var
4631 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4632 This works around a bug with x86-64 GCC 4.9.2 and earlier
4633 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4634 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4635 used uninitialized in this function [-Wmaybe-uninitialized]".
4636
bde2667a
JM
46372014-11-25 Joseph Myers <joseph@codesourcery.com>
4638
4639 * posix/bug-regex31.c (main): Return RES not 0.
4640
5fbb5691
AB
46412014-11-25 Anton Blanchard <anton@samba.org>
4642
4643 * sysdeps/powerpc/bits/atomic.h
4644 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4645
467fec0b
BM
46462014-11-24 Sterling Augustine <saugustine@google.com>
4647
4648 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4649
e9ff8efb
RC
46502014-11-24 Ryan Cumming <etaoins@gmail.com>
4651
4652 [BZ #17608]
4653 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4654
9744496f
JM
46552014-11-24 Joseph Myers <joseph@codesourcery.com>
4656
4657 [BZ #17633]
4658 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4659 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4660 variable.
4661 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4662 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4663
6423d475
WD
46642014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
4665
4666 * string/strncpy.c (strncpy): Improve performance by using memset.
4667
46682014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
4669
4670 * string/strcpy.c (strcpy):
4671 Improve performance by using strlen and memcpy.
4672
5d178c37
LH
46732014-11-24 Leonhard Holz <leonhard.holz@web.de>
4674
4675 * string/strcoll_l.c (get_next_seq): __always_inline.
4676 * string/strcoll_l.c (do_compare): __always_inline.
4677
279bc5b3
SP
46782014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4679
7a9ebfa1
SP
4680 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4681 defined.
4682 * include/mqueue.h: Likewise.
4683 * include/stdlib.h: Likewise.
4684
4f41c682
SP
4685 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4686 (get_null_defines): Adjust.
4687 * sunrpc/Makefile: Adjust comment.
4688 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4689 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4690 (CFLAGS-interp.c): Likewise.
4691 (CFLAGS-ldconfig.c): Likewise.
4692 (CPPFLAGS-.os): Likewise.
4693 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4694 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4695 * extra-modules.mk (extra-modules.mk): Likewise.
4696 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4697 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4698 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4699 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4700 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4701 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4702 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4703 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4704 * iconvdata/Makefile (CPPFLAGS): Likewise.
4705 (cpp-srcs-left): Add libof for all iconvdata routines.
4706 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4707 * include/assert.h: Likewise.
4708 * include/ctype.h: Likewise.
4709 * include/errno.h: Likewise.
4710 * include/libc-symbols.h: Likewise.
4711 * include/math.h: Likewise.
4712 * include/netdb.h: Likewise.
4713 * include/resolv.h: Likewise.
4714 * include/stdio.h: Likewise.
4715 * include/stdlib.h: Likewise.
4716 * include/string.h: Likewise.
4717 * include/sys/stat.h: Likewise.
4718 * include/wctype.h: Likewise.
4719 * intl/l10nflist.c: Likewise.
4720 * libidn/idn-stub.c: Likewise.
4721 * libio/libioP.h: Likewise.
4722 * nptl/libc_multiple_threads.c: Likewise.
4723 * nptl/pthreadP.h: Likewise.
4724 * posix/regex_internal.h: Likewise.
4725 * resolv/res_hconf.c: Likewise.
4726 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4727 * sysdeps/arm/memmove.S: Likewise.
4728 * sysdeps/arm/sysdep.h: Likewise.
4729 * sysdeps/generic/_itoa.h: Likewise.
4730 * sysdeps/generic/symbol-hacks.h: Likewise.
4731 * sysdeps/gnu/errlist.awk: Likewise.
4732 * sysdeps/gnu/errlist.c: Likewise.
4733 * sysdeps/i386/i586/memcpy.S: Likewise.
4734 * sysdeps/i386/i586/memset.S: Likewise.
4735 * sysdeps/i386/i686/memcpy.S: Likewise.
4736 * sysdeps/i386/i686/memmove.S: Likewise.
4737 * sysdeps/i386/i686/mempcpy.S: Likewise.
4738 * sysdeps/i386/i686/memset.S: Likewise.
4739 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4740 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4741 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4742 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4743 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4744 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4745 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4746 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4747 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4748 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4749 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4750 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4751 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4752 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4753 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4754 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4755 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4756 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4757 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4758 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4759 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4760 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4761 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4762 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4763 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4764 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4765 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4766 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4767 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4768 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4769 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4770 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4771 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4772 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4773 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4774 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4775 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4776 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4777 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4778 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4779 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4780 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4781 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4782 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4783 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4784 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4785 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4786 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4787 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4788 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4789 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4790 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4791 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4792 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4793 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4794 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4795 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4796 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4797 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4798 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4799 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4800 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4801 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4802 * sysdeps/nptl/bits/libc-lock.h: Likewise.
4803 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4804 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4805 * sysdeps/posix/closedir.c: Likewise.
4806 * sysdeps/posix/opendir.c: Likewise.
4807 * sysdeps/posix/readdir.c: Likewise.
4808 * sysdeps/posix/rewinddir.c: Likewise.
4809 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4810 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4811 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4812 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4813 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4814 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4815 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4816 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4817 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4818 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4819 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4820 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4821 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4822 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4823 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4824 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4825 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4826 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4827 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4828 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4829 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4830 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4831 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4832 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4833 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4834 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4835 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4836 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4837 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4838 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4839 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4840 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4841 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4842 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4843 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4844 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4845 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4846 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4847 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4848 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4849 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4850 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4851 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4852 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4853 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4854 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4855 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4856 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4857 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4858 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4859 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4860 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4861 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4862 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4863 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4864 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4865 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4866 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4867 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4868 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4869 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4870 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4871 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4872 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4873 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4874 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4875 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4876 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4877 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4878 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4879 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4880 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4881 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4882 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4883 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4884 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4885 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4886 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4887 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4888 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4889 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4890 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4891 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4892 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4893 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4894 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4895 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4896 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4897 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4898 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4899 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4900 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4901 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4902 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4903 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4904 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4905 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4906 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4907 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4908 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4909 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4910 * sysdeps/unix/alpha/sysdep.S: Likewise.
4911 * sysdeps/unix/alpha/sysdep.h: Likewise.
4912 * sysdeps/unix/make-syscalls.sh: Likewise.
4913 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4914 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4915 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4916 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4917 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4918 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4919 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4920 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4921 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4922 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4923 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4924 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4925 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4926 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4927 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4928 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4929 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4930 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4931 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4932 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4933 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4934 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4935 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4936 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4937 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4938 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4939 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4940 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4941 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4942 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4943 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4944 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4945 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4946 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4947 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4948 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4949 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4950 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4951 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4952 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4953 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4954 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4955 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4956 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4957 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4958 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4959 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4960 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4961 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4962 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4963 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4964 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4965 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4966 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4967 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4968 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4969 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4970 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4971 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4972 * sysdeps/x86_64/memcpy.S: Likewise.
4973 * sysdeps/x86_64/memmove.c: Likewise.
4974 * sysdeps/x86_64/memset.S: Likewise.
4975 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4976 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4977 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4978 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4979 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4980 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4981 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4982 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4983 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4984 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4985 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4986 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4987 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4988 * sysdeps/x86_64/multiarch/memset.S: Likewise.
4989 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4990 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4991 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4992 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4993 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4994 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4995 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4996 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4997 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4998 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4999 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5000 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5001 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5002 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5003 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5004 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5005 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5006 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5007 * sysdeps/x86_64/strcmp.S: Likewise.
5008
76ca86a5
SP
5009 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5010
a3848485
SP
5011 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5012 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5013 * elf/rtld-Rules: Likewise.
5014 * elf/setup-vdso.h: Likewise.
5015 * include/assert.h: Likewise.
5016 * include/bits/stdlib-float.h: Likewise.
5017 * include/errno.h: Likewise.
5018 * include/sys/stat.h: Likewise.
5019 * include/unistd.h: Likewise.
5020 * sysdeps/aarch64/setjmp.S: Likewise.
5021 * sysdeps/alpha/setjmp.S: Likewise.
5022 * sysdeps/arm/__longjmp.S: Likewise.
5023 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5024 * sysdeps/arm/setjmp.S: Likewise.
5025 * sysdeps/arm/sysdep.h: Likewise.
5026 * sysdeps/generic/_itoa.h: Likewise.
5027 * sysdeps/generic/dl-sysdep.h: Likewise.
5028 * sysdeps/generic/ldsodefs.h: Likewise.
5029 * sysdeps/i386/dl-tls.h: Likewise.
5030 * sysdeps/i386/setjmp.S: Likewise.
5031 * sysdeps/m68k/setjmp.c: Likewise.
5032 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5033 * sysdeps/mach/hurd/opendir.c: Likewise.
5034 * sysdeps/posix/getcwd.c: Likewise.
5035 * sysdeps/posix/opendir.c: Likewise.
5036 * sysdeps/posix/profil.c: Likewise.
5037 * sysdeps/powerpc/dl-procinfo.h: Likewise.
5038 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5039 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5040 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5041 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5042 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5043 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5044 * sysdeps/s390/dl-tls.h: Likewise.
5045 * sysdeps/s390/s390-32/setjmp.S: Likewise.
5046 * sysdeps/s390/s390-64/setjmp.S: Likewise.
5047 * sysdeps/sh/sh3/setjmp.S: Likewise.
5048 * sysdeps/sh/sh4/setjmp.S: Likewise.
5049 * sysdeps/unix/alpha/sysdep.h: Likewise.
5050 * sysdeps/unix/arm/sysdep.S: Likewise.
5051 * sysdeps/unix/i386/sysdep.S: Likewise.
5052 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5053 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5054 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5055 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5056 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5057 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5058 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5059 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5060 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5061 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5062 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5063 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5064 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5065 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5066 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5067 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5068 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5069 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5070 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5071 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5072 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5073 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5074 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5075 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5076 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5077 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5078 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5079 * sysdeps/unix/x86_64/sysdep.S: Likewise.
5080 * sysdeps/x86_64/setjmp.S: Likewise.
5081
a109996e
SP
5082 * include/math.h: Use IS_IN instead of IS_IN_libm.
5083 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5084 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5085 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5086 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5087 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5088 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5089 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5090 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5091 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5092 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5093 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5094 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5095 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5096 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5097 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5098 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5099 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5100 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5101 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5102 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5103 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5104 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5105 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5106 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5107 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5108 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5109 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5110 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5111 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5112 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5113 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5114 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5115 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5116 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5117 Likewise.
5118 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5119 Likewise.
5120 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5121 Likewise.
5122 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5123 Likewise.
5124 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5125 Likewise.
5126 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5127 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5128 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5129 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5130 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5131 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5132 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5133 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5134 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5135 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5136 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5137 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5138 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5139 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5140 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5141 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5142 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5143 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5144 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5145 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5146 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5147 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5148 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5149 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5150 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5151 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5152 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5153
ce9f10f7
SP
5154 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5155 * nptl/pthreadP.h: Likewise.
5156 * nptl_db/structs.def: Likewise.
5157 * sysdeps/arm/sysdep.h: Likewise.
5158 * sysdeps/nptl/bits/libc-lock.h: Likewise.
5159 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5160 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5161 * sysdeps/unix/alpha/sysdep.h: Likewise.
5162 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5163 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5164 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5165 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5166 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5167 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5168 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5169 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5170 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5171 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5172 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5173 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5174 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5175 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5176 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5178 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5179 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5180 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5181 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5182 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5183 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5184 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5185 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5186 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5187 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5188
016afc75
SP
5189 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5190 * nptl/pthreadP.h: Likewise.
5191 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5192 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5193 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5194 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5195 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5196 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5197 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5198 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5199 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5200 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5201 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5202 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5203 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5204 Likewise.
5205 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5206 Likewise.
5207 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5208 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5209 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5210 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5211 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5212 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5213 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5214 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5215
9b42a0b3
SP
5216 * dlfcn/dladdr.c: Use IS_IN.
5217 * dlfcn/dladdr1.c: Likewise.
5218 * dlfcn/dlclose.c: Likewise.
5219 * dlfcn/dlerror.c: Likewise.
5220 * dlfcn/dlinfo.c: Likewise.
5221 * dlfcn/dlmopen.c: Likewise.
5222 * dlfcn/dlopen.c: Likewise.
5223 * dlfcn/dlsym.c: Likewise.
5224 * dlfcn/dlvsym.c: Likewise.
5225
85f36372
SP
5226 * include/ifaddrs.h: Use IS_IN.
5227 * inet/check_pf.c: Likewise.
5228 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5229 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5230
fb6784e3
SP
5231 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5232 IS_IN_ldconfig.
5233 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5234 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5235
2886d2d1
SP
5236 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5237 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5238 IS_IN (libc).
5239
9a484857
SP
5240 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5241
a10178bd
SP
5242 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5243 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5244 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5245 * include/libc-symbols.h (IS_IN_LIB): New macro.
5246 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5247 * include/netdb.h: Likewise.
5248 * include/stap-probe.h: Remove all uses of IN_LIB.
5249
279bc5b3
SP
5250 * Makeconfig (module-cppflags-real): Define MODULE_NAME
5251 instead of IN_MODULE.
5252 * include/libc-symbols.h (IN_MODULE): Define using
5253 MODULE_NAME.
5254 (PASTE_NAME, PASTE_NAME1): New macros.
5255 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5256 of IN_LIB.
5257 (STAP_PROBE_ASM): Likewise.
5258
e0cfa510
ST
52592014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
5260
5261 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5262 __mach_init in dlopened libc.
5263
34d97d87
MF
52642014-11-22 Mike Frysinger <vapier@gentoo.org>
5265
5266 * sysdeps/arm/preconfigure.ac: Delete EABI check.
5267 * sysdeps/arm/preconfigure: Regenerate.
5268
33cd1f74
RM
52692014-11-21 Roland McGrath <roland@hack.frob.com>
5270
5271 * nptl/pthread_create.c (__pthread_create_2_1): Set
5272 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5273 when copying values from IATTR into PD.
5274
8c230039
WN
52752014-11-21 Will Newton <will.newton@linaro.org>
5276 Andrew Pinski <andrew.pinski@caviumnetworks.com>
5277
6d3db89b
AP
5278 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5279 Refactor inline-asm. Also add comment.
5280
01194ba1
WN
5281 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5282 ElfW macro instead of hardcoded Elf64 types.
5283 (la_aarch64_gnu_pltenter): Likewise.
5284 * sysdeps/aarch64/dl-machine.h
5285 (elf_machine_runtime_setup): Use ElfW(Addr).
5286
8c230039
WN
5287 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5288 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5289 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5290 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5291 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5292 (R_AARCH64_TLS_DTPMOD64): Rename to ..
5293 (R_AARCH64_TLS_DTPMOD): This.
5294 (R_AARCH64_TLS_DTPREL64): Rename to ...
5295 (R_AARCH64_TLS_DTPREL): This.
5296 (R_AARCH64_TLS_TPREL64): Rename to ...
5297 (R_AARCH64_TLS_TPREL): This.
5298 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5299 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5300 R_AARCH64_TLS_TPREL64.
5301 (elf_machine_rela): Likewise.
5302
0d79fa53
TR
53032014-11-21 Torvald Riegel <triegel@redhat.com>
5304
5305 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5306 by setting it to 0. 64b atomics are not supported currently.
5307
b59d114b
AO
53082014-11-21 Alexandre Oliva <aoliva@redhat.com>
5309
5310 [BZ #16469]
5311 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5312 search domain names.
5313
f3d945d5
AO
53142014-11-21 Alexandre Oliva <aoliva@redhat.com>
5315
5316 [BZ #16469]
5317 * NEWS: Update.
5318 * resolv/res_query.c (__libc_res_nquerydomain): Retain
5319 trailing dot.
5320 * posix/tst-getaddrinfo5.c: New.
5321 * posix/Makefile (tests): Add it.
5322
49698902
AO
53232014-11-21 Alexandre Oliva <aoliva@redhat.com>
5324
5325 [BZ #14498]
5326 * NEWS: Fixed.
5327 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5328 after parsing line but before break_if_match.
5329 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5330 if there is a protocol mismatch.
5331
81959214
MS
53322014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5333
5334 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5335 because the potential race is on the user-supplied stream.
5336
7729e0e9
AO
53372014-11-21 Alexandre Oliva <aoliva@redhat.com>
5338
5339 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5340 string literal if not passed a buffer.
5341 * manual/job.texi (ctermid): Update reasoning, note deviation
5342 from posix, suggest mtasurace when not passed a buffer, for
5343 future non-preliminary safety notes.
5344
a4ea5e28
AO
53452014-11-21 Alexandre Oliva <aoliva@redhat.com>
5346
5347 * manual/users.texi (cuserid): Fix MT-Safety note for the case
5348 of not passing it a buffer.
5349 Reported by Peng Haitao.
5350
a2b581cb
AO
53512014-11-21 Alexandre Oliva <aoliva@redhat.com>
5352
5353 * manual/Makefile ($(objpfx)stamp-summary): Require
5354 check-safety.sh to pass.
5355 * manual/check-safety.sh: Wish for verification that every
5356 @deftypefn and @deftypefun is followed by a @safety remark.
5357
f214ff74
RM
53582014-11-20 Roland McGrath <roland@hack.frob.com>
5359
7f0dfae0
RM
5360 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5361
2f531bbb
RM
5362 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5363 PTHREAD_CANCEL_ASYNCHRONOUS.
5364 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5365 send SIGCANCEL.
5366
f214ff74
RM
5367 * nptl/default-sched.h: New file.
5368 * sysdeps/unix/sysv/linux/default-sched.h: New file.
5369 * nptl/pthread_create.c: Include it.
5370 (__pthread_create_2_1): Use collect_default_sched instead of making
5371 Linux syscalls here directly.
5372
e37c91d4
TR
53732014-11-20 Torvald Riegel <triegel@redhat.com>
5374
5375 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5376 __pthread_once): Use C11 atomics.
5377
1eccfecd
TR
53782014-11-20 Torvald Riegel <triegel@redhat.com>
5379
5380 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5381
ff871426
TR
53822014-11-20 Torvald Riegel <triegel@redhat.com>
5383
5384 * include/atomic.h (__atomic_link_error, __atomic_check_size,
5385 atomic_thread_fence_acquire, atomic_thread_fence_release,
5386 atomic_thread_fence_seq_cst, atomic_load_relaxed,
5387 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5388 atomic_compare_exchange_weak_relaxed,
5389 atomic_compare_exchange_weak_acquire,
5390 atomic_compare_exchange_weak_release,
5391 atomic_exchange_acquire, atomic_exchange_release,
5392 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5393 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5394 atomic_fetch_and_acquire,
5395 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5396
1ea339b6
TR
53972014-11-20 Torvald Riegel <triegel@redhat.com>
5398
5399 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5400 USE_ATOMIC_COMPILER_BUILTINS): Define.
5401 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5402 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5403 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5404 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5405 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5406 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5407 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5408 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5409 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5410 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5411 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5412 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5413 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5414 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5415 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5416 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5417 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5418 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5419 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5420 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5421 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5422 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5423 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5424 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5425 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5426 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5427 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5428 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5429 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5430 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5431 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5432 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5433 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5434 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5435 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5436 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5437 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5438 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5439 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5440 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5441
cbd463e2
RM
54422014-11-19 Roland McGrath <roland@hack.frob.com>
5443
d960211f
RM
5444 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5445 the sched_priority value here. It was already checked when the user
5446 called pthread_attr_setschedparam.
5447
cbd463e2
RM
5448 * nptl/tst-bad-schedattr.c: New file.
5449 * nptl/Makefile (tests): Add it.
5450
a39208bd
CD
54512014-11-19 Carlos O'Donell <carlos@redhat.com>
5452 Florian Weimer <fweimer@redhat.com>
5453 Joseph Myers <joseph@codesourcery.com>
5454 Adam Conrad <adconrad@0c3.net>
5455 Andreas Schwab <schwab@suse.de>
5456 Brooks <bmoses@google.com>
5457
5458 [BZ #17625]
5459 * wordexp-test.c (__dso_handle): Add prototype.
5460 (__register_atfork): Likewise.
5461 (__app_register_atfork): New function.
5462 (registered_forks): New global.
5463 (register_fork): New function.
5464 (test_case): Add 3 new tests for WRDE_CMDSUB.
5465 (main): Call __app_register_atfork.
5466 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5467 fork count is non-zero fail the test.
5468 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5469 is set.
5470 (parse_dollars): Remove check for WRDE_NOCMD.
5471 (parse_dquote): Likewise.
5472
9cd47470
SP
54732014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5474
130ac68c
SP
5475 * Makeconfig (built-modules): List non-library modules to be
5476 built.
5477 (module-cppflags): Include libc-modules.h for
5478 everything except shlib-versions.v.i.
5479 (CPPFLAGS): Use it.
5480 (before-compile): Add libc-modules.h.
5481 ($(common-objpfx)libc-modules.h,
5482 $(common-objpfx)libc-modules.stmp): New targets.
5483 (common-generated): Add libc-modules.h and libc-modules.stmp.
5484 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5485 * include/libc-symbols.h: Don't include libc-modules.h.
5486 * include/libc-modules.h: Remove file.
5487 * scripts/gen-libc-modules.awk: New script to generate
5488 libc-modules.h.
5489 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5490 Depend on libc-modules.stmp.
5491
286663c3
SP
5492 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5493
9cd47470
SP
5494 * Makeconfig (in-module): Get value of libof set for the
5495 translation unit.
5496 (CPPFLAGS): Use $(in-module).
5497 * Makerules: Don't suffix routine names for nonlib.
5498 * include/libc-modules.h: New file.
5499 * include/libc-symbols.h: Include libc-modules.h
5500 (IS_IN): New macro to replace IS_IN_* macros.
5501 * elf/Makefile: Set libof-* for each routine.
5502 * elf/rtld-Rules: Likewise.
5503 * extra-modules.mk: Likewise.
5504 * iconv/Makefile: Likewise.
5505 * iconvdata/Makefile: Likewise.
5506 * locale/Makefile: Likewise.
5507 * malloc/Makefile: Likewise.
5508 * nss/Makefile: Likewise.
5509 * sysdeps/gnu/Makefile: Likewise.
5510 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5511 * sysdeps/unix/sysv/linux/Makefile: Likewise.
5512 * sysdeps/s390/s390-64/Makefile: Likewise.
5513 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
5514 CPPFLAGS for nscd instead of nonlib.
5515
32fed10f
RM
55162014-11-18 Roland McGrath <roland@hack.frob.com>
5517
d71035bd
RM
5518 * nptl/createthread.c: New file.
5519
6540b991
RM
5520 * nptl/createthread.c: Moved ...
5521 * sysdeps/unix/sysv/linux/createthread.c: ... here.
5522
32fed10f
RM
5523 * nptl/createthread.c: Add proper top-line comment.
5524 (do_clone): Folded into ...
5525 (create_thread): ... here. Take new arguments STOPPED_START and
5526 THREAD_RAN. Always set PD->stopped_start to something here. Don't
5527 increment __nptl_threads, do event-reporting logic, do
5528 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5529 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
5530 resource cleanup if sched_setaffinity or sched_setscheduler fails,
5531 just send SIGCANCEL.
5532 * nptl/pthread_create.c: Forward-declare create_thread before
5533 including createthread.c.
5534 (start_thread): Use new macro START_THREAD_DEFN to replace defining
5535 declaration, and new macro START_THREAD_SELF to replace argument.
5536 Remove return statement.
5537 (report_thread_creation): New function.
5538 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
5539 synchronization logic, and __nptl_nthreads increment here, around
5540 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
5541 PD->parent_cancelhandling here, before create_thread. When
5542 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5543 __deallocate_stack, and ENOMEM translation here.
5544
107a5bf0
JM
55452014-11-18 Joseph Myers <joseph@codesourcery.com>
5546
5547 [BZ #17616]
5548 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5549 (mptwo): Rename to __mptwo.
5550 (__inv): Use __mptwo instead of mptwo.
5551 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5552 (mptwo): Rename to __mptwo.
5553 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5554 of mpone and __mptwo instead of mptwo.
5555 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5556 instead of mpone.
5557 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5558 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5559 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5560 of mpone and __mptwo instead of mptwo.
5561 (__mpranred): Use __mpone instead of mpone.
5562 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5563 variable.
5564 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5565 (test-xfail-ISO99/math.h/linknamespace): Likewise.
5566 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5567 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5568 (test-xfail-ISO11/math.h/linknamespace): Likewise.
5569 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5570 (test-xfail-XPG3/math.h/linknamespace): Likewise.
5571 (test-xfail-XPG4/math.h/linknamespace): Likewise.
5572 (test-xfail-POSIX/math.h/linknamespace): Likewise.
5573 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5574 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5575 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5576 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5577 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5578 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5579 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5580 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5581 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5582 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5583
3b679ab3
TV
55842014-11-18 Tom de Vries <tom@codesoucery.com>
5585
5586 * manual/signal.texi (Primitives Interrupted by Signals): In section,
5587 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
5588
55892014-11-17 Richard Henderson <rth@redhat.com>
5590
5591 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5592 (_FP_PACK_RAW_2): Remove.
5593 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5594 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5595 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5596 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5597 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5598 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5599 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5600 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5601 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5602 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5603 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5604 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5605 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5606 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5607 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5608 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5609
0781a777
RM
56102014-11-14 Roland McGrath <roland@hack.frob.com>
5611
5612 * signal/signal.h [__USE_MISC]
5613 (struct sigvec): Remove type.
5614 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5615 (sigvec): Remove declaration.
5616 * sysdeps/posix/sigvec.c: Moved ...
5617 * signal/sigvec.c: ... here, replacing old file.
5618 (struct sigvec): New type, copied from old signal.h definition.
5619 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5620 (__sigvec): Convert definition to prototype.
5621 (sigvec): Replace weak_alias with compat_symbol.
5622 * signal/Versions (libc: GLIBC_2.21): New version set.
5623 * include/signal.h: Remove __sigvec declaration.
5624 * sysdeps/unix/bsd/sigvec.c: Remove file.
5625 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5626 * manual/signal.texi (BSD Handler): Remove subsection.
5627 Move siginterrupt up to ...
5628 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
5629 (Blocking in BSD): Fold subsection into its parent.
5630 * NEWS: Mention sigvec removal.
5631
a4733812
JM
56322014-11-14 Joseph Myers <joseph@codesourcery.com>
5633
5ae4fe60
JM
5634 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5635 (DLA_FMS): Make definition conditional only on [__FMA4__].
5636 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5637 definition.
5638
6a0dd472
JM
5639 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5640 Make definition conditional only on [PROF].
5641 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5642 definition.
5643 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5644 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5645
a4733812
JM
5646 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5647 !__GNUC__].
5648 * include/signal.h (__sigpause): Move declaration above call to
5649 libc_hidden_proto.
5650 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5651 variable.
5652 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5653 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5654
cf7246dd
DM
56552014-11-14 David S. Miller <davem@davemloft.net>
5656
5657 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5658 Define before including <string/memcpy.c> and <string/mempcpy.c>.
5659
c1b0aadc
JM
56602014-11-14 Joseph Myers <joseph@codesourcery.com>
5661
4863355a
JM
5662 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5663 * configure: Regenerated.
5664 * manual/install.texi (Tools for Compilation): Document a
5665 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5666 compiler verified to work.
5667 * INSTALL: Regenerated.
5668
c1b0aadc
JM
5669 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5670 redeclare with asm name.
5671 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5672 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5673 including <string.h>.
5674 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5675 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5676 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5677 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5678 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5679 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5680 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5681
2a1cfd94
JM
56822014-11-13 Joseph Myers <joseph@codesourcery.com>
5683
bf438382
JM
5684 * stdlib/strtol.c (__strtol): Use prototype definition.
5685
2a1cfd94
JM
5686 [BZ #17594]
5687 * stdlib/strtol.c (SYM__): New macro.
5688 (SYM__1): Likewise.
5689 (__strtol): Likewise.
5690 (strtol): Rename to __strtol and define as weak alias of
5691 __strtol. Use libc_hidden_weak.
5692
20ed0d26
SL
56932014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5694
5695 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5696 Use numbered labels in inline assembly.
5697
53244a4e
SL
56982014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5699
5700 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5701 Add setjmp LIBC_PROBE.
5702 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5703 Likewise.
5704 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5705 Add longjmp, longjmp_target LIBC_PROBE.
5706 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5707 Likewise.
5708
47df8251
SL
57092014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5710
5711 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5712 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5713 to get rid of unused variable warning.
5714
618cebef
SL
57152014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5716
5717 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5718 Check for unwind_backtrace == NULL only in SHARED case.
5719 (__backchain_backtrace): Compile only in SHARED case.
5720 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5721 Likewise.
5722 (__backchain_backtrace): Declare as static.
5723
c6aab2cb
RM
57242014-11-12 Roland McGrath <roland@hack.frob.com>
5725
5726 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5727 (__libc_multiple_threads_ptr): Variable moved ...
5728 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5729
5a6fa4d7
JM
57302014-11-12 Joseph Myers <joseph@codesourcery.com>
5731
24f4f825
JM
5732 * conform/GlibcConform.pm: New file.
5733 * conform/conformtest.pl: Use GlibcConform module.
5734 * conform/linknamespace.pl: New file.
5735 * conform/list-header-symbols.pl: Likewise.
5736 * conform/Makefile (linknamespace-symlists-base): New variable.
5737 (linknamespace-symlists-tests): Likewise.
5738 (linknamespace-header-base): Likewise.
5739 (linknamespace-header-tests): Likewise.
5740 (tests-special): Add new tests.
5741 ($(linknamespace-symlists-tests)): New rule.
5742 (linknamespace-libs): New variable.
5743 ($(objpfx)symlist-stdlibs): New rule.
5744 ($(linknamespace-header-tests)): Likewise.
5745 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5746 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5747 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5748 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5749 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5750 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5751 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5752 (test-xfail-ISO/math.h/linknamespace): Likewise.
5753 (test-xfail-ISO/signal.h/linknamespace): Likewise.
5754 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5755 (test-xfail-ISO/time.h/linknamespace): Likewise.
5756 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5757 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5758 (test-xfail-ISO99/math.h/linknamespace): Likewise.
5759 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5760 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5761 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5762 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5763 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5764 (test-xfail-ISO11/math.h/linknamespace): Likewise.
5765 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5766 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5767 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5768 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5769 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5770 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5771 (test-xfail-XPG3/math.h/linknamespace): Likewise.
5772 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5773 (test-xfail-XPG3/search.h/linknamespace): Likewise.
5774 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5775 (test-xfail-XPG3/time.h/linknamespace): Likewise.
5776 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5777 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5778 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5779 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5780 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5781 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5782 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5783 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5784 (test-xfail-XPG4/math.h/linknamespace): Likewise.
5785 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5786 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5787 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5788 (test-xfail-XPG4/search.h/linknamespace): Likewise.
5789 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5790 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5791 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5792 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5793 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5794 (test-xfail-XPG4/time.h/linknamespace): Likewise.
5795 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5796 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5797 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5798 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5799 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5800 (test-xfail-POSIX/math.h/linknamespace): Likewise.
5801 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5802 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5803 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5804 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5805 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5806 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5807 (test-xfail-POSIX/time.h/linknamespace): Likewise.
5808 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5809 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5810 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5811 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5812 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5813 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5814 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5815 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5816 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5817 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5818 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5819 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5820 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5821 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5822 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5823 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5824 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5825 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5826 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5827 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5828 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5829 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5830 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5831 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5832 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5833 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5834 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5835 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5836 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5837 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5838 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5839 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5840 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5841 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5842 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5843 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5844 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5845 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5846 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5847 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5848 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5849 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5850 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5851 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5852 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5853 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5854 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5855 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5856 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5857 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5858 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5859 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5860 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5861 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5862 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5863 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5864 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5865 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5866 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5867 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5868 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5869 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5870 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5871 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5872 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5873 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5874 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5875 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5876 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5877 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5878 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5879 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5880 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5881 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5882 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5883 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5884 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5885 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5886 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5887 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5888 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5889 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5890 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5891 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5892 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5893 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5894 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5895 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5896 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5897 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5898 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5899 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5900 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5901 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5902 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5903 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5904 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5905 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5906
cc67478e
JM
5907 [BZ #17589]
5908 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5909 of fgets_unlocked.
5910
9975e3d3
JM
5911 [BZ #17585]
5912 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5913 (memmem): Rename to __memmem and define as weak alias of
5914 __memmem. Use libc_hidden_weak.
5915 (__memmem): Use libc_hidden_def.
5916 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
5917 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5918 memmem.
5919
c4eae752
JM
5920 [BZ #17582]
5921 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5922 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
5923 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5924 and define as weak alias of __fgets_unlocked. Use
5925 libc_hidden_weak.
5926 (__fgets_unlocked): Use libc_hidden_def.
5927 * include/stdio.h (__fgets_unlocked): Declare. Use
5928 libc_hidden_proto.
5929 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5930 __fgets_unlocked instead of fgets_unlocked.
5931 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5932 (GET_NPROCS_CONF_PARSER): Likewise.
5933 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5934 (GET_NPROCS_CONF_PARSER): Likewise.
5935
01cad84e
JM
5936 [BZ #17574]
5937 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5938 weak alias of __wmemset. Use libc_hidden_weak.
5939 (__wmemset): Use libc_hidden_def.
5940 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
5941 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5942 of wmemset.
5943
939da411
JM
5944 [BZ #17573]
5945 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5946 with asm name __mempcpy.
5947 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5948
293d9a41
JM
5949 [BZ #17572]
5950 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5951 and define as weak alias of __rawmemchr.
5952 (__rawmemchr): Do not define as strong alias of rawmemchr.
5953
bef8fd60
JM
5954 [BZ #17571]
5955 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5956 alias of __qsort_r.
5957 (qsort): Call __qsort_r instead of qsort_r.
5958 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5959 (__qsort_r): Declare. Call libc_hidden_proto.
5960 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5961 instead of qsort_r.
5962 * nscd/gai.c (__qsort_r): Define to qsort_r.
5963 * posix/tst-rfc3484.c (__qsort_r): Likewise.
5964 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5965 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5966
c52ff39e
JM
5967 [BZ #17570]
5968 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5969 define as weak alias of __malloc_info.
5970
2f5c1b00
JM
5971 [BZ #17584]
5972 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5973 as weak alias of __rewinddir. Don't use libc_hidden_def.
5974 (__rewinddir): Use libc_hidden_def.
5975 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5976 as weak alias of __rewinddir. Don't use libc_hidden_def.
5977 (__rewinddir): Use libc_hidden_def.
5978 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5979 weak alias of __rewinddir. Don't use libc_hidden_def.
5980 (__rewinddir): Use libc_hidden_def.
5981 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5982 (__rewinddir): Use libc_hidden_proto.
5983 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5984 rewinddir.
5985 (__getcwd): Use __rewinddir instead of rewinddir.
5986
5a6fa4d7
JM
5987 [BZ #17583]
5988 * libio/fileno.c (fileno): Rename to __fileno and define as weak
5989 alias of __fileno. Use libc_hidden_weak.
5990 (__fileno): Use libc_hidden_def.
5991 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5992 * libio/ftello.c (ftello): Rename to __ftello and define as weak
5993 alias of __ftello.
5994 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5995 __ftello.
5996 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5997 (__fread_unlocked): Define as strong alias of _IO_fread. Use
5998 libc_hidden_def.
5999 (fread_unlocked): Don't use libc_hidden_ver.
6000 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6001 and define as weak alias of __fread_unlocked. Don't use
6002 libc_hidden_def.
6003 (__fread_unlocked): Use libc_hidden_def.
6004 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
6005 (ftello): Don't use libc_hidden_proto.
6006 (__ftello): Declare. Use libc_hidden_proto.
6007 (fread_unlocked): Don't use libc_hidden_proto.
6008 (__fread_unlocked): Declare. Use libc_hidden_proto.
6009 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6010 and __ftello instead of fileno, fread_unlocked and ftello.
6011
2581b98e
SP
60122012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
6013
6014 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6015 GOT12.
6016 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6017 Likewise.
6018 (_dl_start_user): Likewise.
6019 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6020
533bb7c2
SP
60212014-11-12 Carlos O'Donell <carlos@redhat.com>
6022 Siddhesh Poyarekar <siddhesh@redhat.com>
6023
6024 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6025 Move argv and envp down instead of moving argc up.
6026 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6027
fffa1cf8
LH
60282014-11-12 Leonhard Holz <leonhard.holz@web.de>
6029
6030 [BZ #17506]
6031 * test-skeleton.c (main): Return successful if one of
6032 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6033 * string/tst-strcoll-overflow.c: Define expected status.
6034
fb89b46d
TU
60352014-11-12 Tatiana Udalova <t.udalova@samsung.com>
6036
6037 [BZ #17475]
6038 * locale/iso-639.def: Define Bhili and Tulu language codes.
6039
5c40c3ba
AH
60402014-11-11 Alan Hayward <alan.hayward@arm.com>
6041
6042 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6043
b17fe01b 60442014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
6045
6046 [BZ #17555]
6047 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6048
bd805071
AS
60492014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
6050
6051 * configure.ac: Updated check of minimal required version to
6052 2.22.
6053 * manual/install.texi (Tools for Compilation): Updated version
6054 number.
6055 * configure: Regenerated.
6056 * INSTALL: Likewise.
6057
1400983e
AS
60582014-11-07 Andreas Schwab <schwab@linux-m68k.org>
6059
6060 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6061 __tls_get_addr.
6062
2c46a66a
JM
60632014-11-07 Joseph Myers <joseph@codesourcery.com>
6064
6065 * include/sys/wait.h (__libc_waitpid): Remove declaration.
6066 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6067 (__waitpid): Don't define as alias. Use libc_hidden_def not
6068 libc_hidden_weak.
6069 (waitpid): Define as alias of __waitpid.
6070 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6071 __waitpid.
6072 (__waitpid): Don't define as alias. Use libc_hidden_def not
6073 libc_hidden_weak.
6074 (waitpid): Define as alias of __waitpid.
6075 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6076 __libc_waitpid alias.
6077 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6078 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6079 Likewise.
6080 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6081 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6082 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6083 alias.
6084 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6085 __waitpid.
6086 (__waitpid): Don't define as alias. Use libc_hidden_def not
6087 libc_hidden_weak.
6088 (waitpid): Define as alias of __waitpid.
6089
da53d6db
CD
60902014-11-06 Carlos O'Donell <carlos@redhat.com>
6091
a2887bdb
CD
6092 * manual/llio.texi: Add comment that write safety has been
6093 fixed in Linux.
6094
da53d6db
CD
6095 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6096 (localplt-build-dso): Add elf/ld.so.
6097 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6098 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6099 and free for ld.so.
6100 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6101 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6102 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6103 Likewise.
6104 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6105 Likewise.
6106 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6107 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6108 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6109 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6110 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6111 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6112 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6113 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6114 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6115 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6116 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6117
9cf27b8d
JM
61182014-11-05 Joseph Myers <joseph@codesourcery.com>
6119
6120 [BZ #14132]
6121 * include/libc-symbols.h (INTUSE): Remove macro.
6122 (INTDEF): Likewise.
6123 (INTVARDEF): Likewise.
6124 (_INTVARDEF): Likewise.
6125 (INTDEF2): Likewise.
6126 (INTVARDEF2): Likewise.
6127 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6128 rtld_hidden_def instead of INTVARDEF.
6129 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6130 (_dl_starting_up_internal): Remove declaration.
6131 (_dl_starting_up): Use rtld_hidden_proto.
6132 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6133 declaration.
6134 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6135 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6136 _dl_starting_up.
6137 * elf/dl-writev.h (_dl_writev): Likewise.
6138 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6139 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6140 _dl_starting_up_internal.
6141
af83568d
AZ
61422014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6143
6144 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6145 test-skeleton.c.
6146
b01ee67c
WN
61472014-11-05 Will Newton <will.newton@linaro.org>
6148
6149 * benchtests/Makefile: (bench-malloc): Add malloc thread
6150 scalability benchmark.
6151 * benchtests/bench-malloc-threads.c: New file.
6152
be9d4ccc
RE
61532014-11-05 Richard Earnshaw <rearnsha@arm.com>
6154
6155 * sysdeps/aarch64/strchrnul.S: New file.
6156
7110166d
AZ
61572014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6158
6159 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6160 definition.
6161 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6162 Likwise.
6163 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6164 Likewise.
6165 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6166 Likewise.
6167 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6168 Likewise.
6169 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6170 Likewise.
6171
61722014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
6173
6174 * catgets/test-gencat.c: Use test-skeleton.c.
6175 * catgets/tst-catgets.c: Likewise.
6176 * csu/tst-empty.c: Likewise.
6177 * elf/tst-audit2.c: Likewise.
6178 * elf/tst-global1.c: Likewise.
6179 * elf/tst-pathopt.c: Likewise.
6180 * elf/tst-piemod1.c: Likewise.
6181 * elf/tst-tls10.c: Likewise.
6182 * elf/tst-tls11.c: Likewise.
6183 * elf/tst-tls12.c: Likewise.
6184 * gnulib/tst-gcc.c: Likewise.
6185 * iconvdata/tst-e2big.c: Likewise.
6186 * iconvdata/tst-loading.c: Likewise.
6187 * iconv/tst-iconv1.c: Likewise.
6188 * iconv/tst-iconv2.c: Likewise.
6189 * inet/test-inet6_opt.c: Likewise.
6190 * inet/tst-gethnm.c: Likewise.
6191 * inet/tst-network.c: Likewise.
6192 * inet/tst-ntoa.c: Likewise.
6193 * intl/tst-codeset.c: Likewise.
6194 * intl/tst-gettext2.c: Likewise.
6195 * intl/tst-gettext3.c: Likewise.
6196 * intl/tst-ngettext.c: Likewise.
6197 * intl/tst-translit.c: Likewise.
6198 * io/test-stat.c: Likewise.
6199 * libio/test-fmemopen.c: Likewise.
6200 * libio/tst-freopen.c: Likewise.
6201 * libio/tst-sscanf.c: Likewise.
6202 * libio/tst-ungetwc1.c: Likewise.
6203 * libio/tst-ungetwc2.c: Likewise.
6204 * libio/tst-widetext.c: Likewise.
6205 * localedata/tst-ctype.c: Likewise.
6206 * localedata/tst-digits.c: Likewise.
6207 * localedata/tst-leaks.c: Likewise.
6208 * localedata/tst-mbswcs1.c: Likewise.
6209 * localedata/tst-mbswcs2.c: Likewise.
6210 * localedata/tst-mbswcs3.c: Likewise.
6211 * localedata/tst-mbswcs4.c: Likewise.
6212 * localedata/tst-mbswcs5.c: Likewise.
6213 * localedata/tst-setlocale.c: Likewise.
6214 * localedata/tst-trans.c: Likewise.
6215 * localedata/tst-wctype.c: Likewise.
6216 * localedata/tst-xlocale1.c: Likewise.
6217 * login/tst-grantpt.c: Likewise.
6218 * malloc/tst-calloc.c: Likewise.
6219 * malloc/tst-malloc.c: Likewise.
6220 * malloc/tst-mallocstate.c: Likewise.
6221 * malloc/tst-mcheck.c: Likewise.
6222 * malloc/tst-mtrace.c: Likewise.
6223 * malloc/tst-obstack.c: Likewise.
6224 * math/atest-exp2.c: Likewise.
6225 * math/atest-exp.c: Likewise.
6226 * math/atest-sincos.c: Likewise.
6227 * math/test-matherr.c: Likewise.
6228 * math/test-misc.c: Likewise.
6229 * math/test-powl.c: Likewise.
6230 * math/tst-definitions.c: Likewise.
6231 * misc/tst-dirname.c: Likewise.
6232 * misc/tst-efgcvt.c: Likewise.
6233 * misc/tst-fdset.c: Likewise.
6234 * misc/tst-hsearch.c: Likewise.
6235 * misc/tst-mntent2.c: Likewise.
6236 * nptl/tst-sem7.c: Likewise.
6237 * nptl/tst-sem8.c: Likewise.
6238 * nptl/tst-sem9.c: Likewise.
6239 * nss/test-netdb.c: Likewise.
6240 * posix/tst-fnmatch.c: Likewise.
6241 * posix/tst-getlogin.c: Likewise.
6242 * posix/tst-gnuglob.c: Likewise.
6243 * posix/tst-mmap.c: Likewise.
6244 * pwd/tst-getpw.c: Likewise.
6245 * resolv/tst-inet_ntop.c: Likewise.
6246 * rt/tst-timer.c: Likewise.
6247 * stdio-common/test-fseek.c: Likewise.
6248 * stdio-common/test-popen.c: Likewise.
6249 * stdio-common/test-vfprintf.c: Likewise.
6250 * stdio-common/tst-cookie.c: Likewise.
6251 * stdio-common/tst-fileno.c: Likewise.
6252 * stdio-common/tst-gets.c: Likewise.
6253 * stdio-common/tst-obprintf.c: Likewise.
6254 * stdio-common/tst-perror.c: Likewise.
6255 * stdio-common/tst-sprintf2.c: Likewise.
6256 * stdio-common/tst-sprintf3.c: Likewise.
6257 * stdio-common/tst-sprintf.c: Likewise.
6258 * stdio-common/tst-swprintf.c: Likewise.
6259 * stdio-common/tst-tmpnam.c: Likewise.
6260 * stdio-common/tst-unbputc.c: Likewise.
6261 * stdio-common/tst-wc-printf.c: Likewise.
6262 * stdlib/tst-environ.c: Likewise.
6263 * stdlib/tst-fmtmsg.c: Likewise.
6264 * stdlib/tst-limits.c: Likewise.
6265 * stdlib/tst-rand48-2.c: Likewise.
6266 * stdlib/tst-rand48.c: Likewise.
6267 * stdlib/tst-random2.c: Likewise.
6268 * stdlib/tst-random.c: Likewise.
6269 * stdlib/tst-strtol.c: Likewise.
6270 * stdlib/tst-strtoll.c: Likewise.
6271 * stdlib/tst-tls-atexit.c: Likewise.
6272 * stdlib/tst-xpg-basename.c: Likewise.
6273 * string/test-ffs.c: Likewise.
6274 * string/tst-bswap.c: Likewise.
6275 * string/tst-inlcall.c: Likewise.
6276 * string/tst-strtok.c: Likewise.
6277 * string/tst-strxfrm.c: Likewise.
6278 * sysdeps/x86_64/tst-audit10.c: Likewise.
6279 * sysdeps/x86_64/tst-audit3.c: Likewise.
6280 * sysdeps/x86_64/tst-audit4.c: Likewise.
6281 * sysdeps/x86_64/tst-audit5.c: Likewise.
6282 * time/tst-ftime_l.c: Likewise.
6283 * time/tst-getdate.c: Likewise.
6284 * time/tst-mktime3.c: Likewise.
6285 * time/tst-mktime.c: Likewise.
6286 * time/tst-posixtz.c: Likewise.
6287 * time/tst-strptime2.c: Likewise.
6288 * time/tst-strptime3.c: Likewise.
6289 * wcsmbs/tst-btowc.c: Likewise.
6290 * wcsmbs/tst-mbrtowc.c: Likewise.
6291 * wcsmbs/tst-mbsrtowcs.c: Likewise.
6292 * wcsmbs/tst-wchar-h.c: Likewise.
6293 * wcsmbs/tst-wcpncpy.c: Likewise.
6294 * wcsmbs/tst-wcrtomb.c: Likewise.
6295 * wcsmbs/tst-wcsnlen.c: Likewise.
6296 * wcsmbs/tst-wcstof.c: Likewise.
6297
2004e7fb
JM
62982014-11-04 Joseph Myers <joseph@codesourcery.com>
6299
ab97ee8f
JM
6300 [BZ #14132]
6301 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6302 INTDEF.
6303 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6304 declaration.
6305 (_dl_mcount): Use rtld_hidden_proto.
6306 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6307 _dl_mcount.
6308 * elf/rtld.c (_rtld_global_ro): Likewise.
6309
c5684fdb
JM
6310 [BZ #14132]
6311 * elf/dl-init.c (_dl_init): Don't use INTDEF.
6312 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6313 of _dl_init_internal.
6314 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6315 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6316 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6317 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6318 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6319 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6320 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6321 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6322 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6323 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6324 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6325 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6326 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6327 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6328 * sysdeps/tile/dl-start.S (_start): Likewise.
6329 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6330 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6331
4243cbea
JM
6332 [BZ #14132]
6333 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6334 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6335 (rtld_progname): Make macro definition unconditional.
6336 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6337 INTDEF.
6338 (dlmopen_doit): Do not use INTUSE with _dl_argv.
6339 (dl_main): Likewise.
6340 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6341 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6342 instead of _dl_argv_internal.
6343 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6344 __GI__dl_argv instead of INTUSE(_dl_argv).
6345 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6346 __GI__dl_argv instead of _dl_argv_internal.
6347
2004e7fb
JM
6348 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6349 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6350 macro.
6351 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6352 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6353 New macro.
6354 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6355 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6356 macro.
6357 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6358 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6359
97827bfc
AS
63602014-11-04 Andreas Schwab <schwab@suse.de>
6361
6362 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6363
5e4df284
AZ
63642014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6365
6366 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6367 mtvsrd instruction in binary form.
6368
04b76b5a
AS
63692014-11-03 Andreas Schwab <schwab@suse.de>
6370
6371 [BZ #17522]
6372 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6373 for less than MB_LEN_MAX use a local buffer of that size.
6374 * libio/tst-fputws.c: New file.
6375 * libio/Makefile (tests): Add tst-fputws.
6376
4c6da7da
JM
63772014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
6378
6379 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6380 the size of the fpu_fr.fpu_dregs[] array.
6381
1679ba8e
JM
63822014-11-01 Joseph Myers <joseph@codesourcery.com>
6383
6384 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6385 (__nanosleep): Do not define as alias.
6386 (nanosleep): Define as alias of __nanosleep.
6387 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6388 __libc_nanosleep name.
6389
2626c183
JM
63902014-10-31 Joseph Myers <joseph@codesourcery.com>
6391
6392 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6393 install.texi in comment.
6394
7f981fc2
TR
63952014-10-31 Torvald Riegel <triegel@redhat.com>
6396
6397 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6398 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6399 ... add here and use lwsync or sync ...
6400 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6401 ... and add here using lwsync.
6402
d6f373d2
MF
64032014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
6404
6405 * elf/dl-machine-reject-phdr.h: New file.
6406 * elf/dl-load.c: #include that.
6407 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6408 if that returned true.
6409
67c37987
RM
64102014-10-31 Roland McGrath <roland@hack.frob.com>
6411
6412 [BZ #17496]
6413 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6414 gen-as-const-headers chunk. Add a big scare comment after the last
6415 safe place to touch before-compile.
6416
94a42455 64172014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 6418
f3f5d895
JM
6419 * manual/install.texi (Tools for Compilation): Update autoconf
6420 version requirements.
6421 * INSTALL: Regenerated.
6422
f62ff286
JM
6423 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6424 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6425 (__libc_pselect): Likewise.
94a42455
JM
6426
6427 [BZ #14138]
6428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6429 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6430 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6431 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6432
ff9dbdc0
TR
64332014-10-31 Torvald Riegel <triegel@redhat.com>
6434
6435 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6436 correct barrier instruction.
6437 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6438 Likewise.
6439 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6440 Likewise.
6441
b4f66884
RM
64422014-10-30 Roland McGrath <roland@hack.frob.com>
6443
6444 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6445 after defining inlines. Instead, just use parens to defeat macro
6446 expansion of __isctype in its declaration.
6447
e19c95fd
JM
64482014-10-30 Joseph Myers <joseph@codesourcery.com>
6449
6450 * include/sys/uio.h (__libc_readv): Remove declaration.
6451 (__libc_writev): Likewise.
6452 * misc/readv.c (__libc_readv): Rename to __readv.
6453 (__readv): Do not define as alias.
6454 (readv): Define as alias of __readv.
6455 * misc/writev.c (__libc_writev): Rename to __writev.
6456 (__writev): Do not define as alias.
6457 (writev): Define as alias of __writev.
6458 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6459 (__readv): Do not define as alias.
6460 (readv): Define unconditionally as alias of __readv.
6461 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6462 (__writev): Do not define as alias.
6463 (writev): Define unconditionally as alias of __writev.
6464 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6465 name.
6466 (writev): Do not define __libc_writev name.
6467
65b00b6c
RM
64682014-10-30 Roland McGrath <roland@hack.frob.com>
6469
6470 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6471 (convert_charseq): New function, broken out of ...
6472 (use_from_charmap): ... here. Call it.
6473 (use_to_charmap): Use convert_charseq and free instead of duplicating
6474 its code with a variable-length stack struct.
6475
d4e157aa
JM
64762014-10-30 Joseph Myers <joseph@codesourcery.com>
6477
6478 * include/fcntl.h (__libc_creat): Remove declaration.
6479 * io/creat.c (__libc_creat): Rename to creat.
6480 (creat): Do not define as alias.
6481 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6482 of creat instead of __libc_creat.
6483 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6484 to creat.
6485 (creat): Do not define as alias.
6486 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6487 __libc_creat.
6488 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6489 __libc_creat name.
6490 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6491 Likewise.
6492
0c6891a0
CD
64932014-10-29 Carlos O'Donell <carlos@redhat.com>
6494
6495 * manual/llio.texi: Add comments discussing why write() may be
6496 considered MT-unsafe on Linux.
6497
cc00cece
CD
64982014-10-28 Carlos O'Donell <carlos@redhat.com>
6499
6500 * dl-load.c (local_strdup): Remove.
6501 (expand_dynamic_string_token): Use __strdup.
6502 (decompose_rpath): Likewise.
6503 (_dl_map_object): Likewise.
6504
51e623f2
JM
65052014-10-28 Joseph Myers <joseph@codesourcery.com>
6506
6507 [BZ #14132]
6508 * sysdeps/generic/unwind-dw2-fde.c
6509 (__register_frame_info_bases_internal): Do not declare.
6510 (__register_frame_info_table_bases_internal): Likewise.
6511 (__deregister_frame_info_bases_internal): Likewise.
6512 (__register_frame_info_bases): Declare and use hidden_proto before
6513 definition. Use hidden_def instead of INTDEF.
6514 (__register_frame_info_table_bases): Likewise.
6515 (__deregister_frame_info_bases): Likewise.
6516 (__register_frame_info): Do not use INTUSE.
6517 (__register_frame): Likewise.
6518 (__register_frame_info_table): Likewise.
6519 (__register_frame_table): Likewise.
6520 (__deregister_frame_info): Likewise.
6521 (__deregister_frame): Likewise.
6522
03d41216
GC
65232014-10-27 Gratian Crisan <gratian.crisan@ni.com>
6524
6525 * sysdeps/unix/sysv/linux/arm/kernel-features.h
6526 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6527 not undefine.
6528 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6529 Likewise.
6530 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6531 Likewise.
6532
a4b3624d
JM
65332014-10-27 Joseph Myers <joseph@codesourcery.com>
6534
6535 [BZ #14138]
6536 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6537 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6538 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6539 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6540 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6541 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6542 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6543 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6544 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6545 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6546 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6547 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6548 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6549 syscall.
6550 (setfsuid): Likewise.
6551 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6552 (setfsuid): Likewise.
6553 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6554 (setfsuid): Likewise.
6555 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6556 Likewise.
6557 (setfsuid): Likewise.
6558 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6559 (setfsuid): Likewise.
6560 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6561 Likewise.
6562 (setfsuid): Likewise.
6563
3574f2fd
AS
65642014-10-27 Andreas Schwab <schwab@suse.de>
6565
6566 [BZ #17501]
6567 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6568 check for Slow_SSE4_2 feature bit.
6569 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6570 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6571 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6572 Likewise. Fix check for Fast_Unaligned_Load feature bit.
6573
70996a37
RM
65742014-10-24 Roland McGrath <roland@hack.frob.com>
6575
461a7b1e
RM
6576 * configure.ac: Validate compiler version with a empirical test of
6577 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6578 $CC -v output.
6579 * configure: Regenerated.
6580
70996a37
RM
6581 * inet/htons.c (htons): Prototypify.
6582 * inet/htonl.c (htonl): Likewise.
6583
e80514b5
WD
65842014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6585
6586 * string/strncat.c (strncat): Improve performance by using strlen.
6587
6e46de42
WD
65882014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6589
6590 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6591
6a9ad2fa
WD
65922014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6593
6594 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6595 Call libc_fetestexcept_aarch64.
6596
1c8810ed
WD
65972014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6598
6599 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6600 Call libc_feholdexcept_aarch64.
6601
8b1af712
WD
66022014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6603
6604 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6605 Call get_rounding_mode.
6606
a7b00c11
WD
66072014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6608
6609 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6610 Simplify logic.
6611
3a84f1a6
WD
66122014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6613
6614 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6615 Simplify logic.
6616
48eb7a94
JM
66172014-10-24 Joseph Myers <joseph@codesourcery.com>
6618
c8bc4038
JM
6619 [BZ #14138]
6620 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6621 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6622 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6623 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6624 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6625 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6626 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6627 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6628 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6629 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6630 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6631 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6632 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6633 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6634 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6635 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6636 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6637 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6638 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6639 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6640 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6641 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6642 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6643 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6644 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6645 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6646 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6647 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6648 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6649 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6650 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6651 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6652 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6653 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6654 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6655 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6656 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6657 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6658 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6659 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6660 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6661 syscall.
6662 (geteuid): Likewise.
6663 (getgid): Likewise.
6664 (getuid): Likewise.
6665 (getresgid): Likewise.
6666 (getresuid): Likewise.
6667 (getgroups): Likewise.
6668 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6669 (geteuid): Likewise.
6670 (getgid): Likewise.
6671 (getuid): Likewise.
6672 (getresgid): Likewise.
6673 (getresuid): Likewise.
6674 (getgroups): Likewise.
6675 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6676 (geteuid): Likewise.
6677 (getgid): Likewise.
6678 (getuid): Likewise.
6679 (getresgid): Likewise.
6680 (getresuid): Likewise.
6681 (getgroups): Likewise.
6682 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6683 Likewise.
6684 (geteuid): Likewise.
6685 (getgid): Likewise.
6686 (getuid): Likewise.
6687 (getresgid): Likewise.
6688 (getresuid): Likewise.
6689 (getgroups): Likewise.
6690 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6691 (geteuid): Likewise.
6692 (getgid): Likewise.
6693 (getuid): Likewise.
6694 (getresgid): Likewise.
6695 (getresuid): Likewise.
6696 (getgroups): Likewise.
6697 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6698 Likewise.
6699 (geteuid): Likewise.
6700 (getgid): Likewise.
6701 (getuid): Likewise.
6702 (getgroups): Likewise.
6703
48eb7a94
JM
6704 [BZ #14138]
6705 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6706 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6707 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6708 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6709 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6710 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6711 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6712 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6713 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6714 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6715 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6716 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6717 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6718 __chown.
6719 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6720 (lchown): Likewise.
6721 (fchown): Likewise.
6722 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6723 Likewise.
6724 (lchown): Likewise.
6725 (fchown): Likewise.
6726 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6727 (lchown): Likewise.
6728 (fchown): Likewise.
6729 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6730 Likewise.
6731 (lchown): Likewise.
6732 (fchown): Likewise.
6733
ea9a7c8b
WD
67342014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
6735
6736 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6737 Simplify logic.
6738
e226de33
WD
67392014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
6740
6741 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6742 Cleanup logic.
6743
6e3d8ed3
WD
67442014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
6745
6746 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6747 Remove unused include.
6748
eb04247d
WD
67492014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
6750
6751 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6752 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6753 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6754 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6755
13d84554
CD
67562014-10-23 Carlos O'Donell <carlos@systemhalted.org>
6757 Helge Deller <deller@gmx.de>
6758
6759 [BZ #17508]
6760 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6761 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6762 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6763
15f9c5df
JM
67642014-10-23 Joseph Myers <joseph@codesourcery.com>
6765
6766 [BZ #14132]
6767 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6768 Remove macro definition.
6769 (__ashrdi3_v_glibc20): Likewise.
6770 (__lshrdi3_v_glibc20): Likewise.
6771 (__cmpdi2_v_glibc20): Likewise.
6772 (__ucmpdi2_v_glibc20): Likewise.
6773 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6774 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6775 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6776 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6777 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6778 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6779
c6dfed24
RM
67802014-10-22 Roland McGrath <roland@hack.frob.com>
6781
6782 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6783 old GNU extension [0] syntax.
6784 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6785 alloca rather than an array member with variable length.
6786 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6787 * nscd/nscd.c (invalidate_db): New function, broken out of ...
6788 (parse_opt): ... here. Likewise use alloca there.
6789 Validate the -i argument before checking for rootness.
6790 (send_shutdown): New function, broken out of ...
6791 (parse_opt): ... here.
6792
8c2b1ed8
RM
67932014-10-22 Roland McGrath <roland@hack.frob.com>
6794
6795 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6796 macro to get at the _rt_local_ro field.
6797 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6798 ([PIC] case) or _dl_hwcap ([!PIC] case).
6799 * sysdeps/arm/setjmp.S: Likewise.
6800
6801 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6802 * sysdeps/arm/configure.ac: New check to define it.
6803 * sysdeps/arm/configure: Regenerated.
6804 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6805 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6806 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6807 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6808 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6809 Use move/movt pair instead of a load.
6810 (LDST_GLOBAL): Macro removed.
6811 (LDR_GLOBAL): New macro replaces it.
6812 (LDR_HIDDEN): New macro.
6813 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6814 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6815
6816 * setjmp/tst-setjmp-static.c: New file.
6817 * setjmp/Makefile (tests): Add it.
6818 (tests-static): New variable.
6819
b5af9297
MR
68202014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
6821
6822 [BZ #17485]
6823 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6824
a13d0d74
JM
68252014-10-21 Joseph Myers <joseph@codesourcery.com>
6826
6827 [BZ #14132]
6828 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6829
f05e73f6
RM
68302014-10-21 Roland McGrath <roland@hack.frob.com>
6831
6832 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6833
6ab1d1ea
RM
68342014-10-20 Roland McGrath <roland@hack.frob.com>
6835
6836 * io/fts.c (dirent_not_directory): New function.
6837 (fts_build): Call it.
6838
ab49e763
RM
68392014-10-20 Roland McGrath <roland@hack.frob.com>
6840
e436eb79
RM
6841 * nptl/version.c (__nptl_main): Use normal __write rather than
6842 INTERNAL_SYSCALL.
6843 (banner): Update copyright years.
6844
6af246cf
RM
6845 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6846 gettimeofday.
6847 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6848 * nptl/pthread_cond_timedwait.c: Likewise.
6849 * nptl/pthread_mutex_timedlock.c: Likewise.
6850 * nptl/sem_timedwait.c: Likewise.
6851
ab49e763
RM
6852 * sysdeps/nptl/bits/libc-lock.h
6853 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6854 (__libc_lock_init_recursive): Return void, not 0.
6855 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6856 (__libc_rwlock_init): Likewise.
6857 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6858
f50277c1
TR
68592014-10-20 Torvald Riegel <triegel@redhat.com>
6860
6861 [BZ #15215]
6862 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6863 (__pthread_once_slow): ... here.
6864 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6865 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6866
63668b70
TR
68672014-10-20 Torvald Riegel <triegel@redhat.com>
6868
6869 [BZ #15215]
6870 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6871 __PTHREAD_ONCE_FORK_GEN_INCR): New.
6872 * sysdeps/nptl/fork.c (__libc_fork): Use them.
6873 * nptl/pthread_once.c (__pthread_once): Likewise.
6874 Update comments.
6875
42b7f5d4
JM
68762014-10-20 Joseph Myers <joseph@codesourcery.com>
6877
6878 [BZ #14138]
6879 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6880 name.
6881 (writev): Use __libc_writev as strong name.
6882 * sysdeps/unix/sysv/linux/readv.c: Remove file.
6883 * sysdeps/unix/sysv/linux/writev.c: Likewise.
6884
b0643088
RM
68852014-10-17 Roland McGrath <roland@hack.frob.com>
6886
114c4e09
RM
6887 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6888
674b8978
RM
6889 * sysdeps/i386/nptl/tls.h
6890 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6891 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6892 New macros.
6893 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6894 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6895 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6896 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6897 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6898 Call CHECK_THREAD_SYSINFO instead of doing an assert.
6899
184ee940
RM
6900 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6901 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6902 on [__NR_futex].
6903 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6904 broken out of ...
6905 (__pthread_mutex_init): ... here. Call it.
6906 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6907 Conditionalize PI cases on [__NR_futex].
6908 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6909 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6910 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6911
327ae257
RM
6912 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6913 conditional on [SIGSETXID].
6914 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6915 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6916 is defined. Likewise for SIGSETXID.
6917 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6918 Conditionalize definitions on [SIGSETXID].
6919 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6920 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6921 unblocking on [SIGCANCEL].
6922
b0643088
RM
6923 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6924 [__NR_set_robust_list].
6925
33cc770b
SP
69262014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
6927
6928 * string/strcoll_l.c (get_next_seq): Fix up formatting.
6929 (do_compare): Likewise.
6930
0742aef6
LH
69312014-10-17 Leonhard Holz <leonhard.holz@web.de>
6932
6933 [BZ #15884]
6934 * string/strcoll_l.c: Don't include stdio.h.
6935 (coll_seq): Remove members idxarr and rulearr.
6936 (get_next_seq_cached): Remove function.
6937 (get_next_seq): Likewise.
6938 (get_next_seq_nocache): Rename to get_next_seq.
6939 (do_compare): Remove function.
6940 (do_compare_nocache): Rename to do_compare.
6941 (STRCOLL): Remove weight and rules cache.
6942
ee54ce44
RM
69432014-10-16 Roland McGrath <roland@hack.frob.com>
6944
6945 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6946 * sysdeps/arm/sfp-machine.h: ... to here.
6947 * sysdeps/arm/Implies: Remove arm/soft-fp.
6948
a75d3b02
JM
69492014-10-14 Joseph Myers <joseph@codesourcery.com>
6950
6951 * conform/data/sys/utsname.h-data (*_t): Allow.
6952 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6953 [POSIX] (WEXITED): Do not expect constant.
6954 [POSIX] (WSTOPPED): Likewise.
6955 [POSIX] (WNOHANG): Likewise.
6956 [POSIX] (WNOWAIT): Likewise.
6957 [POSIX] (siginfo_t): Do not expect type or elements.
6958 [POSIX] (pid_t): Do not expect type.
6959 [POSIX] (signal.h): Do not allow header.
6960 [POSIX] (sys/resource.h): Likewise.
6961 [POSIX] (si_*): Do not allow pattern.
6962 [POSIX] (W*): Likewise.
6963 [POSIX] (P_*): Likewise.
6964 [POSIX] (BUS_*): Likewise.
6965 [POSIX] (CLD_*): Likewise.
6966 [POSIX] (FPE_*): Likewise.
6967 [POSIX] (ILL_*): Likewise.
6968 [POSIX] (POLL_*): Likewise.
6969 [POSIX] (SEGV_*): Likewise.
6970 [POSIX] (SI_*): Likewise.
6971 [POSIX] (TRAP_*): Likewise.
6972 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6973 variable.
6974
fda389c8
SP
69752014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6976
6977 [BZ #12926]
6978 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6979 infinite loop when __recvmsg returns 0.
6980
6bc6bd3b
JM
69812014-10-10 Joseph Myers <joseph@codesourcery.com>
6982
fcb32af1
JM
6983 * CANCEL-FCT-WAIVE: Remove file.
6984 * CANCEL-FILE-WAIVE: Likewise.
6985
6bc6bd3b
JM
6986 [BZ #14132]
6987 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6988 instead of INTVARDEF.
6989 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6990 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6991 rtld_hidden_data_def instead of INTVARDEF.
6992 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6993 * elf/dl-deps.c (expand_dst): Likewise.
6994 * elf/dl-load.c (_dl_dst_count): Likewise.
6995 (_dl_dst_substitute): Likewise.
6996 (decompose_rpath): Likewise.
6997 (_dl_init_paths): Likewise.
6998 (open_path): Likewise.
6999 (_dl_map_object): Likewise.
7000 * elf/rtld.c (dl_main): Likewise.
7001 (process_dl_audit): Likewise.
7002 (process_envvars): Likewise.
7003 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7004 Remove declaration.
7005 (__libc_enable_secure): Use rtld_hidden_proto.
7006
b8c80a7e
KS
70072014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7008
7009 * elf/dl-load.c
7010 (add_path): New function broken out of _dl_rtld_di_serinfo.
7011 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
7012
ff12c11f
JM
70132014-10-09 Joseph Myers <joseph@codesourcery.com>
7014
5c0508a3
JM
7015 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7016 parentheses around macro arguments.
7017 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7018 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7019 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7020 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7021 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7022 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7023 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7024 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7025 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7026 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7027 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7028 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7029 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7030 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7031 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7032 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7033 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7034 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7035 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7036 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7037 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7038 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7039 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7040 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7041 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7042 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7043 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7044 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7045 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7046 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7047 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7048 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7049 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7050 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7051 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7052 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7053 Likewise.
7054 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7055 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7056 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7057 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7058 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7059 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7060 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7061 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7062 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7063 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7064 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7065 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7066 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7067 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7068 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7069 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7070 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7071 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7072 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7073 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7074 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7075 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7076 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7077 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7078 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7079 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7080 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7081 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7082 (_FP_FRAC_SRS_1): Likewise.
7083 (_FP_FRAC_CLZ_1): Likewise.
7084 (_FP_MUL_MEAT_1_imm): Likewise.
7085 (_FP_MUL_MEAT_1_wide): Likewise.
7086 (_FP_MUL_MEAT_1_hard): Likewise.
7087 (_FP_SQRT_MEAT_1): Likewise.
7088 (_FP_FRAC_ASSEMBLE_1): Likewise.
7089 (_FP_FRAC_DISASSEMBLE_1): Likewise.
7090 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7091 (__FP_CLZ_2): Likewise.
7092 (_FP_MUL_MEAT_2_wide): Likewise.
7093 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7094 (_FP_MUL_MEAT_2_gmp): Likewise.
7095 (_FP_MUL_MEAT_2_120_240_double): Likewise.
7096 (_FP_SQRT_MEAT_2): Likewise.
7097 (_FP_FRAC_ASSEMBLE_2): Likewise.
7098 (_FP_FRAC_DISASSEMBLE_2): Likewise.
7099 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7100 (_FP_FRAC_CLZ_4): Likewise.
7101 (_FP_MUL_MEAT_4_wide): Likewise.
7102 (_FP_MUL_MEAT_4_gmp): Likewise.
7103 (_FP_SQRT_MEAT_4): Likewise.
7104 (_FP_FRAC_ASSEMBLE_4): Likewise.
7105 (_FP_FRAC_DISASSEMBLE_4): Likewise.
7106 * soft-fp/op-common.h (_FP_CMP): Likewise.
7107 (_FP_CMP_EQ): Likewise.
7108 (_FP_CMP_UNORD): Likewise.
7109 (_FP_TO_INT): Likewise.
7110 (_FP_FROM_INT): Likewise.
7111 [!__FP_CLZ] (__FP_CLZ): Likewise.
7112 (_FP_DIV_HELP_imm): Likewise.
7113 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7114 Likewise.
7115 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7116 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7117 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7118 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7119 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7120 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7121 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7122 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7123 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7124 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7125 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7126 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7127 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7128 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7129 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7130 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7131 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7132 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7133 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7134 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7135 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7136 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7137 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7138 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7139 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7140 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7141 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7142 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7143 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7144 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7145 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7146 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7147 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7148 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7149 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7150 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7151 (FP_UNPACK_RAW_SP): Likewise.
7152 (FP_PACK_RAW_S): Likewise.
7153 (FP_PACK_RAW_SP): Likewise.
7154 (FP_UNPACK_S): Likewise.
7155 (FP_UNPACK_SP): Likewise.
7156 (FP_UNPACK_SEMIRAW_S): Likewise.
7157 (FP_UNPACK_SEMIRAW_SP): Likewise.
7158 (FP_PACK_S): Likewise.
7159 (FP_PACK_SP): Likewise.
7160 (FP_PACK_SEMIRAW_S): Likewise.
7161 (FP_PACK_SEMIRAW_SP): Likewise.
7162 (_FP_SQRT_MEAT_S): Likewise.
7163 (FP_CMP_S): Likewise.
7164 (FP_CMP_EQ_S): Likewise.
7165 (FP_CMP_UNORD_S): Likewise.
7166 (FP_TO_INT_S): Likewise.
7167 (FP_FROM_INT_S): Likewise.
7168
a736ec37
JM
7169 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7170
ff12c11f
JM
7171 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7172 (FP_EX_INVALID_IMZ): Likewise.
7173 (FP_EX_INVALID_IMZ_FMA): Likewise.
7174 (FP_EX_INVALID_ISI): Likewise.
7175 (FP_EX_INVALID_ZDZ): Likewise.
7176 (FP_EX_INVALID_IDI): Likewise.
7177 (FP_EX_INVALID_SQRT): Likewise.
7178 (FP_EX_INVALID_CVI): Likewise.
7179 (FP_EX_INVALID_VC): Likewise.
7180 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7181 "invalid" exceptions.
7182 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7183 (_FP_ADD_INTERNAL): Likewise.
7184 (_FP_MUL): Likewise.
7185 (_FP_FMA): Likewise.
7186 (_FP_DIV): Likewise.
7187 (_FP_CMP_CHECK_NAN): Likewise.
7188 (_FP_SQRT): Likewise.
7189 (_FP_TO_INT): Likewise.
7190 (FP_EXTEND): Likewise.
7191
b6dcfe8c
AM
71922014-10-09 Allan McRae <allan@archlinux.org>
7193
7194 * po/fr.po: Update French translation from translation project.
7195
2d6a47ba
JM
71962014-10-09 Joseph Myers <joseph@codesourcery.com>
7197
cb831245
JM
7198 [BZ #14132]
7199 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7200 of INTDEF.
7201 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7202 (__cxa_atexit): Use libc_hidden_proto.
7203 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7204
5deeb190
JM
7205 [BZ #14132]
7206 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7207 declaration.
7208 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7209 [!_ISOMAC] (__iswspace_l_internal): Likewise.
7210 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7211 [!_ISOMAC] (__iswctype_internal): Likewise.
7212 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7213 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7214 alias.
7215 (fcntl): Remove __fcntl_internal alias.
7216 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7217 __connect_internal alias.
7218 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7219 Likewise.
7220
454ac701
JM
7221 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7222 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7223 FP_DENORM_ZERO.
7224 (_FP_CHECK_FLUSH_ZERO): New macro.
7225 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7226 (_FP_CMP): Likewise.
7227 (_FP_CMP_EQ): Likewise.
7228 (_FP_TO_INT): Do not set inexact for subnormal arguments if
7229 FP_DENORM_ZERO.
7230 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7231 (FP_TRUNC): Likewise.
7232
0022e688
JM
7233 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7234 treated as invalid conversion, not as normal exponent.
7235
73e28d9c
JM
7236 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7237 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
7238 (_FP_CMP_EQ): Likewise.
7239 (_FP_CMP_UNORD): Likewise.
7240 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7241 (FP_CMP_EQ_D): Likewise.
7242 (FP_CMP_UNORD_D): Likewise.
7243 * soft-fp/extended.h (FP_CMP_E): Likewise.
7244 (FP_CMP_EQ_E): Likewise.
7245 (FP_CMP_UNORD_E): Likewise.
7246 * soft-fp/quad.h (FP_CMP_Q): Likewise.
7247 (FP_CMP_EQ_Q): Likewise.
7248 (FP_CMP_UNORD_Q): Likewise.
7249 * soft-fp/single.h (FP_CMP_S): Likewise.
7250 (FP_CMP_EQ_S): Likewise.
7251 (FP_CMP_UNORD_S): Likewise.
7252 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7253 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7254 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7255 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7256 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7257 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7258 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7259 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7260 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7261 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7262 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7263 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7264 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7265 to FP_CMP_Q.
7266 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7267 FP_CMP_Q.
7268 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7269 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7270 FP_CMP_EQ_Q.
7271 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7272 FP_CMP_Q.
7273 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7274 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7275 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7276 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7277 FP_CMP_EQ_Q.
7278 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7279 FP_CMP_Q.
7280 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7281 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7282 FP_CMP_EQ_Q.
7283 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7284 FP_CMP_Q.
7285 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7286 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7287 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7288 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7289 FP_CMP_EQ_Q.
7290
43059f42
JM
7291 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7292 a subnormal result, set the underflow exception if trapping on
7293 underflow is enabled.
7294 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7295 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7296 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7297 redefine to 0.
7298 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7299 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7300 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7301 * soft-fp/extendxftf2.c (__extendxftf2): Use
7302 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7303
2d6a47ba
JM
7304 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7305 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7306 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7307 FP_HANDLE_EXCEPTIONS.
7308 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7309 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7310 FP_HANDLE_EXCEPTIONS.
7311 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7312 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7313 FP_HANDLE_EXCEPTIONS.
7314 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7315 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7316 FP_HANDLE_EXCEPTIONS.
7317
620f462e
JM
73182014-10-08 Joseph Myers <joseph@codesourcery.com>
7319
7320 [BZ #14132]
7321 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7322 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7323 use INTUSE.
7324 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7325 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7326 Remove alias.
7327 (__adjtimex): Define using libc_hidden_ver.
7328 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7329 Remove declaration.
7330 (ntp_gettime): Call __adjtimex directly.
7331 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7332 Remove declaration.
7333 (ntp_gettimex): Call __adjtimex directly.
7334 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7335 __adjtimex_internal alias.
7336
c763c5d2
RM
73372014-10-08 Roland McGrath <roland@hack.frob.com>
7338
7339 [BZ #17460]
7340 * nscd/nscd.c (more_help): Rewrite list of tables collection
7341 using xstrdup and asprintf.
7342
7343 * nscd/nscd_conf.c: Remove local xstrdup declaration.
7344
7b8fb2b8
RM
73452014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7346 Roland McGrath <roland@hack.frob.com>
7347
7348 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7349 (do_lookup_unique): ... local function 'enter' here; update callers.
7350
abb280f7
JM
73512014-10-06 Joseph Myers <joseph@codesourcery.com>
7352
f7b42517
JM
7353 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7354 compat_symbol calls on [SHARED].
7355 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7356 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7357 Remove.
7358 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7359 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7360 (oldsetrlimit): Remove.
7361 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7362 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7363 (lchown): New syscall entry.
7364 (oldsetrlimit): Remove.
7365 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7366 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7367 (oldsetrlimit): Remove.
7368 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7369
abb280f7
JM
7370 [BZ #14138]
7371 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7372 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7373 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7374 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7375 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7376 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7377 (fchown): Likewise.
7378 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7379 (fchown): Likewise.
7380 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7381 Likewise.
7382
47d46237
AZ
73832014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7384
7385 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7386 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7387 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7388 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7389 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7390 Likewise.
7391 (__old_sem_post): Likewise.
7392
73932014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 7394
845a7343
CM
7395 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7396 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7397 HAVE_CLOCK_GETTIME_VSYSCALL macros.
7398 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7399 Use INLINE_VSYSCALL macro.
7400 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7401 __vdso_clock_gettime.
7402 * sysdeps/unix/sysv/linux/tile/init-first.c
7403 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7404 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7405 __vdso_clock_gettime.
7406
83d641ef
CM
7407 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7408 to set up frame more cleanly.
7409
d9cd52e6
CM
7410 * sysdeps/tile/memcmp.c: New file.
7411
4b68ea11
CM
7412 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7413
c86f7b80
CM
7414 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7415 * sysdeps/tile/tilegx/strcasestr.c: New file.
7416 * sysdeps/tile/tilegx/strnlen.c: New file.
7417 * sysdeps/tile/tilegx/strstr.c: New file.
7418
1c4c1a6f
CM
7419 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7420
99d86ea3
AS
74212014-10-06 Arjun Shankar <arjun.is@lostca.se>
7422
7423 * nptl/tst-setuid3.c: Write errors to stdout.
7424
06210a44
KS
74252014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7426
7427 * elf/dl-deps.c
7428 (preload): New functions broken out of _dl_map_object_deps.
7429 (_dl_map_object_deps): Remove a nested function. Update call sites.
7430
6268f532
JM
74312014-10-01 Joseph Myers <joseph@codesourcery.com>
7432
7433 [BZ #14138]
7434 * sysdeps/unix/sysv/linux/execve.c: Remove file.
7435 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7436
b925285f
SE
74372014-10-01 Steve Ellcey <sellcey@mips.com>
7438
7439 * sysdeps/mips/strcmp.S: New.
7440
754a15c6
JM
74412014-09-30 Joseph Myers <joseph@codesourcery.com>
7442
7443 [BZ #14138]
7444 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7445 (linkat): Likewise.
7446 (mkdirat): Likewise.
7447 (readlinkat): Likewise.
7448 (renameat): Likewise.
7449 (symlinkat): Likewise.
7450 (unlinkat): Likewise.
7451 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7452 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7453 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7454 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7455 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7456 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7457 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7458
85bb81c9
WN
74592014-09-30 Will Newton <will.newton@linaro.org>
7460
dc6fe23b
WN
7461 * math/math.h: Define long double math functions if
7462 _LIBC_TEST is defined.
7463 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7464
85bb81c9
WN
7465 * localedata/Makefile: Move assignment to tests-special
7466 into an ifdef testing run-built-tests.
7467 * timezone/Makefile: Likewise.
7468
b7e02da4
JM
74692014-09-29 Joseph Myers <joseph@codesourcery.com>
7470
7471 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7472 with $(BASH) not $(SHELL).
7473
62058ce6
CD
74742014-09-29 Carlos O'Donell <carlos@redhat.com>
7475 Matthew LeGendre <legendre1@llnl.gov>
7476
7477 [BZ #17411]
7478 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7479 l_reloc_result.
7480
8e257a29
KS
74812014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7482
7483 * stdio-common/printf_fp.c
7484 (hack_digit): New function, broken out of ...
7485 (__printf_fp): ... local function here. Update call sites.
7486 hack_digit now takes an additional parameter that is a pointer
7487 to a struct of the referenced locals. Those locals moved inside
7488 the struct and references updated.
7489
f4a58f0d
L
74902014-09-29 H.J. Lu <hongjiu.lu@intel.com>
7491
7492 * aclocal.m4: Require autoconf 2.69.
7493 * configure: Regenerated.
7494 * sysdeps/aarch64/configure: Likewise.
7495 * sysdeps/alpha/configure: Likewise.
7496 * sysdeps/arm/armv7/configure: Likewise.
7497 * sysdeps/arm/configure: Likewise.
7498 * sysdeps/ia64/configure: Likewise.
7499 * sysdeps/mach/configure: Likewise.
7500 * sysdeps/mips/configure: Likewise.
7501 * sysdeps/s390/configure: Likewise.
7502 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7503 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7504
7505 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7506 file.
7507 * sysdeps/ia64/configure.ac: Likewise.
7508
93ae1eba
JM
75092014-09-26 Joseph Myers <joseph@codesourcery.com>
7510
1810d3ab
JM
7511 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7512 specify symbol version for ld.so. Do not include entry for
7513 libpthread.
7514 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7515 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7516 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7517
93ae1eba
JM
7518 [BZ #14171]
7519 * Makeconfig [$(build-shared) = yes]
7520 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7521 makefiles.
7522 [$(build-shared) = yes && $(soversions.mk-done) = t]
7523 ($(common-objpfx)gnu/lib-names.h): Remove rule.
7524 [$(build-shared) = yes && $(soversions.mk-done) = t]
7525 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
7526 to Makerules.
7527 [$(build-shared) = yes && $(soversions.mk-done) = t]
7528 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7529 here.
7530 [$(build-shared) = yes && $(soversions.mk-done) = t]
7531 (common-generated): Don't append gnu/lib-names.h and
7532 gnu/lib-names.stmp here.
7533 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7534 (lib-names-h-abi): New variable.
7535 [$(build-shared) = yes && $(soversions.mk-done) = t]
7536 (lib-names-stmp-abi): Likewise.
7537 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7538 abi-variants] (before-compile): Append
7539 $(common-objpfx)$(lib-names-h-abi).
7540 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7541 abi-variants] (common-generated): Append gnu/lib-names.h.
7542 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7543 abi-variants] (install-others-nosubdir): Depend on
7544 $(inst_includedir)/$(lib-names-h-abi).
7545 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7546 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7547 [$(build-shared) = yes && $(soversions.mk-done) = t]
7548 ($(common-objpfx)$(lib-names-h-abi)): New rule.
7549 [$(build-shared) = yes && $(soversions.mk-done) = t]
7550 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7551 [$(build-shared) = yes && $(soversions.mk-done) = t]
7552 (common-generated): Append $(lib-names-h-abi) and
7553 $(lib-names-stmp-abi).
7554 * scripts/lib-names.awk: Do not handle multi being set.
7555 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7556 Remove variable.
7557 (abi-lp64_be-ld-soname): Likewise.
7558 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7559 Likewise.
7560 (abi-hard-ld-soname): Likewise.
7561 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7562 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7563 Remove variable.
7564 (abi-o32_hard-ld-soname): Likewise.
7565 (abi-o32_soft_2008-ld-soname): Likewise.
7566 (abi-o32_hard_2008-ld-soname): Likewise.
7567 (abi-n32_soft-ld-soname): Likewise.
7568 (abi-n32_hard-ld-soname): Likewise.
7569 (abi-n32_soft_2008-ld-soname): Likewise.
7570 (abi-n32_hard_2008-ld-soname): Likewise.
7571 (abi-n64_soft-ld-soname): Likewise.
7572 (abi-n64_hard-ld-soname): Likewise.
7573 (abi-n64_soft_2008-ld-soname): Likewise.
7574 (abi-n64_hard_2008-ld-soname): Likewise.
7575 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7576 Likewise.
7577 (abi-64-v2-ld-soname): Likewise.
7578 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7579 ld.so entries.
7580 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7581 variable.
7582 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7583 entry.
7584 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7585 variable.
7586 (abi-64-ld-soname): Likewise.
7587 (abi-x32-ld-soname): Likewise.
7588 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7589 entry.
7590 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7591
68870f12
JM
75922014-09-23 Joseph Myers <joseph@codesourcery.com>
7593
7594 [BZ #14138]
7595 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7596 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7597 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7598 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7599 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7600 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7601 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7602 syscall entry for GLIBC_2.2 symbol version.
7603 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7604 Likewise.
7605 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7606 (setrlimit): Likewise.
7607 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7608 Likewise.
7609
ea58f202
WN
76102014-09-23 Will Newton <will.newton@linaro.org>
7611
7612 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7613 _LINUX_ARM_SYSDEP_H include guard too.
7614 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7615 define.
7616
69eb9a18
RV
76172014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
7618
7619 * sysdeps/unix/sysv/linux/eventfd.c:
7620 Make first argument unsigned.
7621 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7622 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7623
20e5a5f7
OB
76242014-09-20 Ondřej Bílka <neleai@seznam.cz>
7625
7626 * socket/recvmmsg.c (recvmmsg): Drop const argument.
7627 * socket/sys/socket.h: Likewise
7628 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7629
d3c827e7
AK
76302014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7631
7632 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7633
fe1cc35a
AS
76342014-09-17 Arjun Shankar <arjun.is@lostca.se>
7635
7636 * time/tst-ftime.c: New test.
7637 * time/Makefile (tests): Add tst-ftime.
7638
4e8afe69
JM
76392014-09-17 Joseph Myers <joseph@codesourcery.com>
7640
c4fe3ea7
JM
7641 * soft-fp/extended.h: Fix comment formatting.
7642 * soft-fp/op-1.h: Likewise.
7643 * soft-fp/op-2.h: Likewise.
7644 * soft-fp/op-4.h: Likewise.
7645 * soft-fp/op-8.h: Likewise.
7646 * soft-fp/op-common.h: Likewise.
7647 * soft-fp/soft-fp.h: Likewise.
7648
4e8afe69
JM
7649 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7650
af296fcd
JM
76512014-09-16 Joseph Myers <joseph@codesourcery.com>
7652
7653 [BZ #6652]
7654 * Makeconfig (soversions-default-setname): Remove variable.
7655 ($(common-objpfx)soversions.i): Don't pass default_setname to
7656 soversions.awk.
7657 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7658 oldest_abi to abi-versions.awk.
7659 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7660 * config.make.in (oldest-abi): Remove variable.
7661 * configure.ac (--enable-oldest-abi): Remove configure option.
7662 * configure: Regenerated.
7663 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7664 text.
7665 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7666 * scripts/soversions.awk: Do not handle default_setname variable.
7667 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7668 variable.
7669 * sysdeps/mach/hurd/configure: Regenerated.
7670 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7671 variable.
7672 * sysdeps/unix/sysv/linux/configure: Regenerated.
7673
545583d6
SP
76742014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7675
d330b980
SP
7676 * elf/Makefile (CFLAGS-interp.c): Remove.
7677 ($(elf-objpfx)runtime-linker.h): Generate header with linker
7678 path string.
7679 * elf/interp.c: Include generated runtime-linker.h
7680
02657da2
SP
7681 * Makerules (lib%.so): Don't include $(+interp) in
7682 prerequisites.
7683 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7684 * dlfcn/eval.c: Remove file.
7685
653b1080
SP
7686 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7687 macros.
7688
602f80ec
SP
7689 [BZ #17266]
7690 * misc/sys/cdefs.h: Define __extern_always_inline for clang
7691 4.2 and newer.
7692
545583d6
SP
7693 [BZ #17370]
7694 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7695
884ddc50
SP
76962014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7697 Jakub Jelinek <jakub@redhat.com>
7698
7699 [BZ #17266]
7700 * libio/stdio.h: Check definition of __fortify_function
7701 instead of __extern_always_inline to include bits/stdio2.h.
7702 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7703 check if __extern_always_inline is defined.
7704 [__USE_MISC || __USE_XOPEN]: Likewise.
7705 [__USE_ISOC99] Likewise.
7706 * misc/sys/cdefs.h (__fortify_function): Define only if
7707 __extern_always_inline is defined.
7708 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7709 __extern_always_inline and __extern_inline only for g++-4.3
7710 and newer or a compatible gcc.
7711
a7b87268
AS
77122014-09-15 Andreas Schwab <schwab@linux-m68k.org>
7713
7714 [BZ #17371]
7715 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7716 last change to handle zero prefix length.
7717
3f41521d
SP
77182014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7719
61fe374a
SP
7720 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7721 _SC_REGEX_VERSION.
7722
3f41521d
SP
7723 * posix/getconf.c (vars): Add _POSIX_IPV6 and
7724 _POSIX_RAW_SOCKETS.
7725
d8f879ee
AM
77262014-09-13 Allan McRae <allan@archlinux.org>
7727
7728 * po/ru.po: Update Russian translation from translation project.
7729
c079afb7
RM
77302014-09-12 Roland McGrath <roland@hack.frob.com>
7731
a62b3c15
RM
7732 * locale/programs/locale.c (show_locale_vars): Inline local function
7733 into its sole call site. Clean up some style nits.
7734 (print_item): New function, broken out of ...
7735 (show_info): ... local function here. Clean up style nits.
7736
d7e49b19
RM
7737 * locale/programs/ld-ctype.c (set_one_default): New function, broken
7738 out of ...
7739 (set_class_defaults): ... local function set_default here.
7740 Define set_default as a macro locally to pass constant parameters.
7741 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7742 rather than a shared local.
7743
c079afb7
RM
7744 * stdlib/rpmatch.c (try): New function, broken out of ...
7745 (rpmatch): ... local function here. Also, prototypify definition.
7746
0bd72468
JM
77472014-09-12 Joseph Myers <joseph@codesourcery.com>
7748
ba90e050
JM
7749 * scripts/soversions.awk: Do not handle configuration names.
7750 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7751 vendor and os variables to soversions.awk.
7752 * configure.ac: Do not modify gnu-* host_os.
7753 * configure: Regenerated
7754 * shlib-versions: Remove first column with configuration names.
7755 * nptl/shlib-versions: Likewise.
7756 * nptl_db/shlib-versions: Likewise.
7757 * sysdeps/hppa/shlib-versions: Likewise.
7758 * sysdeps/m68k/shlib-versions: Likewise.
7759 * sysdeps/mach/hurd/shlib-versions: Likewise.
7760 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7761 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7762 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7763 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7764 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7765 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7766 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7767 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7768 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7769 Likewise.
7770 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7771 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7772 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7773 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7774 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7775 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7776 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7777 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7778
73a39112
JM
7779 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7780 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7781 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7782 Regenerated.
7783 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7784 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7785 Condition symbol version definitions on [HAVE_ELFV2_ABI].
7786
c729e7c1
JM
7787 * shlib-versions: Remove OS-specific entries. Moved to files in
7788 sysdeps.
7789 * sysdeps/mach/hurd/shlib-versions: New file.
7790 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7791
dc932a24
JM
7792 * nptl/shlib-versions: Remove architecture-specific entries.
7793 Moved to files in sysdeps.
7794 * shlib-versions: Likewise.
7795 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7796 file.
7797 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7798 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7799 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7800 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7801
0bd72468
JM
7802 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7803 (UDP_NO_CHECK6_RX): Likewise.
7804
920238e0
SP
78052014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
7806
7807 * sysdeps/posix/sysconf.c (__sysconf): Spell
7808 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7809
ba7b4d29
FW
78102014-08-12 Florian Weimer <fweimer@redhat.com>
7811
7812 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7813 loading.
7814 * iconv/Versions (__gconv_transliterate): Export for use from
7815 gconv modules.
7816 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7817 (struct __gconv_trans_data, __gconv_trans_fct,
7818 __gconv_trans_context_fct, __gconv_trans_query_fct,
7819 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7820 definitions.
7821 (struct __gconv_step_data): Remove __trans member.
7822 (__gconv_transliterate): Declaration moved from gconv_int.h. No
7823 longer hidden. Remove unused trans_data argument.
7824 * iconv/gconv_int.h (struct trans_struct): Remove definition.
7825 (__gconv_translit_find): Remove declaration.
7826 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
7827 prototype.
7828 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7829 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7830 trans_data argument. Add hidden definition.
7831 (__gconv_translit_find): Remove.
7832 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7833 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7834 * iconv/skeleton.c: Remove transliteration initialization.
7835 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7836 __gconv_step_data initialization.
7837 * libio/iofwide.c (__libio_translit_): Remove.
7838 (_IO_fwide): Adjust struct __gconv_step_data initialization.
7839 * wcsmbs/btowc.c (__btowc): Likewise.
7840 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7841 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7842 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7843 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7844 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7845 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7846 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7847 * wcsmbs/wctob.c (wctob): Likewise.
7848
5379aebd
SP
78492014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
7850
7851 [BZ #16194]
7852 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7853 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
7854 register usage.
7855 * sysdeps/x86/Makefile: Adjust.
7856
8c0ab919
RM
78572014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7858 Roland McGrath <roland@hack.frob.com>
7859
7860 * locale/weight.h: Add include guard.
7861 (findidx): Make static rather than auto; take new parameters
7862 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7863 * locale/weightwc.h: Likewise.
7864 * posix/fnmatch_loop.c
7865 (FCT): Change type of EXTRA from int32_t to wint_t.
7866 Don't include either header inside the function.
7867 Call FINDIDX rather than findidx, and pass new arguments.
7868 #undef FINDIDX at the end of the file.
7869 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7870 FINDIDX before including fnmatch_loop.c for the non-wide version.
7871 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7872 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7873 for the wide version.
7874 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7875 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7876 Pass new arguments to findidx.
7877 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7878 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7879 Don't #include it inside the function. Pass new arguments to findidx.
7880 * posix/regex_internal.h
7881 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7882 (re_string_elem_size_at): Don't #include it inside the function.
7883 Pass new arguments to findidx.
7884 * string/strcoll_l.c: #include WEIGHT_H at top level.
7885 (get_next_seq): Don't #include it inside the function.
7886 Pass new arguments to findidx.
7887 (get_next_seq_nocache): Likewise.
7888 * string/strxfrm_l.c: #include WEIGHT_H at top level.
7889 (STRXFRM): Don't #include it inside the function.
7890 Pass new arguments to findidx.
7891
52ffbdf2
FW
78922014-09-11 Florian Weimer <fweimer@redhat.com>
7893
7894 [BZ #17344]
7895 * malloc/malloc.c (unlink): Turn asserts into a call to
7896 malloc_printerr.
7897
984c0ea9
TL
78982014-09-11 Tim Lammens <tim.lammens@gmail.com>
7899
7900 [BZ #17370]
7901 * libio/wfileops (do_ftell_wide): Free OUT.
7902
3daee107
CM
79032014-09-10 Chris Metcalf <cmetcalf@tilera.com>
7904
7905 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7906
58b930ae
SP
79072014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7908
7909 [BZ #17363]
7910 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7911 group if the current group is empty.
7912
3b473fec
AZ
79132014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7914
71ae8647
AZ
7915 * benchtests/bench-memset.c (test_main): Add more test from size
7916 from 32 to 512 bytes.
7917 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7918 Add POWER8 memset object.
7919 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7920 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7921 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7922 implementation.
7923 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7924 Likewise.
7925 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7926 multiarch POWER8 memset optimization.
7927 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7928 POWER8 memset optimization.
7929
3b473fec
AZ
7930 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7931 Remove bzero multiarch objects.
7932 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7933 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7934 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7935 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7936 Remove define.
7937 [__bzero]: Redefine to specific name.
7938 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7939 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7940 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7941 define.
7942 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7943 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7944
e6fb9587
FW
79452014-09-10 Florian Weimer <fweimer@redhat.com>
7946
7947 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7948 warnings into errors.
7949
7950 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7951 __cxa_thread_atexit_impl prototype.
7952
9d3a350b
SE
79532014-09-09 Steve Ellcey <sellcey@mips.com>
7954
7955 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7956 Fix capitalization of error message.
7957
0febba23
SE
79582014-09-09 Steve Ellcey <sellcey@mips.com>
7959
7960 * sysdeps/mips/preconfigure: Modify ABI tests.
7961
645a0e9c
CD
79622014-09-07 Carlos O'Donell <carlos@systemhalted.org>
7963
7964 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7965
d83f0734
CD
79662014-09-07 Roland McGrath <roland@hack.frob.com>
7967 Carlos O'Donell <carlos@systemhalted.org>
7968
7969 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7970 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7971 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7972 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7973 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7974 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7975 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7976 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7977 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7978 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7979 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7980 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7981 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7982 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7983 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7984 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7985 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7986 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7987 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7988 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7989 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7990 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7991 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7992 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7993 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7994 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7995 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7996 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7997 Deconditionalize the code that was previously under [RESET_PID].
7998 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7999 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8000 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8001 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8002 include sysdep.h.
8003
21c83793
AM
80042014-09-08 Allan McRae <allan@archlinux.org>
8005
8006 * version.h (RELEASE): Set to "development".
8007 (VERSION): Set to "2.20.90"
8008
1cd9b65c
AM
80092014-09-07 Allan McRae <allan@archlinux.org
8010
b8079dd0
AM
8011 * version.h (RELEASE): Set to "stable".
8012 (VERSION): Set to "2.20"
8013 * include/features.h (__GLIBC_MINOR__): Set to 20.
8014
c46303ef
AM
8015 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8016 Liebler.
8017
1cd9b65c
AM
8018 * po/ko.po: Update Korean translation from translation project.
8019
8622092d
CM
80202014-09-06 Chris Metcalf <cmetcalf@tilera.com>
8021
8022 [BZ #17354]
8023 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8024 macro for handling signed relocations.
8025
41488498
FW
80262014-09-03 Florian Weimer <fweimer@redhat.com>
8027
8028 [BZ #17325]
8029 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8030 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8031 assert.
8032 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8033 * iconvdata/ibm935.c (BODY): Likewise.
8034 * iconvdata/ibm937.c (BODY): Likewise.
8035 * iconvdata/ibm939.c (BODY): Likewise.
8036 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8037 assert.
8038 * iconvdata/Makefile (iconv-test.out): Pass module list to test
8039 script.
8040 * iconvdata/run-iconv-test.sh: New test loop for checking for
8041 decoder crashers.
8042
a78b712d
KR
80432014-09-02 Khem Raj <raj.khem@gmail.com>
8044
8045 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8046 libm_hidden_ver.
8047
cb08abc6
AM
80482014-09-01 Allan McRae <allan@archlinux.org>
8049
2c31e102
AM
8050 * po/eo.po: Update Esperanto translation from translation project.
8051
cb08abc6
AM
8052 * po/ca.po: Update Catalan translation from translation project.
8053
17a62de1
ST
80542014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
8055
8056 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8057 __proc_dostop call.
8058
9570bc53
MW
80592014-08-27 Mark Wielaard <mjw@redhat.com>
8060
8061 [BZ #17319]
8062 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8063 to call set_thread_area instead of hand written asm.
8064 (__NR_set_thread_area): Removed define.
8065 (TLS_FLAG_WRITABLE): Likewise.
8066 (__ASSUME_SET_THREAD_AREA): Remove check.
8067 (TLS_EBX_ARG): Remove define.
8068 (TLS_LOAD_EBX): Likewise.
8069
b0f955c9
ST
80702014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
8071
8072 Simplify atomicity of socket creation in bind.
8073
8074 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8075 looking up the name after linking the file.
8076
529bf515
AM
80772014-08-27 Allan McRae <allan@archlinux.org>
8078
8079 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8080
a1a6a401
FW
80812014-08-26 Florian Weimer <fweimer@redhat.com>
8082
8083 [BZ #17187]
8084 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8085 trans_compare, open_translit, __gconv_translit_find):
8086 Remove module loading code.
8087
686ab290
AM
80882014-08-26 Allan McRae <allan@archlinux.org>
8089
e4e7cfd2
AM
8090 * po/vi.po: Update Vietnamese translation from translation project.
8091
6aa09f71
AM
8092 * po/uk.po: Update Ukrainian translation from translation project.
8093
edc0660e
AM
8094 * po/fr.po: Update French translation from translation project.
8095
7eea72ac
AM
8096 * po/ru.po: Update Russian translation from translation project.
8097
93c49eff
AM
8098 * po/pl.po: Update Polish translation from translation project.
8099
46acaf63
AM
8100 * po/cs.po: Update Czech translation from translation project.
8101
a9f5ce98
AM
8102 * po/de.po: Update German translation from translation project.
8103
373f2b78
AM
8104 * po/bg.po: Update Bulgarian translation from translation project.
8105
e7548bd8
AM
8106 * po/sv.po: Update Sweedish translation from translation project.
8107
c526bf4d
AM
8108 * po/nl.po: Update Dutch translation from translation project.
8109
686ab290
AM
8110 * po/es.po: Update Spanish translation from translation project.
8111
eb72478a
SP
81122014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8113
dd763fdb
SP
8114 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8115
318c7a58
SP
8116 * catgets/Makefile (CPPFLAGS-gencat): Remove.
8117 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8118 (CPPFLAGS-iconvconfig): Likewise.
8119 * timezone/Makefile (CPPFLAGS-zic): Likewise.
8120
eb72478a
SP
8121 * include/libc-symbols.h: Remove unnecessary check for
8122 NOT_IN_libc.
8123 * nptl/pthreadP.h: Likewise.
8124 * sysdeps/aarch64/setjmp.S: Likewise.
8125 * sysdeps/alpha/setjmp.S: Likewise.
8126 * sysdeps/arm/sysdep.h: Likewise.
8127 * sysdeps/i386/setjmp.S: Likewise.
8128 * sysdeps/m68k/setjmp.c: Likewise.
8129 * sysdeps/posix/getcwd.c: Likewise.
8130 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8131 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8132 * sysdeps/s390/s390-32/setjmp.S: Likewise.
8133 * sysdeps/s390/s390-64/setjmp.S: Likewise.
8134 * sysdeps/sh/sh3/setjmp.S: Likewise.
8135 * sysdeps/sh/sh4/setjmp.S: Likewise.
8136 * sysdeps/unix/alpha/sysdep.h: Likewise.
8137 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8138 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8139 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8140 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8141 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8142 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8143 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8144 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8145 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8146 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8147 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8148 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8149 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8150 * sysdeps/x86_64/setjmp.S: Likewise.
8151
d44a052c
JM
81522014-08-13 Joseph Myers <joseph@codesourcery.com>
8153
8154 [BZ #17263]
8155 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8156 <stdint.h>.
8157 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8158 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8159
508ce3ac
SP
81602014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
8161
e44c8b0e
SP
8162 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8163
508ce3ac
SP
8164 [BZ #17262]
8165 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8166 and __x86_64__ when disabling x87 inline functions.
8167
b4acef1f
L
81682014-08-12 H.J. Lu <hongjiu.lu@intel.com>
8169
8170 [BZ #17259]
8171 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8172 asm statement with __cpuid_count.
8173
61b1ef6e
MF
81742014-08-12 Mike Frysinger <vapier@gentoo.org>
8175
8176 * configure.ac: Change __ehdr_start code to dereference the struct.
8177 Run readelf on the output to look for relocations.
8178 * configure: Regenerated.
8179
898c62f4
JM
81802014-08-12 Joseph Myers <joseph@codesourcery.com>
8181
8182 [BZ #17261]
8183 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8184 value to 0.
8185 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8186
9a8a5720
RM
81872014-08-12 Roland McGrath <roland@hack.frob.com>
8188
8189 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8190
4e75751c
BO
81912014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
8192
8193 [BZ #16892]
8194 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8195 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8196
bb2ce416
SA
81972014-08-12 Sean Anderson <seanga2@gmail.com>
8198
8199 * malloc/malloc.c: Fix typo in comment.
8200
7950a4ee
AM
82012014-08-09 Allan McRae <allan@archlinux.org>
8202
8203 * Regenerate libc.po.
8204
f469c49f
MF
82052014-08-08 Mike Frysinger <vapier@gentoo.org>
8206
8207 * intl/tst-gettext2.sh: Check every lang file for creation.
8208
656b84c2
WD
82092014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
8210
8211 * sysdeps/aarch64/fpu/math_private.h
8212 (libc_feholdsetround_noex_aarch64_ctx): New function.
8213
538e9e45
W
82142014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
8215
8216 * sysdeps/arm/armv6/strcpy.S (strcpy):
8217 Fix performance issue in misaligned cases.
8218
d4795e4a
AZ
82192014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8220
8221 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8222 Move definition from termios.h.
8223 (struct termio): Likewise.
8224 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8225 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8226 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8227 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8228 Likewise.
8229 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8230 Move definition to ioctl-types.h
8231 (struct termio): Likewise.
8232 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8233 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8234 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8235 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8236 Likewise.
8237
64accb62
RH
82382014-08-05 Richard Henderson <rth@redhat.com>
8239
27bb6dc0
RH
8240 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8241 exceptions.
8242 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8243 Add fraiseexcpt.
8244 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8245 Use __feraiseexcept.
8246 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8247 Protect libm symbols with IS_IN_libm.
8248
64accb62
RH
8249 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8250
e5292691
BO
82512014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
8252
8253 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8254
5b4bd2d4
WN
82552014-08-04 Will Newton <will.newton@linaro.org>
8256
8257 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8258 file.
8259
fcadaeef
MF
82602014-08-04 Mike Frysinger <vapier@gentoo.org>
8261
8262 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8263 variants for each function.
8264
43a94c64
RM
82652014-08-04 Roland McGrath <roland@hack.frob.com>
8266
8267 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8268 appended ...
8269 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8270 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8271 appended ...
8272 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8273 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8274 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8275 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8276 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8277 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8278 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8279 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8280 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8281 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8282 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8283 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8284 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8285 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8286 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8287 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8288 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8289 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8290 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8291 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8292 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8293 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8294 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8295 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8296 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8297 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8298 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8299 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8300 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8301 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8302 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8303 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8304 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8305 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8306 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8307 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8308 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8309 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8310 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8311 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8312 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8313 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8314 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8315 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8316 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8317 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8318 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8319 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8320 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8321 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8322 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8323 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8324 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8325 Update #include.
8326 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8327 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8328
8f3c1fa4
RM
83292014-08-04 Roland McGrath <roland@hack.frob.com>
8330
8331 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8332 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8333 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8334 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8335 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8336 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8337
ca08746f
RM
83382014-08-04 Roland McGrath <roland@hack.frob.com>
8339
8340 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8341 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8342 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8343 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8344
9c925ff9
RM
83452014-08-04 Roland McGrath <roland@hack.frob.com>
8346
8347 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8348 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8349 (__libc_vfork): Define function under this name.
8350 (__vfork): Define as an alias.
8351 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8352 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8353
e641054c
RM
83542014-08-04 Roland McGrath <roland@hack.frob.com>
8355
8356 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8357 that was previously under [RESET_PID].
8358 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8359
dacdc867
AS
83602014-08-04 Andreas Schwab <schwab@suse.de>
8361
8362 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8363
41f725ff
MF
83642014-08-03 Mike Frysinger <vapier@gentoo.org>
8365
8366 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8367 (main): Likewise.
8368
277cfb31
RM
83692014-08-01 Roland McGrath <roland@hack.frob.com>
8370
8371 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8372
4896f049
RH
83732014-08-01 Richard Henderon <rth@redhat.com>
8374
8375 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8376 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8377 typo in exact zero test.
8378 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8379 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8380 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8381
6f64e7d7
RM
83822014-08-01 Roland McGrath <roland@hack.frob.com>
8383
8384 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8385 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8386 * sysdeps/arm/sysdep.h: ... here.
8387 [!__ASSEMBLER__]: Include <stdint.h>.
8388
3f3dd810
SP
83892014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
8390
a476ac4b
SP
8391 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8392 (HAVE_WCTYPE_H): Likewise.
8393 (HAVE_ISWCTYPE): Likewise.
8394 (ENABLE_NLS): Likewise.
8395 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8396 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8397
78dd658a
SP
8398 * posix/regex_internal.c: Check if DEBUG is defined and is
8399 set.
8400
3f3dd810
SP
8401 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8402 (HAVE_MBSRTOWCS): Likewise.
8403 * posix/fnmatch.c: Include string.h unconditionally.
8404
95ee7fb1
SL
84052014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
8406
8407 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8408 reversal.
8409
23fe486b
RM
84102014-07-31 Roland McGrath <roland@hack.frob.com>
8411
f61a113f
RM
8412 * sysdeps/generic/safe-fatal.h: New file.
8413 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8414 * nptl/forward.c: Include it.
8415 (__pthread_unwind): Use __safe_fatal as default action, rather
8416 than a bogus use of INTERNAL_SYSCALL that could never work.
8417
9fe7e787
RM
8418 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8419 * configure.ac (libc_cv_builtin_trap): New test.
8420 * configure: Regenerated.
8421 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8422 (ABORT_INSTRUCTION): Define using __builtin_trap.
8423
23fe486b
RM
8424 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8425 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8426 * sysdeps/nptl/nptl-signals.h: New file.
8427 * nptl/pthreadP.h: Include <nptl-signals.h>.
8428
f349489e
SL
84292014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
8430
8431 * sysdeps/s390/s390-64/utf16-utf32-z9.c
8432 (ONE_DIRECTION): Define.
8433 * sysdeps/s390/s390-64/utf8-utf16-z9.c
8434 (ONE_DIRECTION): Define.
8435 * sysdeps/s390/s390-64/utf8-utf32-z9.c
8436 (ONE_DIRECTION): Define.
8437
2f438e20
SL
84382014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
8439
8440 * sysdeps/s390/Makefile: Delete file.
8441 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8442 * sysdeps/s390/__longjmp.c: Delete file.
8443 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8444 Remove fields __flags and __reserved.
8445 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8446 and add versioning.
8447 * sysdeps/s390/rtld-__longjmp.c: Delete file.
8448 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8449 * sysdeps/s390/rtld-setjmp.S: Likewise.
8450 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8451 * sysdeps/s390/s390-32/__longjmp.c: ... here.
8452 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8453 * sysdeps/s390/s390-32/setjmp.S: ... here.
8454 Add versioning.
8455 (__sigsetjmp): Remove setting __flags field.
8456 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8457 * sysdeps/s390/s390-64/__longjmp.c: ... here.
8458 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8459 * sysdeps/s390/s390-64/setjmp.S: ... here.
8460 Add versioning.
8461 (__sigsetjmp): Remove setting __flags field.
8462 * sysdeps/s390/setjmp.S: Delete file.
8463 * sysdeps/s390/sigjmp.c: Likewise.
8464 * sysdeps/s390/v1-longjmp.c: Likewise.
8465 * sysdeps/s390/v1-setjmp.h: Likewise.
8466 * sysdeps/s390/v1-sigjmp.c: Likewise.
8467 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8468 Remove v1-longjmp_chk.
8469 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8470 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8471 Include debug/longjmp_chk.c and add versioning.
8472 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8473 Include nptl/pt-longjmp.c and add versioning.
8474 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8475 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8476 Include __longjmp.c.
8477 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8478 Move to ...
8479 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8480 (__getcontext): Remove setting __flags field.
8481 Add versioning.
8482 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8483 Don't restore upper high grps.
8484 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8485 Likewise.
8486 (__swapcontext): Remove setting uc_flags field.
8487 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8488 Delete file.
8489 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8490 Include __longjmp.c.
8491 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8492 Move to ...
8493 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8494 (__getcontext): Remove setting __flags field.
8495 Add versioning.
8496 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8497 (__swapcontext): Remove setting uc_flags field.
8498 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8499 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8500 Remove fields uc_high_gprs and __reserved.
8501 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8502 New file with reverted content.
8503 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8504 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8505 Regenerated.
8506 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8507 Regenerated.
8508
6c9578a2
AS
85092014-07-31 Andreas Schwab <schwab@suse.de>
8510
8511 * config.h.in (HAVE_IFUNC): Define to 0.
8512 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8513 definedness.
8514
05f3633d
LM
85152014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
8516
8517 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8518 memmove-avx-unaligned, memcpy-avx-unaligned and
8519 mempcpy-avx-unaligned.
8520 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8521 Add tests for AVX memcpy functions.
8522 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8523 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8524 memcpy_chk.
8525 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8526 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8527 memmove_chk.
8528 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8529 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8530 mempcpy_chk.
8531 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8532 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8533 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8534
a53fbd8e
AZ
85352013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8536
8537 [BZ #17213]
8538 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8539 powerpc64le.
8540
0961f7e1
JL
85412014-07-29 Jeff Layton <jlayton@poochiereds.net>
8542
8543 [BZ #16839]
8544 * manual/llio.texi: Add section about open file description locks.
8545 * manual/examples/ofdlocks.c: Example of open file description
8546 lock usage.
8547 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8548 F_OFD_SETLK, and F_OFD_SETLKW.
8549
cc5fb300
AM
85502014-07-23 Allan McRae <allan@archlinux.org>
8551
8552 * po/es.po: Update Spanish translation from translation project.
8553
23329dca
AS
85542014-07-18 Andreas Schwab <schwab@linux-m68k.org>
8555
8556 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8557
9c82da17
MR
85582014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
8559
8560 [BZ #17078]
8561 * sysdeps/arm/dl-machine.h (elf_machine_rela)
8562 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8563 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8564
29c4f53e
JM
85652014-07-17 Joseph Myers <joseph@codesourcery.com>
8566
831b9896
JM
8567 [BZ #17088]
8568 * math/fesetenv.c (__fesetenv)
8569 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8570 * math/feupdateenv.c (__feupdateenv)
8571 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8572
b21c2d50
JM
8573 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8574 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8575 (__ASSUME_SOCKETCALL): Do not define.
8576
067764ef
JM
8577 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8578 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8579 (__ASSUME_SOCKETCALL): Do not define.
8580 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8581 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8582 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8583 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8584 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8585 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8586 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8587 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8588
642530c1
JM
8589 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8590 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8591 (__ASSUME_SOCKETCALL): Do not define.
8592 (__ASSUME_IPC64): Define unconditionally.
8593 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8594 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8595 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8596 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8597 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8598 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8599 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8600 Likewise.
8601
03f77315
JM
8602 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8603 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8604 (__ASSUME_SOCKETCALL): Do not define.
8605 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8606 (__ASSUME_FUTEX_LOCK_PI): Likewise.
8607 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8608 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8609 (__ASSUME_REQUEUE_PI): Define unconditionally.
8610 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8611 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8612 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8613 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8614 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8615 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8616
083b1f7c
JM
8617 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8618 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8619 (__ASSUME_SOCKETCALL): Do not define.
8620 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8621 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8622 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8623 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8624 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8625 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8626
5be44ea6
JM
8627 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8628 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8629 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8630 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8631 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8632 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8633 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8634 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8635 (__ASSUME_GETCPU_SYSCALL): Likewise.
8636
d95ffd4c
JM
8637 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8638 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
8639 cases for individual architectures.
8640 * sysdeps/gnu/configure: Regenerated.
8641 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8642 LIBC_SLIBDIR_RTLDDIR.
8643 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8644 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8645 LIBC_SLIBDIR_RTLDDIR.
8646 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8647 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8648 LIBC_SLIBDIR_RTLDDIR.
8649 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8650 Regenerated.
8651 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8652 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8653 file.
8654 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8655 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8656 file.
8657 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8658 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8659 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8660 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8661
29c4f53e
JM
8662 * sysdeps/aarch64/shlib-versions: Move to ...
8663 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8664 * sysdeps/alpha/shlib-versions: Move to ...
8665 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8666 * sysdeps/arm/shlib-versions: Move to ...
8667 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8668 * sysdeps/hppa/shlib-versions: Move all contents except for
8669 libgcc_s entry to ...
8670 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
8671 entry from ...
8672 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
8673 * sysdeps/ia64/shlib-versions: Move to ...
8674 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
8675 entry from ...
8676 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
8677 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8678 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8679 * sysdeps/microblaze/shlib-versions: Move to ...
8680 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8681 * sysdeps/mips/shlib-versions: Move to ...
8682 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
8683 entry from ...
8684 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
8685 * sysdeps/tile/shlib-versions: Move to ...
8686 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8687 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8688 from ...
8689 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
8690 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8691 entry from ...
8692 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
8693
32bead5b
WN
86942014-07-17 Will Newton <will.newton@linaro.org>
8695
57977c4b
WN
8696 * sysdeps/arm/bits/atomic.h
8697 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8698 (__arch_compare_and_exchange_bool_16_int): Likewise.
8699 (__arch_compare_and_exchange_bool_64_int): Likewise.
8700
32bead5b
WN
8701 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8702 into an #else block.
8703
37fccd41
RM
87042014-07-16 Roland McGrath <roland@hack.frob.com>
8705
8706 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8707 just Linux configurations. Test empirically that the compiler sets
8708 __ARM_EABI__, rather than using the tuple to decide.
8709 * sysdeps/arm/preconfigure: Regenerated.
8710 * sysdeps/unix/sysv/linux/arm/configure: File removed.
8711 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8712 contents appended ...
8713 * sysdeps/arm/configure.ac: ... here.
8714 * sysdeps/arm/configure: Regenerated.
8715
b365f3ec
RM
87162014-07-15 Roland McGrath <roland@hack.frob.com>
8717
8badf496
RM
8718 * nptl/pthread_kill.c: New file.
8719 * nptl/pthread_sigmask.c: New file.
8720 * nptl/pthread_sigqueue.c: New file.
8721
3df6f22e
RM
8722 * sysdeps/nptl/lowlevellock.h: New file.
8723 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8724 * sysdeps/nptl/lowlevellock-futex.h: New file.
8725
b365f3ec
RM
8726 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8727 Remove dead declarations.
8728
f2fef657
L
87292014-07-14 H.J. Lu <hongjiu.lu@intel.com>
8730
8731 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8732 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8733 config-cflags-avx2.
8734 * sysdeps/x86_64/configure.ac: Likewise.
8735 * sysdeps/i386/configure: Regenerated.
8736 * sysdeps/x86_64/configure: Likewise.
8737 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8738 memset-avx2 only if config-cflags-avx2 is yes.
8739 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8740 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8741 defined.
8742 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8743 only if HAVE_AVX2_SUPPORT is defined.
8744 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8745
f6c44d47
AM
87462014-07-14 Alan Modra <amodra@gmail.com>
8747
8748 [BZ #17153]
8749 * elf/elf.h (DT_PPC64_NUM): Correct value.
8750 * NEWS: Add to fixed bug list.
8751
7ee03f00
JM
87522014-07-13 Jim Meyering <meyering@fb.com>
8753
8754 [BZ 17150]
8755 regex: don't deref NULL upon heap allocation failure
8756 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8757 failure in one more place.
8758 To trigger the segfault, configure grep -with-included-regex,
8759 build it, and run these commands:
8760 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8761
9d39d517
AS
87622014-07-13 Andreas Schwab <schwab@linux-m68k.org>
8763
8764 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8765
a75b89b7
RH
87662014-07-11 Richard Henderson <rth@redhat.com>
8767
8768 * sysdeps/aarch64/libm-test-ulps: Update.
8769
771eb141
FW
87702014-07-10 Florian Weimer <fweimer@redhat.com>
8771
8772 [BZ #17135]
8773 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8774 * nptl/allocatestack.c (__nptl_setxid_error): New function.
8775 (__nptl_setxid): Initialize error member. Call
8776 __nptl_setxid_error.
8777 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8778 * nptl/descr.h (struct xid_command): Add error member.
8779 * nptl/tst-setuid3.c: New file.
8780 * nptl/Makefile (tests): Add it.
8781
bc1da176
AZ
87822014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8783
8784 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8785 New define.
8786 (__lll_trylock): Use __lll_base_trylock.
8787 (__lll_cond_trylock): Likewise.
8788
887865fc
RM
87892014-07-10 Roland McGrath <roland@hack.frob.com>
8790
c0c6bac9
RM
8791 * nptl/pthread_create.c (start_thread): Use atomic_or and
8792 lll_futex_wake directly rather than lll_robust_dead.
8793 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8794 (lll_robust_dead): Macro removed.
6a42be57 8795 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
8796 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8797 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8798 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8799 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8800 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8801 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8802 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8803 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8804 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8805 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8806 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8807 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8808 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8809 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8810
887865fc
RM
8811 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8812 Use atomic_compare_and_exchange_val_acq directly rather than
8813 lll_robust_trylock.
8814 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8815 (__lll_robust_trylock, lll_robust_trylock): Removed.
8816 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8817 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8818 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8819 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8820 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8821 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8822 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8823 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8824 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8825 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8826 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8827 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8828 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8829 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8830
58536726
FW
88312014-07-02 Florian Weimer <fweimer@redhat.com>
8832
8833 * manual/locale.texi (Locale Names): New section documenting
8834 locale name syntax. Adjust menu and node chaining accordingly.
8835 (Choosing Locale): Reference Locale Names, Locale Categories.
8836 Mention setting LC_ALL=C. Reflect that name syntax is now
8837 documented.
8838 (Locale Categories): New section title. Reference Locale Names.
8839 LC_ALL is an environment variable, but not a category.
8840 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8841 description, now in Locale Name. Reference that section. Locale
8842 name syntax is now documented.
8843
4e8f95a0
FW
88442014-07-02 Florian Weimer <fweimer@redhat.com>
8845
8846 [BZ #17137]
8847 * locale/findlocale.c (name_present, valid_locale_name): New
8848 functions.
8849 (_nl_find_locale): Use the loc_name variable to store name
8850 candidates. Call name_present and valid_locale_name to check and
8851 validate locale names. Return an error if the locale is invalid.
8852
d1836456
FW
88532014-07-02 Florian Weimer <fweimer@redhat.com>
8854
8855 * locale/setlocale.c (setlocale): Use strdup for allocating
8856 composite name copy.
8857
d69b7f5a
SP
88582014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8859
888c679b
SP
8860 Sync up with gnulib.
8861 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8862 [!_LIBC && ENABLE_NLS]: Include gettext.h.
8863 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8864 and _GL_ARG_NONNULL.
8865 [USE_UNLOCKED_IO]: Include unlocked-io.h.
8866 [!_LIBC]: Include code for Windows and Cygwin.
8867 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8868 Include prototype for int strerror_r.
8869 [!_LIBC] (is_open): New function.
8870 (flush_stdout): New function.
8871 (print_errno_message): Use it.
8872 (error): Likewise.
8873 (error_at_line): Likewise.
8874 (error_tail) Add function attribute macros. Use
8875 __builtin_expect.
8876
180e0e4b
SP
8877 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8878
d22f1fe2
SP
8879 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8880
12f2254b
SP
8881 * io/ftw.c: Include sys/param.h unconditionally.
8882
c3c7c360
SP
8883 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8884
d62aa75a
SP
8885 [BZ #17125]
8886 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8887 libc_freeres_ptr.
8888 (freecache): New function to free CACHE on exit.
8889
d69b7f5a
SP
8890 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8891 initialization.
8892
5efe06a1
DM
88932014-07-09 David S. Miller <davem@davemloft.net>
8894
8895 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8896
7000d82e
DM
8897 * sysdeps/sparc/nptl/internaltypes.h: Delete.
8898 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8899 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8900 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8901 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8902 * sysdeps/sparc/nptl/sem_init.c: Likewise.
8903 * sysdeps/sparc/nptl/sem_post.c: Likewise.
8904 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8905 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8906 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8907 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8908 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8909 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8910
c213442d
AS
89112014-07-09 Andreas Schwab <schwab@suse.de>
8912
4a2552c3
AS
8913 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8914 output.
8915 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8916 (do_test): Likewise.
8917
c213442d
AS
8918 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8919
82374e65
WN
89202014-07-09 Will Newton <will.newton@linaro.org>
8921
8922 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8923 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8924 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8925 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8926 * sysdeps/hppa/start.S (_start): Likewise.
8927
6680738a
SP
89282014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
8929
6ee3eab4
SP
8930 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8931
6680738a
SP
8932 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8933 defined.
8934
80b5c505
SP
89352014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8936
e35c53e3
SP
8937 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8938 after checking that it is non-NULL.
8939
80b5c505
SP
8940 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8941
91f4b564
AZ
89422014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8943
27b75f56
AZ
8944 * sysdeps/powerpc/memmove.c: Remove file.
8945 * sysdeps/powerpc/powerpc32/power4/memcopy.h
8946 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8947 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8948 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8949 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8950 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8951 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8952 string memmove instead of removed powerpc one.
8953
e7f95bb5
AZ
8954 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8955 [weak_alias]: Fix compiler warning due trailing data.
8956 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8957 [weak_alias]: Likewise.
8958 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8959 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8960
91f4b564
AZ
8961 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8962 (__libc_ifunc_impl_list): Add memmove functions.
8963
7c33f1e5
SP
89642014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8965
8966 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8967 Remove code.
8968 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8969 Likewise
8970 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8971 Likewise
8972 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8973 Likewise
8974 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8975 Likewise
8976 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8977 Likewise
8978 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8979 Likewise
8980 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8981 Likewise
8982 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8983 Likewise
8984 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8985 Likewise
8986 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8987 Likewise
8988 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8989 Likewise
8990 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8991 Likewise
8992 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8993 Likewise
8994 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8995 Likewise
8996 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8997 Likewise
8998 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8999 Likewise
9000
3f17b03b
AZ
90012014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9002
87868c24
AZ
9003 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9004 to avoid alignment traps in non-cacheable memory.
9005 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9006
07aedd78
AZ
9007 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9008 multiarch objects.
9009 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9010 file: multiarch power7 memmove.
9011 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9012 multiarch default memmove.
9013 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9014 multiarch memove for powerpc32/power4.
9015
17762f66
AZ
9016 * string/bcopy.c: Use full path to include memmove.c.
9017 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9018 multiarch objects.
9019 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9020 bcopy for powerpc64.
9021 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9022 bcopy for powerpc64.
9023 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9024 and memmove implementations.
9025 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9026 optimized multiarch memmove for POWER7/powerpc64.
9027 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9028 default multiarch memmove for powerpc64.
9029 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9030 multiarch for powerpc64.
9031 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9032 for POWER7/powerpc64.
9033 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9034 memmove for POWER7/powerpc64.
9035
d6f68bbe
AZ
9036 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9037 glibc default one.
9038
3f17b03b
AZ
9039 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9040 __ELF_NATIVE_CLASS equal to 64.
9041
08192659
RM
90422014-07-07 Roland McGrath <roland@hack.frob.com>
9043
f4c4021b
RM
9044 * sysdeps/nptl/lowlevellock.h: File removed.
9045
f083450f
RM
9046 * NEWS: NPTL is no longer an add-on!
9047 * nptl/internaltypes.h: Moved ...
9048 * sysdeps/nptl/internaltypes.h: ... here.
9049 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9050 * sysdeps/nptl/fork.c: Likewise.
9051 * sysdeps/nptl/gai_misc.h: Likewise.
9052 * sysdeps/nptl/librt-cancellation.c: Likewise.
9053 * sysdeps/nptl/jmp-unwind.c: Likewise.
9054 * sysdeps/nptl/setxid.h: Likewise.
9055 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9056 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9057 * sysdeps/unix/sysv/linux/arm/Implies: New file.
9058 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9059 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9060 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9061 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9062 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9063 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9064 * sysdeps/unix/sysv/linux/mips/Implies: New file.
9065 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9066 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9067 * sysdeps/unix/sysv/linux/sh/Implies: New file.
9068 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9069 * sysdeps/unix/sysv/linux/tile/Implies: New file.
9070 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9071 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9072 * nptl/Makeconfig: Moved ...
9073 * sysdeps/nptl/Makeconfig: ... here.
9074 * nptl/configure: File removed.
9075 * nptl/ANNOUNCE: File removed.
9076 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9077 * sysdeps/unix/sysv/linux/configure: Regenerated.
9078
08192659
RM
9079 * nptl/Makefile (routines): Add libc_pthread_init,
9080 libc_multiple_threads, register-atfork and unregister-atfork.
9081 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9082 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9083 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9084 pthread-pi-defines.sym, structsem.sym.
9085 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9086 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9087 [$(subdir) = nptl] (tests): Add tst-setgetname.
9088 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9089 * sysdeps/unix/sysv/linux/sigaction.c: Just include
9090 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9091 [!LIBC_SIGACTION]: Remove aliases.
9092 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9093 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9094 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9095 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9096 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9097 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9098 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9099 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9100 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9101 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9102 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9103 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9104 __libc_allocate_rtsig_private.
9105 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9106 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9107 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9108 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9109 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9110 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9111 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9112 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9113 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9114 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9115 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9116 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9117 * nptl/internaltypes.h: ... here.
9118 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9119 * sysdeps/nptl/jmp-unwind.c: ... here.
9120 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9121 * nptl/libc-lowlevellock.c: ... here.
9122 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9123 * nptl/libc_multiple_threads.c: ... here.
9124 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9125 * nptl/libc_pthread_init.c: ... here.
9126 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9127 * nptl/lowlevelbarrier.sym: ... here.
9128 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9129 * nptl/lowlevelcond.sym: ... here.
9130 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9131 * nptl/lowlevellock.c: ... here.
9132 * nptl/lowlevellock.h: Moved ...
9133 * sysdeps/nptl/lowlevellock.h: ... here.
9134 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9135 * nptl/lowlevelrobustlock.c: ... here.
9136 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9137 * nptl/lowlevelrobustlock.sym: ... here.
9138 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9139 * nptl/lowlevelrwlock.sym: ... here.
9140 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9141 * nptl/pt-fork.c: ... here.
9142 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9143 * nptl/pthread-pi-defines.sym: ... here.
9144 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9145 * nptl/pthread_attr_getaffinity.c: ... here.
9146 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9147 * nptl/pthread_attr_setaffinity.c: ... here.
9148 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9149 * nptl/pthread_mutex_cond_lock.c: ... here.
9150 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9151 Update #include.
9152 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9153 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9154 * nptl/pthread_once.c: ... here, replacing old file.
9155 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9156 * nptl/pthread_yield.c: ... here.
9157 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9158 * nptl/register-atfork.c: ... here.
9159 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9160 * nptl/sem_post.c: ... here.
9161 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9162 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9163 * nptl/sem_timedwait.c: ... here.
9164 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9165 * nptl/sem_trywait.c: ... here.
9166 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9167 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9168 * nptl/sem_wait.c: ... here.
9169 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9170 * nptl/structsem.sym: ... here.
9171 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9172 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9173 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9174 * nptl/unregister-atfork.c: ... here.
9175 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9176 * nptl/unwindbuf.sym: ... here.
9177 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9178 * sysdeps/nptl/fork.c: ... here.
9179 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9180 * sysdeps/nptl/fork.h: ... here.
9181 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9182 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9183 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9184 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9185 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9186 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9187 * sysdeps/unix/sysv/linux/getpid.c: ... here.
9188 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9189 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9190 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9191 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9192 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9193 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9194 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9195 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9196 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9197 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9198 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9199 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9200 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9201 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9202 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9203 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9204 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9205 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9206 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9207 * sysdeps/unix/sysv/linux/raise.c: ... here.
9208 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9209 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9210 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9211 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9212 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9213 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9214 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9215 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9216 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9217 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9218 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9219 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9220 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9221 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9222 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9223
96baf6ff
SP
92242014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
9225
9226 * sysdeps/generic/memcopy.h: Add comment for
9227 MEMCPY_OK_FOR_FWD_MEMMOVE.
9228
6b7b14b2
WN
92292014-07-04 Will Newton <will.newton@linaro.org>
9230
1570a72b
WN
9231 * string/memchr.c: Merge from gnulib.
9232 [_LIBC]: Remove conditionals.
9233 (__ptr_t): Remove define.
9234 (LONG_MAX_32_BITS): Likewise.
9235 (LONG_MAX): Likewise.
9236 (MEMCHR): Use ANSI prototype and optimize algorithm.
9237
6b7b14b2
WN
9238 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9239
38851324
SP
92402014-07-03 Roland McGrath <roland@hack.frob.com>
9241
3d9eb57c
RM
9242 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9243 (lll_futex_timed_wait_bitset): Fix syscall argument count.
9244
78b984ae
RM
9245 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9246 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9247 in a bare environment with no <stdlib.h> installed.
9248 * sysdeps/nptl/configure: Regenerated.
9249
2d5976a5
RM
9250 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9251
c1f5acd4
RM
9252 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9253 AC_EGREP_CPP for kernel header checks, so they only succeed if
9254 including <linux/version.h> actually works right.
9255 * sysdeps/unix/sysv/linux/configure: Regenerated.
9256
4d614fe5
RM
9257 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9258 value so it's not diagnosed as unused.
9259
38851324
SP
9260 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9261 thing) with "ifeq ($(subdir),rt)".
9262
b3ec00e5
RH
92632014-07-03 Richard Henderson <rth@redhat.com>
9264
69862e25
RH
9265 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9266 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9267 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9268
d5e16ade
RH
9269 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9270 (math_force_eval): New.
9271
ca7b945c
RH
9272 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9273 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9274
cd1175a3
RH
9275 * sysdeps/alpha/fpu/s_round.c: Remove file.
9276 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9277
b3ec00e5
RH
9278 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9279 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9280 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9281 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9282 (_dl_start, print_statistics): Likewise.
9283 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9284 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9285
9286 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9287 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9288 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9289 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9290 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9291 (HP_SMALL_TIMING_AVAIL): Define.
9292 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9293 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9294 (HP_SMALL_TIMING_AVAIL): Define.
9295 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9296 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9297
9298 * sysdeps/aarch64/hp-timing.h: New file.
9299
9300 * sysdeps/generic/hp-timing.h: Remove dead comment.
9301 * sysdeps/generic/hp-timing-common.h: New file.
9302 * sysdeps/alpha/hp-timing.h: Include it.
9303 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9304 * sysdeps/i386/i686/hp-timing.h: Likewise.
9305 * sysdeps/ia64/hp-timing.h: Likewise.
9306 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9307 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9308 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9309 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9310 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9311 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9312 (hp_timing_t): New.
9313
9314 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9315 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9316 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9317 * elf/rtld.c (_dl_start_final): Likewise.
9318 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9319 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9320 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9321 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9322 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9323 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9324 (HP_TIMING_DIFF_INIT): Remove.
9325 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9326 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9327 (HP_TIMING_DIFF_INIT): Remove.
9328 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9329 * sysdeps/i386/i686/hp-timing.c: Remove file.
9330 * sysdeps/x86_64/hp-timing.c: Remove file.
9331 * sysdeps/ia64/hp-timing.c: Remove file.
9332 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9333 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9334 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9335 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9336
9337 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9338 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9339 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9340 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9341 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9342 (HP_TIMING_ACCUM): Remove.
9343 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9344 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9345 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9346
9347 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9348 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9349 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9350 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9351 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9352 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9353 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9354 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9355
9356 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9357
225f410f
MR
93582014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
9359
9360 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9361
3247f285
SP
93622014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9363
9364 Sync up with gettext.
9365 * intl/loadmsgcat.c: Define O_BINARY if not defined.
9366 [_MSC_VER]: Include malloc.h
9367 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9368 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9369 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
9370 TEMP_FAILURE_RETRY. Cast return of alloca.
9371 [!_LIBC] Call gl_rwlock_init.
9372 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9373
d12704c7
SP
93742014-07-02 Roland McGrath <roland@hack.frob.com>
9375
9376 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9377 before checking its value.
9378
99f8dc92
SP
93792014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9380
05fdac77
SP
9381 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9382
99f8dc92
SP
9383 * debug/memcpy_chk.c: Don't include pagecopy.h.
9384 * debug/mempcpy_chk.c: Likewise.
9385 * string/memcpy.c: Likewise.
9386 * string/memmove.c: Likewise.
9387 * sysdeps/powerpc/memmove.c: Likewise.
9388 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
9389 definition of PAGE_COPY_FWD_MAYBE here...
9390 * sysdeps/generic/pagecopy.h: ... from here.
9391 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9392
bc8ea385
VR
93932014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9394 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9395
9396 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9397 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9398 optimizations.
9399 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9400 (__libc_ifunc_impl_list): Likewise.
9401 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9402 multiarch strcat for PPC64.
9403 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9404 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9405
fe5f34e4
RM
94062014-07-02 Roland McGrath <roland@hack.frob.com>
9407
9408 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9409
256aa665
SP
94102014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9411
d4eb8195
SP
9412 * intl/loadmsgcat.c: Remove declaration of
9413 get_sysdep_segment_value.
9414 (get_sysdep_segment_value): Use ISO C style.
9415 (_nl_load_domain): Use ISO C style. Get rid of redundant
9416 semicolon. Fix typo and formatting in comment.
9417 (_nl_unload_domain): Use ISO C style.
9418
256aa665
SP
9419 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9420
b100f9aa
WN
94212014-07-02 Will Newton <will.newton@linaro.org>
9422
9423 * malloc/obstack.c: Merge from gnulib master.
9424 [HAVE_CONFIG_H]: Remove conditional code.
9425 [!_LIBC]: Include config.h.
9426 [!ELIDE_CODE]: Don't include inttypes.h, include
9427 stdint.h unconditionally.
9428 (print_and_abort): Mark as _Noreturn.
9429 (_obstack_allocated_p): Mark as __attribute_pure__.
9430 (obstack_free): Rename to __obstack_free.
9431 [!__attribute__]: Remove conditional code.
9432 * malloc/obstack.h: Merge from gnulib master.
9433 [__cplusplus]: Move conditional down.
9434 [!__attribute_pure__]: Define __attribute_pure__ here
9435 if it is not already defined.
9436 (_obstack_memory_used): Mark as __attribute_pure__.
9437 [!__obstack_free]: Define as obstack_free.
9438 [__GNUC__]: Remove check for ancient NeXT gcc.
9439
c4c41244
PE
94402014-07-02 Will Newton <will.newton@linaro.org>
9441 Paul Eggert <eggert@cs.ucla.edu>
9442
9443 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9444
e1e041c4
SP
94452014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9446
9447 * resolv/gethnamaddr.c: Add comment warning that the file is
9448 not maintained.
9449
ccf431ff
CD
94502014-07-01 Carlos O'Donell <carlos@redhat.com>
9451
d34570a6
CD
9452 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9453 entries.
9454
ccf431ff
CD
9455 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9456 entry for aio_cancel and aio_cancel64.
9457 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9458 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9459 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9460 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9461 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9462 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9463 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9464 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9465 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9466 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9467 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9468 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9469 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9470
ca06321d
RM
94712014-07-01 Roland McGrath <roland@hack.frob.com>
9472
9473 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9474 * nptl/pthread_mutex_lock.c: Likewise.
9475 * nptl/pthread_mutex_timedlock.c: Likewise.
9476 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9477
a1ac3184
RH
94782014-07-01 Richard henderson <rth@redhat.com>
9479
631021e0
RH
9480 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9481 (__isnan, __isnanl): Remove.
9482 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9483
a1ac3184
RH
9484 * sysdeps/alpha/fpu/libm-test-ulps: Update.
9485
0c1d731f
SL
94862014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
9487
9488 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9489
76985d3e
SP
94902014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
9491
9492 * resolv/nss_dns/dns-host.c (getanswer_r)
9493 [MULTI_PTRS_ARE_ALIASES]: Remove code.
9494
b0cb3096
JM
94952014-07-01 Joseph Myers <joseph@codesourcery.com>
9496
9497 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9498 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9499 undefine.
9500 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9501 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9502
4d76cb39
RM
95032014-07-01 Roland McGrath <roland@hack.frob.com>
9504
9505 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9506 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9507
9508 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9509 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9510
9511 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9512 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9513 ... here.
9514 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9515 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9516
9517 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9518 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9519 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9520 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9521
9522 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9523 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9524 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9525 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9526 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9527 Moved ...
9528 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9529 ... here.
9530 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9531 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9532 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9533 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9534 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9535 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9536 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9537 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9538 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9539 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9540 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9541 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9542 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9543 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9544 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9545 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9546 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9547 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9548 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9549 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9550 ... here.
9551 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9552 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9553 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9554 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9555 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9556 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9557 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9558 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9559
0cdcad17
DH
95602014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
9561
9562 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9563 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9564 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9565 Add sysdep.
9566
9b71d0e3
AZ
95672014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9568
9569 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9570
665390c2
JM
95712014-06-30 Joseph Myers <joseph@codesourcery.com>
9572
ae05a9d7
JM
9573 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9574 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9575
a7672a2f
JM
9576 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9577
665390c2
JM
9578 * sysdeps/arm/libm-test-ulps: Regenerated.
9579
d7a05d07
MR
95802014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
9581 Roland McGrath <roland@hack.frob.com>
9582
9583 * test-skeleton.c (signal_handler): Kill the whole process group
9584 before killing the child individually.
9585 (main): Report any failure on `setpgid'.
9586
46f1d8a6
RM
95872014-06-30 Roland McGrath <roland@hack.frob.com>
9588
9589 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9590 from _TLS_H to _ARM_NPTL_TLS_H.
9591 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9592 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9593
9c37ec0b
JM
95942014-06-30 Joseph Myers <joseph@codesourcery.com>
9595
ce9c5b3e
JM
9596 [BZ #16539]
9597 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9598 (__expm1l): Return argument unchanged when small but not
9599 subnormal.
9600
3a6e9887
JM
9601 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9602 include macro name.
9603 (_FP_UNPACK_RAW_1_P): Likewise.
9604 (_FP_PACK_RAW_1): Likewise.
9605 (_FP_PACK_RAW_1_P): Likewise.
9606 (_FP_MUL_MEAT_1_wide): Likewise.
9607 (_FP_MUL_MEAT_DW_1_hard): Likewise.
9608 (_FP_MUL_MEAT_1_hard): Likewise.
9609 (_FP_DIV_MEAT_1_imm): Likewise.
9610 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9611 (_FP_DIV_MEAT_1_udiv): Likewise.
9612 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9613 (_FP_UNPACK_RAW_2): Likewise.
9614 (_FP_UNPACK_RAW_2_P): Likewise.
9615 (_FP_PACK_RAW_2): Likewise.
9616 (_FP_PACK_RAW_2_P): Likewise.
9617 (_FP_MUL_MEAT_DW_2_wide): Likewise.
9618 (_FP_MUL_MEAT_2_wide): Likewise.
9619 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9620 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9621 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9622 (_FP_MUL_MEAT_2_gmp): Likewise.
9623 (_FP_DIV_MEAT_2_udiv): Likewise.
9624 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9625 (_FP_FRAC_SRL_4): Likewise.
9626 (_FP_FRAC_SRST_4): Likewise.
9627 (_FP_FRAC_SRS_4): Likewise.
9628 (_FP_UNPACK_RAW_4): Likewise.
9629 (_FP_UNPACK_RAW_4_P): Likewise.
9630 (_FP_PACK_RAW_4): Likewise.
9631 (_FP_PACK_RAW_4_P): Likewise.
9632 (_FP_MUL_MEAT_DW_4_wide): Likewise.
9633 (_FP_MUL_MEAT_4_wide): Likewise.
9634 (_FP_MUL_MEAT_4_gmp): Likewise.
9635 (umul_ppppmnnn): Likewise.
9636 (_FP_DIV_MEAT_4_udiv): Likewise.
9637 (__FP_FRAC_ADD_4): Likewise.
9638 (__FP_FRAC_SUB_3): Likewise.
9639 (__FP_FRAC_SUB_4): Likewise.
9640 (__FP_FRAC_DEC_3): Likewise.
9641 (__FP_FRAC_DEC_4): Likewise.
9642 (__FP_FRAC_ADDI_4): Likewise.
9643 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9644 (_FP_FRAC_SRL_8): Likewise.
9645 (_FP_FRAC_SRS_8): Likewise.
9646
9c37ec0b
JM
9647 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9648 include macro name.
9649 (FP_UNPACK_RAW_EP): Likewise.
9650 (FP_PACK_RAW_E): Likewise.
9651 (FP_PACK_RAW_EP): Likewise.
9652 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9653 (_FP_ISSIGNAN): Likewise.
9654 (_FP_ADD_INTERNAL): Likewise.
9655 (_FP_FMA): Likewise.
9656 (_FP_CMP): Likewise.
9657 (_FP_SQRT): Likewise.
9658 (_FP_TO_INT): Likewise.
9659 (_FP_FROM_INT): Likewise.
9660 (FP_EXTEND): Likewise.
9661 (_FP_DIV_MEAT_N_loop): Likewise.
9662
2125f674
MR
96632014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
9664
9665 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9666 throughout.
9667
edea4028
JM
96682014-06-29 Joseph Myers <joseph@codesourcery.com>
9669
9670 [BZ #17097]
9671 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9672 result with correct sign in case of exponents that produce
9673 overflow except for X very close to 1.
9674
dd0ba018
PE
96752014-06-28 Paul Eggert <eggert@cs.ucla.edu>
9676
9677 mktime: merge #if/#ifdef usage from glibc
9678 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9679 as that works with both Glibc's and Gnulib's style.
9680 See thread starting at Siddhesh Poyarekar's bug report at:
9681 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9682
64df73c2
SP
96832014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
9684
9685 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9686 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9687 * sysdeps/tile/tilegx/memmove.c: Remove file.
9688
f1eafb41
JM
96892014-06-27 Joseph Myers <joseph@codesourcery.com>
9690
9691 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9692 abi-name definition.
9693 * scripts/soversions.awk: Do not handle or generate ABI lines.
9694 * shlib-versions: Remove ABI entries.
9695 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9696 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9697
58eb0862
RM
96982014-06-27 Roland McGrath <roland@hack.frob.com>
9699
37caf178
RM
9700 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9701 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9702 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9703 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9704 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9705 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9706 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9707 Moved ...
9708 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9709 ... here.
9710 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9711 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9712 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9713 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9714 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9715 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9716 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9717 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9718 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9719 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9720 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9721 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9722 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9723 Moved ...
9724 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9725 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9726 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9727 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9728 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9729 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9730 Moved ...
9731 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9732 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9733 Moved ...
9734 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9735 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9736 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9737 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9738 Moved ...
9739 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9740 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9741 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9742 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9743 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9744 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9745 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9746 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9747 Moved ...
9748 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9749 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9750 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9751 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9752 Moved ...
9753 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9754 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9755 Moved ...
9756 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9757 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9758 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9759 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9760 Moved ...
9761 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9762 ... here.
9763 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9764 Identical file removed.
9765 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9766 Moved ...
9767 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9768 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9769 Identical file removed.
9770 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9771 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9772 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9773 Moved ...
9774 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9775 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9776 Identical file removed.
9777 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9778 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9779 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9780 Identical file removed.
9781 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9782 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9783 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9784 Identical file removed.
9785 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9786 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9787 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9788 Identical file removed.
9789 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9790 Moved ...
9791 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9792 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9793 Identical file removed.
9794 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9795 Moved ...
9796 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9797 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9798 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9799 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9800 Identical file removed.
9801 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9802 Moved ...
9803 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9804 ... here.
9805 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9806 Identical file removed.
9807 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9808 Moved ...
9809 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9810 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9811 Identical file removed.
9812 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9813 Moved ...
9814 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9815 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9816 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9817 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9818 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9819 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9820 Moved ...
9821 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9822 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9823 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9824
58eb0862
RM
9825 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9826 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9827 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9828 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9829 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9830
6f12d062
AS
98312014-06-27 Arjun Shankar <arjun.is@lostca.se>
9832
9833 [BZ #17092]
9834 * nscd/nscd.c (monitor_child): Return exit status of child
9835 instead of return value from wait syscall.
9836
be254932
JM
98372014-06-27 Joseph Myers <joseph@codesourcery.com>
9838
cb403c34
JM
9839 * configure.ac (libc_commonpagesize): Remove variable.
9840 (libc_relro_required): Likewise.
9841 (libc_cv_z_relro): Remove configure test.
9842 * configure: Regenerated.
9843 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9844 variable.
9845 (libc_relro_required): Likewise.
9846 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9847 (libc_relro_required): Likewise.
9848 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9849 (libc_relro_required): Likewise.
9850 * sysdeps/arm/preconfigure: Regenerated.
9851 * sysdeps/ia64/preconfigure: Remove file.
9852 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9853 variable.
9854 (libc_relro_required): Likewise.
9855
be254932
JM
9856 [BZ #16561]
9857 [BZ #16562]
9858 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9859 (__ieee754_yn): Set FE_TONEAREST mode internally and then
9860 recompute overflowing results in original rounding mode.
9861 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9862 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9863 recompute overflowing results in original rounding mode.
9864 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9865 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9866 recompute overflowing results in original rounding mode.
9867 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9868 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9869 recompute overflowing results in original rounding mode.
9870 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9871 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9872 recompute overflowing results in original rounding mode.
9873 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9874 (libc_feholdsetround_ctx): New macro.
9875 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9876 * sysdeps/i386/fpu/libm-test-ulps: Update.
9877 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9878
b351d85a
JM
98792014-06-26 Joseph Myers <joseph@codesourcery.com>
9880
9881 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9882 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9883 corresponding .cpsetup call.
9884
3cb4de47
RM
98852014-06-26 Roland McGrath <roland@hack.frob.com>
9886
9887 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9888 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9889 * sysdeps/arm/Makefile [$(subdir) = csu]
9890 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9891 (static-only-routines): Add aeabi_read_tp here.
9892 (shared-only-routines): Add libc-aeabi_read_tp here.
9893 (CFLAGS-libc-start.c): Add -fexceptions here.
9894 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9895 (sysdep_routines, static-only-routines, shared-only-routines):
9896 Don't add to these here.
9897 (CFLAGS-libc-start.c): Likewise.
9898
9899 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9900 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9901 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9902 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9903 * sysdeps/arm/Makefile [$(subdir) = rt]
9904 (librt-sysdep_routines, librt-shared-only-routines):
9905 Append rt-aeabi_unwind_cpp_pr1 here.
9906 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9907 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9908 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9909 (libpthread-sysdep_routines, libpthread-shared-only-routines):
9910 Append nptl-aeabi_unwind_cpp_pr1 here.
9911 (tests): Filter out tst-cleanupx4 here.
9912 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9913 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9914 Don't do those here.
9915
354426bb
JM
99162014-06-26 Joseph Myers <joseph@codesourcery.com>
9917
9918 * scripts/list-sources.sh: Do not handle ports specially.
9919
28b0a8c9
RM
99202014-06-26 Roland McGrath <roland@hack.frob.com>
9921
a3dd035d
RM
9922 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9923 * sysdeps/arm/feupdateenv.c: Likewise.
9924
28b0a8c9
RM
9925 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9926
e66a8203
JM
99272014-06-26 Joseph Myers <joseph@codesourcery.com>
9928
9929 * manual/texinfo.tex: Update to version 2014-05-05.10 with
9930 trailing whitespace removed.
9931 * scripts/config.guess: Update to version 2014-03-23.
9932 * scripts/config.sub: Update to version 2014-05-01
9933 * scripts/install-sh: Update to version 2013-12-25.23.
9934 * scripts/move-if-change: Update from gnulib.
9935
74171115
SP
99362014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9937
b97c9ce5
SP
9938 * debug/memmove_chk.c: Remove pagecopy.h include.
9939
4000f892
SP
99402014-06-26 Paul Eggert <eggert@cs.ucla.edu>
9941
74171115
SP
9942 * time/mktime.c (leapyear): Remove inline keyword. The code is now
9943 identical to gnulib mktime.
9944
a8779c28
JM
99452014-06-26 Joseph Myers <joseph@codesourcery.com>
9946
e64708de
JM
9947 * configure.ac: Do not test for machine being rs6000. Do not test
9948 for powerpc*-*soft.
9949 * configure: Regenerated.
9950
6a9350c8 9951 [BZ #11505]
a8779c28
JM
9952 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9953 test.
9954 * configure: Regenerated.
9955 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9956 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9957 Remove configure test.
9958 * sysdeps/arm/configure: Regenerated.
9959 * sysdeps/nptl/configure.ac: Do not check
9960 libc_cv_asm_cfi_directives.
9961 * sysdeps/nptl/configure: Regenerated.
9962 * sysdeps/x86_64/nptl/configure.ac: Remove file.
9963 * sysdeps/x86_64/nptl/configure: Remove generated file.
9964 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9965 unconditional.
9966 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9967
2aac0a86
SP
99682014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9969
059bf913
SP
9970 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9971 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9972 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9973 it is defined.
9974
4cf5b6d0
SP
9975 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9976 instead of whether it is defined.
9977 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9978 * sysdeps/hppa/dl-machine.h: Likewise.
9979 * sysdeps/ia64/dl-machine.h: Likewise.
9980 * sysdeps/m68k/dl-machine.h: Likewise.
9981 * sysdeps/microblaze/dl-machine.h: Likewise.
9982 * sysdeps/mips/dl-machine.: Likewise.
9983 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9984 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9985 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9986 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9987 * sysdeps/sh/dl-machine.h: Likewise.
9988 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9989 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9990 * sysdeps/tile/dl-machine.h: Likewise.
9991 * sysdeps/x86_64/dl-machine.h: Likewise.
9992
2aac0a86
SP
9993 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9994 code.
9995 (verify_persistent_db): Likewise.
9996
6ad2df0b
RM
99972014-06-26 Roland McGrath <roland@hack.frob.com>
9998
d8a483f3
RM
9999 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10000 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10001 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10002 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10003 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10004 Moved ...
10005 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10006 ... here.
10007 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10008 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10009 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10010 Identical file removed.
10011 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10012 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10013 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10014 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10015 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10016 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10017 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10018 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10019 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10020 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10021 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10022 Moved ...
10023 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10024 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10025 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10026 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10027 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10028 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10029 Moved ...
10030 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10031 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10032 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10033 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10034 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10035 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10036 Identical file removed.
10037 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10038 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10039 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10040 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10041 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10042 Moved ...
10043 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10044 ... here.
10045 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10046 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10047 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10048 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10049 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10050 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10051 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10052 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10053 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10054 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10055 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10056 Moved ...
10057 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10058 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10059 Moved ...
10060 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10061 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10062 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10063 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10064 Moved ...
10065 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10066 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10067 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10068
52ae23b4
RM
10069 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10070 folded into ...
10071 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10072 * sysdeps/unix/sysv/linux/s390/Versions
10073 (libpthread: GLIBC_2.19): New version set.
10074 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10075 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10076 (librt: GLIBC_2.3.3): New version set.
10077 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10078 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10079 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10080 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10081 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10082 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10083 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10084 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10085 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10086 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10087 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10088 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10089 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10090 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10091 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10092 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10093 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10094 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10095 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10096 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10097 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10098 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10099 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10100 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10101 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10102 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10103 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10104 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10105 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10106 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10107 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10108 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10109 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10110 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10111 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10112 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10113 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10114 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10115 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10116 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10117 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10118 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10119 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10120 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10121 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10122
39507e4a
RM
10123 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10124 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10125 (__libc_vfork): Define the function under this name.
10126 [!NOT_IN_libc] (__vfork): Make this an alias.
10127 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10128 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10129 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10130 (__libc_vfork): Define the function under this name.
10131 [!NOT_IN_libc] (__vfork): Make this an alias.
10132 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10133 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10134 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10135 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10136 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10137 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10138
e549ee56
RM
10139 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10140 code that was previously under [RESET_PID].
10141 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10142 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10143 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10144
6ad2df0b
RM
10145 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10146 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10147 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10148 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10149 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10150 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10151 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10152 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10153 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10154 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10155 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10156 Moved ...
10157 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10158 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10159 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10160 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10161 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10162 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10163 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10164 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10165 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10166 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10167 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10168 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10169 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10170 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10171 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10172 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10173 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10174 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10175 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10176 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10177 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10178 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10179 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10180 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10181 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10182 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10183 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10184 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10185 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10186
7c1c1d8e
RM
101872014-06-25 Roland McGrath <roland@hack.frob.com>
10188
10189 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10190 that was previously under [RESET_PID].
10191 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10192
3e239be6
JM
101932014-06-25 Joseph Myers <joseph@codesourcery.com>
10194
74385da5
JM
10195 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10196 not undefine and redefine.
10197 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10198 [O_CLOEXEC]: Make code unconditional.
10199 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10200 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10201 <kernel-features.h>.
10202 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10203 conditional variable definition.
10204 (shm_open) [O_CLOEXEC]: Make code unconditional.
10205 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10206 code.
10207
c2570a0b
JM
10208 * configure.ac (USE_REGPARMS): Don't define here.
10209 * configure: Regenerated.
10210 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10211 * sysdeps/i386/configure: Regenerated.
10212
11b076bb
JM
10213 * nptl/createthread.c: Don't include kernel-features.h.
10214 * nptl/pthread_cancel.c: Likewise.
10215 * nptl/pthread_condattr_setclock.c: Likewise.
10216 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10217 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10218 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10219 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10220 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10221 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10222 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10223 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10224 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10225 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10226 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10227 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10228 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10229 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10230 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10231 * nscd/gai.c: Likewise.
10232 * nss/nss_db/db-open.c: Likewise.
10233 * sysdeps/generic/ldsodefs.h: Likewise.
10234 * sysdeps/sh/nptl/tls.h: Likewise.
10235 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10236 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10237 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10238 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10239 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10240 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10241 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10242 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10243 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10244 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10245 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10246 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10247 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10248 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10249 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10250 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10251 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10252 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10253 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10254 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10255 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10256 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10257 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10258 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10259 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10260 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10261 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10262 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10263 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10264 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10265 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10266 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10267 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10268 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10269 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10270 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10271 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10272 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10273 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10274 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10275 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10276 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10277 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10278 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10279 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10280 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10281 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10282 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10283 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10284 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10285 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10286 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10287 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10288 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10289 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10290 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10291 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10292 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10293 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10294 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10296 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10298 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10299 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10300 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10301 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10302 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10303 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10304 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10305 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10306 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10307 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10308 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10309 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10310 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10311 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10312 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10313 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10314 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10315 * sysdeps/unix/sysv/linux/pread.c: Likewise.
10316 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10317 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10318 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10319 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10320 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10321 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10322 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10323 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10324 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10325 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10326 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10327 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10328 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10329 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10330 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10331 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10332 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10333 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10334 * sysdeps/unix/sysv/linux/system.c: Likewise.
10335 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10336 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10337 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10338 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10339 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10340 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10341 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10342
92072d57
JM
10343 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10344 * configure: Regenerated.
10345 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10346
3e239be6
JM
10347 * configure.ac (base_machine): Do not set specially for particular
10348 machines here.
10349 * configure: Regenerated.
10350 * sysdeps/powerpc/preconfigure: Move machine and base_machine
10351 settings from configure.ac.
10352 * sysdeps/i386/preconfigure: New file.
10353 * sysdeps/s390/preconfigure: Likewise.
10354 * sysdeps/sh/preconfigure: Likewise.
10355 * sysdeps/sparc/preconfigure: Likewise.
10356
06d50baa
RM
103572014-06-25 Roland McGrath <roland@hack.frob.com>
10358
74836003
RM
10359 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10360 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10361 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10362 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10363 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10364 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10365 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10366 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10367 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10368 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10369 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10370 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10371 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10372 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10373 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10374 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10375 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10376 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10377 * sysdeps/sparc/sparc64/Makefile: ... appended here.
10378
10379 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10380 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10381 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10382 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10383 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10384 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10385 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10386 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10387 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10388 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10389 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10390 * sysdeps/sparc/sparc32/sem_post.c: ... here.
10391 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10392 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10393 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10394 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10395 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10396 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10397 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10398 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10399 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10400 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10401 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10402 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10403 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10404 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10405 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10406 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10407 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10408 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10409 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10410 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10411 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10412 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10413 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10414 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10415 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10416 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10417
06d50baa
RM
10418 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10419 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10420 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10421 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10422 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10423 Moved ...
10424 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10425 ... here.
10426 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10427 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10428 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10429 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10430 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10431 Moved ...
10432 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10433 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10434 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10435 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10436 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10437 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10438 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10439 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10440 Moved ...
10441 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10442 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10443 Moved ...
10444 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10445 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10446 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10447 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10448 Moved ...
10449 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10450 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10451 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10452 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10453 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10454 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10455 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10456 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10457 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10458 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10459 Moved ...
10460 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10461 ... here.
10462 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10463 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10464 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10465 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10466 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10467 Moved ...
10468 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10469 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10470 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10471 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10472 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10473 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10474 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10475 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10476 Moved ...
10477 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10478 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10479 Moved ...
10480 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10481 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10482 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10483 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10484 Moved ...
10485 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10486 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10487 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10488 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10489 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10490
a4ccbc9b
JM
104912014-06-25 Joseph Myers <joseph@codesourcery.com>
10492
0828edbf
JM
10493 * timezone/checktab.awk: Update from tzcode 2014e.
10494 * timezone/private.h: Likewise.
10495 * timezone/tzfile.h: Likewise.
10496 * timezone/zdump.c: Likewise.
10497 * timezone/zic.c: Likewise.
10498
a4ccbc9b
JM
10499 * sysdeps/unix/sysv/linux/kernel-features.h
10500 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10501 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10502 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10503 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10504 Remove conditional code.
10505
9aea0cb8
WN
105062014-06-25 Will Newton <will.newton@linaro.org>
10507
10508 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10509 (_dl_arm_cap_flags): Add HWCAP2 values.
10510 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10511 (_DL_HWCAP_COUNT): Increase to 37.
10512 (_DL_HWCAP_LAST): New define.
10513 (_DL_HWCAP2_LAST): New define.
10514 (_dl_procinfo): Add support for printing
10515 AT_HWCAP2 entries.
10516 (_dl_string_hwcap): Use _dl_hwcap_string.
10517
6eaa65ce
AZ
105182014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10519
10520 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10521
0f5b7185
JM
105222014-06-25 Joseph Myers <joseph@codesourcery.com>
10523
cfd2ea50
JM
10524 * README: Do not mention ports directory.
10525
cecf2ed4
JM
10526 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10527 Remove macro.
10528 * sysdeps/unix/sysv/linux/futimes.c: Do not include
10529 <kernel-features.h>.
10530 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10531 conditional variable definition.
10532 (__futimes): Update comment.
10533 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10534 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10535
a638de82
JM
10536 [BZ #16560]
10537 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10538 arguments close to 0.
10539 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10540 Likewise.
10541 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10542 Likewise.
10543 * math/auto-libm-test-in: Add more tests of exp10.
10544 * math/auto-libm-test-out: Regenerated.
10545 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10546
0f5b7185
JM
10547 * sysdeps/unix/sysv/linux/kernel-features.h
10548 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10549 * sysdeps/unix/sysv/linux/readv.c: Do not include
10550 <kernel-features.h>.
10551 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10552 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10553 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10554 unconditional.
10555 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10556 conditional code.
10557 * sysdeps/unix/sysv/linux/writev.c: Do not include
10558 <kernel-features.h>.
10559 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10560 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10561 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10562 unconditional.
10563 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10564 conditional code.
10565
c7aec4be
WN
105662014-06-25 Will Newton <will.newton@linaro.org>
10567
10568 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10569 comment changes throughout the file. Remove checks
10570 for HAVE_*_H definitions that are not required.
10571 (__gen_tempname): Call abort if an unknown kind value is
10572 passed.
10573
c5241f95
AS
105742014-06-25 Andreas Schwab <schwab@suse.de>
10575
10576 [BZ #17086]
10577 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10578 scalbln, scalblnf, scalblnl in libc.
10579
911422da
SP
105802014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
10581
10582 [BZ #17086]
10583 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10584 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10585 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10586
0d749bbe
RM
105872014-06-24 Roland McGrath <roland@hack.frob.com>
10588
10589 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10590 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10591 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10592 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10593 Update #include.
10594 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10595 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10596 Update #include.
10597 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10598 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10599 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10600 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10601 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10602 * sysdeps/x86/bits/pthreadtypes.h: ... here.
10603 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10604 * sysdeps/x86/bits/semaphore.h: ... here.
10605 * sysdeps/x86/nptl/elide.h: Moved ...
10606 * sysdeps/x86/elide.h: ... here.
10607 * sysdeps/x86_64/nptl/Implies: File removed.
10608 * sysdeps/i386/nptl/Implies: File removed.
10609
0ea5d373
JM
106102014-06-24 Joseph Myers <joseph@codesourcery.com>
10611
4060283d
JM
10612 [BZ #16539]
10613 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10614 return the argument for normal arguments with exponent below -64.
10615 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10616 Likewise.
10617 * math/auto-libm-test-in: Add another test of expm1.
10618 * math/auto-libm-test-out: Regenerated.
10619
e7dd3c8c
JM
10620 [BZ #16287]
10621 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10622 calling __erfcl for arguments at least 16.
10623 * math/auto-libm-test-in: Add more tests of erf.
10624 * math/auto-libm-test-out: Regenerated.
10625
0ea5d373
JM
10626 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10627 individual architectures.
10628 * sysdeps/unix/sysv/linux/configure: Regenerated.
10629 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10630 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10631 * sysdeps/unix/sysv/linux/powerpc/configure.ac
10632 (ldd_rewrite_script): Define variable.
10633 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10634 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10635 file.
10636 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10637 generated file.
10638 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10639 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10640 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10641 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10642 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10643 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10644 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10645 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10646
2307e126
SP
106472014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
10648
10649 [BZ #17084]
10650 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10651 Rename member __data.d to __data.__elision_data.
10652
c0a4ed77
W
106532014-06-24 Wilco <wdijkstr@arm.com>
10654
10655 * NEWS: Add 16918 to fixed bug list.
10656
b8c00573
W
106572014-06-24 Wilco <wdijkstr@arm.com>
10658
10659 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10660
b5570d92
W
106612014-06-24 Wilco <wdijkstr@arm.com>
10662
10663 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10664 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10665 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10666 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10667 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10668 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10669 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10670 Use _FPU_MASK_RM.
10671
947bdca2
W
106722014-06-24 Wilco <wdijkstr@arm.com>
10673
10674 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10675
00f669ed
W
106762014-06-24 Wilco <wdijkstr@arm.com>
10677
10678 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10679 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10680 * sysdeps/arm/fesetround.c (fesetround): Remove space.
10681 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10682
db59bad3
W
106832014-06-24 Wilco <wdijkstr@arm.com>
10684
10685 [BZ #16918]
10686 * sysdeps/arm/feupdateenv.c (feupdateenv):
10687 Rewrite to reduce FPSCR accesses and fix return value.
10688
001f7b77
W
106892014-06-24 Wilco <wdijkstr@arm.com>
10690
10691 * sysdeps/arm/fclrexcpt.c (feclearexcept):
10692 Optimize to avoid unnecessary FPSCR writes.
10693 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10694 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10695 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10696 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10697
4841e6a6
W
106982014-06-24 Wilco <wdijkstr@arm.com>
10699
10700 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10701 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10702 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10703 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10704 Call libc_fetestexcept_vfp.
10705 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10706 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10707 __SOFTFP__ ifdef so that they can be built for softfp.
10708
0813022c
SP
107092014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
10710
08e5862f
SP
10711 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10712 argument type signed char.
10713
0813022c
SP
10714 * Makerules (check-abi): Dump diff of symlist if the test
10715 fails.
10716
3fc7236a
RM
107172014-06-23 Roland McGrath <roland@hack.frob.com>
10718
aba8ef95
RM
10719 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10720 using abort.
10721
3fc7236a
RM
10722 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10723 Remove unused variable ST.
10724
4da6db51
JM
107252014-06-23 Joseph Myers <joseph@codesourcery.com>
10726
4648909d
JM
10727 [BZ #16354]
10728 [BZ #17061]
10729 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10730 small arguments before calling __expm1.
10731 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10732 small arguments before calling __expm1f.
10733 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10734 small arguments before calling __expm1l.
10735 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10736 Likewise.
10737 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10738 * math/auto-libm-test-in: Add more cosh tests. Do not allow
10739 spurious underflow for some cosh tests.
10740 * math/auto-libm-test-out: Regenerated.
10741 * sysdeps/i386/fpu/libm-test-ulps: Update.
10742
46a3d3c7
JM
10743 [BZ #17050]
10744 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10745 (__ieee754_y1): Set errno if return value overflows.
10746 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10747 (__ieee754_y1f): Set errno if return value overflows.
10748 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10749 (__ieee754_y1l): Set errno if return value overflows.
10750 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10751 (__ieee754_y1l): Set errno if return value overflows.
10752 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10753 * math/auto-libm-test-out: Regenerated.
10754
863893ec
JM
10755 * math/gen-auto-libm-tests.c: Document use of
10756 ignore-zero-inf-sign.
10757 (input_flag_type): Add value flag_ignore_zero_inf_sign.
10758 (input_flags): Add ignore-zero-inf-sign.
10759 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10760 * math/gen-libm-test.pl (generate_testfile): Handle
10761 ignore-zero-inf-sign.
10762 * math/auto-libm-test-in: Mark some cpow tests with
10763 ignore-zero-inf-sign and some with xfail-rounding.
10764 * math/auto-libm-test-out: Regenerated.
10765 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10766 * sysdeps/i386/fpu/libm-test-ulps: Update.
10767 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10768
4da6db51
JM
10769 [BZ #16315]
10770 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10771 overflowing or underflowing operations take place with sign of
10772 result.
10773 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10774 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10775 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10776 (__ieee754_pow): Recompute overflowing and underflowing results in
10777 original rounding mode.
10778 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10779 (__powl_helper): Allow negative argument X and scale negated value
10780 as needed. Avoid passing value outside [-1, 1] to f2xm1.
10781 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10782 overflowing or underflowing operations take place with sign of
10783 result.
10784 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10785 Include <math.h>.
10786 * math/auto-libm-test-in: Add more tests of pow.
10787 * math/auto-libm-test-out: Regenerated.
10788 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10789 (pow_tonearest_test_data): Remove.
10790 (pow_test_tonearest): Likewise.
10791 (pow_towardzero_test_data): Likewise.
10792 (pow_test_towardzero): Likewise.
10793 (pow_downward_test_data): Likewise.
10794 (pow_test_downward): Likewise.
10795 (pow_upward_test_data): Likewise.
10796 (pow_test_upward): Likewise.
10797 (main): Don't call removed functions.
10798 * sysdeps/i386/fpu/libm-test-ulps: Update.
10799 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10800
5686b236
RM
108012014-06-23 Roland McGrath <roland@hack.frob.com>
10802
10803 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10804 Moved ...
10805 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10806 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10807 Moved ...
10808 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10809 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10810 Moved ...
10811 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10812 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10813 Moved ...
10814 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10815 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10816 File removed.
10817 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10818 File removed.
10819 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10820 File removed.
10821 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10822 File removed.
10823 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10824 File removed.
10825 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10826 File removed.
10827 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10828 File removed.
10829 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10830 File removed.
10831 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10832 File removed.
10833 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10834 File removed.
10835 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10836 File removed.
10837 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10838 File removed.
10839 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10840 Moved ...
10841 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10842 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10843 Moved ...
10844 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10845 ... here.
10846 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10847 Moved ...
10848 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10849 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10850 Moved ...
10851 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10852 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10853 Moved ...
10854 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10855 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10856 Moved ...
10857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10858 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10859 Moved ...
10860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10861 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10862 Moved ...
10863 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10864 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10865 Moved ...
10866 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10867 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10868 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10869 ... here.
10870 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10871 Moved ...
10872 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10873 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10874 Moved ...
10875 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10876 ... here.
10877 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10878 Moved ...
10879 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10880 ... here.
10881 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10882 Moved ...
10883 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10884 ... here.
10885 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10886 Moved ...
10887 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10888 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10889 Moved ...
10890 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10891 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10893 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10894 Moved ...
10895 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10896 ... here.
10897 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10898 Moved ...
10899 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10900 ... here.
10901 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10902 Moved ...
10903 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10904 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10905 Moved ...
10906 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10907 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10908 Moved ...
10909 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10910 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10911 Moved ...
10912 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10913 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10914 Moved ...
10915 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10916 ... here.
10917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10918 Moved ...
10919 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10920 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10921 Moved ...
10922 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10923 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10924 Moved ...
10925 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10926 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10927 Moved ...
10928 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10929 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10930 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10931 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10932 Moved ...
10933 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10934 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10935 Moved ...
10936 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10937 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10938 Moved ...
10939 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10940 ... here.
10941 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10942 Moved ...
10943 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10944 ... here.
10945 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10946 Moved ...
10947 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10948 ... here.
10949 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10950 Moved ...
10951 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10952 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10953 Moved ...
10954 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10955 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10956 Moved ...
10957 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10958 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10959 Moved ...
10960 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10961 ... here.
10962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10963 Moved ...
10964 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10965 ... here.
10966 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10967 Moved ...
10968 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10969 ... here.
10970 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10971 Moved ...
10972 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10973 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10974 Moved ...
10975 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10976
e6d90d67
WD
109772014-06-23 Will Newton <will.newton@linaro.org>
10978 Wilco <wdijkstr@arm.com>
10979
10980 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10981 implementation. Include get-rounding-mode.h.
10982 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10983 [!libc_feholdsetround_noex_ctx]: Define
10984 libc_feholdsetround_noex_ctx.
10985 [!libc_feholdsetround_noexf_ctx]: Define
10986 libc_feholdsetround_noexf_ctx.
10987 [!libc_feholdsetround_noexl_ctx]: Define
10988 libc_feholdsetround_noexl_ctx.
10989 (libc_feholdsetround_ctx): New function.
10990 (libc_feresetround_ctx): New function.
10991 (libc_feholdsetround_noex_ctx): New function.
10992 (libc_feresetround_noex_ctx): New function.
10993
d42df555
RM
109942014-06-23 Roland McGrath <roland@hack.frob.com>
10995
88a46474
RM
10996 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10997 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10998 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10999 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11000 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11001 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11002
15bed472
RM
11003 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11004 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11005 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11006 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11007 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11008 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11009 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11010 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11011 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11012 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11013 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11014 Moved ...
11015 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11016 ... here.
11017 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11018 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11019 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11020 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11021 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11022 Moved ...
11023 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11024 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11025 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11026 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11027 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11028 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11029 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11030 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11031 Moved ...
11032 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11033 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11034 Moved ...
11035 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11036 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11037 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11038 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11039 Moved ...
11040 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11041 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11042 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11043 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11044 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11045 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11046 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11047 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11048 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11049 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11050 Moved ...
11051 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11052 ... here.
11053 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11054 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11055 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11056 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11057 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11058 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11059 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11060 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11061 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11062 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11063 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11064 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11065 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11066 Moved ...
11067 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11068 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11069 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11070 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11071 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11072 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11073 Moved ...
11074 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11075 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11076 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11077 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11078 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11079
d42df555
RM
11080 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11081 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11082 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11083 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11084 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11085 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11086 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11087 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11088 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11089 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11090 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11091 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11092 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11093 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11094 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11095 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11096 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11097 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11098 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11099 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11100 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11101 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11102 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11103 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11104 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11105 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11106 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11107 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11108
76e5216e
JM
111092014-06-23 Joseph Myers <joseph@codesourcery.com>
11110
11111 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11112 (FALLOC_FL_COLLAPSE_RANGE): New macro.
11113 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11114 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11115 (IPV6_PMTUDISC_INTERFACE): Likewise.
11116 (IPV6_PMTUDISC_OMIT): Likewise.
11117
7a81cbcc
AS
111182014-06-23 Andreas Schwab <schwab@suse.de>
11119
11120 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11121 Remove unused errout label.
11122
db224009
AZ
111232014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11124
11125 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11126 macro: hardware supports Vector Crypto instructions.
11127
f393b4aa
WN
111282014-06-23 Will Newton <will.newton@linaro.org>
11129
cc7d0447
WN
11130 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11131 rather than __builtin_expect.
11132
d6d06225
WN
11133 * elf/dl-lookup.c (undefined_msg): Remove variable.
11134 (_dl_lookup_symbol_x): Replace undefined_msg with string
11135 literal.
11136
f393b4aa
WN
11137 * elf/dl-lookup.c (do_lookup_unique): New function.
11138 (do_lookup_x): Move STB_GNU_UNIQUE handling code
11139 to a separate function.
11140
ac60763e
AS
111412014-06-23 Andreas Schwab <schwab@suse.de>
11142
11143 [BZ #17079]
11144 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11145 before reading the next line.
11146
c5c13355
WN
111472014-06-23 Will Newton <will.newton@linaro.org>
11148
11149 * test-skeleton.c (signal_handler): Use printf and %m
11150 rather than perror. Use printf rather than fprintf to
11151 stderr. Use puts rather than fputs to stderr.
11152 (main): Likewise.
11153
bd3675f9
LC
111542014-06-22 Ludovic Courtès <ludo@gnu.org>
11155
11156 * nscd/nscd.c (thread_info_t): Remove typedef.
11157 (thread_info): Remove variable.
11158
d03efb2f
AM
111592014-06-21 Allan McRae <allan@archlinux.org>
11160
11161 * NEWS: Mention CVE-2014-4043.
11162
bc4a86fa
RM
111632014-06-20 Roland McGrath <roland@hack.frob.com>
11164
dc9a54f8
RM
11165 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11166 * nptl/smp.h: ... here.
11167
bd7022c4
RM
11168 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11169
26ffd5e6
RM
11170 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11171 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11172 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11173 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11174
93a6d082
RM
11175 * nptl/allocatestack.c: Include <stack-aliasing.h>.
11176 * nptl/stack-aliasing.h: New file.
11177 * sysdeps/i386/i686/stack-aliasing.h: New file.
11178 * sysdeps/i386/i686/nptl/Makefile: File removed.
11179 * sysdeps/x86_64/stack-aliasing.h: New file.
11180 * sysdeps/x86_64/nptl/Makefile
11181 (CFLAGS-pthread_create.c): Variable removed.
11182
bc4a86fa
RM
11183 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11184 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11185 old file.
11186 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11187 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11188 old file.
11189
2272ffc1
JM
111902014-06-21 Joseph Myers <joseph@codesourcery.com>
11191
11192 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11193 (__ASSUME_SIGFRAME_V2): Remove macro.
11194 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11195 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11196 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11197 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11198 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11199 Declare as function. Remove conditional macro definitions.
11200 (__default_rt_sa_restorer): Likewise.
11201 (__default_sa_restorer_v1): Remove declaration.
11202 (__default_sa_restorer_v2): Likewise.
11203 (__default_rt_sa_restorer_v1): Likewise.
11204 (__default_rt_sa_restorer_v2): Likewise.
11205 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11206 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11207 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11208
4b88139b
RM
112092014-06-20 Roland McGrath <roland@hack.frob.com>
11210
11211 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11212 (libpthread-routines): Add sysdep.
11213 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11214 * sysdeps/unix/sysv/linux/sparc/Versions
11215 (libpthread: GLIBC_2.3.3): New version set.
11216 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11217 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11218 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11219 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11220 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
11221 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11222 Moved ...
11223 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11224 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11225 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11226 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11227 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11228 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11229 * sysdeps/sparc/nptl/sem_init.c: ... here.
11230 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11231 * sysdeps/sparc/nptl/sem_post.c: ... here.
11232 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11233 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11234 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11235 * sysdeps/sparc/nptl/sem_wait.c: ... here.
11236 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11237 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11238 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11239 (libpthread-routines): Add cpu_relax.
11240 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11241 File removed.
11242 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11243 (librt: GLIBC_2.3.3): New version set.
11244 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11245 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11246 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11247 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11248 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11249 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11250 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11251 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11252 Moved ...
11253 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11254 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11255 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11256 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11257 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11258 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11259 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11260 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11261 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11262 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11263 Moved ...
11264 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11265 Update #include.
11266 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11267 Moved ...
11268 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11269 Update #include.
11270 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11271 Moved ...
11272 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11273 Update #include.
11274 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11275 Moved ...
11276 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11277 Update #include.
11278 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11279 Moved ...
11280 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11281 Update #include.
11282 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11283 Moved ...
11284 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11285 Update #include.
11286 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11287 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11288 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11289 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11290 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11291 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11292 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11293 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11294 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11295 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11296 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11297 Moved ...
11298 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11299 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11300 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11301 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11302 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11303
d7109027
JM
113042014-06-20 Joseph Myers <joseph@codesourcery.com>
11305
9bc6103d
JM
11306 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11307 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11308 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11309 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11310 * nscd/nscd.c: Likewise.
11311 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11312 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11313 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11314 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11315
d7109027
JM
11316 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11317 <kernel-features.h>.
11318 (init_mq_netlink): Remove conditional have_sock_cloexec
11319 definitions. Remove code conditional on have_sock_cloexec < 0.
11320 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11321 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11322 * sysdeps/unix/sysv/linux/opensock.c: Do not include
11323 <kernel-features.h>.
11324 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11325 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11326
d92d8f8a
L
113272014-06-20 H.J. Lu <hongjiu.lu@intel.com>
11328
11329 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11330 Add tests for memset_chk and memset.
11331
11332 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11333 with AVX2_Usable.
11334
4e6d2347
MR
113352014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
11336
257ce712
MR
11337 [BZ #16046]
11338 * elf/tst-dl-iter-static.c: New file.
11339 * elf/Makefile (tests-static): Add tst-dl-iter-static.
11340
4e6d2347
MR
11341 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11342 error.
11343
a2a76afe
JM
113442014-06-20 Joseph Myers <joseph@codesourcery.com>
11345
7fd00f99
JM
11346 * sysdeps/unix/sysv/linux/kernel-features.h
11347 (__ASSUME_F_GETOWN_EX): Remove macro.
11348 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11349 <kernel-features.h>.
11350 (miss_F_GETOWN_EX): Remove variable or macro.
11351 (do_fcntl): Do not check miss_F_GETOWN_EX.
11352 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11353
4a103975
JM
11354 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11355 Remove macro.
11356 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11357 [!__ASSUME_AT_RANDOM]: Remove conditional code.
11358 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11359
a2a76afe
JM
11360 * sysdeps/unix/sysv/linux/kernel-features.h
11361 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11362 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11363 [ADJ_OFFSET_SS_READ]: Make code unconditional.
11364 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11365
90e5dd48
MR
113662014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
11367
11368 [BZ #17075]
11369 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11370 Fix calculation of the symbol's value.
11371 * sysdeps/arm/tst-armtlsdescloc.c: New file.
11372 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11373 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11374 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11375 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11376 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11377 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11378 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11379 (modules-names): Add `tst-armtlsdescmod',
11380 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11381 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11382 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11383 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11384 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11385 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11386 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11387 ($(objpfx)tst-armtlsdescloc): New dependency.
11388 ($(objpfx)tst-armtlsdescextnow): Likewise.
11389 ($(objpfx)tst-armtlsdescextlazy): Likewise.
11390 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11391 TLS scheme support.
11392 * sysdeps/arm/configure: Regenerate.
11393
809fdf0d
JM
113942014-06-20 Joseph Myers <joseph@codesourcery.com>
11395
11396 * include/fcntl.h (__atfct_seterrno): Remove prototype.
11397 (__atfct_seterrno_2): Likewise.
11398 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11399 <kernel-features.h>.
11400 (__ASSUME_ATFCTS): Do not undefine and redefine.
11401 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11402 (__have_atfcts): Remove conditional definition.
11403 (__fxstatat([__NR_fstatat64]: Make code unconditional.
11404 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11405 unreachable if [__ASSUME_ATFCTS].
11406 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11407 not undefine and redefine.
11408 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11409 <kernel-features.h>.
11410 (faccessat) [__NR_faccessat]: Make code unconditional.
11411 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11412 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11413 <kernel-features.h>.
11414 (fchmodat) [__NR_fchmodat]: Make code unconditional.
11415 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11416 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11417 <kernel-features.h>.
11418 (fchownat) [__NR_fchownat]: Make code unconditional.
11419 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11420 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11421 <kernel-features.h>.
11422 (futimesat) [__NR_futimesat]: Make code unconditional.
11423 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11424 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11425 <kernel-features.h>.
11426 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11427 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11428 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11429 <kernel-features.h>.
11430 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11431 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11432 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11433 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11434 <kernel-features.h>.
11435 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11436 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11437 * sysdeps/unix/sysv/linux/linkat.c: Do not include
11438 <kernel-features.h>.
11439 (linkat) [__NR_linkat]: Make code unconditional.
11440 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11441 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11442 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11443 <kernel-features.h>.
11444 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11445 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11446 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11447 <kernel-features.h>.
11448 (mkdirat) [__NR_mkdirat]: Make code unconditional.
11449 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11450 * sysdeps/unix/sysv/linux/openat.c: Do not include
11451 <kernel-features.h>.
11452 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11453 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11454 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11455 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11456 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11457 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11458 <kernel-features.h>.
11459 (readlinkat) [__NR_readlinkat]: Make code unconditional.
11460 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
11461 result of INLINE_SYSCALL directly, not via int variable.
11462 * sysdeps/unix/sysv/linux/renameat.c: Do not include
11463 <kernel-features.h>.
11464 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11465 (renameat) [__NR_renameat]: Make code unconditional.
11466 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11467 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11468 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11469 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11470 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11471 (__ASSUME_ATFCTS): Do not undefine and redefine.
11472 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11473 <kernel-features.h>.
11474 (symlinkat) [__NR_symlinkat]: Make code unconditional.
11475 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11476 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11477 <kernel-features.h>.
11478 (unlinkat) [__NR_unlinkat]: Make code unconditional.
11479 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11480 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11481 (__ASSUME_ATFCTS): Do not undefine and redefine.
11482 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11483 <kernel-features.h>.
11484 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11485 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11486 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11487 <kernel-features.h>.
11488 (__xmknodat) [__NR_mknodat]: Make code unconditional.
11489 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11490
224c6c51
L
114912014-06-20 H.J. Lu <hongjiu.lu@intel.com>
11492
11493 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11494
aa6ec754
AS
114952014-06-20 Andreas Schwab <schwab@linux-m68k.org>
11496
11497 [BZ #17069]
11498 * posix/regcomp.c (parse_reg_exp): Deallocate partially
11499 constructed tree before returning error.
11500 * posix/bug-regexp36.c: Expand test case.
11501
d8c2869d
SL
115022014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
11503
3ef6b850
SL
11504 [BZ #6803]
11505 * math/libm-test.inc (scalbln_test_date):
11506 Add errno expectations.
11507 * math/w_scalblnf.c: New File.
11508 Add wrapper which checks for setting errno to ERANGE.
11509 Add weak_alias for corresponding scalbln function.
11510 * math/w_scalbln.c: Likewise.
11511 * math/w_scalblnl.c: Likewise.
11512 * math/Makefile (libm-calls): Add w_scalbln.
11513 * sysdeps/ieee754/flt-32/s_scalblnf.c:
11514 Remove weak_alias for corresponding scalbln function.
11515 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11516 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11517 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11518 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11519 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11520 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11521 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11522 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11523 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11524 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11525 Remove long_double_symbol for scalblnl function in libm, libc.
11526 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11527 Add wrapper which checks for setting errno to ERANGE.
11528 Add long_double_symbol for scalblnl function in libm, libc.
11529 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11530 Remove long_double_symbol for scalblnl in libm.
11531 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11532 Add wrapper which checks for setting errno to ERANGE.
11533 Add long_double_symbol for scalblnl function in libm.
11534 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11535 Do not use wrapper because of own implementation.
11536
c8daec5c
L
115372014-06-19 H.J. Lu <hongjiu.lu@intel.com>
11538
11539 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11540 3 bytes for __pad1 for x32.
11541 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11542
5c74e47c
LM
115432014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
11544 H.J. Lu <hongjiu.lu@intel.com>
11545
11546 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11547 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11548 * sysdeps/x86_64/multiarch/memset.S: Likewise.
11549 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11550 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11551
4d43ef1e
AS
115522014-06-19 Andreas Schwab <schwab@linux-m68k.org>
11553
11554 [BZ #17069]
11555 * posix/regcomp.c (parse_expression): Deallocate partially
11556 constructed tree before returning error.
11557 * posix/Makefile.c (tests): Add bug-regex36.
11558 (generated): Add bug-regex36.mtrace.
11559 (tests-special): Add $(objpfx)bug-regex36-mem.out
11560 (bug-regex36-ENV): New variable.
11561 ($(objpfx)bug-regex36-mem.out): New rule.
11562 * posix/bug-regex36.c: New file.
11563
51a7380b
WN
115642014-06-19 Will Newton <will.newton@linaro.org>
11565
11566 * malloc/malloc.c (systrim): If extra is zero then return
11567 early.
11568
91b84fe5
SP
115692014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
11570
11571 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11572
f940b965
RE
115732014-06-19 Richard Earnshaw <rearnsha@arm.com>
11574
11575 * sysdeps/aarch64/strchr.S: New file.
11576
4ba7a00f
JM
115772014-06-18 Joseph Myers <joseph@codesourcery.com>
11578
11579 [BZ #17022]
11580 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11581 from arguments -2 or below.
11582 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11583 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11584
b3a9f56b
AS
115852014-06-18 Andreas Schwab <schwab@suse.de>
11586
11587 [BZ #17062]
11588 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11589 of a bracket expr not to run off the end of the string.
11590 * posix/Makefile (tests): Add tst-fnmatch3.
11591 * posix/tst-fnmatch3.c: New file.
11592
85d89278
JM
115932014-06-18 Joseph Myers <joseph@codesourcery.com>
11594
11595 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11596 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11597 [$(cross-compiling) = no]: Likewise.
11598 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11599 [$(cross-compiling) = no]: Likewise.
11600
754c5a08
RS
116012014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11602
11603 [BZ #17031]
11604 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11605 double, adjusted for any remainder from the high double.
11606 * math/libm-test.inc (nearbyint): Add tests.
11607 (rint): Likewise.
11608
556f529d
AZ
116092014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11610
11611 * nptl/sysdeps/powerpc/Makefile: Moved ...
11612 * sysdeps/powerpc/nptl/Makefile: ... here.
11613 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11614 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11615 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11616 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11617 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11618 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11619 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11620 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11621 * nptl/sysdeps/powerpc/tls.h: Moved ...
11622 * sysdeps/powerpc/nptl/tls.h: ... here.
11623
91c03c53
JM
116242014-06-16 Joseph Myers <joseph@codesourcery.com>
11625
11626 [BZ #16681]
11627 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11628 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11629 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11630 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11631 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11632 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11633 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11634 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11635 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11636
a76e63c5
AS
116372014-06-17 Andreas Schwab <schwab@linux-m68k.org>
11638
11639 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11640
f2f6d82f
AS
116412014-06-16 Andreas Schwab <schwab@linux-m68k.org>
11642
ea8a15f6
AS
11643 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11644 defined operator.
11645
f2f6d82f
AS
11646 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11647 $TIMEOUTFACTOR.
11648
a7291117
FW
116492014-06-16 Florian Weimer <fweimer@redhat.com>
11650
11651 [BZ #17058]
11652 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11653 non-executed part of the test.
11654
3d7c00e3
AS
116552014-06-16 Andreas Schwab <schwab@suse.de>
11656
11657 * string/bits/string2.h (strdup, strndup): Update feature guard.
11658
6957fb31
DM
116592014-06-14 David S. Miller <davem@davemloft.net>
11660
11661 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11662
11b9e55b
AS
116632014-06-14 Andreas Schwab <schwab@linux-m68k.org>
11664
1d2a0492
AS
11665 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11666 that was previously under [RESET_PID].
11667 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11668
11b9e55b
AS
11669 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11670 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11671 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11672 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11673 (__libc_vfork): New strong alias.
11674 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11675
0f6901d0
AK
116762014-06-14 Andi Kleen <ak@linux.intel.com>
11677
11678 * sysdeps/generic/elide.h: New file.
11679
38bbbb9f
SL
116802014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
11681
11682 * Makefile (installed-headers): Adjust path of pthread.h header.
11683
45193bb8
RM
116842014-06-13 Roland McGrath <roland@hack.frob.com>
11685
9a25fd1e
RM
11686 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11687 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11688 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11689 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11690
4004f7e4
RM
11691 * nptl/sysdeps/s390/Makefile: Moved ...
11692 * sysdeps/s390/nptl/Makefile: ... here.
11693 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11694 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11695 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11696 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11697 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11698 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11699 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11700 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11701 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11702 * sysdeps/s390/nptl/pthreaddef.h: ... here.
11703 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11704 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11705 * nptl/sysdeps/s390/tls.h: Moved ...
11706 * sysdeps/s390/nptl/tls.h: ... here.
11707
45193bb8
RM
11708 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11709 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11710
f6fdf533
DM
117112014-06-13 David S. Miller <davem@davemloft.net>
11712
11713 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11714 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11715 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11716 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11717 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11718 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11719 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11720 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11721 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11722 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11723 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11724 Remove RESET_PID cpp guards.
11725 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11726 Remove RESET_PID cpp guards.
11727 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11728
f5d71e14
AS
117292014-06-13 Andreas Schwab <schwab@linux-m68k.org>
11730
11731 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11732 __sp to uintptr_t.
11733
b7aa8caa
AK
117342014-06-13 Andi Kleen <ak@linux.intel.com>
11735
4b266200
AZ
11736 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11737 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11738 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11739 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11740 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11741 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11742 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11743 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11744 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11745 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11746 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11747 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11748 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11749 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11750 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11751 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11752 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11753 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11754 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11755 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
11756
11757 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
11758 (pthread_rwlock_rdlock): Add elision.
11759 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11760 (pthread_rwlock_wrlock): Add elision.
11761 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11762 (pthread_rwlock_trywrlock): Add elision.
11763 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11764 (pthread_rwlock_tryrdlock): Add elision.
11765 * nptl/pthread_rwlock_unlock.c: Include elide.h.
11766 (pthread_rwlock_tryrdlock): Add elision unlock.
11767 * nptl/sysdeps/pthread/pthread.h:
11768 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11769 (PTHREAD_RWLOCK_INITIALIZER,
11770 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11771 Handle new elision field.
11772 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11773 * sysdeps/arm/nptl/bits/pthreadtypes.h
11774 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11775 * sysdeps/sh/nptl/bits/pthreadtypes.h
11776 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11777 * sysdeps/tile/nptl/bits/pthreadtypes.h
11778 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11779 * sysdeps/a/nptl/bits/pthreadtypes.h
11780 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11781 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11782 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11783 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11784 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11785 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11786 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11787 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11788 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11789 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11790 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11791 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11792 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11793 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11794 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11795 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11796 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11797 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11798 (elision_init): Set try_xbegin to zero when no RTM.
11799 * sysdeps/x86/nptl/bits/pthreadtypes.h
11800 (pthread_rwlock_t): Change __pad1 to __rwelision.
11801 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 11802
a832bdd3
AK
118032014-06-13 Andi Kleen <ak@linux.intel.com>
11804
11805 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11806 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11807 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11808 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11809
995a46bb
MI
118102014-06-13 Meador Inge <meadori@codesourcery.com>
11811
11812 [BZ #16996]
03ed7738 11813 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
11814 that the cached result has been set before returning it.
11815
45262aee
RM
118162014-06-12 Roland McGrath <roland@hack.frob.com>
11817
febf6cc5
RM
11818 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11819 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11820 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11821 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11822 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11823 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11824
e2682246
RM
11825 * nptl/sysdeps/sparc/Makefile: Moved ...
11826 * sysdeps/sparc/nptl/Makefile: ... here.
11827 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11828 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11829 * nptl/sysdeps/sparc/tls.h: Moved ...
11830 * sysdeps/sparc/nptl/tls.h: ... here.
11831 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11832 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11833 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11834 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11835 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11836 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11837 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11838 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11839 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11840 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11841 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11842 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11843 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11844 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11845 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11846 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11847 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11848 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11849 Update #include.
11850 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11851 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11852 Update #include.
11853 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11854 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11855 Update #include.
11856 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11857 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11858 Update #include.
11859
b0725f43
RM
11860 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11861
b14368b8
RM
11862 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11863 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11864
c5620eb3
RM
11865 * sysdeps/pthread/posix-timer.h: Include <list.h>.
11866 (struct list_links): Type removed.
11867 (struct thread_node, struct timer_node): Replace struct list_links
11868 with struct list_head.
11869 (list_unlink_ip): Likewise.
11870 * sysdeps/pthread/timer_routines.c
11871 (timer_free_list, thread_free_list, thread_active_list): Likewise.
11872 (list_append, list_insbefore): Likewise.
11873 (list_init): Function removed.
11874 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
11875 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11876 * sysdeps/pthread/Makefile: ... here, new file.
11877
11878 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11879 * sysdeps/nptl/Implies: ... here.
11880 * sysdeps/unix/sysv/linux/Implies: Add nptl.
11881 * nptl/sysdeps/pthread/list.h: Moved ...
11882 * include/list.h: ... here.
11883 * nptl/sysdeps/pthread/createthread.c: Moved ...
11884 * nptl/createthread.c: ... here.
11885 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11886 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11887 * nptl/pt-longjmp.c: ... here.
11888 * nptl/sysdeps/pthread/Makefile: Moved ...
11889 * sysdeps/nptl/Makefile: ... here.
11890 * nptl/sysdeps/pthread/Subdirs: Moved ...
11891 * sysdeps/nptl/Subdirs: ... here.
11892 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11893 * sysdeps/nptl/aio_misc.h: ... here.
11894 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11895 * sysdeps/nptl/bits/libc-lock.h: ... here.
11896 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11897 * sysdeps/nptl/bits/libc-lockP.h: ... here.
11898 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11899 * sysdeps/nptl/bits/stdio-lock.h: ... here.
11900 * nptl/sysdeps/pthread/configure: Moved ...
11901 * sysdeps/nptl/configure: ... here.
11902 * nptl/sysdeps/pthread/configure.ac: Moved ...
11903 * sysdeps/nptl/configure.ac: ... here.
11904 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11905 * sysdeps/nptl/gai_misc.h: ... here.
11906 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11907 * sysdeps/nptl/librt-cancellation.c: ... here.
11908 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11909 * sysdeps/nptl/malloc-machine.h: ... here.
11910 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11911 * sysdeps/nptl/pthread-functions.h: ... here.
11912 * nptl/sysdeps/pthread/pthread.h: Moved ...
11913 * sysdeps/nptl/pthread.h: ... here.
11914 * nptl/sysdeps/pthread/setxid.h: Moved ...
11915 * sysdeps/nptl/setxid.h: ... here.
11916 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11917 * sysdeps/nptl/sigfillset.c: ... here.
11918 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11919 * sysdeps/nptl/tcb-offsets.h: ... here.
11920 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11921 * sysdeps/nptl/tst-mqueue8x.c: ... here.
11922 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11923 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11924 * nptl/sysdeps/pthread/allocalim.h: Moved ...
11925 * sysdeps/pthread/allocalim.h: ... here.
11926 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11927 * sysdeps/pthread/bits/sigthread.h: ... here.
11928 * nptl/sysdeps/pthread/flockfile.c: Moved ...
11929 * sysdeps/pthread/flockfile.c: ... here.
11930 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11931 * sysdeps/pthread/ftrylockfile.c: ... here.
11932 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11933 * sysdeps/pthread/funlockfile.c: ... here.
11934 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11935 * sysdeps/pthread/posix-timer.h: ... here.
11936 * nptl/sysdeps/pthread/timer_create.c: Moved ...
11937 * sysdeps/pthread/timer_create.c: ... here.
11938 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11939 * sysdeps/pthread/timer_delete.c: ... here.
11940 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11941 * sysdeps/pthread/timer_getoverr.c: ... here.
11942 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11943 * sysdeps/pthread/timer_gettime.c: ... here.
11944 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11945 * sysdeps/pthread/timer_routines.c: ... here.
11946 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11947 * sysdeps/pthread/timer_settime.c: ... here.
11948 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11949 * sysdeps/pthread/tst-timer.c: ... here.
11950 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11951 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11952
e876b090
RM
11953 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11954 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11955
f6b07b3d
RM
11956 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11957 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11958 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11959 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11960 Update #include target.
11961 * nptl/sysdeps/i386/i686/Makefile: Moved ...
11962 * sysdeps/i386/i686/nptl/Makefile: ... here.
11963 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11964 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11965 Update #include target.
11966 * nptl/sysdeps/i386/i686/tls.h: Moved ...
11967 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
11968 * nptl/sysdeps/i386/Makefile: Moved ...
11969 * sysdeps/i386/nptl/Makefile: ... here.
11970 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11971 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11972 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11973 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11974 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11975 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11976 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11977 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11978 * sysdeps/i386/nptl/pthreaddef.h: ... here.
11979 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11980 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11981 * nptl/sysdeps/i386/tls.h: Moved ...
11982 * sysdeps/i386/nptl/tls.h: ... here.
11983
45262aee
RM
11984 * sysdeps/sh/Makefile [$(subdir) = csu]
11985 (gen-as-const-headers): Add tcb-offsets.sym.
11986 * nptl/sysdeps/sh/Makefile: File removed.
11987 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11988 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11989 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11990 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11991 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11992 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11993 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11994 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11995 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11996 * sysdeps/sh/nptl/pthreaddef.h: ... here.
11997 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11998 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11999 * nptl/sysdeps/sh/tls.h: Moved ...
12000 * sysdeps/sh/nptl/tls.h: ... here.
12001 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12002 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12003 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12004 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12005 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12006 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12007 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12008 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12009 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12010 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12011 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12012 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12013 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12014 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12015 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12016 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12017 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12018 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12019 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12020 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12021 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12022 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12023 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12024 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12025 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12026 Moved ...
12027 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12028 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12029 Moved ...
12030 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12031 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12032 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12033 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12034 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12035 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12036 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12037 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12038 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12039 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12040 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12041 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12042 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12043 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12044 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12045 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12046 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12047 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12048 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12049
35a5e3e3
SL
120502014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
12051
12052 * posix/spawn_faction_addopen.c: Include string.h.
12053
14642b85
RM
120542014-06-11 Roland McGrath <roland@hack.frob.com>
12055
12056 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12057 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12058 * nptl/sysdeps/x86_64/Makefile: Moved ...
12059 * sysdeps/x86_64/nptl/Makefile: ... here.
12060 * nptl/sysdeps/x86_64/configure: Moved ...
12061 * sysdeps/x86_64/nptl/configure: ... here.
12062 * nptl/sysdeps/x86_64/configure.ac: Moved ...
12063 * sysdeps/x86_64/nptl/configure.ac: ... here.
12064 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12065 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12066 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12067 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12068 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12069 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12070 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12071 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12072 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12073 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12074 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12075 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12076 * nptl/sysdeps/x86_64/tls.h: Moved ...
12077 * sysdeps/x86_64/nptl/tls.h: ... here.
12078 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12079 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12080 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12081 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12082
12083 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12084
31c44fea
AZ
120852014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12086
12087 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12088
e81a4f9a
JM
120892014-06-11 Joseph Myers <joseph@codesourcery.com>
12090
12091 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12092 type.
12093 [POSIX] (off_t): Likewise.
12094 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12095 [POSIX] (S_ISBLK): Require macro.
12096 [POSIX] (S_ISCHR): Likewise.
12097 [POSIX] (S_ISDIR): Likewise.
12098 [POSIX] (S_ISFIFO): Likewise.
12099 [POSIX] (S_ISREG): Likewise.
12100 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12101 optional-macro.
12102 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12103 type.
12104 [POSIX] (time_t): Likewise.
12105 [POSIX] (timer_t): Likewise.
12106
89e435f3
FW
121072014-06-11 Florian Weimer <fweimer@redhat.com>
12108
12109 [BZ #17048]
12110 * posix/spawn_int.h (struct __spawn_action): Make the path string
12111 non-const to support deallocation.
12112 * posix/spawn_faction_addopen.c
12113 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12114 * posix/spawn_faction_destroy.c
12115 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
12116 path in all spawn_do_open actions.
12117 * posix/tst-spawn.c (do_test): Exercise the copy operation in
12118 posix_spawn_file_actions_addopen.
12119
c3a2ebe1
CM
121202014-06-11 Chris Metcalf <cmetcalf@tilera.com>
12121
12122 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12123 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12124 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12125 conditional code always true.
12126 (__libc_vfork): New alias.
12127
9503784a
RM
121282014-06-11 Roland McGrath <roland@hack.frob.com>
12129
c9cab3d2
RM
12130 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12131 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12132
d3996c79
RM
12133 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12134
ba5ec611
RM
12135 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12136 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12137
f12b4814
RM
12138 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12139 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12140
9503784a
RM
12141 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12142 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12143
e23d3d26
VR
121442014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12145
12146 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12147 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12148 multiarch strcmp for PPC64.
12149 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12150 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12151 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12152 multiarch optimizations.
12153 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12154 (__libc_ifunc_impl_list): Likewise.
12155
42b1161e
SP
121562014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
12157
12158 * benchtests/scripts/validate_benchout.py: New script.
12159 * benchtests/Makefile (bench-func): Call it.
12160 * benchtests/scripts/benchout.schema.json: New file.
12161
2d0fc4dc
CM
121622014-06-10 Chris Metcalf <cmetcalf@tilera.com>
12163
4a594c34
AZ
12164 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12165 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12166 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12167 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12168 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12169 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12170 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12171 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12172 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12173 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12174 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12175 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12176 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12177 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12178 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12179 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12180 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 12181 Moved ...
4a594c34 12182 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 12183 ... here.
4a594c34 12184 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 12185 Moved ...
4a594c34
AZ
12186 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12187 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 12188 Moved ...
4a594c34 12189 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 12190 ... here.
4a594c34 12191 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 12192 Moved ...
4a594c34 12193 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 12194 ... here.
4a594c34 12195 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 12196 Moved ...
4a594c34
AZ
12197 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12198 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 12199 Moved ...
4a594c34 12200 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 12201 ... here.
4a594c34 12202 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 12203 Moved ...
4a594c34 12204 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 12205 ... here.
4a594c34 12206 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 12207 Moved ...
4a594c34
AZ
12208 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12209 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 12210 Moved ...
4a594c34 12211 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 12212 ... here.
4a594c34 12213 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 12214 Moved ...
4a594c34 12215 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 12216 ... here.
4a594c34 12217 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 12218 Moved ...
4a594c34 12219 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 12220 ... here.
4a594c34 12221 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 12222 Moved ...
4a594c34
AZ
12223 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12224 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 12225 Moved ...
4a594c34 12226 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 12227 ... here.
4a594c34 12228 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 12229 Moved ...
4a594c34 12230 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 12231 ... here.
4a594c34 12232 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 12233 Moved ...
4a594c34 12234 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 12235 ... here.
4a594c34 12236 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 12237 Moved ...
4a594c34
AZ
12238 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12239 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 12240 Moved ...
4a594c34 12241 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 12242 ... here.
4a594c34 12243 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 12244 Moved ...
4a594c34 12245 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 12246 ... here.
4a594c34 12247 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 12248 Moved ...
4a594c34
AZ
12249 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12250 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 12251 Moved ...
4a594c34 12252 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 12253 ... here.
4a594c34 12254 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 12255 Moved ...
4a594c34
AZ
12256 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12257 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 12258 Moved ...
4a594c34
AZ
12259 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12260 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 12261 Moved ...
4a594c34 12262 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 12263 ... here.
4a594c34 12264 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 12265 Moved ...
4a594c34 12266 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 12267 ... here.
4a594c34 12268 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 12269 Moved ...
4a594c34 12270 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 12271 ... here.
4a594c34 12272 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 12273 Moved ...
4a594c34
AZ
12274 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12275 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 12276 Moved ...
4a594c34 12277 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 12278 ... here.
4a594c34 12279 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 12280 Moved ...
4a594c34 12281 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 12282 ... here.
4a594c34
AZ
12283 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12284 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12285 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12286 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12287 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 12288 Moved ...
4a594c34 12289 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 12290 ... here.
4a594c34
AZ
12291 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12292 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12293 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12294 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12295 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12296 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12297 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12298 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12299 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12300 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12301 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12302 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12303 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 12304 Moved ...
4a594c34
AZ
12305 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12306 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 12307 Moved ...
4a594c34
AZ
12308 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12309 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12310 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12311 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 12312 Moved ...
4a594c34
AZ
12313 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12314 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12315 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12316 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12317 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12318 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12319 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 12320
0570cfed
W
123212014-06-10 Wilco <wdijkstr@arm.com>
12322
12323 * math/test-fenv-return.c: New file.
12324 * math/Makefile: Add new test test-fenv-return.
12325
f8ba1b56
JM
123262014-06-10 Joseph Myers <joseph@codesourcery.com>
12327
12328 [BZ #17042]
12329 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12330 when x - 1 is zero.
12331 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12332 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12333 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12334 0.0L for an argument of 1.0L.
12335 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12336 Likewise.
12337 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12338 value when x - 1 is zero.
12339 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12340 * sysdeps/i386/fpu/libm-test-ulps: Update.
12341 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12342
2c3520d9
BO
123432014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
12344
12345 [BZ #15119]
12346 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12347
acaa4d24
RM
123482014-06-09 Roland McGrath <roland@hack.frob.com>
12349
12350 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12351 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12352
962b744d
RM
123532014-06-09 Roland McGrath <roland@hack.frob.com>
12354
d752f0cc
RM
12355 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12356 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12357
34eda6d1
RM
12358 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12359 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12360
50f0a637
RM
12361 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12362 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12363
08f41f04
RM
12364 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12365 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12366
962b744d
RM
12367 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12368 if not already defined.
12369 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12370 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12371 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12372 (TLS_INIT_TP): Use it.
12373 (TLS_DEFINE_INIT_TP): New macro.
12374 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12375
09f19b05
JM
123762014-06-09 Joseph Myers <joseph@codesourcery.com>
12377
12378 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12379 constant.
12380 [POSIX] (IXANY): Likewise.
12381 [POSIX] (OLCUC): Likewise.
12382 [POSIX || POSIX2008] (CBAUD): Do not allow.
12383 [POSIX || POSIX2008] (DEFECHO): Likewise.
12384 [POSIX || POSIX2008] (ECHOCTL): Likewise.
12385 [POSIX || POSIX2008] (ECHOKE): Likewise.
12386 [POSIX || POSIX2008] (ECHOPRT): Likewise.
12387 [POSIX || POSIX2008] (EXTA): Likewise.
12388 [POSIX || POSIX2008] (EXTB): Likewise.
12389 [POSIX || POSIX2008] (FLUSHO): Likewise.
12390 [POSIX || POSIX2008] (LOBLK): Likewise.
12391 [POSIX || POSIX2008] (PENDIN): Likewise.
12392 [POSIX || POSIX2008] (SWTCH): Likewise.
12393 [POSIX || POSIX2008] (VDISCARD): Likewise.
12394 [POSIX || POSIX2008] (VDSUSP): Likewise.
12395 [POSIX || POSIX2008] (VLNEXT): Likewise.
12396 [POSIX || POSIX2008] (VREPRINT): Likewise.
12397 [POSIX || POSIX2008] (VSTATUS): Likewise.
12398 [POSIX || POSIX2008] (VWERASE): Likewise.
12399 (B*): Change to B[0123456789]*.
12400 * conform/data/time.h-data [POSIX || UNIX98]
12401 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12402 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12403 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12404 [POSIX] (tm_*): Do not allow.
12405
686554bf
JM
124062014-06-07 Joseph Myers <joseph@codesourcery.com>
12407
12408 * Makefile (install): Don't set LANGUAGE.
12409 * Makefile.in (install): Likewise.
12410 * assert/Makefile (test-assert-ENV): Remove variable.
12411 (test-assert-perr-ENV): Likewise.
12412 * elf/Makefile (neededtest4-ENV): Likewise.
12413 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12414 [$(cross-compiling) = no]: Don't set LANGUAGE.
12415 * io/ftwtest-sh (LANG): Remove variable.
12416 * libio/Makefile (tst-widetext-ENV): Likewise.
12417 * manual/install.texi (Running make install): Don't refer to
12418 environment settings for make install.
12419 * INSTALL: Regenerated.
12420 * nptl/tst-tls6.sh: Don't set LANG.
12421 * posix/globtest.sh (LANG): Remove variable.
12422 * string/Makefile (tester-ENV): Likewise.
12423 (inl-tester-ENV): Likewise.
12424 (noinl-tester-ENV): Likewise.
12425 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12426 [$(cross-compiling) = no]: Don't set LANGUAGE.
12427 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12428 without explicit environment settings.
12429
68e6b6b1
RM
124302014-06-06 Roland McGrath <roland@hack.frob.com>
12431
12432 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12433 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12434 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12435 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12436
4d3ae034
CM
124372014-06-06 Chris Metcalf <cmetcalf@tilera.com>
12438
12439 * crypt/crypt-private.h [DOS]: Add some includes taken from the
12440 other files in the crypt directory.
12441 * crypt/crypt.c: Remove duplicate includes.
12442 * crypt/crypt-entry.c: Likewise.
12443 * crypt/crypt_util.c: Likewise.
12444
8540f6d2
JM
124452014-06-06 Joseph Myers <joseph@codesourcery.com>
12446
12447 * Makeconfig (run-program-env): New variable.
12448 (run-program-prefix-before-env): Likewise.
12449 (run-program-prefix-after-env): Likewise.
12450 (run-program-prefix): Define in terms of new variables.
12451 (built-program-cmd-before-env): New variable.
12452 (built-program-cmd-after-env): Likewise.
12453 (built-program-cmd): Define in terms of new variables.
12454 (test-program-prefix-before-env): New variable.
12455 (test-program-prefix-after-env): Likewise.
12456 (test-program-prefix): Define in terms of new variables.
12457 (test-program-cmd-before-env): New variable.
12458 (test-program-cmd-after-env): Likewise.
12459 (test-program-cmd): Define in terms of new variables.
12460 * Rules (make-test-out): Use $(run-program-env).
12461 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12462 (help): Do not mention environment variables. Mention
12463 --timeoutfactor option.
12464 (timeoutfactor): New variable.
12465 (blacklist_exports): Remove function.
12466 (exports): Remove variable.
12467 (command): Do not include ${exports}.
12468 * manual/install.texi (Configuring and compiling): Do not mention
12469 test wrappers preserving environment variables. Mention that last
12470 assignment to a variable must take precedence.
12471 * INSTALL: Regenerated.
12472 * benchtests/Makefile (run-bench): Use $(run-program-env).
12473 * catgets/Makefile ($(objpfx)test1.cat): Use
12474 $(built-program-cmd-before-env), $(run-program-env) and
12475 $(built-program-cmd-after-env).
12476 ($(objpfx)test2.cat): Do not specify environment variables
12477 explicitly.
12478 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12479 $(run-program-env) and $(built-program-cmd-after-env).
12480 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12481 $(run-program-env) and $(test-program-cmd-after-env).
12482 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12483 explicitly.
12484 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12485 run_program_env and test_program_cmd_after_env arguments.
12486 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12487 * elf/tst-pathopt.sh: Use run_program_env argument.
12488 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12489 $(test-wrapper-env) and $(run-program-env).
12490 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12491 run_program_env arguments.
12492 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12493 * intl/Makefile ($(objpfx)tst-gettext.out): Use
12494 $(test-program-prefix-before-env), $(run-program-env) and
12495 $(test-program-prefix-after-env).
12496 ($(objpfx)tst-gettext2.out): Likewise.
12497 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12498 run_program_env and test_program_prefix_after_env arguments.
12499 * intl/tst-gettext2.sh: Likewise.
12500 * intl/tst-gettext4.sh: Do not set environment variables
12501 explicitly.
12502 * intl/tst-gettext6.sh: Likewise.
12503 * intl/tst-translit.sh: Likewise.
12504 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12505 $(test-program-prefix-before-env), $(run-program-env) and
12506 $(test-program-prefix-after-env).
12507 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12508 run_program_env and test_program_prefix_after_env arguments.
12509 * math/Makefile (run-regen-ulps): Use $(run-program-env).
12510 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12511 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
12512 explicitly with each use of ${test_wrapper_env}.
12513 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12514 $(test-program-prefix-before-env), $(run-program-env) and
12515 $(test-program-prefix-after-env).
12516 * posix/tst-getconf.sh: Do not set environment variables
12517 explicitly.
12518 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12519 run_program_env and test_program_prefix_after_env arguments.
12520 * stdio-common/tst-printf.sh: Do not set environment variables
12521 explicitly.
12522 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12523 $(test-program-prefix-before-env), $(run-program-env) and
12524 $(test-program-prefix-after-env).
12525 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12526 run_program_env and test_program_prefix_after_env arguments.
12527 Split $test calls into $test_pre and $test.
12528 * timezone/Makefile (build-testdata): Use
12529 $(built-program-cmd-before-env), $(run-program-env) and
12530 $(built-program-cmd-after-env).
12531
ed36bfa1
AZ
125322014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12533
12534 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12535 strlen for non SHARED builds.
12536
fc75bf46
SP
125372014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12538
12539 * nptl/allocatestack.c (check_list): Inlined function...
12540 (__reclaim_stacks): ... here.
12541
d89b3d80
OB
125422014-06-05 Ondřej Bílka <neleai@seznam.cz>
12543
12544 [BZ #15698]
12545 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12546 memory overrun.
12547
2bf18041
JM
125482014-06-05 Joseph Myers <joseph@codesourcery.com>
12549
12550 * Rules (make-test-out): Include
12551 LOCPATH=$(common-objpfx)localedata in default environment.
12552 * debug/Makefile (tst-chk1-ENV): Remove variable.
12553 (tst-chk2-ENV): Likewise.
12554 (tst-chk3-ENV): Likewise.
12555 (tst-chk4-ENV): Likewise.
12556 (tst-chk5-ENV): Likewise.
12557 (tst-chk6-ENV): Likewise.
12558 (tst-lfschk1-ENV): Likewise.
12559 (tst-lfschk2-ENV): Likewise.
12560 (tst-lfschk3-ENV): Likewise.
12561 (tst-lfschk4-ENV): Likewise.
12562 (tst-lfschk5-ENV): Likewise.
12563 (tst-lfschk6-ENV): Likewise.
12564 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12565 (tst-iconv7-ENV): Likewise.
12566 * intl/Makefile (LOCPATH-ENV): Likewise.
12567 (tst-codeset-ENV): Likewise.
12568 (tst-gettext3-ENV): Likewise.
12569 (tst-gettext5-ENV): Likewise.
12570 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12571 (tst-fopenloc-ENV): Likewise.
12572 (tst-fgetws-ENV): Remove variable.
12573 (tst-ungetwc1-ENV): Likewise.
12574 (tst-ungetwc2-ENV): Likewise.
12575 (bug-ungetwc2-ENV): Likewise.
12576 (tst-swscanf-ENV): Likewise.
12577 (bug-ftell-ENV): Likewise.
12578 (tst-fgetwc-ENV): Likewise.
12579 (tst-fseek-ENV): Likewise.
12580 (tst-ftell-partial-wide-ENV): Likewise.
12581 (tst-ftell-active-handler-ENV): Likewise.
12582 (tst-ftell-append-ENV): Likewise.
12583 * posix/Makefile (tst-fnmatch-ENV): Likewise.
12584 (tst-regexloc-ENV): Likewise.
12585 (bug-regex1-ENV): Likewise.
12586 (tst-regex-ENV): Likewise.
12587 (tst-regex2-ENV): Likewise.
12588 (bug-regex5-ENV): Likewise.
12589 (bug-regex6-ENV): Likewise.
12590 (bug-regex17-ENV): Likewise.
12591 (bug-regex18-ENV): Likewise.
12592 (bug-regex19-ENV): Likewise.
12593 (bug-regex20-ENV): Likewise.
12594 (bug-regex22-ENV): Likewise.
12595 (bug-regex23-ENV): Likewise.
12596 (bug-regex25-ENV): Likewise.
12597 (bug-regex26-ENV): Likewise.
12598 (bug-regex30-ENV): Likewise.
12599 (bug-regex32-ENV): Likewise.
12600 (bug-regex33-ENV): Likewise.
12601 (bug-regex34-ENV): Likewise.
12602 (bug-regex35-ENV): Likewise.
12603 (tst-rxspencer-ENV): Likewise.
12604 (tst-rxspencer-no-utf8-ENV): Likewise.
12605 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12606 (tst-sscanf-ENV): Likewise.
12607 (tst-swprintf-ENV): Likewise.
12608 (tst-swscanf-ENV): Likewise.
12609 (test-vfprintf-ENV): Likewise.
12610 (scanf13-ENV): Likewise.
12611 (bug14-ENV): Likewise.
12612 (tst-grouping-ENV): Likewise.
12613 * stdlib/Makefile (tst-strtod-ENV): Likewise.
12614 (tst-strtod3-ENV): Likewise.
12615 (tst-strtod4-ENV): Likewise.
12616 (tst-strtod5-ENV): Likewise.
12617 (testmb2-ENV): Likewise./
12618 * string/Makefile (tst-strxfrm-ENV): Likewise.
12619 (tst-strxfrm2-ENV): Likewise.
12620 (bug-strcoll1-ENV): Likewise.
12621 (test-strcasecmp-ENV): Likewise.
12622 (test-strncasecmp-ENV): Likewise.
12623 * time/Makefile (tst-strptime-ENV): Likewise.
12624 (tst-ftime_l-ENV): Likewise.
12625 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12626 (tst-mbrtowc-ENV): Likewise.
12627 (tst-wcrtomb-ENV): Likewise.
12628 (tst-mbrtowc2-ENV): Likewise.
12629 (tst-c16c32-1-ENV): Likewise.
12630 (tst-mbsnrtowcs-ENV): Likewise.
12631
cd1fb604
OB
126322014-06-05 Ondřej Bílka <neleai@seznam.cz>
12633
12634 * manual/resource.texi (How to get information about the memory
12635 subsystem?): Fix typo.
12636 Reported by Peon de la Parra Ivan <peon@keba.com>
12637
b42eca7d
GY
126382014-06-03 Guo Yixuan <culu.gyx@gmail.com>
12639
12640 [BZ #16882]
12641 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12642 (pthread_spin_lock): Branch out of spin loop to proper location.
12643 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12644 (pthread_spin_lock): Likewise.
12645
902b71f9
DM
12646 * nptl/tst-spin4.c: New test.
12647 * nptl/Makefile (tests): Add tst-spin4.
12648
f9d2d032
AS
126492014-06-03 Andreas Schwab <schwab@suse.de>
12650
12651 [BZ #15946]
12652 * resolv/res_send.c (send_dg): Reload file descriptor after
12653 calling reopen.
12654
cf7bfd28
SL
126552014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
12656
12657 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12658
111cc714
RH
126592014-06-03 Richard Henderson <rth@redhat.com>
12660
89b4bd6b
RH
12661 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12662 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12663 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12664 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
12665 in the SAVE_PID block.
12666 (__libc_vfork): New alias.
71840409 12667 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 12668
111cc714
RH
12669 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12670 child in registers, not on the stack. Remove RESET_PID conditionals.
12671 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12672
ccc39911
MS
126732014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
12674
12675 * sysdeps/aarch64/libm-test-ulps: Regenerate.
12676
693096cc
W
126772014-06-03 Wilco <wdijkstr@arm.com>
12678
12679 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12680 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12681 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12682 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12683 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12684 Likewise.
12685
0b4366bc
W
126862014-06-03 Wilco <wdijkstr@arm.com>
12687
12688 * sysdeps/aarch64/fpu/math_private.h
12689 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12690 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12691 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12692 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12693 Fix declarations.
12694
8747cd03
KS
126952014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
12696
12697 * crypt/crypt-private.h: Include ufc-crypt.h.
12698 (__b64_from_24bit): Declare extern.
12699 * crypt/crypt_util.c(__b64_from_24bit): New function.
12700 (b64t): New static const variable.
12701 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12702 (b64t): Remove variable.
12703 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12704 * crypt/sha256-crypt.c: Include crypt-private.h.
12705 (b64t): Remove variable.
12706 (__sha256_crypt_r): Remove b64_from_24bit and replace
12707 with __b64_from_24bit.
12708 * crypt/sha512-crypt.c: Likewise.
12709
d936d379
RM
127102014-06-02 Roland McGrath <roland@hack.frob.com>
12711
12712 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12713 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12714 Label the code __libc_vfork rather than __vfork.
12715 [!NOT_IN_libc] (vfork): Define as weak alias.
12716 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12717 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12718 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12719
9fa76613
SP
127202014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
12721
12722 * malloc/malloc.c (malloc_info): Fix format specifier for
12723 n_mmaps.
12724
a88dadbe
W
127252014-06-02 Wilco <wdijkstr@arm.com>
12726
12727 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12728 FPCR write.
12729
c95b3011
W
127302014-06-02 Wilco <wdijkstr@arm.com>
12731
12732 [BZ #17009]
12733 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12734 Rewrite to reduce FPCR/FPSR accesses.
12735
6b4d7a90
DM
127362014-06-01 David S. Miller <davem@davemloft.net>
12737
12738 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12739
30f3d07c
DM
127402014-05-31 David S. Miller <davem@davemloft.net>
12741
12742 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12743 to occur in round to nearest mode when |x| >= 2.0
12744
74f31c18
RH
127452014-05-30 Richard Henderson <rth@twiddle.net>
12746
f0712b54
RH
12747 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12748 (PSEUDO_RET_NOERRNO): Remove.
12749 (ret): Don't redefine.
12750 (ret_NOERRNO): Define in terms of ret.
12751 (ret_ERRVAL): Likewise.
12752
74f31c18
RH
12753 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12754 use of PSEUDO_RET; perform the error check directly.
12755
30477995
MM
127562014-05-30 Marko Myllynen <myllynen@redhat.com>
12757
12758 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12759 with __int128_t.
12760
62a58816
SP
127612014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
12762
12763 * malloc/malloc (malloc_info): Fix formatting.
12764
4d653a59
SP
127652014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
12766 Roland McGrath <roland@hack.frob.com>
12767
12768 * malloc/malloc (malloc_info): Also print mmapped statistics.
12769
5190c17f
RM
127702014-05-30 Roland McGrath <roland@hack.frob.com>
12771
12772 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12773 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12774
987c0269
OB
127752014-05-30 Ondřej Bílka <neleai@seznam.cz>
12776
12777 * malloc/malloc.c (malloc_info): Inline mi_arena.
12778
af4e8ef9
RH
127792014-05-29 Richard Henderson <rth@twiddle.net>
12780
1670e207
RH
12781 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12782 Remove comma before expanding ASM_ARGS_##nr.
12783 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12784 Make _x0 a strict output; make _x8 a strict input; adjust expansion
12785 of ASM_ARGS_##nr.
12786 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12787 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12788 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12789 (ASM_ARGS_1): Add leading comma.
12790
11a28aee
RH
12791 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12792 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12793 to __errno_location.
12794 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12795 Remove the expected plt for __errno_location.
12796
a17e5ffb 12797 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 12798 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
12799 call to __read_tp.
12800
b5be4597
RH
12801 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12802 Always allocate 64 bytes of stack frame. Use ldp/stp to create
12803 it and break it down.
12804 (DOCARGS_0, DOCARGS_1): Do nothing.
12805 (DOCARGS_2): Update to store into the new stack frame.
12806 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12807 (UNDOCARGS_1): Update to restore from the new stack frame.
12808 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12809 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12810
645d44ab
RH
12811 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12812 (SINGLE_THREAD_P): New parameter for result regno.
12813 (PSEUDO): Update to match; use cbz instead of beq.
12814
a8b4f04a
RH
12815 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12816 Use ENTRY to define the _nocancel entry point. Share the syscall
12817 and syscall error check paths with the cancel path.
12818 (PSEUDO_END): New.
12819
af4e8ef9
RH
12820 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12821 whitespace; tabs before and after asm mnemonics.
12822
26b0d2e1
EW
128232014-05-29 Eric Wong <normalperson@yhbt.net>
12824
12825 [BZ #15132]
12826 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12827 Call fstat64 or stat64 internally, depending on arguments passed.
12828 Replace stat buffer argument with file descriptor argument.
12829 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12830 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12831 Pass fd to __internal_statvfs instead of calling fstat64.
12832 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12833 Pass fd to __internal_statvfs64 instead of calling fstat64.
12834 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12835 Pass -1 to __internal_statvfs instead of calling stat64.
12836 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12837 Pass -1 to __internal_statvfs64 instead of calling stat64.
12838
1efe2bd9
RM
128392014-05-28 Roland McGrath <roland@hack.frob.com>
12840
0d3b7a19
RM
12841 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12842 that was previously under [RESET_PID].
12843 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12844
1efe2bd9
RM
12845 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12846 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12847
a6bea3ca
RM
128482014-05-27 Roland McGrath <roland@hack.frob.com>
12849
30b6629e
RM
12850 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12851
a6bea3ca
RM
12852 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12853 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12854
3dfb9a5c
OB
128552014-05-27 Ondřej Bílka <neleai@seznam.cz>
12856
12857 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12858
774f9285
AS
128592014-05-27 Andreas Schwab <schwab@suse.de>
12860
12861 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12862 TLS_INIT_TP macro.
12863 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12864 * elf/rtld.c (init_tls, dl_main): Likewise.
12865 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12866 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12867 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12868 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12869 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12870 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12871 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12872 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12873 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12874 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12875 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12876 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12877 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12878 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12879 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12880 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12881 * sysdeps/generic/tls.h: Update description.
12882
36ffe739
WN
128832014-05-27 Will Newton <will.newton@linaro.org>
12884
12885 [BZ #16990]
12886 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12887 and restore r2 rather than just restoring.
12888
2482ae43
SP
128892014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12890
12891 [BZ #16724]
12892 * libio/tst-ftell-append.c: New test case.
12893 * libio/Makefile (tests): Add test case.
12894 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12895 append mode.
12896 * libio/wfileops.c (do_ftell_wide): Likewise.
12897
3d1024e8
AZ
128982014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12899
bab90016
AZ
12900 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12901
c7a8d667
AZ
12902 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12903 ...
12904 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12905 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12906 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12907 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12908 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12909 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12910 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12911 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12912 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12913 Moved ...
12914 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12915 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12916 Moved ...
12917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12918 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12919 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12920 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12921 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12922 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12923 ...
12924 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12925 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12926 Moved ...
12927 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12928 here.
12929 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12930 ...
12931 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12932 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12933 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12934
daee7851
AZ
12935 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12936 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12937 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12938 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12939
50a40819
AZ
12940 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12941 merge into ...
12942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12943 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12944 ...
12945 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12946 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12947 ...
12948 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12949 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12950 Moved ...
12951 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12952 here.
12953 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12954 Moved ...
12955 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12956 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12957 Moved ...
12958 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12959
8464c2a1
AZ
12960 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12961 conditional [RESET_PID].
12962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12963 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12964 removed.
12965 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12966 removed.
12967
3d1024e8
AZ
12968 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12969 <tcb-offsets.h>.
12970 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12971 (__libc_vfork): New strong alias.
12972 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12973 removed.
12974 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12975 Removed.
12976
12977 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12978 <tcb-offsets.h>.
12979 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12980 (__libc_vfork): New strong alias.
12981 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12982 removed.
12983 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12984 removed.
12985
fdfd175d
CD
129862014-05-26 Carlos O'Donell <carlos@redhat.com>
12987
12988 * malloc/malloc.c (mi_arena): New function.
12989 (malloc_info): Remove nested function mi_arena. Call non-nosted
12990 function mi_arena.
12991
d298c416
AZ
129922014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12993
12994 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12995 by insrwi.
12996 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12997 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12998 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12999 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13000 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13001 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13002 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13003
b60ea6ff
AS
130042014-05-26 Andreas Schwab <schwab@suse.de>
13005
13006 [BZ #16984]
13007 * locale/programs/repertoire.c (repertoire_read): Add slash
13008 between I18NPATH element and file name.
13009 * locale/programs/locfile.c (locfile_read): Likewise.
13010
67365926
SL
130112014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
13012
13013 * nptl/pthread_mutexattr_settype.c
13014 (__pthread_mutexattr_settype):
13015 Disable lock elision for PTHREAD_MUTEX_NORMAL.
13016
f8bdf1f0
SL
130172014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
13018
13019 * nptl/tst-mutex5 (do_test):
13020 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13021
15eaf6ff
SP
130222014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
13023
13024 * benchtests/README: Document 'init' directive.
13025 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13026 BENCH_INIT.
13027 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13028 (parse_file): Recognize 'init' directive.
13029
75f11331
KM
130302014-05-26 Kyle McMartin <kyle@redhat.com>
13031
13032 [BZ #16796]
13033 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13034 alignment of struct pthread.
13035
c3ec475c
SP
130362014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
13037
13038 [BZ #16878]
13039 * nscd/netgroupcache.c (addgetnetgrentX): Look for
13040 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13041 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13042 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13043
82aab97c
RH
130442014-05-25 Richard Henderson <rth@twiddle.net>
13045
aa2f176d
RH
13046 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13047 (SINGLE_THREAD_P_PIC): Remove.
13048 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13049 (SINGLE_THREAD_P_PIC): Remove.
13050
ca3cfa40
RH
13051 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13052 branch to syscall error ...
13053 (PSEUDO): ... here.
13054 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13055 from __local_syscall_error to .Lsyscall_error.
13056 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13057 (SYSCALL_ERROR): Update label name.
13058
6e6c2d01
RH
13059 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13060 Do not use DOARGS/UNDOARGS.
13061 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13062 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13063 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13064 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13065 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13066
c69abcee
RH
13067 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13068 block comment.
13069
82aab97c
RH
13070 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13071 define if !NOT_IN_libc.
13072 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13073 define with non-default symbol versions.
13074
8820e3ac
RH
130752014-05-23 Richard Henderson <rth@twiddle.net>
13076
900e445f
RH
13077 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13078 (vfork, __vfork): Define via compat_symbol.
13079
8820e3ac
RH
13080 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13081 [!HAVE_IFUNC] (vfork_compat): Remove.
13082 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13083
e59252a5
JM
130842014-05-23 Joseph Myers <joseph@codesourcery.com>
13085
13086 [BZ #16978]
13087 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13088 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13089 variable.
13090
132c7f5f
RH
130912014-05-23 Richard Henderson <rth@twiddle.net>
13092
bc89e962
RH
13093 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13094 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13095 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13096 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13097
13098 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13099 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13100 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13101 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13102 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13103 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13104 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13105 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13106 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13107 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13108 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13109 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13110 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13111 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13112 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13113 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13114 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13115 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13116 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13117 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13118 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13119 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13120 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13121 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13122 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13123 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13124 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13125 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13126 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13127 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13128 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13129 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13130 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13131 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13132 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13133 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13134 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13135 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13136 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13137 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13138 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13139 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13140 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13141 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13142 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13143 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13144 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13145 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13146 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13147 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13148 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13149 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13150 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13151 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13152 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13153 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13154
e2fa4bc2
RH
13155 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13156 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13157 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
13158 before exiting on error.
13159 (__libc_vfork): New strong alias.
13160 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13161 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13162
279b24e2
RH
13163 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13164 that was previously under [RESET_PID].
13165 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13166
132c7f5f
RH
13167 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13168
b72592e7
JM
131692014-05-23 Joseph Myers <joseph@codesourcery.com>
13170
13171 [BZ #16977]
13172 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13173 value when x - 1 is zero.
13174 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13175 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13176 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13177 0.0L for an argument of 1.0L.
13178 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13179 Likewise.
13180 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13181 value when x - 1 is zero.
13182 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13183 * sysdeps/i386/fpu/libm-test-ulps: Update.
13184 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13185
2302d679
RV
131862014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
13187
13188 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13189 alphasort and versionsort.
13190
32999d63
AZ
131912014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13192
13193 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13194 macro.
13195 [copysignf]: Likewise.
13196
019324d0
SP
131972014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
13198
13199 * crypt/md5-crypt.c: Fix formatting.
13200
34fff5c2
KS
132012014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
13202
13203 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13204 (b64_from_24bit): New function.
13205
3d2badac
AZ
132062014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13207
13208 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13209 libc_hidden_builtin_def to ifunc.
13210 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13211 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13212
f7bb179f 132132014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
13214
13215 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13216 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13217
4134b50d
JM
132182014-05-21 Joseph Myers <joseph@codesourcery.com>
13219
bb7d0337
JM
13220 * nscd/Depend (linuxthreads): Remove.
13221 (nptl): Add.
13222 * resolv/Depend (linuxthreads): Remove.
13223 * rt/Depend (linuxthreads): Remove.
13224
4134b50d
JM
13225 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13226 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13227 $(common-objpfx)elf/.
13228 (link-libc-before-gnulib): Likewise.
13229 (elfobjdir): Remove variable.
13230 * Makefile (install): Use $(elf-objpfx) instead of
13231 $(common-objpfx)elf/.
13232 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13233 $(elfobjdir)/.
13234 (link-libc-deps): Likewise.
13235 ($(common-objpfx)libc.so): Likewise.
13236 ($(common-objpfx)linkobj/libc.so): Likewise.
13237 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13238 instead of $(common-objpfx)elf/.
13239 (symbolic-link-list): Likewise.
13240 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13241 [$(cross-compiling) = no]: Likewise.
13242 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13243 $(elfobjdir)/.
13244 (static-gnulib-arch): Likewise.
13245 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13246 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13247 $(common-objpfx)elf/.
13248
3612eb8f
RH
132492014-05-21 Richard Henderson <rth@redhat.com>
13250
a6b3657b
RH
13251 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13252 (SINGLE_THREAD_P): Use the correct width load. Fold
13253 into the ldr offset.
13254
3612eb8f
RH
13255 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13256 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13257
175cef41
JM
132582014-05-20 Joseph Myers <joseph@codesourcery.com>
13259
13260 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13261 (libgcc_s_resume): Use __attribute_used__.
13262 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13263 Likewise.
13264
e13bccd3
AZ
132652014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13266
13267 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13268 optimization when used with float constants.
13269
7c112a38
AZ
13270 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13271
ae75a883
AJ
132722014-05-20 Aurelien Jarno <aurelien@aurel32.net>
13273
13274 [BZ #16915]
13275 * locale/nl_langinfo_l.c: Make direct reference to every
13276 _nl_current_CATEGORY symbol.
13277 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13278 (tests-static): Add tst-langinfo-static.
13279 (tests-special): Add tst-langinfo-static.out.
13280 ($(objpfx)tst-langinfo.out): Redirect output.
13281 ($(objpfx)tst-langinfo-static.out): New.
13282 * localedata/tst-langinfo.sh: Send output to stdout.
13283 * localedata/tst-langinfo-static.c: New file.
13284
4406c41c
AJ
13285 [BZ #16965]
13286 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13287 when the shift amount is modulo the limb size.
13288
4c0a1e63
RH
132892014-05-20 Richard Henderson <rth@redhat.com>
13290
de9d8f20
RH
13291 [BZ #16967]
13292 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13293 Change type of sa_flags from unsigned int to int.
13294
4c0a1e63
RH
13295 [BZ #16966]
13296 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
13297
13298 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13299
a60339aa
WN
133002014-05-20 Will Newton <will.newton@linaro.org>
13301
13302 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13303 Test the return value of the system call in the nocancel case.
13304
7d05a816
YR
133052014-05-20 Will Newton <will.newton@linaro.org>
13306 Yvan Roux <yvan.roux@linaro.org>
13307
13308 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13309 #include of asm/ptrace.h.
13310 (PTRACE_GET_THREAD_AREA): Remove #undef.
13311 (PTRACE_GETHBPREGS): Likewise.
13312 (PTRACE_SETHBPREGS): Likewise.
13313 (struct user_regs_struct): New structure.
13314 (struct user_fpsimd_struct): New structure.
13315 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13316 #include of asm/ptrace.h and second #include of sys/user.h.
13317 (PTRACE_GET_THREAD_AREA): Remove #undef.
13318 (PTRACE_GETHBPREGS): Likewise.
13319 (PTRACE_SETHBPREGS): Likewise.
13320 (ELF_NGREG): Use new struct user_regs_struct.
13321 (elf_fpregset_t): Use new struct user_fpsimd_struct.
13322
af121e37
AZ
133232014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13324
13325 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13326 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13327
834caf06
JM
133282014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13329
13330 [BZ #16958]
13331 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13332 membar to avoid block loads/stores to overlap previous stores.
13333
e184a918
RH
133342014-05-17 Richard Henderson <rth@redhat.com>
13335
13336 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13337 Create the __##syscall_name##_nocancel entry point.
13338 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13339 Remove; let the sysdep-cancel.h code create it.
13340
f56c7a6a
DM
133412014-05-17 David S. Miller <davem@davemloft.net>
13342
13343 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13344 Protect with __USE_GNU.
13345 (TIOCSET_TEMPT): Likewise.
13346 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13347 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13348 these are already provided in bits/ioctl-types.h
13349
f75616b2
RM
133502014-05-16 Roland McGrath <roland@hack.frob.com>
13351
3edeca86
RM
13352 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13353 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13354
f75616b2
RM
13355 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13356 Use wait4 regardless of [__NR_waitpid].
13357
deb0f7f6
MR
133582014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
13359
13360 PR libgcc/60166
13361 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13362 (_FP_NANSIGN_Q): Set the quiet bit.
13363
79520f4b
JM
133642014-05-16 Joseph Myers <joseph@codesourcery.com>
13365
13366 * benchtests/Makefile
13367 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13368 not $(common-objpfx)math/libm.so.
13369 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13370 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13371 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13372 $(common-objpfx)dlfcn/libdl.so.
13373 ($(objpfx)tst-audit8): Depend on $(libm), not
13374 $(common-objpfx)math/libm.so.
13375 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13376 not $(common-objpfx)dlfcn/libdl.so.
13377 * math/Makefile
13378 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13379 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
13380 [$(build-shared) = yes].
13381 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13382 $(common-objpfx)nptl/libpthread.so.
13383 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13384 $(common-objpfx)math/libm.so$(libm.so-version) or
13385 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13386 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13387 $(common-objpfx)dlfcn/libdl.so.
13388 * setjmp/Makefile (link-libm): Remove variable.
13389 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13390 * stdio-common/Makefile (link-libm): Remove variable.
13391 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13392 * stdlib/Makefile (link-libm): Remove variable.
13393 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13394 ($(objpfx)tst-strtod-round): Likewise.
13395 ($(objpfx)tst-tininess): Likewise.
13396 ($(objpfx)tst-strtod-underflow): Likewise.
13397 ($(objpfx)tst-strtod6): Likewise.
13398 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13399 $(libdl), not $(common-objpfx)nptl/libpthread.so and
13400 $(common-objpfx)dlfcn/libdl.so.
13401
026b0fe4
AZ
134022014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13403
13404 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13405 BSD terminal modes definitions.
13406
def4bcb2
RM
134072014-05-16 Roland McGrath <roland@hack.frob.com>
13408
fe39b021
RM
13409 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13410 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13411
1d1fc46e 13412 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
13413 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13414 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13415 Don't do #include_next.
13416 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13417 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13418 Don't do #include_next.
13419 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13420 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13421 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13422 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13423
c72399fb
AM
134242014-05-16 Allan McRae <allan@archlinux.org>
13425
d51d659d
AM
13426 * po/sv.po: Update Swedish translation from translation project.
13427
c72399fb
AM
13428 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13429 in sed expression.
13430
d0583c40
AJ
134312014-05-16 Aurelien Jarno <aurelien@aurel32.net>
13432
13433 [BZ #16917]
13434 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13435 errno if the TIOCGPTN ioctl fails with an error different than
13436 EINVAL.
13437 * login/tst-ptsname.c: New file.
13438 * login/Makefile (tests): Add tst-ptsname.
13439
d16e6ec7
AJ
13440 [BZ #16943]
13441 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13442 and prlimit64.
13443
cf26a0cb
SP
134442014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
13445
13446 [BZ #16849]
13447 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13448 herrno to return EAI_AGAIN.
13449
5675da1e
RM
134502014-05-14 Roland McGrath <roland@hack.frob.com>
13451
a5d87b3d
RM
13452 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13453 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13454 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13455 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13456 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13457 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13458 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13459 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13460 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13461 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13462 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13463 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13464 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13465 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13466 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13467 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13468 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13469 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13470 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13471 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13472 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13473 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13474 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13475 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13476 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13477 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13478 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13479 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13480 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13481 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13482 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13483 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13484 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13485 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13486 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13487 Moved ...
13488 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13489 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13490 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13491 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13492 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13493 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13494 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13495 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13496 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13497 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13498 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13499 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13500 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13501 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13502 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13503 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13504 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13505 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13506 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13507 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13508 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13509 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13510 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13511 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13512 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13513 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13514 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13515 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13516 Moved ...
13517 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13518 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13519 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13520 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13521 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13522 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13523 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13524 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13525 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13526 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13527 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13528 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13529 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13530 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13531 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13532 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13533 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13534 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13535 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13536 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13537 Moved ...
13538 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13539 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13540 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13541
039890a6
RM
13542 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13543 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13544 (libpthread-sysdep_routines): Add elision-related stuff here instead.
13545 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13546 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13547 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13548 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13549 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13550 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13551 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13552 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13553 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13554 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13555 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13556 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13557 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13558 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13559 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13560 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13561 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13562 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13563 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13564 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13565 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13566 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13567 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13568 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13569 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13570 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13571 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13572 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13573
65c89320
RM
13574 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13575 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13576
348f8e8c
RM
13577 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13578 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13579 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13580 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13581 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13582 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13583 Moved ...
13584 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13585 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13586 Moved ...
13587 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13588 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13589 Moved ...
13590 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13591 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13592 Moved ...
13593 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13594 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13595 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13596 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13597 Moved ...
13598 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13599 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13600 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13601 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13602 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13603 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13604 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13605 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13606 Moved ...
13607 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13608 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13609 Moved ...
13610 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13611 ... here.
13612 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13613 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13614 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13615 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13616 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13617 Moved ...
13618 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13619 ... here.
13620 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13621 Moved ...
13622 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13623 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13624 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13625 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13626 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13627 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13628 Moved ...
13629 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13630 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13631 Moved ...
13632 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13633 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13634 Moved ...
13635 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13636 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13637 Moved ...
13638 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13639 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13640 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13641 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13642 Moved ...
13643 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13644 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13645 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13646 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13647 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13648 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13649 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13650 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13651 Moved ...
13652 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13653 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13654 Moved ...
13655 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13656 ... here.
13657 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13658 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13659 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13660 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13661 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13662 Moved ...
13663 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13664 ... here.
13665 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13666 Moved ...
13667 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13668 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13669 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13670 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13671 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13672 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13673 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13674 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13675 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13676 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13677 Moved ...
13678 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13679 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13680 Moved ...
13681 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13682 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13683 Moved ...
13684 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13685 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13686 Moved ...
13687 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13688 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13689 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13690 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13691 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13692 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13693 Moved ...
13694 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13695 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13696 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13697 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13698 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13699 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13700 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13701 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13702 Moved ...
13703 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13704 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13705 Moved ...
13706 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13707 ... here.
13708 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13709 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13710 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13711 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13712 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13713 Moved ...
13714 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13715 ... here.
13716 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13717 Moved ...
13718 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13719 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13720 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13721 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13722 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13723 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13724 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13725 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13726 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13727 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13728 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13729
5085af05
RM
13730 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13731 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13732
708f0813
RM
13733 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13734 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13735
c96067bc
RM
13736 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13737 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13738 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13739 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13740 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13741 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13742 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13743 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13744 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13745 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13746 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13747 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13748 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13749 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13750 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13751 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13752 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13753 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13754 Moved ...
13755 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13756 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13757 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13758 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13759 Moved ...
13760 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13761 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13762 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13763 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13764 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13765 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13766 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13767 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13768 Moved ...
13769 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13770 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13771 Moved ...
13772 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13773 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13774 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13775 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13776 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13777 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13778 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13779 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13780 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13781 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13782 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13783 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13784 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13785 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13786 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13787 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13788 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13789
ec136444
RM
13790 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13791 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13792 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13793 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13794 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13795
2fbdf533
RM
13796 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13797 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13798 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13799 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13800 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13801 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13802 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13803 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13804 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13805 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13806
4c68138b
RM
13807 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13808 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13809
4eaae765
RM
13810 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13811 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
13812 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13813 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13814 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13815 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13816 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13817 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13818 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13819 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13820 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13821 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13822 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13823 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13824 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13825 Update #include.
13826 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13827 Likewise.
13828 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13829 Likewise.
13830 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13831 Likewise.
13832 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13833 Likewise.
13834 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13835 Likewise.
13836 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13837 Likewise.
13838 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13839 Likewise.
13840 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13841 Likewise.
13842 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13843 Likewise.
4ef6befa
RM
13844 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13845 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13846 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13847 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13848 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
13849 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13850 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13851 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13852 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13853 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13854 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13855 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13856 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13857 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
13858 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 13859
941d7dfd
RM
13860 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13861 that was previously under [RESET_PID].
13862 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13863 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13864 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13865
1b731c35
RM
13866 * sysdeps/i386/nptl/Implies: New file.
13867 * sysdeps/x86_64/nptl/Implies: New file.
13868 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13869 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13870 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13871 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13872
e2787137
RM
13873 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13874 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13875 (__libc_vfork): New strong alias.
13876 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13877 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13878
13879 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13880 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13881 (__libc_vfork): New strong alias.
13882 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13883 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13884
5675da1e
RM
13885 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13886 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13887 (__libc_vfork): New strong alias.
13888 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13889 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13890 * nptl/pt-vfork.c: New file.
13891 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13892 (libpthread: GLIBC_2.20): New version set (empty).
13893
4f02e2b8
WN
138942014-05-14 Will Newton <will.newton@linaro.org>
13895
13896 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13897 rather than #if.
13898
0bf061d3
JM
138992014-05-14 Joseph Myers <joseph@codesourcery.com>
13900
1a84c3d6
JM
13901 [BZ #16564]
13902 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13903 arguments with exponent 65 or above.
13904 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13905 arguments 0x1p113L or above.
13906 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13907 to arguments 0x1p107L or above.
13908 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13909 positive arguments with exponent 65 or above.
13910 * math/auto-libm-test-in: Add more tests of log1p.
13911 * math/auto-libm-test-out: Regenerated.
13912
01dbacd2
JM
13913 [BZ #16928]
13914 * math/s_cacos.c (__cacos): Ensure zero real part of result from
13915 non-finite arguments is +0.
13916 * math/s_cacosf.c (__cacosf): Likewise.
13917 * math/s_cacosl.c (__cacosl): Likewise.
13918 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13919 * sysdeps/i386/fpu/libm-test-ulps: Update.
13920 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13921
913d03c8
JM
13922 [BZ #16927]
13923 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13924 value.
13925 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13926 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13927 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13928 for explicit high bit of mantissa when testing for argument equal
13929 to 1.
13930 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13931 * sysdeps/i386/fpu/libm-test-ulps: Update.
13932 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13933
0bf061d3
JM
13934 [BZ #16516]
13935 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13936 (__erf): Scale by 16 instead of 8 in potentially underflowing
13937 case. Ensure exception if result actually underflows.
13938 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13939 (__erff): Scale by 16 instead of 8 in potentially underflowing
13940 case. Ensure exception if result actually underflows.
13941 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13942 (efx8): Remove variable.
13943 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13944 case. Ensure exception if result actually underflows.
13945 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13946 (efx8): Remove variable.
13947 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13948 case. Ensure exception if result actually underflows.
13949 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13950 (efx8): Remove variable.
13951 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13952 case. Ensure exception if result actually underflows.
13953 * math/auto-libm-test-in: Add more tests of erf.
13954 * math/auto-libm-test-out: Regenerated.
13955
73ba67cb
AS
139562014-05-14 Andreas Schwab <schwab@suse.de>
13957
3d8c8bff
AS
13958 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13959 Remove code conditionalized on USE___THREAD.
13960
73ba67cb
AS
13961 * config.h.in (HAVE_PT_CHOWN): Define as 0.
13962 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13963 not definedness.
13964
5c521ecd
JM
139652014-05-14 Joseph Myers <joseph@codesourcery.com>
13966
5e7698c6
JM
13967 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13968 Define unconditionally.
13969 (__ASSUME_O_CLOEXEC): Likewise.
13970 (__ASSUME_SOCK_CLOEXEC): Likewise.
13971 (__ASSUME_IN_NONBLOCK): Likewise.
13972 (__ASSUME_PIPE2): Likewise.
13973 (__ASSUME_EVENTFD2): Likewise.
13974 (__ASSUME_SIGNALFD4): Likewise.
13975 (__ASSUME_DUP3): Likewise.
13976 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13977 (__ASSUME_DUP3): Do not define.
13978 (__ASSUME_EVENTFD2): Likewise.
13979 (__ASSUME_IN_NONBLOCK): Likewise.
13980 (__ASSUME_O_CLOEXEC): Likewise.
13981 (__ASSUME_PIPE2): Likewise.
13982 (__ASSUME_SIGNALFD4): Likewise.
13983 (__ASSUME_SOCK_CLOEXEC): Likewise.
13984 (__ASSUME_UTIMES): Undefine.
13985 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13986 (__ASSUME_UTIMES): Do not define.
13987 (__ASSUME_O_CLOEXEC): Likewise.
13988 (__ASSUME_SOCK_CLOEXEC): Likewise.
13989 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13990 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13991 0x020621].
13992 (__ASSUME_PIPE2): Likewise.
13993 (__ASSUME_EVENTFD2): Likewise.
13994 (__ASSUME_SIGNALFD4): Likewise.
13995 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13996 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13997 Do not define.
13998 (__ASSUME_EVENTFD2): Likewise.
13999 (__ASSUME_SIGNALFD4): Likewise.
14000 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14001 (__ASSUME_32BITUIDS): Likewise.
14002 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14003 (__ASSUME_IPC64): Likewise.
14004 (__ASSUME_ST_INO_64_BIT): Likewise.
14005 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14006 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14007 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14008 (__ASSUME_UTIMES): Do not define.
14009 (__ASSUME_PSELECT): Likewise.
14010 (__ASSUME_PPOLL): Likewise.
14011 (__ASSUME_O_CLOEXEC): Likewise.
14012 (__ASSUME_SOCK_CLOEXEC): Likewise.
14013 (__ASSUME_IN_NONBLOCK): Likewise.
14014 (__ASSUME_PIPE2): Likewise.
14015 (__ASSUME_EVENTFD2): Likewise.
14016 (__ASSUME_SIGNALFD4): Likewise.
14017 (__ASSUME_DUP3): Likewise.
14018 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14019 (__ASSUME_UTIMES): Likewise.
14020 (__ASSUME_O_CLOEXEC): Likewise.
14021 (__ASSUME_SOCK_CLOEXEC): Likewise.
14022 (__ASSUME_IN_NONBLOCK): Likewise.
14023 (__ASSUME_PIPE2): Likewise.
14024 (__ASSUME_EVENTFD2): Likewise.
14025 (__ASSUME_SIGNALFD4): Likewise.
14026 (__ASSUME_DUP3): Likewise.
14027 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14028 (__ASSUME_UTIMES): Likewise.
14029 (__ASSUME_O_CLOEXEC): Likewise.
14030 (__ASSUME_SOCK_CLOEXEC): Likewise.
14031 (__ASSUME_IN_NONBLOCK): Likewise.
14032 (__ASSUME_PIPE2): Likewise.
14033 (__ASSUME_EVENTFD2): Likewise.
14034 (__ASSUME_SIGNALFD4): Likewise.
14035 (__ASSUME_DUP3): Likewise.
14036 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14037 Likewise.
14038 (__ASSUME_UTIMES): Likewise.
14039 (__ASSUME_EVENTFD2): Likewise.
14040 (__ASSUME_SIGNALFD4): Likewise.
14041 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14042 (__ASSUME_O_CLOEXEC): Likewise.
14043 (__ASSUME_SOCK_CLOEXEC): Likewise.
14044 (__ASSUME_IN_NONBLOCK): Likewise.
14045 (__ASSUME_PIPE2): Likewise.
14046 (__ASSUME_EVENTFD2): Likewise.
14047 (__ASSUME_SIGNALFD4): Likewise.
14048 (__ASSUME_DUP3): Likewise.
14049 (__ASSUME_UTIMES): Undefine.
14050
5c521ecd
JM
14051 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14052 feclearexcept. Remove symbol versioning code.
14053 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
14054 symbol versioning code.
14055 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
14056 symbol versioning code.
14057 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14058 feupdateenv. Remove symbol versioning code.
14059 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14060 fegetexceptflag. Remove symbol versioning code.
14061 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14062 fesetexceptflag. Remove symbol versioning code.
14063 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14064 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
14065 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14066 (__posix_fadvise64_l32): Remove prototype.
14067 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14068 code.
14069
5da9dfad
RM
140702014-05-13 Roland McGrath <roland@hack.frob.com>
14071
14072 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14073 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14074 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14075 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14076
893b4f37
SK
140772014-05-13 Sami Kerola <kerolasa@iki.fi>
14078
14079 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14080 current working directory
14081
e0db6517
RM
140822014-05-13 Roland McGrath <roland@hack.frob.com>
14083
58aa195d
RM
14084 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14085 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14086 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14087 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14088 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14089 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14090 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14091 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14092 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14093 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14094 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14095 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14096 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14097 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14098 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14099 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14100 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14101 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14102 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14103 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14104 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14105 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14106 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14107 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14108 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14109 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14110 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14111 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14112 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14113 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14114 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14115 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14116 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14117 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14118 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14119 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14120 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14121 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14122 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14123 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14124 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14125 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14126
8c6d01f0
RM
14127 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14128 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14129
14130 * sysdeps/unix/sysv/linux/arm/Makefile
14131 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14132 Add rt-aeabi_unwind_cpp_pr1.
14133 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14134 Add nptl-aeabi_unwind_cpp_pr1.
14135 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14136 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14137 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14138 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14139 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14140 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14141
14142 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14143 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14144 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14145 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14146
bba6da4e
RM
14147 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14148 Deconditionalize the code that was previously under [RESET_PID].
14149 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14150
e0db6517
RM
14151 * sysdeps/generic/exit-thread.h: New file.
14152 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14153 * include/unistd.h (__exit_thread): Remove declaration.
14154 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14155 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14156 * csu/libc-start.c: Include <exit-thread.h>.
14157 (LIBC_START_MAIN): Pass no argument to __exit_thread.
14158 * nptl/pthread_create.c: Include <exit-thread.h>.
14159 (start_thread): Call __exit_thread in place of __exit_thread_inline.
14160 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14161 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14162 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14163 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14164 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14165 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14166 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14167 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14168 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14169 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14170 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14171 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14172 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14173 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14174 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14175 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14176
01eb16fd
AS
141772014-05-13 Andreas Schwab <schwab@suse.de>
14178
14179 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14180
637461d9
JM
141812014-05-12 Joseph Myers <joseph@codesourcery.com>
14182
14183 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14184 (__ASSUME_UTIMES): Do not condition on kernel version.
14185 (__ASSUME_PSELECT): Define unconditionally.
14186 (__ASSUME_PPOLL): Likewise.
14187 (__ASSUME_ATFCTS): Likewise.
14188 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14189 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14190 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14191 (__ASSUME_UTIMENSAT): Define unconditionally.
14192 (__ASSUME_PRIVATE_FUTEX): Likewise.
14193 (__ASSUME_FALLOCATE): Likewise.
14194 (__ASSUME_O_CLOEXEC): Likewise.
14195 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14196 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14197 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14198 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14199 (__ASSUME_IN_NONBLOCK): Likewise.
14200 (__ASSUME_PIPE2): Likewise.
14201 (__ASSUME_EVENTFD2): Likewise.
14202 (__ASSUME_SIGNALFD4): Likewise.
14203 (__ASSUME_DUP3): Likewise.
14204 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14205 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14206 (__ASSUME_AT_RANDOM): Likewise.
14207 (__ASSUME_PREADV): Likewise.
14208 (__ASSUME_PWRITEV): Likewise.
14209 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14210 (__ASSUME_F_GETOWN_EX): Define unconditionally.
14211 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14212 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14213 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14214 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14215 (__ASSUME_O_CLOEXEC): Define unconditionally.
14216 (__ASSUME_PSELECT): Do not undefine conditionally.
14217 (__ASSUME_PPOLL): Likewise.
14218 (__ASSUME_ATFCTS): Likewise.
14219 (__ASSUME_SET_ROBUST_LIST): Likewise.
14220 (__ASSUME_UTIMENSAT): Likewise.
14221 (__ASSUME_FDATASYNC): Define unconditionally.
14222 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14223 (__ASSUME_SIGFRAME_V2): Likewise.
14224 )__ASSUME_EVENTFD2): Likewise.
14225 (__ASSUME_SIGNALFD4): Likewise.
14226 (__ASSUME_PSELECT): Do not undefine conditionally.
14227 (__ASSUME_PPOLL): Likewise.
14228 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14229 (__ASSUME_PSELECT): Define unconditionally.
14230 (__ASSUME_PPOLL): Likewise.
14231 (__ASSUME_O_CLOEXEC): Likewise.
14232 (__ASSUME_SOCK_CLOEXEC): Likewise.
14233 (__ASSUME_IN_NONBLOCK): Likewise.
14234 (__ASSUME_PIPE2): Likewise.
14235 (__ASSUME_EVENTFD2): Likewise.
14236 (__ASSUME_SIGNALFD4): Likewise.
14237 (__ASSUME_DUP3): Likewise.
14238 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14239 (__ASSUME_O_CLOEXEC): Likewise.
14240 (__ASSUME_SOCK_CLOEXEC): Likewise.
14241 (__ASSUME_IN_NONBLOCK): Likewise.
14242 (__ASSUME_PIPE2): Likewise.
14243 (__ASSUME_EVENTFD2): Likewise.
14244 (__ASSUME_SIGNALFD4): Likewise.
14245 (__ASSUME_DUP3): Likewise.
14246 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14247 (__ASSUME_EVENTFD2): Likewise.
14248 (__ASSUME_SIGNALFD4): Likewise.
14249 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14250
315eb1d8
AS
142512014-05-12 Andreas Schwab <schwab@suse.de>
14252
14253 [BZ #16932]
14254 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14255 (_nss_nis_gethostbyname4_r): Return error if item length is larger
14256 than maximum RPC packet size.
14257 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14258 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14259 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14260 (_nss_nis_getservbyport_r): Likewise.
14261
91df99f7
WN
142622014-05-12 Will Newton <will.newton@linaro.org>
14263
14264 * malloc/Makefile (tests): Add tst-mallopt.
14265 * malloc/tst-mallopt.c: New file.
14266
0a982a29
RM
142672014-05-09 Roland McGrath <roland@hack.frob.com>
14268
14269 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14270 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14271
0ded08a5
AZ
142722014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14273
14274 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14275 (tst-tlsmod6.so): Likewise.
14276
55d4d550
RM
142772014-05-09 Roland McGrath <roland@hack.frob.com>
14278
14279 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14280
77d08aca
JM
142812014-05-09 Joseph Myers <joseph@codesourcery.com>
14282
14283 [BZ #16064]
14284 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14285 and <dl-procinfo.h>.
14286 (__fegetenv): Save SSE state in envp->__eip if supported.
14287 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14288 envp->__eip if supported.
14289 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14290 and <dl-procinfo.h>.
14291 (__fesetenv): Always set __eip, __cs_selector, __opcode,
14292 __data_offset and __data_selector in environment to 0. Set SSE
14293 state if supported.
14294 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14295 test-fenv-sse.
14296 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14297 -mfpmath=sse.
14298 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14299
28162f4d
WN
143002014-05-09 Will Newton <will.newton@linaro.org>
14301
14302 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14303 and libc_relro_required for ARM.
14304 * sysdeps/arm/preconfigure: Regenerate.
14305
5a414ff7
DV
143062014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
14307 Stefan Liebler <stli@linux.vnet.ibm.com>
14308
14309 * config.make.in (enable-lock-elision): New Makefile variable.
14310 * configure.ac: Likewise.
14311 * configure: Regenerate.
14312 * sysdeps/s390/configure.ac:
14313 Add check for gcc transactions support.
14314 * sysdeps/s390/configure: Regenerate.
14315 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14316 Build elision files if enabled.
14317 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14318 Add lock elision support for s390.
14319 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14320 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14321 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14322 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14323 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14324 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14325 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14326 Likewise.
14327 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14328 Likewise.
14329 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14330 Likewise.
14331 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14332 Likewise.
14333 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14334 (__lll_timedlock_elision, __lll_lock_elision)
14335 (__lll_unlock_elision, __lll_trylock_elision)
14336 (lll_timedlock_elision, lll_lock_elision)
14337 (lll_unlock_elision, lll_trylock_elision): Add.
14338 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14339 (pthread_mutex_t): Add lock elision support for s390.
14340
1a2f40e5
W
143412014-05-14 Wilco <wdijkstr@arm.com>
14342
14343 * sysdeps/arm/fclrexcpt.c: Cleanup.
14344 * sysdeps/arm/fedisblxcpt.c: Cleanup.
14345 * sysdeps/arm/feenablxcpt.c: Cleanup.
14346 * sysdeps/arm/fegetenv.c: Cleanup.
14347 * sysdeps/arm/fegetexcept.c: Cleanup.
14348 * sysdeps/arm/fegetround.c: Cleanup.
14349 * sysdeps/arm/feholdexcpt.c: Cleanup.
14350 * sysdeps/arm/fesetenv.c: Cleanup.
14351 * sysdeps/arm/fesetround.c: Cleanup.
14352 * sysdeps/arm/feupdateenv.c: Cleanup.
14353 * sysdeps/arm/fgetexcptflg.c: Cleanup.
14354 * sysdeps/arm/fraiseexcpt.c: Cleanup.
14355 * sysdeps/arm/fsetexcptflg.c: Cleanup.
14356 * sysdeps/arm/ftestexcept.c: Cleanup.
14357 * sysdeps/arm/get-rounding-mode.h: Cleanup.
14358 * sysdeps/arm/setfpucw.c: Cleanup.
14359
f63c86fe
WN
143602014-05-09 Will Newton <will.newton@linaro.org>
14361
14362 * sysdeps/arm/armv7/strcmp.S: New file.
14363 * NEWS: Mention addition of ARMv7 optimized strcmp.
14364
7a1a51b5
RM
143652014-05-08 Roland McGrath <roland@hack.frob.com>
14366
95afbbe5
RM
14367 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14368 look for %.ac rather than %.in.
14369
14370 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14371 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14372 * sysdeps/mach/hurd/configure: Regenerated.
14373 * sysdeps/unix/sysv/linux/configure: Regenerated.
14374
7a1a51b5
RM
14375 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14376
5057ad3b
SE
143772014-05-07 Steve Ellcey <sellcey@mips.com>
14378
14379 [BZ# 16922]
14380 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14381 (LONG_SUB): Ditto.
14382 (PTR_SUB): Ditto.
14383
8dc97517
AS
143842014-05-07 Andreas Schwab <schwab@suse.de>
14385
14386 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14387 when skipping over non-matching result from nscd.
14388
ce0c5b8f
OB
143892014-05-07 Ondřej Bílka <neleai@seznam.cz>
14390
14391 [BZ #16876]
14392 * nptl/sockperf.c (client): Check socket return value.
8dc97517 14393
a1189263
OB
14394 [BZ #16877]
14395 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14396 nscd security class.
ce0c5b8f 14397
0f58d252
RM
143982014-05-06 Roland McGrath <roland@hack.frob.com>
14399
14400 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14401 * sysdeps/arm/unwind.h: ... here.
14402
83df9ad0
AJ
144032014-05-06 Aurelien Jarno <aurelien@aurel32.net>
14404
ce0c5b8f
OB
14405 [BZ# 16916]
14406 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14407 Define.
83df9ad0 14408
f360f94a
VR
144092014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14410
14411 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14412 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14413 multiarch strncpy for PPC64.
14414 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14415 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14416 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14417 multiarch optimizations.
14418 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14419 (__libc_ifunc_impl_list): Likewise.
14420 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14421 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14422 multiarch stpncpy for PPC64.
14423 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14424 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14425
978a41c3
AS
144262014-05-06 Andreas Schwab <schwab@suse.de>
14427
14428 [BZ #16912]
14429 * gmon/mcount.c (_MCOUNT_DECL): Use
14430 atomic_compare_and_exchange_bool_acq instead of
14431 catomic_compare_and_exchange_bool_acq.
14432
eb1ed03d
RM
144332014-05-05 Roland McGrath <roland@hack.frob.com>
14434
fe658845
RM
14435 * elf/Makefile (others, install-bin): Remove pldd.
14436 (pldd-modules): Variable removed.
14437 ($(objpfx)pldd): Target removed.
14438 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14439 (others, install-bin): Append pldd here.
14440 ($(objpfx)pldd): New target.
14441
eb1ed03d
RM
14442 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14443 to 0, so the first #if test emitted later doesn't see it undefined.
14444 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14445 * sysdeps/gnu/errlist.c: Regenerated.
14446
19c4bec0
AZ
144472014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14448
14449 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14450 [libc_hidden_builtin_def]: Define to empty value.
14451 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14452 [libc_hidden_builtin_def]: Likewise.
14453 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14454 [libc_hidden_builtin_def]: Likewise.
14455 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14456 [libc_hidden_builtin_def]: Likewise.
14457 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14458 __redirect_memcpy and define ifunc as default hidden symbol.
14459 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14460 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14461
7776e669
AC
144622014-05-04 Adam Conrad <adconrad@0c3.net>
14463
14464 * locale/iso-4217.def: Reintroduce XDR currency.
14465
d69aeb12
AM
144662014-05-04 Allan McRae <allan@archlinux.org>
14467
14468 * po/eo.po: Update Esperanto translation from translation project.
14469
8f1df5cf
CD
144702014-05-02 Carlos O'Donell <carlos@redhat.com>
14471
14472 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14473 and FEATURE_INDEX_MAX to 1.
14474 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14475
13e402e7
SE
144762014-05-01 Steve Ellcey <sellcey@mips.com>
14477
14478 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14479 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14480 * iconvdata/big5.c (ONE_DIRECTION): Define.
14481 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14482 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14483 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14484 * iconvdata/cp932.c (ONE_DIRECTION): Define.
14485 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14486 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14487 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14488 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14489 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14490 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14491 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14492 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14493 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14494 * iconvdata/gbk.c (ONE_DIRECTION): Define.
14495 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14496 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14497 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14498 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14499 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14500 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14501 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14502 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14503 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14504 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14505 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14506 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14507 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14508 * iconvdata/iso646.c (ONE_DIRECTION): Define.
14509 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14510 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14511 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14512 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14513 * iconvdata/johab.c (ONE_DIRECTION): Define.
14514 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14515 * iconvdata/sjis.c (ONE_DIRECTION): Define.
14516 * iconvdata/t.61.c (ONE_DIRECTION): Define.
14517 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14518 * iconvdata/tscii.c (ONE_DIRECTION): Define.
14519 * iconvdata/uhc.c (ONE_DIRECTION): Define.
14520 * iconvdata/unicode.c (ONE_DIRECTION): Define.
14521 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14522 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14523 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14524
c727f032
RM
145252014-05-01 Roland McGrath <roland@hack.frob.com>
14526
8f2f08d0
RM
14527 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14528 (_IO_JUMPS_OFFSET): Define to 0.
14529
c727f032
RM
14530 * nptl/sysdeps/pthread/bits/libc-lock.h
14531 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14532 (__libc_lock_define_initialized_recursive): Always define using
14533 initializer. Modern compilers treat uninitialized (implicit zero) and
14534 explicit zero initializers the same (i.e. put the datum in bss).
14535
a849e800
AS
145362014-05-01 Andreas Schwab <schwab@linux-m68k.org>
14537
14538 * nscd/nscd-client.h: Include <string.h>.
14539
5331255b
DM
145402014-05-01 David S. Miller <davem@davemloft.net>
14541
14542 [BZ #16885]
14543 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14544 multiple zero bytes exist at the end of a string.
14545 Reported by Aurelien Jarno <aurelien@aurel32.net>
14546
14547 * string/test-strcmp.c (check): Add explicit test for situations where
14548 there are multiple zero bytes after the first.
14549
4fdfe821
AS
145502014-05-01 Andreas Schwab <schwab@linux-m68k.org>
14551
14552 [BZ #16890]
14553 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14554 when compiling wprintf.
14555 * stdio-common/tstdiomisc.c (t3): New function.
14556 (main): Call it.
14557
0cdddc25
SE
145582014-05-01 Steve Ellcey <sellcey@mips.com>
14559
14560 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14561 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14562 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14563 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14564
6426d77e
SE
145652014-05-01 Steve Ellcey <sellcey@mips.com>
14566
14567 * stdlib/longlong.h: Updated from GCC.
14568
6d96f5e4
WN
145692014-05-01 Will Newton <will.newton@linaro.org>
14570 Bernard Ogden <bernie.ogden@linaro.org>
14571
7470db0c
WN
14572 * NEWS: Update fixed bug list.
14573
6d96f5e4
WN
14574 [BZ #15119]
14575 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14576
211d653c
DM
145772014-04-30 David S. Miller <davem@davemloft.net>
14578
4fa262fa
DM
14579 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14580 (libc_feholdexcept_setround_sparc_ctx): New function.
14581 (libc_fesetenv_sparc_ctx): Likewise.
14582 (libc_feupdateenv_sparc_ctx): Likewise.
14583 (libc_feholdsetround_sparc_ctx): Likewise.
14584 (libc_feholdexcept_setround_ctx): Define.
14585 (libc_feholdexcept_setroundf_ctx): Likewise.
14586 (libc_feholdexcept_setroundl_ctx): Likewise.
14587 (libc_fesetenv_ctx): Likewise.
14588 (libc_fesetenvf_ctx): Likewise.
14589 (libc_fesetenvl_ctx): Likewise.
14590 (libc_feupdateenv_ctx): Likewise.
14591 (libc_feupdateenvf_ctx): Likewise.
14592 (libc_feupdateenvl_ctx): Likewise.
14593 (libc_feresetround_ctx): Likewise.
14594 (libc_feresetroundf_ctx): Likewise.
14595 (libc_feresetroundl_ctx): Likewise.
14596 (libc_feholdsetround_ctx): Likewise.
14597 (libc_feholdsetroundf_ctx): Likewise.
14598 (libc_feholdsetroundl_ctx): Likewise.
14599
1d3d93ef
DM
14600 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14601 with __USE_GNU instead of XOPEN cpp guards.
14602
8aa583c3
DM
14603 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14604 0.
14605
211d653c
DM
14606 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14607 with XOPEN cpp guards.
14608
60c8f1f6
JB
146092014-04-30 Julian Brown <julian@codesourcery.com>
14610
14611 [BZ #16888]
14612 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14613 handling.
14614
9a461d46
JM
146152014-04-30 Joseph Myers <joseph@codesourcery.com>
14616
d0f5b3f8
JM
14617 [BZ #9894]
14618 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14619 Change to 2.6.32.
14620 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14621 * sysdeps/unix/sysv/linux/configure: Regenerated.
14622 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14623 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14624 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14625 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14626 * README: Update reference to required Linux kernel version.
14627 * manual/install.texi (Linux): Update reference to required Linux
14628 kernel headers version.
14629 * INSTALL: Regenerated.
14630
9a461d46
JM
14631 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14632 header inclusion.
14633 [POSIX] (limits.h): Likewise.
14634 [POSIX] (math.h): Likewise.
14635 [POSIX] (sys/wait.h): Likewise.
14636 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14637 function.
14638 [POSIX] (stddef.h): Do not allow header inclusion.
14639
1775babf
AZ
146402014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14641
57f41c40 14642 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 14643
8f630cca
YY
146442014-04-30 Yang Yingliang <yangyingliang@huawei.com>
14645
14646 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14647 Return immediately after lll_futex_wake.
14648
1cdeb237
SP
146492014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
14650
bc8f194c
SP
14651 [BZ #16791]
14652 * nscd/nscd-client.h (datahead_init_common): Initialize entire
14653 structure.
14654 (datahead_init_pos): Call datahead_init_common early.
14655 (datahead_init_neg): Likewise.
14656
1cdeb237
SP
14657 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14658 datahead_init_neg): New functions.
14659 * nscd/aicache.c (addhstaiX): Use them.
14660 * nscd/grpcache.c (cache_addgr): Likewise.
14661 * nscd/hstcache.c (cache_addhst): Likewise.
14662 * nscd/initgrcache.c (addinitgroupsX): Likewise.
14663 * nscd/netgroupcache.c (do_notfound): Likewise.
14664 (addgetnetgrentX): Likewise.
14665 (addinnetgrX): Likewise.
14666 * nscd/pwdcache.c (cache_addpw): Likewise.
14667 * nscd/servicescache.c (cache_addserv): Likewise.
14668
16b293a7
SP
146692014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
14670 Atsushi Onoe <atsushi@onoe.org>
14671
14672 [BZ #14308]
14673 [BZ #12994]
14674 [BZ #13651]
14675 * resolv/res_query.c (__libc_res_nsearch): Return if at least
14676 one response is valid.
14677 * resolv/res_send.c (send_dg): Check for validity of other
14678 response if the current response is a referral.
14679
a28a9b94
SE
146802014-04-29 Steve Ellcey <sellcey@mips.com>
14681
14682 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14683
2ca180e9
SL
146842014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
14685
14686 [BZ #16823]
14687 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14688 Always divide by positive zero when computing -Inf result.
14689 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14690 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14691
18f2945a
AZ
146922014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14693
14694 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14695 FPSCR if value do not change.
14696 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14697 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14698 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14699 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14700 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14701 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14702 function.
14703
5abebba4
CD
147042014-05-29 Carlos O'Donell <carlos@systemhalted.org>
14705
14706 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14707 * sysdeps/unix/sysv/linux/hppa: Move directory from
14708 ports/systeps/unix/sysv/linux/hppa.
14709 * README: Update listing for hppa-*-linux-gnu.
14710
f7ed60c2
OB
147112014-04-28 Ondřej Bílka <neleai@seznam.cz>
14712
fff763a5
OB
14713 [BZ #16754]
14714 * manual/stdio.texi (Hook functions): Fix types of stream hook
14715 functions.
f7ed60c2
OB
14716 [BZ #16854]
14717 * socket/sys/socket.h: Fix typo in comment.
14718
df639d73
WD
147192014-04-28 Wilco <wdijkstr@arm.com>
14720
f7ed60c2 14721 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
14722 * sysdeps/arm/math_private.h: New file.
14723 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14724
48332d82
L
147252014-04-25 H.J. Lu <hongjiu.lu@intel.com>
14726
14727 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14728 with __int128_t.
14729 (La_x86_64_retval): Likewise.
14730
e5e0d9a4
IB
147312014-04-24 Ian Bolton <ian.bolton@arm.com>
14732
14733 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14734 fpsr if value didn't change.
14735 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14736 to fpcr if value didn't change.
14737 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14738 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14739 fpsr or fpcr if value didn't change.
14740 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14741 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14742 fpcr if value didn't change.
14743 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14744 to fpsr if value didn't change.
14745
bacc75f7
SP
147462014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
14747
14748 * nptl/tst-sem3.c: Use test-skeleton.c
14749 (main): Rename to do_test. Use return instead of
14750 exit.
14751 * nptl/tst-sem4.c: Use test-skeleton.c
14752 (main): Rename to do_test.
14753
a059d359
DM
147542014-04-22 David S. Miller <davem@davemloft.net>
14755
14756 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14757 (struct sigaction): New struct member __glibc_reserved0, change
14758 type of sa_flags to int.
14759
ea6c92f3
YZ
147602014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
14761
14762 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14763 (COUNT_LEADING_ZEROS_0): Define for AArch64.
14764
766c4a36
SP
147652014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
14766
14767 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14768 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14769
140cc7ab
VK
147702014-04-22 Will Newton <will.newton@linaro.org>
14771 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
14772
14773 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14774 (__longjmp): Add longjmp and longjmp_target SystemTap
14775 probes.
14776 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14777 (__sigsetjmp): Add setjmp SystemTap probe.
14778
c54e5cf7
CD
147792014-04-17 Carlos O'Donell <carlos@redhat.com>
14780
14781 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14782 match manual order.
14783
75ffb047
AZ
147842014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14785
14786 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14787
2cd925f7
AZ
14788 * sysdeps/powerpc/fpu/fenv_private.h
14789 (libc_feholdexcept_setroundl_ctx): Define to
14790 libc_feholdexcept_setround_ppc_ctx.
14791 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14792 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14793 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14794 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14795
39e6cd8d
IB
147962014-04-17 Ian Bolton <ian.bolton@arm.com>
14797
14798 * sysdeps/aarch64/math-tests.h: New file.
14799
f9281df9
SY
148002014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
14801
14802 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14803 New.
14804 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14805 Check and set bit_AVX2_Usable.
14806 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14807 macro.
14808 (bit_AVX2): Likewise.
14809 (index_AVX2_Usable): Likewise.
14810 (CPUID_AVX2): Likewise.
14811 (HAS_AVX2): Likewise.
14812
37d35007
WN
148132014-04-17 Will Newton <will.newton@linaro.org>
14814
7c677662
WN
14815 * manual/setjmp.texi (System V contexts): Add note that
14816 calling setcontext on a context created by a call to a
14817 signal handler is undefined. Update text to note that
14818 setcontext from a signal handler is possible but not
14819 recommended.
14820
37d35007 14821 [BZ #16629]
e04a4e9d
WN
14822 * stdlib/tst-setcontext.c: Include signal.h.
14823 (main): Check that the signal stack before and
14824 after swapcontext is the same.
14825
37d35007
WN
14826 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14827 Re-implement to restore registers in user code and avoid
14828 rt_sigreturn system call.
14829
423a7160
W
148302014-04-17 Wilco <wdijkstr@arm.com>
14831
14832 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14833 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14834 * math/test-fenv.c: Skip exception trap tests on targets which only
14835 support non-stop mode.
14836
bc93ab29
IB
148372014-04-17 Ian Bolton <ian.bolton@arm.com>
14838 Wilco Dijkstra <wilco.dijkstra@arm.com>
14839
14840 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14841 (libc_feholdsetround_aarch64_ctx)
14842 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14843 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14844 (libc_feresetround_ctx, libc_feresetroundf_ctx)
14845 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14846 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14847 (libc_feresetround_noexl_ctx): Define.
14848
95fc5fa3
RH
148492014-04-16 Richard Henderson <rth@redhat.com>
14850
ddb04724
RH
14851 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14852
d77c0899
RH
14853 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14854 unwind tables.
14855
a3df56fc
RH
14856 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14857 const from the non-libc, non-ldso copy.
14858
95fc5fa3
RH
14859 * sysdeps/alpha/libm-test-ulps: Regenerate.
14860
7e0b6763
IB
148612014-04-16 Ian Bolton <ian.bolton@arm.com>
14862 Wilco Dijkstra <wilco.dijkstra@arm.com>
14863
14864 * sysdeps/aarch64/fpu/math_private.h: New file.
14865
a9ea2e0c
MS
148662014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
14867
14868 * sysdeps/aarch64/libm-test-ulps: Regenerate.
14869
ea8ba7cd
IZ
148702014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
14871
7e54fd04 14872 [BZ #16275]
ea8ba7cd
IZ
14873 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14874 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14875 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14876 Intel MPX bound registers before _dl_profile_fixup.
14877 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14878 registers after _dl_profile_fixup. Save and restore bound
14879 registers bnd0/bnd1 when calling _dl_call_pltexit.
14880 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14881 (LR_BND_OFFSET): Likewise.
14882 (LRV_BND0_OFFSET): Likewise.
14883 (LRV_BND1_OFFSET): Likewise.
14884
9f2a4fbc
ST
148852014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14886
14887 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14888 to...
14889 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
14890 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14891 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14892 fields.
9f2a4fbc 14893
fd15a59b
ST
148942014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14895
14896 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14897
f19dfa0a
SL
148982014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
14899
14900 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14901
4fa8bc3b
SL
149022014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
14903
14904 [BZ #14770]
14905 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14906 * sysdeps/s390/configure: Regenerate.
14907
8ea587db
SL
14908 [BZ #16824]
14909 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14910 Set round-to-nearest internally to reduce error accumulation.
14911
aa5f0ff1
AM
149122014-04-16 Alan Modra <amodra@gmail.com>
14913
14914 [BZ #16740]
14915 [BZ #16619]
14916 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14917 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 14918 * NEWS: Update fixed bug list.
aa5f0ff1 14919
bb9c256f
SP
149202014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
14921
14922 * benchtests/Makefile: Depend on libraries in build directory.
14923 (bench-math): Separate out math tests.
14924 (bench-pthread): Separate out pthread tests.
14925 (bench): Include math and pthread tests.
14926
f737dfd0
CD
149272014-04-14 Carlos O'Donell <carlos@redhat.com>
14928
14929 [BZ #16831]
14930 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14931 _dl_debug_initialize.
14932
0699f766
CD
14933 * configure.ac: Remove SELinux header check.
14934 * configure: Regenerate.
14935 * nscd/selinux.c (perms): Array of const char* to permission names.
14936 (nscd_request_avc_has_perm): Call security_deny_unknown to find
14937 default policy. Call string_to_security_class and string_to_av_perm to
14938 translate strings. Enforce default policy and call avs_has_perm with
14939 results of translated strings.
14940
809bd45f
DM
149412014-04-13 David S. Miller <davem@davemloft.net>
14942
14943 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14944
89e691f2
AM
149452014-04-12 Allan McRae <allan@archlinux.org>
14946
14947 [BZ #16838]
14948 * manual/string.texi (Collation Functions): Fix qsort argument
14949 order in example.
14950 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14951
9c9daaeb
CM
149522014-04-11 Chris Metcalf <cmetcalf@tilera.com>
14953
14954 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14955 Make the test a no-op if there are no exceptions defined.
14956
95561fb9
PP
149572014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
14958
fe8d072c 14959 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
14960 enable-hardcoded-path-in-tests
14961
970c602a
WN
149622014-04-11 Will Newton <will.newton@linaro.org>
14963
14964 * benchtests/Makefile (extra-objs): Add json-lib.o.
14965 (bench-func): Tidy up JSON output.
14966 * benchtests/bench-skeleton.c: Include json-lib.h.
14967 (main): Use JSON library functions to do output of
14968 benchmark results.
14969 * benchtests/bench-timing-type.c (main): Output the
14970 timing type simply, leaving formatting to the user.
14971 * benchtests/json-lib.c: New file.
14972 * benchtests/json-lib.h: Likewise.
14973
36875b06
TR
149742014-04-11 Torvald Riegel <triegel@redhat.com>
14975
14976 [BZ #15215]
14977 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14978 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
14979 memory barriers. Add comments.
14980 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14981 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14982 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14983 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14984 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14985 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14986
579db35a
SL
149872014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
14988
14989 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14990 * sysdeps/s390/s390-64/configure.ac: ... this ...
14991 * sysdeps/s390/configure.ac: ... to here.
14992 * sysdeps/s390/s390-32/configure: Delete file.
14993 * sysdeps/s390/s390-64/configure: Delete file.
14994 * sysdeps/s390/configure: Regenerate.
14995
c12e9f37
JAPH
149962014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
14997
14998 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14999
439bda32
WN
150002014-04-11 Will Newton <will.newton@linaro.org>
15001
15002 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15003 to zero if it is not defined elsewhere. (mtrim): Test
15004 the value of MALLOC_DEBUG with #if rather than #ifdef.
15005
6a5d6ea1
TR
150062014-04-10 Torvald Riegel <triegel@redhat.com>
15007
15008 * benchtests/pthread_once-inputs: New file.
15009 * benchtests/pthread_once-source.c: New file.
15010 * benchtests/README: Update documentation.
15011
a4c75cfd
IZ
150122014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
15013 H.J. Lu <hongjiu.lu@intel.com>
15014
7e54fd04 15015 [BZ #16275]
a4c75cfd
IZ
15016 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15017 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15018 * sysdeps/x86_64/configure: Regenerated.
15019 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15020 macro.
15021 (REGISTER_SAVE_RAX): Likewise.
15022 (REGISTER_SAVE_RCX): Likewise.
15023 (REGISTER_SAVE_RDX): Likewise.
15024 (REGISTER_SAVE_RSI): Likewise.
15025 (REGISTER_SAVE_RDI): Likewise.
15026 (REGISTER_SAVE_R8): Likewise.
15027 (REGISTER_SAVE_R9): Likewise.
15028 (REGISTER_SAVE_BND0): Likewise.
15029 (REGISTER_SAVE_BND1): Likewise.
15030 (REGISTER_SAVE_BND2): Likewise.
15031 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
15032 bound registers when calling _dl_fixup.
15033
27822ce6
AZ
150342014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15035
15036 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
15037 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15038 of its definition.
27822ce6
AZ
15039 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15040 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15041 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15042 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15043 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15044 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15045 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15046
a88ddc90
PTB
150472014-04-09 Peter Brett <peter@peter-b.co.uk>
15048
15049 [BZ #15514]
15050 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15051 pathconf(_PC_NAME_MAX).
15052
01f8eac2
AZ
150532014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15054
15055 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15056 Remove macro usage.
15057 (__PTHREAD_SPINS): Move definition to ...
15058 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15059 (__PTHREAD_SPINS): ... here.
15060 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15061 (__PTHREAD_SPIN): Likewise.
15062 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15063 (__PTHREAD_SPIN): Likewise.
15064 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15065 (__PTHREAD_SPIN): Likewise.
15066 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15067 (__PTHREAD_SPIN): Likewise.
15068 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15069 (__PTHREAD_SPIN): Likewise.
15070 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15071 (__PTHREAD_SPIN): Likewise.
15072 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15073 (__PTHREAD_SPIN): Likewise.
15074 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15075 (__PTHREAD_SPIN): Likewise.
15076 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15077 (__PTHREAD_SPIN): Likewise.
15078 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15079 (__PTHREAD_SPIN): Likewise.
15080 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15081 (__PTHREAD_SPIN): Likewise.
15082 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15083 (__PTHREAD_SPIN): Likewise.
15084
de21c33c
AZ
15085 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15086 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15087 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15088 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15089 imply folder.
15090 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15091 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15092 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15093 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15094 correct imply path.
15095 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15096 strlen symbol for non multi-arch builds.
15097 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15098 missing hidden_def and weak_alias.
15099
862c472e
CD
151002014-04-08 Carlos O'Donell <carlos@redhat.com>
15101
15102 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15103
8667f90e
WN
151042014-04-07 Will Newton <will.newton@linaro.org>
15105
15106 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15107 and contents. [!_LIBC] Remove #ifndef and contents.
15108 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
15109 * string/memccpy.c (__memccpy): Use ANSI prototype.
15110 * string/memfrob.c (memfrob): Likewise.
15111 * string/strcoll.c (STRCOLL): Likewise.
15112 * string/strlen.c (strlen): Likewise.
15113 * string/strtok.c (STRTOK): Likewise.
15114 * string/strcat.c: Remove unused #include of memcopy.h.
15115 (strcat): Use ANSI prototype.
15116 * string/strchr.c: Remove unused #include of memcopy.h.
15117 (strchr): Use ANSI prototype.
15118 * string/strcmp.c: Remove unused #include of memcopy.h.
15119 (strcmp): Use ANSI prototype.
15120 * string/strcpy.c: Remove unused #include of memcopy.h.
15121 (strcpy): Use ANSI prototype.
15122
7ffa9423
AZ
151232014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15124
15125 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15126 * config.make.in (config-extra-cppflags): Set it from
15127 libc_extra_cppflags.
15128 * configure.ac (libc_extra_cflags): Make it accumulate over
15129 configure fragments.
15130 (libc_extra_cppflags): New flag.
15131 * configure. Regenerate.
15132 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
15133 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15134 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
15135 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15136
8bd70862
AZ
15137 [BZ #16815]
15138 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15139 result for FE_DOWNWARD rounding mode.
15140 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15141 Likewise.
15142 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15143
d42f3448
CM
151442014-04-04 Chris Metcalf <cmetcalf@tilera.com>
15145
15146 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15147 in function argument name.
15148
1c21d115
DS
151492014-04-03 David Svoboda <svoboda@cert.org>
15150
15151 [BZ #5666]
15152 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15153 explicitly.
15154
fcccd512
RM
151552014-04-03 Roland McGrath <roland@hack.frob.com>
15156
15157 * elf/dl-unmap-segments.h: New file.
15158 * sysdeps/generic/ldsodefs.h
15159 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15160 * elf/dl-close.c: Include <dl-unmap-segments.h>.
15161 * elf/dl-fptr.c: Likewise.
15162 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15163 * sysdeps/aarch64/tlsdesc.c: Likewise.
15164 * sysdeps/arm/tlsdesc.c: Likewise.
15165 * sysdeps/i386/tlsdesc.c: Likewise.
15166 * sysdeps/tile/dl-runtime.c: Likewise.
15167 * sysdeps/x86_64/tlsdesc.c: Likewise.
15168 * elf/dl-load.h: New file.
15169 * elf/dl-load.c: Include it.
15170 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15171 Macros moved to dl-load.h.
15172 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15173 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15174 Use _dl_unmap_segments in place of __munmap.
15175 Break out segment-mapping loop into ...
15176 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15177
f6488e2b
WN
151782014-04-03 Will Newton <will.newton@linaro.org>
15179
15180 * elf/dl-lookup.c (do_lookup_x): Remove comment
15181 referring to nested function and move variable
15182 declarations down to before first use.
15183
6f05bafe
JM
151842014-04-02 Joseph Myers <joseph@codesourcery.com>
15185
a84e78c8
JM
15186 [BZ #16799]
15187 [BZ #16800]
15188 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15189 with 0 numerator.
15190 * math/s_catanf.c (__catanf): Likewise.
15191 * math/s_catanh.c (__catanh): Likewise.
15192 * math/s_catanhf.c (__catanhf): Likewise.
15193 * math/s_catanhl.c (__catanhl): Likewise.
15194 * math/s_catanl.c (__catanl): Likewise.
15195 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15196 by positive zero when computing -Inf result.
15197 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15198 (catanh_test): Likewise.
15199 * sysdeps/i386/fpu/libm-test-ulps: Update.
15200 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15201
6f05bafe
JM
15202 [BZ #16789]
15203 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15204 instead of using underflowing value in computing result.
15205 * math/s_clog10.c (__clog10): Likewise.
15206 * math/s_clog10f.c (__clog10f): Likewise.
15207 * math/s_clog10l.c (__clog10l): Likewise.
15208 * math/s_clogf.c (__clogf): Likewise.
15209 * math/s_clogl.c (__clogl): Likewise.
15210 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15211 (clog10_test): Likewise.
15212 * sysdeps/i386/fpu/libm-test-ulps: Update.
15213 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15214
b0abbc21
AM
152152014-04-02 Alan Modra <amodra@gmail.com>
15216
15217 [BZ #16739]
15218 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15219 output when value is near a power of two. Use int64_t for lx and
15220 remove casts. Use decimal rather than hex exponent constants.
15221 Don't use long double multiplication when double will suffice.
15222 * math/libm-test.inc (nextafter_test_data): Add tests.
15223 * NEWS: Add 16739 and 16786 to bug list.
15224
af6b1797
AM
15225 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15226
483818d7
AM
15227 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15228
f6c55796
WN
152292014-04-01 Will Newton <will.newton@linaro.org>
15230
15231 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15232 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
15233
13f7fe35
FW
152342014-04-01 Florian Weimer <fweimer@redhat.com>
15235
15236 [BZ #13347]
15237 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15238 * nptl/tst-setuid2.c: New file.
15239 * nptl/Makefile (xtests): Add tst-setuid2.
15240
c859b32e
AM
152412014-04-01 Alan Modra <amodra@gmail.com>
15242
15243 [BZ #16786]
15244 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15245
54fa2475
JM
152462014-03-31 Joseph Myers <joseph@codesourcery.com>
15247
8795b4a4
JM
15248 [BZ #6803]
15249 [BZ #6804]
15250 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15251 set errno as appropriate.
15252 * math/w_scalbf.c (__scalbf): Likewise.
15253 * math/w_scalbl.c (__scalbl): Likewise.
15254 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15255 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15256 * math/libm-test.inc (scalb_test_data): Add errno expectations.
15257 Add more NaN tests.
15258
54fa2475
JM
15259 [BZ #16349]
15260 * math/w_atan2.c: Include <errno.h>.
15261 (__atan2): Set errno for result underflowing to zero.
15262 * math/w_atan2f.c: Include <errno.h>.
15263 (__atan2f): Set errno for result underflowing to zero.
15264 * math/w_atan2l.c: Include <errno.h>.
15265 (__atan2l): Set errno for result underflowing to zero.
15266 * math/auto-libm-test-in: Don't allow missing errno for some atan2
15267 tests.
15268 * math/auto-libm-test-out: Regenerated.
15269
757d9dd5
AZ
152702014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15271
15272 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15273 Encode instruction correctly in little endian.
15274 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15275 Likewise.
15276 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15277 Likewise.
15278 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15279 Likewise.
15280 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15281 Likewise.
15282
d7a68734
JM
152832014-03-31 Joseph Myers <joseph@codesourcery.com>
15284
47c5adeb
JM
15285 [BZ #9894]
15286 * sysdeps/unix/sysv/linux/kernel-features.h
15287 [__sparc__ && !__arch64__ && !__sparc_v9__]
15288 (__ASSUME_SET_ROBUST_LIST): Do not define.
15289 [__sparc__ && !__arch64__ && !__sparc_v9__]
15290 (__ASSUME_FUTEX_LOCK_PI): Likewise.
15291 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15292 Likewise.
15293 * sysdeps/unix/sysv/linux/arm/kernel-features.h
15294 (__ASSUME_FUTEX_LOCK_PI): Undefine.
15295 (__ASSUME_REQUEUE_PI): Likewise.
15296 (__ASSUME_SET_ROBUST_LIST): Likewise.
15297 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15298 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15299 Undefine.
15300 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15301 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15302 Likewise.
15303 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15304 Likewise.
15305 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15306 Likewise.
15307 * sysdeps/unix/sysv/linux/mips/kernel-features.h
15308 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15309 Undefine.
15310 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15311 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15312 Likewise.
15313
d7a68734
JM
15314 [BZ #16648]
15315 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15316 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15317 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15318
c760f5c2
WN
153192014-03-31 Will Newton <will.newton@linaro.org>
15320
15321 * benchtests/Makefile (bench): Add ffs and ffsll to list
15322 of tests.
15323 * benchtests/ffs-inputs: New file.
15324 * benchtests/ffsll-inputs: Likewise.
15325
ea6029b1
JM
153262014-03-29 Joseph Myers <joseph@codesourcery.com>
15327
15328 [BZ #16770]
15329 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15330 too large before casting to int.
15331 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15332 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15333 * math/libm-test.inc (scalb_test_data): Add more tests.
15334
cf806aff
SP
153352014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
15336
56737508
SP
15337 * benchtests/Makefile (DETAILED_OPT): New make option.
15338 (bench-func): Run benchmark program with -d if DETAILED_OPT is
15339 set.
15340 * benchtests/bench-skeleton.c: Include stdbool.h.
15341 (main): Store and print timings per input.
15342 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15343 member to each argument value.
15344 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15345 (_print_arg_data): Initialize per-input timing to 0.
15346
cb5e4aad
SP
15347 * benchtests/Makefile (timing-type): New binary.
15348 (bench-clean): Also remove bench-timing-type.
15349 (bench): New target for timing-type.
15350 (bench-func): Print output in JSON format.
15351 * benchtests/bench-skeleton.c (main): Print output in JSON
15352 format.
15353 * benchtests/bench-timing-type.c: New file.
15354 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15355 (TIMING_PRINT_STATS): Remove.
15356 * benchtests/scripts/bench.py (_print_arg_data): Store variant
15357 name separately.
15358
cf806aff
SP
15359 * benchtests/bench-modf.c: Remove.
15360 * benchtests/modf-inputs: New inputs file.
15361
289e0779
JM
153622014-03-28 Joseph Myers <joseph@codesourcery.com>
15363
15364 [BZ #16362]
15365 * math/s_clog10.c (M_PI_LOG10E): New macro.
15366 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15367 imaginary parts are 0.
15368 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15369 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15370 imaginary parts are 0.
15371 * math/s_clog10l.c (M_PI_LOG10El): New macro.
15372 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15373 imaginary parts are 0.
15374 * math/libm-test.inc (clog10_test_data): Update expected results
15375 for when real and imaginary parts are 0.
15376
277ae3f1
PP
153772014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
15378
15379 * elf/dl-load.c: Finish conversion of __builtin_expect into
15380 __glibc_{un}likely.
15381
03a7091f
JM
153822014-03-27 Joseph Myers <joseph@codesourcery.com>
15383
15384 [BZ #16348]
15385 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15386 1+x for argument with exponent below -67.
15387 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15388 Likewise.
15389 * math/auto-libm-test-in: Add more tests of exp.
15390 * math/auto-libm-test-out: Regenerated.
15391
ea7d8b95
SP
153922014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
15393
dd3022d7
SP
15394 [BZ #16759]
15395 * inet/getnetgrent_r.c (get_nonempty_val): New function.
15396 (nscd_getnetgrent): Use it.
15397
ea7d8b95
SP
15398 [BZ #16760]
15399 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15400 of stpcpy.
15401
df5b85da
AK
154022014-03-27 Andi Kleen <ak@linux.intel.com>
15403
57f41c40
AS
15404 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15405 (lll_robust_lock, lll_cond_lock, lll_timedlock)
15406 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15407 (lll_robust_unlock): Remove out of line section. Use cfi
15408 intrinsics.
df5b85da 15409 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
15410 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15411 (lll_robust_lock, lll_cond_lock, lll_timedlock)
15412 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15413 (lll_robust_unlock): Remove out of line section. Use cfi
15414 intrinsics.
df5b85da
AK
15415 (LLL_STUB_UNWIND_INFO*): Remove.
15416
fbd6b5a4
SP
154172014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
15418
15419 [BZ #16758]
15420 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15421 blank values.
15422
1b26b855
PP
154232014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
15424
15425 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15426
9be36fb8
JM
154272014-03-26 Joseph Myers <joseph@codesourcery.com>
15428
15429 [BZ #16198]
15430 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15431 fnstenv.
15432 * math/test-fenv-preserve.c: New file.
15433 * math/Makefile (tests): Add test-fenv-preserve.
15434
60a2f3c1
WN
154352014-03-26 Will Newton <will.newton@linaro.org>
15436
15437 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15438
a5e5f1e2
RM
154392014-03-25 Roland McGrath <roland@hack.frob.com>
15440
15441 * scripts/versionlist.awk: Partition the version sets and emit all
15442 GLIBC_* (sorted) before all others (sorted).
15443
00f4012a
JM
154442014-03-25 Joseph Myers <joseph@codesourcery.com>
15445
15446 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15447 GLIBC_2.2.5 version.
15448
7bc5a741
AZ
154492014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15450
15451 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15452 calls.
15453
7578473b
AZ
15454 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15455 previous change.
15456
f3f1dab3
AZ
15457 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15458
6da36183
AS
154592014-03-25 Andreas Schwab <schwab@suse.de>
15460
15461 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15462 label to be used after in6ailist is initialized.
15463
f3f1dab3 154642014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 15465
7578473b 15466 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
15467 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15468
046651c1
JM
154692014-03-25 Joseph Myers <joseph@codesourcery.com>
15470
15471 [BZ #16357]
15472 [BZ #16599]
15473 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15474 min_plus_half.
15475 (fp_formats): Update initializers.
15476 (init_fp_formats): Initialize new field.
15477 (output_for_one_input_case): Allow underflow for results up to
15478 min_plus_half.
15479 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15480 * math/auto-libm-test-in: Don't mark some underflows from asin and
15481 atanh as spurious.
15482 * math/auto-libm-test-out: Regenerated.
15483 * sysdeps/i386/fpu/libm-test-ulps: Update.
15484 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15485
003e49ed
AS
154862014-03-25 Andreas Schwab <schwab@suse.de>
15487
15488 * libio/Makefile (tst-ftell-partial-wide-ENV)
15489 (tst-ftell-active-handler-ENV): Define.
15490
de031874
SL
154912014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
15492
15493 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15494
55a81e3b
PP
154952014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
15496
15497 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15498
f3426898
JM
154992014-03-24 Joseph Myers <joseph@codesourcery.com>
15500
15501 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15502 * sysdeps/x86_64/fpu/multiarch/e_exp.c
15503 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15504
a42faf59
PP
155052014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
15506
15507 [BZ #16634]
a42faf59 15508 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
15509 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15510 (open_path): Change from boolean 'secure' to complete flag 'mode'
15511 (_dl_map_object): Adjust.
a42faf59
PP
15512 * elf/Makefile (tests): Add tst-dlopen-aout.
15513 * elf/tst-dlopen-aout.c: New test.
15514
50936127
SL
155152014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
15516
15517 [BZ #16714]
15518 * sysdeps/unix/sysv/linux/s390/bits/stat.h
15519 (struct stat): Rename member pad0 to __glibc_reserved0.
15520
26011b5c
SL
15521 [BZ #16712]
15522 * sysdeps/s390/s390-32/bits/wordsize.h
15523 (__WORDSIZE32_SIZE_ULONG): New define.
15524 * sysdeps/s390/s390-64/bits/wordsize.h
15525 (__WORDSIZE32_SIZE_ULONG): Likewise.
15526 * sysdeps/generic/stdint.h (SIZE_MAX):
15527 Define as UL if __WORDSIZE32_SIZE_ULONG.
15528
a2d86bf1
SL
15529 [BZ #16713]
15530 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15531 (__glibc_reserved0): New variable.
15532 (sa_flags): Change type to int.
15533
78b6eebc
SL
15534 * posix/Makefile (before-compile): Use += before-compile instead
15535 of a :=.
15536
f1399b5a
SL
15537 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15538 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15539
a071766e
AS
155402014-03-20 Andreas Schwab <schwab@suse.de>
15541
15542 [BZ #16743]
15543 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15544 non-matching result from nscd.
15545
27c673b8
SP
155462014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
15547
15548 * scripts/bench.py: Moved to ...
15549 * benchtests/scripts/bench.py: ... here.
15550 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15551
44152e4b
AS
155522014-03-24 Andreas Schwab <schwab@suse.de>
15553
15554 [BZ #16002]
15555 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15556 alloca_account and account alloca use for struct in6ailist.
15557
b376a11a
JM
155582014-03-24 Joseph Myers <joseph@codesourcery.com>
15559
15560 [BZ #16284]
15561 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15562 rounding mode to recompute results that overflow to infinity or
15563 underflow to zero.
15564 * math/auto-libm-test-in: Don't mark tests as expected to fail for
15565 bug 16284.
15566 * math/auto-libm-test-out: Regenerated.
15567 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15568 (ccosh_test): Likewise.
15569 (csin_test_data): Use plus_oflow.
15570 (csin_test): Use ALL_RM_TEST.
15571 (csinh_test_data): Use plus_oflow.
15572 (csinh_test): Use ALL_RM_TEST.
15573 * sysdeps/i386/fpu/libm-test-ulps: Update.
15574 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15575
f7be7376
JM
155762014-03-21 Joseph Myers <joseph@codesourcery.com>
15577
1ca2d03e
JM
15578 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15579 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15580 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15581
f7be7376
JM
15582 [BZ #16731]
15583 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15584 when x - 1 is zero.
15585 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15586 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15587 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15588 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15589 argument is 1.
15590 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15591 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15592 zero.
15593 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15594 * sysdeps/i386/fpu/libm-test-ulps: Update.
15595 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15596
fdf4534d
SP
155972014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
15598
df26ea53
SP
15599 * scripts/bench.pl: Remove file.
15600 * scripts/bench.py: New benchmark script.
15601 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15602 * benchtests/README: Mention python dependency.
15603 * scripts/pylintrc: New file.
15604 * scripts/pylint: New file.
15605
fdf4534d
SP
15606 * bits/mathdef.h: Use #ifdef instead of #if.
15607 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15608 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15609 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15610 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15611 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15612 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15613
6f23d093
AZ
156142014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15615 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
15616
15617 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15618 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15619 and strpbrk-ppc64 objects.
15620 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15621 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15622 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15623 multiarch strpbrk for POWER7.
15624 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15625 multiarch strpbrk for PPC64.
15626 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15627 ifunc selector.
15628 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15629 strpbrk for POWER7.
15630
8c92dfff
JM
156312014-03-20 Joseph Myers <joseph@codesourcery.com>
15632
15633 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15634 (atan_test): Likewise.
15635 (atanh_test_data): Use NO_TEST_INLINE for two tests.
15636 (atanh_test): Use ALL_RM_TEST.
15637 (atan2_test_data): Likewise.
15638 (cabs_test): Likewise.
15639 (cacosh_test): Likewise.
15640 (carg_test): Likewise.
15641 (casin_test): Likewise.
15642 (casinh_test): Likewise.
15643 (cbrt_test): Likewise.
15644 (csqrt_test): Likewise.
15645 (erf_test): Likewise.
15646 (erfc_test): Likewise.
15647 (pow10_test): Likewise.
15648 (exp2_test): Likewise.
15649 (hypot_test): Likewise.
15650 (j0_test): Likewise.
15651 (j1_test): Likewise.
15652 (lgamma_test): Likewise.
15653 (gamma_test): Likewise.
15654 (sincos_test): Likewise.
15655 (tanh_test): Likewise.
15656 (y0_test): Likewise.
15657 (y1_test): Likewise.
15658 * sysdeps/i386/fpu/libm-test-ulps: Update.
15659 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15660
6eaf95cb
AZ
156612014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15662
a387428c
SP
15663 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15664 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
15665 and strcspn-ppc64 objects.
15666 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15667 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15668 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15669 multiarch strcspn for POWER7.
15670 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15671 multiarch strcspn for PPC64.
15672 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15673 ifunc selector.
15674 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15675 strcspn for POWER7.
15676
ae3a5dff
JM
156772014-03-20 Joseph Myers <joseph@codesourcery.com>
15678
15679 * math/gen-libm-test.pl (generate_testfile): Expect only function
15680 name as argument to AUTO_TESTS_* and pass results for all rounding
15681 modes to parse_args.
15682 (parse_auto_input): Separate inputs of automatic tests from
15683 outputs before storing in %auto_tests.
15684 * math/libm-test.inc (acos_test_data): Update call to
15685 AUTO_TESTS_f_f.
15686 (acos_test): Use ALL_RM_TEST.
15687 (acos_tonearest_test_data): Remove.
15688 (acos_test_tonearest): Likewise.
15689 (acos_towardzero_test_data): Likewise.
15690 (acos_test_towardzero): Likewise.
15691 (acos_downward_test_data): Likewise.
15692 (acos_test_downward): Likewise.
15693 (acos_upward_test_data): Likewise.
15694 (acos_test_upward): Likewise.
15695 (acosh_test_data): Update call to AUTO_TESTS_f_f.
15696 (asin_test_data): Likewise.
15697 (asin_test): Use ALL_RM_TEST.
15698 (asin_tonearest_test_data): Remove.
15699 (asin_test_tonearest): Likewise.
15700 (asin_towardzero_test_data): Likewise.
15701 (asin_test_towardzero): Likewise.
15702 (asin_downward_test_data): Likewise.
15703 (asin_test_downward): Likewise.
15704 (asin_upward_test_data): Likewise.
15705 (asin_test_upward): Likewise.
15706 (asinh_test_data): Update call to AUTO_TESTS_f_f.
15707 (atan_test_data): Likewise.
15708 (atanh_test_data): Likewise.
15709 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15710 (cabs_test_data): Update call to AUTO_TESTS_c_f.
15711 (carg_test_data): Likewise.
15712 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15713 (ccos_test_data): Update call to AUTO_TESTS_c_c.
15714 (ccosh_test_data): Likewise.
15715 (cexp_test_data): Likewise.
15716 (clog_test_data): Likewise.
15717 (clog10_test_data): Likewise.
15718 (cos_test_data): Update call to AUTO_TESTS_f_f.
15719 (cos_test): Use ALL_RM_TEST.
15720 (cos_tonearest_test_data): Remove.
15721 (cos_test_tonearest): Likewise.
15722 (cos_towardzero_test_data): Likewise.
15723 (cos_test_towardzero): Likewise.
15724 (cos_downward_test_data): Likewise.
15725 (cos_test_downward): Likewise.
15726 (cos_upward_test_data): Likewise.
15727 (cos_test_upward): Likewise.
15728 (cosh_test_data): Update call to AUTO_TESTS_f_f.
15729 (cosh_test): Use ALL_RM_TEST.
15730 (cosh_tonearest_test_data): Remove.
15731 (cosh_test_tonearest): Likewise.
15732 (cosh_towardzero_test_data): Likewise.
15733 (cosh_test_towardzero): Likewise.
15734 (cosh_downward_test_data): Likewise.
15735 (cosh_test_downward): Likewise.
15736 (cosh_upward_test_data): Likewise.
15737 (cosh_test_upward): Likewise.
15738 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15739 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15740 (ctan_test_data): Likewise.
15741 (ctan_test): Use ALL_RM_TEST.
15742 (ctan_tonearest_test_data): Remove.
15743 (ctan_test_tonearest): Likewise.
15744 (ctan_towardzero_test_data): Likewise.
15745 (ctan_test_towardzero): Likewise.
15746 (ctan_downward_test_data): Likewise.
15747 (ctan_test_downward): Likewise.
15748 (ctan_upward_test_data): Likewise.
15749 (ctan_test_upward): Likewise.
15750 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15751 (ctanh_test): Use ALL_RM_TEST.
15752 (ctanh_tonearest_test_data): Remove.
15753 (ctanh_test_tonearest): Likewise.
15754 (ctanh_towardzero_test_data): Likewise.
15755 (ctanh_test_towardzero): Likewise.
15756 (ctanh_downward_test_data): Likewise.
15757 (ctanh_test_downward): Likewise.
15758 (ctanh_upward_test_data): Likewise.
15759 (ctanh_test_upward): Likewise.
15760 (erf_test_data): Update call to AUTO_TESTS_f_f.
15761 (erfc_test_data): Likewise.
15762 (exp_test_data): Likewise.
15763 (exp_test): Use ALL_RM_TEST.
15764 (exp_tonearest_test_data): Remove.
15765 (exp_test_tonearest): Likewise.
15766 (exp_towardzero_test_data): Likewise.
15767 (exp_test_towardzero): Likewise.
15768 (exp_downward_test_data): Likewise.
15769 (exp_test_downward): Likewise.
15770 (exp_upward_test_data): Likewise.
15771 (exp_test_upward): Likewise.
15772 (exp10_test_data): Update call to AUTO_TESTS_f_f.
15773 (exp10_test): Use ALL_RM_TEST.
15774 (exp10_tonearest_test_data): Remove.
15775 (exp10_test_tonearest): Likewise.
15776 (exp10_towardzero_test_data): Likewise.
15777 (exp10_test_towardzero): Likewise.
15778 (exp10_downward_test_data): Likewise.
15779 (exp10_test_downward): Likewise.
15780 (exp10_upward_test_data): Likewise.
15781 (exp10_test_upward): Likewise.
15782 (exp2_test_data): Update call to AUTO_TESTS_f_f.
15783 (expm1_test_data): Likewise.
15784 (expm1_test): Use ALL_RM_TEST.
15785 (expm1_tonearest_test_data): Remove.
15786 (expm1_test_tonearest): Likewise.
15787 (expm1_towardzero_test_data): Likewise.
15788 (expm1_test_towardzero): Likewise.
15789 (expm1_downward_test_data): Likewise.
15790 (expm1_test_downward): Likewise.
15791 (expm1_upward_test_data): Likewise.
15792 (expm1_test_upward): Likewise.
15793 (fma_test_data): Update call to AUTO_TESTS_fff_f.
15794 (fma_test): Use ALL_RM_TEST.
15795 (fma_towardzero_test_data): Remove.
15796 (fma_test_towardzero): Likewise.
15797 (fma_downward_test_data): Likewise.
15798 (fma_test_downward): Likewise.
15799 (fma_upward_test_data): Likewise.
15800 (fma_test_upward): Likewise.
15801 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15802 (j0_test_data): Update call to AUTO_TESTS_f_f.
15803 (j1_test_data): Likewise.
15804 (jn_test_data): Update call to AUTO_TESTS_if_f.
15805 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15806 (log_test_data): Update call to AUTO_TESTS_f_f.
15807 (log10_test_data): Likewise.
15808 (log1p_test_data): Likewise.
15809 (log2_test_data): Likewise.
15810 (pow_test_data): Update call to AUTO_TESTS_ff_f.
15811 (pow_tonearest_test_data): Likewise.
15812 (sin_test_data): Update call to AUTO_TESTS_f_f.
15813 (sin_test): Use ALL_RM_TEST.
15814 (sin_tonearest_test_data): Remove.
15815 (sin_test_tonearest): Likewise.
15816 (sin_towardzero_test_data): Likewise.
15817 (sin_test_towardzero): Likewise.
15818 (sin_downward_test_data): Likewise.
15819 (sin_test_downward): Likewise.
15820 (sin_upward_test_data): Likewise.
15821 (sin_test_upward): Likewise.
15822 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15823 (sinh_test_data): Update call to AUTO_TESTS_f_f.
15824 (sinh_test): Use ALL_RM_TEST.
15825 (sinh_tonearest_test_data): Remove.
15826 (sinh_test_tonearest): Likewise.
15827 (sinh_towardzero_test_data): Likewise.
15828 (sinh_test_towardzero): Likewise.
15829 (sinh_downward_test_data): Likewise.
15830 (sinh_test_downward): Likewise.
15831 (sinh_upward_test_data): Likewise.
15832 (sinh_test_upward): Likewise.
15833 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15834 (sqrt_test): Use ALL_RM_TEST.
15835 (sqrt_tonearest_test_data): Remove.
15836 (sqrt_test_tonearest): Likewise.
15837 (sqrt_towardzero_test_data): Likewise.
15838 (sqrt_test_towardzero): Likewise.
15839 (sqrt_downward_test_data): Likewise.
15840 (sqrt_test_downward): Likewise.
15841 (sqrt_upward_test_data): Likewise.
15842 (sqrt_test_upward): Likewise.
15843 (tan_test_data): Update call to AUTO_TESTS_f_f.
15844 (tan_test): Use ALL_RM_TEST.
15845 (tan_tonearest_test_data): Remove.
15846 (tan_test_tonearest): Likewise.
15847 (tan_towardzero_test_data): Likewise.
15848 (tan_test_towardzero): Likewise.
15849 (tan_downward_test_data): Likewise.
15850 (tan_test_downward): Likewise.
15851 (tan_upward_test_data): Likewise.
15852 (tan_test_upward): Likewise.
15853 (tanh_test_data): Update call to AUTO_TESTS_f_f.
15854 (tgamma_test_data): Likewise.
15855 (y0_test_data): Likewise.
15856 (y1_test_data): Likewise.
15857 (yn_test_data): Update call to AUTO_TESTS_if_f.
15858 (main): Do not call removed functions.
15859
d71aeee8
JM
158602014-03-19 Joseph Myers <joseph@codesourcery.com>
15861
15862 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15863 (ldexp_test_data): Remove.
15864 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
15865 scalbn_test_data.
15866 (scalb_test): Use ALL_RM_TEST.
15867
baaf1ded
AS
158682014-03-19 Andreas Schwab <schwab@suse.de>
15869
15870 * nscd/nscd.service: Also invalidate netgroup cache on reload.
15871
b1115e91
JM
158722014-03-19 Joseph Myers <joseph@codesourcery.com>
15873
15874 [BZ #16649]
15875 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15876 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15877 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15878 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15879 (__ASSUME_PREADV): Undefine.
15880 (__ASSUME_PWRITEV): Likewise.
15881
0283ecca
RM
158822014-03-18 Roland McGrath <roland@hack.frob.com>
15883
7d375303
RM
15884 * bits/mman-linux.h: Add comment about non-Linux use.
15885 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15886 bits/mman-linux.h resting place.
15887
0283ecca
RM
15888 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15889 * bits/mman-linux.h: ... here.
15890
aebe1003
AZ
158912014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15892
15893 * conform/conformtest.pl: Add standard definition when calling C
15894 preprocessor on data files.
15895 (checknamespace): Remove unused variable.
15896
b29b6bb8
JM
158972014-03-18 Joseph Myers <joseph@codesourcery.com>
15898
15899 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15900 minus_oflow, plus_uflow and minus_uflow in expected results.
15901 * math/libm-test.inc (scalbn_test_data): Add more tests of
15902 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
15903 minus_uflow.
15904 (scalbn_test): Use ALL_RM_TEST.
15905 (scalbln_test_data): Add more tests of negative arguments. Use
15906 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15907 (scalbln_test): Use ALL_RM_TEST.
15908
c8f8fa15
RM
159092014-03-18 Roland McGrath <roland@hack.frob.com>
15910
15911 * scripts/abilist.awk: Ignore symbols marked with .hidden.
15912
fede7a5f
WN
159132014-03-18 Will Newton <will.newton@linaro.org>
15914
15915 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15916 inaccurate comment.
15917
80cf0a58
JM
159182014-03-18 Joseph Myers <joseph@codesourcery.com>
15919
15920 * Makerules [!subdir] (check-abi): Exit with error status if a
15921 test failed.
15922
b3620862
JM
159232014-03-17 Joseph Myers <joseph@codesourcery.com>
15924
15925 * math/libm-test.inc (nearbyint_test_data): Include all tests used
15926 for rint. Include results for all rounding modes.
15927 (nearbyint_test): Use ALL_RM_TEST.
15928 (rint_test_data): Include all tests used for nearbyint.
15929
788bba36
WN
159302014-03-17 Will Newton <will.newton@linaro.org>
15931
04ec140a
WN
15932 * nptl/sysdeps/pthread/pthread.h: Revert previous
15933 change.
15934
7579d8d5
WN
15935 * sysdeps/generic/ldsodefs.h: Revert previous
15936 change.
15937
c15cf13a
WN
15938 * libio/genops.c: Revert previous change.
15939 * libio/libioP.h: Likewise.
15940 * stdio-common/vfprintf.c: Likewise.
15941
d0ac1324
WN
15942 * sysdeps/generic/math_private.h: Revert previous
15943 change.
15944
9290130a
WN
15945 * sysdeps/generic/math_private.h: Check whether
15946 HAVE_RM_CTX is defined with #ifdef rather
15947 than #if.
15948
afb466fc
WN
15949 * argp/argp-fmtstream.h: Check whether
15950 __STRICT_ANSI__ is defined with #ifdef rather
15951 than #if.
15952 * argp/argp.h: Likewise.
15953
f7efd7c3
WN
15954 * libio/genops.c: Check whether
15955 _IO_JUMPS_OFFSET is defined with #ifdef rather
15956 than #if.
15957 * libio/libioP.h: Likewise.
15958 * stdio-common/vfprintf.c: Likewise.
15959
53f1bed3
WN
15960 * sysdeps/generic/ldsodefs.h: Check whether
15961 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15962 than #if.
15963
788bba36
WN
15964 * nptl/sysdeps/pthread/pthread.h: Check
15965 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15966 its value.
15967
fcd89ebe
SP
159682014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
15969
ae42bbc5
SP
15970 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15971 setting O_APPEND.
15972 * libio/tst-ftell-active-handler.c (do_append_test): Add a
15973 test case.
15974
ea33158c
SP
15975 [BZ #16680]
15976 * libio/fileops.c (_IO_file_open): Seek to end of file but
15977 don't cache the offset.
15978 (get_file_offset): Remove function.
15979 (do_ftell): Use cached offset when available.
15980 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15981 don't cache the offset.
15982 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15983 case.
15984 (do_one_test): Call it.
15985 (do_ftell_test): Fix up expected old offset for a+ mode.
15986 * libio/wfileops.c (do_ftell_wide): Used cached offset when
15987 available.
15988
b1dbb426
SP
15989 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15990 up test status with function return status.
15991 (do_write_test): Likewise.
15992 (do_append_test): Likewise.
15993
fcd89ebe
SP
15994 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15995 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15996 Remove.
15997
9962a2d3
JM
159982014-03-17 Joseph Myers <joseph@codesourcery.com>
15999
16000 * math/gen-libm-test.pl (parse_args): Handle results specified for
16001 each rounding mode separately.
16002 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16003 tests and results from lrint_tonearest_test_data,
16004 lrint_towardzero_test_data, lrint_downward_test_data and
16005 lrint_upward_test_data.
16006 (lrint_test): Use ALL_RM_TEST.
16007 (lrint_tonearest_test_data): Remove.
16008 (lrint_test_tonearest): Likewise.
16009 (lrint_towardzero_test_data): Likewise.
16010 (lrint_test_towardzero): Likewise.
16011 (lrint_downward_test_data): Likewise.
16012 (lrint_test_downward): Likewise.
16013 (lrint_upward_test_data): Likewise.
16014 (lrint_test_upward): Likewise.
16015 (llrint_test_data): Merge in per-rounding-mode tests and results
16016 from llrint_tonearest_test_data, llrint_towardzero_test_data,
16017 llrint_downward_test_data and llrint_upward_test_data.
16018 (llrint_test): Use ALL_RM_TEST.
16019 (llrint_tonearest_test_data): Remove.
16020 (llrint_test_tonearest): Likewise.
16021 (llrint_towardzero_test_data): Likewise.
16022 (llrint_test_towardzero): Likewise.
16023 (llrint_downward_test_data): Likewise.
16024 (llrint_test_downward): Likewise.
16025 (llrint_upward_test_data): Likewise.
16026 (llrint_test_upward): Likewise.
16027 (rint_test_data): Merge in per-rounding-mode tests and results
16028 from rint_tonearest_test_data, rint_towardzero_test_data,
16029 rint_downward_test_data and rint_upward_test_data. Add
16030 per-rounding-mode results for tests not in those arrays.
16031 (rint_test): Use ALL_RM_TEST.
16032 (rint_tonearest_test_data): Remove.
16033 (rint_test_tonearest): Likewise.
16034 (rint_towardzero_test_data): Likewise.
16035 (rint_test_towardzero): Likewise.
16036 (rint_downward_test_data): Likewise.
16037 (rint_test_downward): Likewise.
16038 (rint_upward_test_data): Likewise.
16039 (rint_test_upward): Likewise.
16040 (main): Don't call removed functions.
16041
5006148e
RM
160422014-03-14 Roland McGrath <roland@hack.frob.com>
16043
16044 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16045 "Compiled on ..." crapola. It is anti-useful.
16046
d6fe5e58
JM
160472014-03-14 Joseph Myers <joseph@codesourcery.com>
16048
16049 * scripts/evaluate-test.sh: Handle fourth argument to determine
16050 whether test run should stop on failure.
16051 * Makeconfig (stop-on-test-failure): New variable.
16052 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16053 $(stop-on-test-failure).
16054 * Makefile (tests): Give a summary of results from testing and
16055 exit with failure status if they include an ERROR or FAIL.
16056 (xtests): Likewise.
16057 * manual/install.texi (Configuring and compiling): Mention
16058 stop-on-test-failure=y.
16059 * INSTALL: Regenerated.
16060
498a2233
RM
160612014-03-14 Roland McGrath <roland@hack.frob.com>
16062
22dbc19d
RM
16063 * scripts/versionlist.awk: New file.
16064 * Makerules [$(build-shared) = yes]
16065 (postclean-generated): Add Versions.def, not Versions.def.v and
16066 Versions.def.v.i.
16067 ($(common-objpfx)Versions.def.v.i): Target removed.
16068 ($(common-objpfx)Versions.def): New target.
16069 ($(common-objpfx)Versions.all): Depend on that rather that
16070 $(common-objpfx)Versions.def.v.
16071 * Versions.def: File removed.
16072
498a2233
RM
16073 * Makeconfig (+gccwarn): Add -Wundef.
16074 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16075 a dl-sysdep.h breaking its contract.
16076 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16077 * include/stackinfo.h: New file.
16078 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16079 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16080 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16081 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16082 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16083 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16084 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16085 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16086 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16087 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16088 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16089 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16090 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16091 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16092 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16093
c7de5025
AZ
160942014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16095
16096 [BZ #16707]
16097 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16098 implementation.
16099 * math/libm-test.inc (round_test_data): Add more tests.
16100
98fb27a3
AZ
16101 [BZ #16706]
16102 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16103 implementation.
16104 * math/libm-test.inc (nearbyint_test_data): Add more tests.
16105
374f7f61
AZ
16106 [BZ #16701]
16107 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16108 implementation.
16109 * math/libm-test.inc (ceil_test_data): Add more tests.
16110
4655c291
AZ
16111 * math/libm-test.inc (trunc_test_data): Add more tests related to
16112 BZ#16414.
16113
d7329d4b
RM
161142014-03-14 Roland McGrath <roland@hack.frob.com>
16115
16116 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16117 with #if rather than #ifdef.
16118 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16119
aa4de9ce
L
161202014-03-14 H.J. Lu <hongjiu.lu@intel.com>
16121
16122 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16123 first. Disable AVX-512 GCC support if assembler doesn't support
16124 it.
16125 * sysdeps/x86_64/configure: Regenerated.
16126
2e03fae7
CD
161272014-03-13 Carlos O'Donell <carlos@redhat.com>
16128
16129 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16130 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16131 (__old_pthread_attr_setstack): Likewise.
16132 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16133 [!_STACK_GROWS_DOWN]: Likewise.
16134
43ca83ec
MF
161352014-03-13 Mike Frysinger <vapier@gentoo.org>
16136
16137 * config.make.in (have-bash2): Delete.
16138 * configure.ac (libc_cv_have_bash2): Delete.
16139 * configure: Regenerate.
16140 * elf/Makefile (common-ldd-rewrite): Rename to ...
16141 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
16142 (sh-ldd-rewrite): Delete.
16143 (bash-ldd-rewrite): Delete.
16144 (have-bash2): Delete checks.
57f41c40
AS
16145 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16146 ldd-rewrite.
c66e48b4
MF
16147
16148 * config.make.in (have-ksh): Delete.
16149 (KSH): Delete.
16150 * configure.ac (libc_cv_have_ksh): Delete.
16151 * configure: Regenerate.
16152
b93834ef
MF
16153 * elf/Makefile: Delete $(have-ksh) check.
16154 ($(objpfx)sotruss): Change KSH to BASH.
16155 * elf/sotruss.ksh: Rename to ...
16156 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
16157 function style to match POSIX. Drop ksh vim mode setting.
16158
f3a4632a
MF
16159 * manual/time.texi (Specifying the Time Zone with TZ): Change
16160 Tuesday to Thursday.
16161
5896c8bd
MF
16162 * debug/tst-longjmp_chk2.c: Update header comment.
16163 (stackoverflow_handler): Add comment. Call assert on pass value.
16164
2d63a517
IZ
161652014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
16166
7e54fd04 16167 [BZ #16194]
2d63a517
IZ
16168 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16169 (HAVE_AVX512_ASM_SUPPORT): Likewise.
16170 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16171 (La_x86_64_vector): Add zmm.
16172 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16173 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16174 ($(objpfx)tst-audit10): New target.
16175 ($(objpfx)tst-audit10.out): Likewise.
16176 (tst-audit10-ENV): New.
16177 (AVX512-CFLAGS): Likewise.
16178 (CFLAGS-tst-audit10.c): Likewise.
16179 (CFLAGS-tst-auditmod10a.c): Likewise.
16180 (CFLAGS-tst-auditmod10b.c): Likewise.
16181 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16182 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16183 * sysdeps/x86_64/configure: Regenerated.
16184 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16185 AVX-512 zmm register support.
16186 (_dl_x86_64_save_sse): Likewise.
16187 (_dl_x86_64_restore_sse): Likewise.
16188 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16189 size vector registers.
16190 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16191 (ZMM_SIZE): Likewise.
16192 * sysdeps/x86_64/tst-audit10.c: New file.
16193 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16194 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16195
44c4e5d5
RM
161962014-03-13 Roland McGrath <roland@hack.frob.com>
16197
16198 * configure.ac (HAVE_EHDR_START): New check.
16199 * configure: Regenerated.
16200 * config.h.in (HAVE_EHDR_START): New #undef.
16201 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16202 assuming the lowest-addressed segment maps the start of the file.
16203
acd6e389
JM
162042014-03-13 Joseph Myers <joseph@codesourcery.com>
16205
16206 * INSTALL: Regenerated.
16207
6f918f36
WN
162082014-03-13 Will Newton <will.newton@linaro.org>
16209
16210 * manual/setjmp.texi (System V contexts): Improve
16211 clarity and grammar of documentation.
16212
798212a0
PP
162132014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
16214
16215 [BZ #16381]
798212a0 16216 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 16217 (tests-pie): Add tst-pie2.
798212a0
PP
16218 * elf/tst-pie2.c: New file.
16219 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16220 for ET_EXEC.
16221 * elf/rtld.c (map_doit): Load executable as lt_executable.
16222 (dl_main): Likewise.
16223
abe6d90c
JM
162242014-03-12 Joseph Myers <joseph@codesourcery.com>
16225
16226 [BZ #16642]
16227 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16228 (__ASSUME_PSELECT): Undefine.
16229
dd3946c6
AZ
162302014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16231
16232 [BZ #16689]
16233 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16234 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16235 static build.
16236 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16237 selector for static builds.
16238
c44496df
SP
162392014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
16240
16241 [BZ #16695]
16242 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16243 key in the buffer.
16244
27c7220a
AZ
162452014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16246
57f41c40
AS
16247 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16248 IFUNC selector for static builds.
27c7220a 16249
600fa361
JM
162502014-03-11 Joseph Myers <joseph@codesourcery.com>
16251
76c96cf7
JM
16252 * sysdeps/mips/math_private.h [__mips_hard_float]
16253 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16254 libc_feresetround_mips_ctx.
16255 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16256 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16257 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16258
600fa361
JM
16259 [BZ #16677]
16260 * math/s_nextafter.c (__nextafter): Do not return value from
16261 overflowing computation.
16262 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16263 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16264 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16265 Likewise.
16266 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16267 Likewise.
16268 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16269 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16270
d7706c32
RM
162712014-03-11 Roland McGrath <roland@hack.frob.com>
16272
16273 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16274 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16275 Move sfi_sp use from the load-multiple (that no longer sets sp) to
16276 the new mov targetting sp.
16277
4facea47
AZ
162782014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16279
16280 [BZ #16683]
16281 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16282 Define it for static builds as well.
16283 (NO_BZERO_IMPL): Likewise.
16284
e65caf1f
VR
162852014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
16286
16287 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16288 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16289 multiarch strspn for PPC64.
16290 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16291 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16292 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16293 (__libc_ifunc_impl_list): Likewise.
16294 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16295 multiarch optimizations
16296 * string/strspn.c (strspn): Using macro to redefine symbol name.
16297
ba9cc071
AZ
162982014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
16299 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16300
16301 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16302 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16303 multiarch strncat for PPC64.
16304 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16305 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16306 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16307 (__libc_ifunc_impl_list): Likewise.
16308 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16309 multiarch optimizations
16310
8b4ff974
SP
163112014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
16312
16313 [BZ #16639]
16314 * nscd/nscd.service: Make service type forking.
16315
54b46a4b
AZ
163162014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16317
16318 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16319 sign in non default rounding modes.
16320 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16321
e9996ef7
JM
163222014-03-08 Joseph Myers <joseph@codesourcery.com>
16323
16324 * math/libm-test.inc (ALL_RM_TEST): New macro.
16325 (ceil_test): Use ALL_RM_TEST.
16326 (cimag_test): Likewise.
16327 (conj_test): Likewise.
16328 (copysign_test): Likewise.
16329 (cproj_test): Likewise.
16330 (creal_test): Likewise.
16331 (fabs_test): Likewise.
16332 (floor_test): Likewise.
16333 (fmax_test): Likewise.
16334 (fmin_test): Likewise.
16335 (fmod_test): Likewise.
16336 (fpclassify_test): Likewise.
16337 (frexp_test): Likewise.
16338 (ilogb_test): Likewise.
16339 (isfinite_test): Likewise.
16340 (finite_test): Likewise.
16341 (isgreater_test): Likewise.
16342 (isgreaterequal_test): Likewise.
16343 (isinf_test): Likewise.
16344 (isless_test): Likewise.
16345 (islessequal_test): Likewise.
16346 (islessgreater_test): Likewise.
16347 (isnan_test): Likewise.
16348 (isnormal_test): Likewise.
16349 (issignaling_test): Likewise.
16350 (isunordered_test): Likewise.
16351 (logb_test): Likewise.
16352 (logb_downward_test_data): Remove.
16353 (logb_test_downward): Likewise.
16354 (lround_test): Use ALL_RM_TEST.
16355 (llround_test): Likewise.
16356 (modf_test): Likewise.
16357 (nexttoward_test): Likewise.
16358 (remainder_test): Likewise.
16359 (drem_test): Likewise.
16360 (remainder_tonearest_test_data): Likewise.
16361 (remainder_test_tonearest): Likewise.
16362 (drem_test_tonearest): Likewise.
16363 (remainder_towardzero_test_data): Likewise.
16364 (remainder_test_towardzero): Likewise.
16365 (drem_test_towardzero): Likewise.
16366 (remainder_downward_test_data): Likewise.
16367 (remainder_test_downward): Likewise.
16368 (drem_test_downward): Likewise.
16369 (remainder_upward_test_data): Likewise.
16370 (remainder_test_upward): Likewise.
16371 (drem_test_upward): Likewise.
16372 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
16373 (round_test): Use ALL_RM_TEST.
16374 (signbit_test): Likewise.
16375 (trunc_test): Likewise.
16376 (significand_test): Likewise.
16377 (main): Don't call removed functions.
16378
bc61d27c
JM
163792014-03-07 Joseph Myers <joseph@codesourcery.com>
16380
5c780849
JM
16381 [BZ #16674]
16382 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16383 || __USE_XOPEN2K8].
16384 (ILL_ILLOPN): Likewise.
16385 (ILL_ILLADR): Likewise.
16386 (ILL_ILLTRP): Likewise.
16387 (ILL_PRVOPC): Likewise.
16388 (ILL_PRVREG): Likewise.
16389 (ILL_COPROC): Likewise.
16390 (ILL_BADSTK): Likewise.
16391 (FPE_INTDIV): Likewise.
16392 (FPE_INTOVF): Likewise.
16393 (FPE_FLTDIV): Likewise.
16394 (FPE_FLTOVF): Likewise.
16395 (FPE_FLTUND): Likewise.
16396 (FPE_FLTRES): Likewise.
16397 (FPE_FLTINV): Likewise.
16398 (FPE_FLTSUB): Likewise.
16399 (SEGV_MAPERR): Likewise.
16400 (SEGV_ACCERR): Likewise.
16401 (BUS_ADRALN): Likewise.
16402 (BUS_ADRERR): Likewise.
16403 (BUS_OBJERR): Likewise.
16404 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16405 (TRAP_TRACE): Likewise.
16406 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16407 __USE_XOPEN2K8].
16408 (CLD_KILLED): Likewise.
16409 (CLD_DUMPED): Likewise.
16410 (CLD_TRAPPED): Likewise.
16411 (CLD_STOPPED): Likewise.
16412 (CLD_CONTINUED): Likewise.
16413 (POLL_IN): Likewise.
16414 (POLL_OUT): Likewise.
16415 (POLL_MSG): Likewise.
16416 (POLL_ERR): Likewise.
16417 (POLL_PRI): Likewise.
16418 (POLL_HUP): Likewise.
16419 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16420 Likewise.
16421 (ILL_ILLOPN): Likewise.
16422 (ILL_ILLADR): Likewise.
16423 (ILL_ILLTRP): Likewise.
16424 (ILL_PRVOPC): Likewise.
16425 (ILL_PRVREG): Likewise.
16426 (ILL_COPROC): Likewise.
16427 (ILL_BADSTK): Likewise.
16428 (FPE_INTDIV): Likewise.
16429 (FPE_INTOVF): Likewise.
16430 (FPE_FLTDIV): Likewise.
16431 (FPE_FLTOVF): Likewise.
16432 (FPE_FLTUND): Likewise.
16433 (FPE_FLTRES): Likewise.
16434 (FPE_FLTINV): Likewise.
16435 (FPE_FLTSUB): Likewise.
16436 (SEGV_MAPERR): Likewise.
16437 (SEGV_ACCERR): Likewise.
16438 (BUS_ADRALN): Likewise.
16439 (BUS_ADRERR): Likewise.
16440 (BUS_OBJERR): Likewise.
16441 (BUS_MCEERR_AR): Likewise.
16442 (BUS_MCEERR_AO): Likewise.
16443 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16444 (TRAP_TRACE): Likewise.
16445 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16446 __USE_XOPEN2K8].
16447 (CLD_KILLED): Likewise.
16448 (CLD_DUMPED): Likewise.
16449 (CLD_TRAPPED): Likewise.
16450 (CLD_STOPPED): Likewise.
16451 (CLD_CONTINUED): Likewise.
16452 (POLL_IN): Likewise.
16453 (POLL_OUT): Likewise.
16454 (POLL_MSG): Likewise.
16455 (POLL_ERR): Likewise.
16456 (POLL_PRI): Likewise.
16457 (POLL_HUP): Likewise.
16458 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16459 (ILL_ILLOPN): Likewise.
16460 (ILL_ILLADR): Likewise.
16461 (ILL_ILLTRP): Likewise.
16462 (ILL_PRVOPC): Likewise.
16463 (ILL_PRVREG): Likewise.
16464 (ILL_COPROC): Likewise.
16465 (ILL_BADSTK): Likewise.
16466 (FPE_INTDIV): Likewise.
16467 (FPE_INTOVF): Likewise.
16468 (FPE_FLTDIV): Likewise.
16469 (FPE_FLTOVF): Likewise.
16470 (FPE_FLTUND): Likewise.
16471 (FPE_FLTRES): Likewise.
16472 (FPE_FLTINV): Likewise.
16473 (FPE_FLTSUB): Likewise.
16474 (SEGV_MAPERR): Likewise.
16475 (SEGV_ACCERR): Likewise.
16476 (BUS_ADRALN): Likewise.
16477 (BUS_ADRERR): Likewise.
16478 (BUS_OBJERR): Likewise.
16479 (BUS_MCEERR_AR): Likewise.
16480 (BUS_MCEERR_AO): Likewise.
16481 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16482 (TRAP_TRACE): Likewise.
16483 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16484 __USE_XOPEN2K8].
16485 (CLD_KILLED): Likewise.
16486 (CLD_DUMPED): Likewise.
16487 (CLD_TRAPPED): Likewise.
16488 (CLD_STOPPED): Likewise.
16489 (CLD_CONTINUED): Likewise.
16490 (POLL_IN): Likewise.
16491 (POLL_OUT): Likewise.
16492 (POLL_MSG): Likewise.
16493 (POLL_ERR): Likewise.
16494 (POLL_PRI): Likewise.
16495 (POLL_HUP): Likewise.
16496 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16497 Likewise.
16498 (ILL_ILLOPN): Likewise.
16499 (ILL_ILLADR): Likewise.
16500 (ILL_ILLTRP): Likewise.
16501 (ILL_PRVOPC): Likewise.
16502 (ILL_PRVREG): Likewise.
16503 (ILL_COPROC): Likewise.
16504 (ILL_BADSTK): Likewise.
16505 (ILL_BADIADDR): Likewise.
16506 (ILL_BREAK): Likewise.
16507 (FPE_INTDIV): Likewise.
16508 (FPE_INTOVF): Likewise.
16509 (FPE_FLTDIV): Likewise.
16510 (FPE_FLTOVF): Likewise.
16511 (FPE_FLTUND): Likewise.
16512 (FPE_FLTRES): Likewise.
16513 (FPE_FLTINV): Likewise.
16514 (FPE_FLTSUB): Likewise.
16515 (FPE_DECOVF): Likewise.
16516 (FPE_DECDIV): Likewise.
16517 (FPE_DECERR): Likewise.
16518 (FPE_INVASC): Likewise.
16519 (FPE_INVDEC): Likewise.
16520 (SEGV_MAPERR): Likewise.
16521 (SEGV_ACCERR): Likewise.
16522 (SEGV_PSTKOVF): Likewise.
16523 (BUS_ADRALN): Likewise.
16524 (BUS_ADRERR): Likewise.
16525 (BUS_OBJERR): Likewise.
16526 (BUS_MCEERR_AR): Likewise.
16527 (BUS_MCEERR_AO): Likewise.
16528 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16529 (TRAP_TRACE): Likewise.
16530 (TRAP_BRANCH): Likewise.
16531 (TRAP_HWBKPT): Likewise.
16532 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16533 __USE_XOPEN2K8].
16534 (CLD_KILLED): Likewise.
16535 (CLD_DUMPED): Likewise.
16536 (CLD_TRAPPED): Likewise.
16537 (CLD_STOPPED): Likewise.
16538 (CLD_CONTINUED): Likewise.
16539 (POLL_IN): Likewise.
16540 (POLL_OUT): Likewise.
16541 (POLL_MSG): Likewise.
16542 (POLL_ERR): Likewise.
16543 (POLL_PRI): Likewise.
16544 (POLL_HUP): Likewise.
16545 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16546 (ILL_ILLOPN): Likewise.
16547 (ILL_ILLADR): Likewise.
16548 (ILL_ILLTRP): Likewise.
16549 (ILL_PRVOPC): Likewise.
16550 (ILL_PRVREG): Likewise.
16551 (ILL_COPROC): Likewise.
16552 (ILL_BADSTK): Likewise.
16553 (FPE_INTDIV): Likewise.
16554 (FPE_INTOVF): Likewise.
16555 (FPE_FLTDIV): Likewise.
16556 (FPE_FLTOVF): Likewise.
16557 (FPE_FLTUND): Likewise.
16558 (FPE_FLTRES): Likewise.
16559 (FPE_FLTINV): Likewise.
16560 (FPE_FLTSUB): Likewise.
16561 (SEGV_MAPERR): Likewise.
16562 (SEGV_ACCERR): Likewise.
16563 (BUS_ADRALN): Likewise.
16564 (BUS_ADRERR): Likewise.
16565 (BUS_OBJERR): Likewise.
16566 (BUS_MCEERR_AR): Likewise.
16567 (BUS_MCEERR_AO): Likewise.
16568 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16569 (TRAP_TRACE): Likewise.
16570 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16571 __USE_XOPEN2K8].
16572 (CLD_KILLED): Likewise.
16573 (CLD_DUMPED): Likewise.
16574 (CLD_TRAPPED): Likewise.
16575 (CLD_STOPPED): Likewise.
16576 (CLD_CONTINUED): Likewise.
16577 (POLL_IN): Likewise.
16578 (POLL_OUT): Likewise.
16579 (POLL_MSG): Likewise.
16580 (POLL_ERR): Likewise.
16581 (POLL_PRI): Likewise.
16582 (POLL_HUP): Likewise.
16583 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16584 (ILL_ILLOPN): Likewise.
16585 (ILL_ILLADR): Likewise.
16586 (ILL_ILLTRP): Likewise.
16587 (ILL_PRVOPC): Likewise.
16588 (ILL_PRVREG): Likewise.
16589 (ILL_COPROC): Likewise.
16590 (ILL_BADSTK): Likewise.
16591 (FPE_INTDIV): Likewise.
16592 (FPE_INTOVF): Likewise.
16593 (FPE_FLTDIV): Likewise.
16594 (FPE_FLTOVF): Likewise.
16595 (FPE_FLTUND): Likewise.
16596 (FPE_FLTRES): Likewise.
16597 (FPE_FLTINV): Likewise.
16598 (FPE_FLTSUB): Likewise.
16599 (SEGV_MAPERR): Likewise.
16600 (SEGV_ACCERR): Likewise.
16601 (BUS_ADRALN): Likewise.
16602 (BUS_ADRERR): Likewise.
16603 (BUS_OBJERR): Likewise.
16604 (BUS_MCEERR_AR): Likewise.
16605 (BUS_MCEERR_AO): Likewise.
16606 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16607 (TRAP_TRACE): Likewise.
16608 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16609 __USE_XOPEN2K8].
16610 (CLD_KILLED): Likewise.
16611 (CLD_DUMPED): Likewise.
16612 (CLD_TRAPPED): Likewise.
16613 (CLD_STOPPED): Likewise.
16614 (CLD_CONTINUED): Likewise.
16615 (POLL_IN): Likewise.
16616 (POLL_OUT): Likewise.
16617 (POLL_MSG): Likewise.
16618 (POLL_ERR): Likewise.
16619 (POLL_PRI): Likewise.
16620 (POLL_HUP): Likewise.
16621 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16622 (ILL_ILLOPN): Likewise.
16623 (ILL_ILLADR): Likewise.
16624 (ILL_ILLTRP): Likewise.
16625 (ILL_PRVOPC): Likewise.
16626 (ILL_PRVREG): Likewise.
16627 (ILL_COPROC): Likewise.
16628 (ILL_BADSTK): Likewise.
16629 (FPE_INTDIV): Likewise.
16630 (FPE_INTOVF): Likewise.
16631 (FPE_FLTDIV): Likewise.
16632 (FPE_FLTOVF): Likewise.
16633 (FPE_FLTUND): Likewise.
16634 (FPE_FLTRES): Likewise.
16635 (FPE_FLTINV): Likewise.
16636 (FPE_FLTSUB): Likewise.
16637 (SEGV_MAPERR): Likewise.
16638 (SEGV_ACCERR): Likewise.
16639 (BUS_ADRALN): Likewise.
16640 (BUS_ADRERR): Likewise.
16641 (BUS_OBJERR): Likewise.
16642 (BUS_MCEERR_AR): Likewise.
16643 (BUS_MCEERR_AO): Likewise.
16644 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16645 (TRAP_TRACE): Likewise.
16646 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16647 __USE_XOPEN2K8].
16648 (CLD_KILLED): Likewise.
16649 (CLD_DUMPED): Likewise.
16650 (CLD_TRAPPED): Likewise.
16651 (CLD_STOPPED): Likewise.
16652 (CLD_CONTINUED): Likewise.
16653 (POLL_IN): Likewise.
16654 (POLL_OUT): Likewise.
16655 (POLL_MSG): Likewise.
16656 (POLL_ERR): Likewise.
16657 (POLL_PRI): Likewise.
16658 (POLL_HUP): Likewise.
16659 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16660 (ILL_ILLOPN): Likewise.
16661 (ILL_ILLADR): Likewise.
16662 (ILL_ILLTRP): Likewise.
16663 (ILL_PRVOPC): Likewise.
16664 (ILL_PRVREG): Likewise.
16665 (ILL_COPROC): Likewise.
16666 (ILL_BADSTK): Likewise.
16667 (ILL_DBLFLT): Likewise.
16668 (ILL_HARDWALL): Likewise.
16669 (FPE_INTDIV): Likewise.
16670 (FPE_INTOVF): Likewise.
16671 (FPE_FLTDIV): Likewise.
16672 (FPE_FLTOVF): Likewise.
16673 (FPE_FLTUND): Likewise.
16674 (FPE_FLTRES): Likewise.
16675 (FPE_FLTINV): Likewise.
16676 (FPE_FLTSUB): Likewise.
16677 (SEGV_MAPERR): Likewise.
16678 (SEGV_ACCERR): Likewise.
16679 (BUS_ADRALN): Likewise.
16680 (BUS_ADRERR): Likewise.
16681 (BUS_OBJERR): Likewise.
16682 (BUS_MCEERR_AR): Likewise.
16683 (BUS_MCEERR_AO): Likewise.
16684 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16685 (TRAP_TRACE): Likewise.
16686 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16687 __USE_XOPEN2K8].
16688 (CLD_KILLED): Likewise.
16689 (CLD_DUMPED): Likewise.
16690 (CLD_TRAPPED): Likewise.
16691 (CLD_STOPPED): Likewise.
16692 (CLD_CONTINUED): Likewise.
16693 (POLL_IN): Likewise.
16694 (POLL_OUT): Likewise.
16695 (POLL_MSG): Likewise.
16696 (POLL_ERR): Likewise.
16697 (POLL_PRI): Likewise.
16698 (POLL_HUP): Likewise.
16699 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16700 (ILL_ILLOPN): Likewise.
16701 (ILL_ILLADR): Likewise.
16702 (ILL_ILLTRP): Likewise.
16703 (ILL_PRVOPC): Likewise.
16704 (ILL_PRVREG): Likewise.
16705 (ILL_COPROC): Likewise.
16706 (ILL_BADSTK): Likewise.
16707 (FPE_INTDIV): Likewise.
16708 (FPE_INTOVF): Likewise.
16709 (FPE_FLTDIV): Likewise.
16710 (FPE_FLTOVF): Likewise.
16711 (FPE_FLTUND): Likewise.
16712 (FPE_FLTRES): Likewise.
16713 (FPE_FLTINV): Likewise.
16714 (FPE_FLTSUB): Likewise.
16715 (SEGV_MAPERR): Likewise.
16716 (SEGV_ACCERR): Likewise.
16717 (BUS_ADRALN): Likewise.
16718 (BUS_ADRERR): Likewise.
16719 (BUS_OBJERR): Likewise.
16720 (BUS_MCEERR_AR): Likewise.
16721 (BUS_MCEERR_AO): Likewise.
16722 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16723 (TRAP_TRACE): Likewise.
16724 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16725 __USE_XOPEN2K8].
16726 (CLD_KILLED): Likewise.
16727 (CLD_DUMPED): Likewise.
16728 (CLD_TRAPPED): Likewise.
16729 (CLD_STOPPED): Likewise.
16730 (CLD_CONTINUED): Likewise.
16731 (POLL_IN): Likewise.
16732 (POLL_OUT): Likewise.
16733 (POLL_MSG): Likewise.
16734 (POLL_ERR): Likewise.
16735 (POLL_PRI): Likewise.
16736 (POLL_HUP): Likewise.
16737 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16738 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16739
bc61d27c
JM
16740 [BZ #16670]
16741 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16742 before #include of <time.h>.
16743 [!__USE_XOPEN2K] (__need_timespec): Likewise.
16744 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16745 (test-xfail-UNIX98/sched.h/conform): Likewise.
16746
302949e2
MS
167472014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
16748
16749 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16750 error absence of trapping exception support.
16751 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16752
a00f522a
JM
167532014-03-07 Joseph Myers <joseph@codesourcery.com>
16754
6f99f280
JM
16755 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16756 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16757 * timezone/Makefile (testdata): Move definition above include of
16758 Rules.
16759 (test-zones): New variable.
16760 (tests-special): Add zone files.
16761 (build-testdata): Use $(evaluate-test).
16762
0b20a9e8
JM
16763 * elf/Makefile (tests-special): Rename tests to end with .out.
16764 ($(objpfx)noload-mem): Likewise.
16765 ($(objpfx)tst-leaks1-mem): Likewise.
16766 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16767 * iconv/Makefile (xtests-special): Change test-iconvconfig to
16768 $(objpfx)test-iconvconfig.out.
16769 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
16770 set -e inside subshell and redirect output to file.
16771 * iconvdata/Makefile (generated): Rename tests to end with .out.
16772 Correct type.
16773 (tests-special): Rename tests to end with .out.
16774 ($(objpfx)mtrace-tst-loading): Likewise.
16775 * intl/Makefile (generated): Likewise.
16776 (tests-special): Likewise.
16777 ($(objpfx)mtrace-tst-gettext): Likewise.
16778 * misc/Makefile (generated): Likewise.
16779 (tests-special): Likewise.
16780 ($(objpfx)tst-error1-mem): Likewise.
16781 * nptl/Makefile (tests-special): Likewise.
16782 ($(objpfx)tst-stack3-mem): Likewise.
16783 (generated): Likewise.
16784 * posix/Makefile (generated): Likewise.
16785 (tests-special): Likewise.
16786 (xtests-special): Likewise.
16787 ($(objpfx)tst-fnmatch-mem): Likewise.
16788 ($(objpfx)bug-regex2-mem): Likewise.
16789 ($(objpfx)bug-regex14-mem): Likewise.
16790 ($(objpfx)bug-regex21-mem): Likewise.
16791 ($(objpfx)bug-regex31-mem): Likewise.
16792 ($(objpfx)tst-vfork3-mem): Likewise.
16793 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16794 ($(objpfx)tst-pcre-mem): Likewise.
16795 ($(objpfx)tst-boost-mem): Likewise.
16796 ($(objpfx)bug-ga2-mem): Likewise.
16797 ($(objpfx)bug-glob2-mem): Likewise.
16798 * resolv/Makefile (generate): Likewise.
16799 (tests-special): Likewise.
16800 (xtests-special): Likewise.
16801 (generated): Likewise.
16802 ($(objpfx)mtrace-tst-leaks): Likewise.
16803 ($(objpfx)mtrace-tst-leaks2): Likewise.
16804
265d52ab
JM
16805 * scripts/merge-test-results.sh: New file.
16806 * Makefile (tests-special-notdir): New variable.
16807 (tests): Run merge-test-results.sh.
16808 (xtests): Likewise.
16809 * Rules (tests-special-notdir): New variable.
16810 (xtests-special-notdir): Likewise.
16811 (tests): Run merge-test-results.sh
16812 (xtests): Likewise.
16813
54ee292d
JM
16814 * Makeconfig (test-xfail-name): New variable.
16815 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16816 compute variable name for expected failures.
16817 * conform/Makefile (conformtest-headers-data): New variable.
16818 (conformtest-standards): Likewise.
16819 (conformtest-headers-ISO): Likewise.
16820 (conformtest-headers-ISO99): Likewise.
16821 (conformtest-headers-ISO11): Likewise.
16822 (conformtest-headers-POSIX): Likewise.
16823 (conformtest-headers-XPG3): Likewise.
16824 (conformtest-headers-XPG4): Likewise.
16825 (conformtest-headers-UNIX98): Likewise.
16826 (conformtest-headers-XOPEN2K): Likewise.
16827 (conformtest-headers-POSIX2008): Likewise.
16828 (conformtest-headers-XOPEN2K8): Likewise.
16829 (conformtest-header-list-base): Likewise.
16830 (conformtest-header-list-tests): Likewise.
16831 (conformtest-header-base): Likewise.
16832 (conformtest-header-tests): Likewise.
16833 (tests-special): Add $(conformtest-header-list-tests). If
16834 [$(fast-check) && !$(cross-compiling)], add
16835 $(conformtest-header-tests) instead of
16836 $(objpfx)run-conformtest.out.
16837 (generated): Add $(conformtest-header-list-base). If
16838 [$(fast-check) && !$(cross-compiling)], add
16839 $(conformtest-header-base). Remove previous setting.
16840 ($(conformtest-header-list-tests)): New target.
16841 (test-xfail-run-conformtest): Remove variable.
16842 ($(objpfx)run-conformtest.out): Remove target.
16843 (test-xfail-ISO11/complex.h/conform): New variable.
16844 (test-xfail-ISO11/stdalign.h/conform): Likewise.
16845 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16846 (test-xfail-XPG3/varargs.h/conform): Likewise.
16847 (test-xfail-XPG4/varargs.h/conform): Likewise.
16848 (test-xfail-UNIX98/varargs.h/conform): Likewise.
16849 (test-xfail-XPG4/ndbm.h/conform): Likewise.
16850 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16851 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16852 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16853 (test-xfail-XPG3/fcntl.h/conform): Likewise.
16854 (test-xfail-XPG3/ftw.h/conform): Likewise.
16855 (test-xfail-XPG3/grp.h/conform): Likewise.
16856 (test-xfail-XPG3/langinfo.h/conform): Likewise.
16857 (test-xfail-XPG3/limits.h/conform): Likewise.
16858 (test-xfail-XPG3/pwd.h/conform): Likewise.
16859 (test-xfail-XPG3/search.h/conform): Likewise.
16860 (test-xfail-XPG3/signal.h/conform): Likewise.
16861 (test-xfail-XPG3/stdio.h/conform): Likewise.
16862 (test-xfail-XPG3/stdlib.h/conform): Likewise.
16863 (test-xfail-XPG3/string.h/conform): Likewise.
16864 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16865 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16866 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16867 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16868 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16869 (test-xfail-XPG3/sys/types.h/conform): Likewise.
16870 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16871 (test-xfail-XPG3/termios.h/conform): Likewise.
16872 (test-xfail-XPG3/time.h/conform): Likewise.
16873 (test-xfail-XPG3/unistd.h/conform): Likewise.
16874 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16875 (test-xfail-XPG4/fcntl.h/conform): Likewise.
16876 (test-xfail-XPG4/langinfo.h/conform): Likewise.
16877 (test-xfail-XPG4/netdb.h/conform): Likewise.
16878 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16879 (test-xfail-XPG4/signal.h/conform): Likewise.
16880 (test-xfail-XPG4/stdio.h/conform): Likewise.
16881 (test-xfail-XPG4/stdlib.h/conform): Likewise.
16882 (test-xfail-XPG4/stropts.h/conform): Likewise.
16883 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16884 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16885 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16886 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16887 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16888 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16889 (test-xfail-XPG4/sys/time.h/conform): Likewise.
16890 (test-xfail-XPG4/sys/types.h/conform): Likewise.
16891 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16892 (test-xfail-XPG4/termios.h/conform): Likewise.
16893 (test-xfail-XPG4/ucontext.h/conform): Likewise.
16894 (test-xfail-XPG4/unistd.h/conform): Likewise.
16895 (test-xfail-XPG4/utmpx.h/conform): Likewise.
16896 (test-xfail-POSIX/sched.h/conform): Likewise.
16897 (test-xfail-POSIX/signal.h/conform): Likewise.
16898 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16899 (test-xfail-POSIX/tar.h/conform): Likewise.
16900 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16901 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16902 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16903 (test-xfail-UNIX98/netdb.h/conform): Likewise.
16904 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16905 (test-xfail-UNIX98/sched.h/conform): Likewise.
16906 (test-xfail-UNIX98/signal.h/conform): Likewise.
16907 (test-xfail-UNIX98/stdio.h/conform): Likewise.
16908 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16909 (test-xfail-UNIX98/stropts.h/conform): Likewise.
16910 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16911 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16912 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16913 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16914 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16915 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16916 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16917 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16918 (test-xfail-UNIX98/unistd.h/conform): Likewise.
16919 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16920 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16921 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16922 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16923 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16924 (test-xfail-XOPEN2K/math.h/conform): Likewise.
16925 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16926 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16927 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16928 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16929 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16930 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16931 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16932 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16933 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16934 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16935 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16936 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16937 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16938 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16939 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16940 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16941 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16942 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16943 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16944 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16945 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16946 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16947 (test-xfail-POSIX2008/signal.h/conform): Likewise.
16948 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16949 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16950 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16951 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16952 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16953 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16954 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16955 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16956 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16957 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16958 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16959 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16960 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16961 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16962 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16963 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16964 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16965 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16966 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16967 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16968 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16969 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16970 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16971 (conformtest-cc-flags): Likewise.
16972 ($(conformtest-header-tests): New target.
16973 * conform/check-header-lists.sh: New file.
16974 * conform/run-conformtest.sh: Remove.
16975
a00f522a
JM
16976 * conform/conformtest.pl: Allow ' and \ in values given for
16977 constants.
16978 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16979 inclusion.
16980 [POSIX] (sys/types.h): Likewise.
16981 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16982 inclusion.
16983 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16984 inclusion.
16985 * conform/data/signal.h-data (SIGIO): Remove expectation.
16986 [XPG3] (SIGBUS): Do not expect.
16987 [POSIX || XPG3] (SIGPOLL): Likewise.
16988 [POSIX || XPG3] (SIGPROF): Likewise.
16989 [POSIX || XPG3] (SIGSYS): Likewise.
16990 [XPG3] (SIGTRAP): Likewise.
16991 [POSIX || XPG3] (SIGURG): Likewise.
16992 [POSIX || XPG3] (SIGVTALRM): Likewise.
16993 [POSIX || XPG3] (SIGXCPU): Likewise.
16994 [POSIX || XPG3] (SIGXFSZ): Likewise.
16995 [POSIX] (SA_SIGINFO): Expect.
16996 [XPG3] (siginfo_t): Do not expect type or contents.
16997 [POSIX] (si_pid): Do not expect element.
16998 [POSIX] (si_uid): Likewise.
16999 [POSIX] (si_addr): Likewise.
17000 [POSIX] (si_status): Likewise.
17001 [POSIX] (si_band): Likewise.
17002 [XPG4] (si_value): Likewise.
17003 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17004 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17005 [POSIX || XPG3] (ILL_ILLADR): Likewise.
17006 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17007 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17008 [POSIX || XPG3] (ILL_PRVREG): Likewise.
17009 [POSIX || XPG3] (ILL_COPROC): Likewise.
17010 [POSIX || XPG3] (ILL_BADSTK): Likewise.
17011 [POSIX || XPG3] (FPE_INTDIV): Likewise.
17012 [POSIX || XPG3] (FPE_INTOVF): Likewise.
17013 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17014 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17015 [POSIX || XPG3] (FPE_FLTUND): Likewise.
17016 [POSIX || XPG3] (FPE_FLTRES): Likewise.
17017 [POSIX || XPG3] (FPE_FLTINV): Likewise.
17018 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17019 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17020 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17021 [POSIX || XPG3] (BUS_ADRALN): Likewise.
17022 [POSIX || XPG3] (BUS_ADRERR): Likewise.
17023 [POSIX || XPG3] (BUS_OBJERR): Likewise.
17024 [POSIX || XPG3] (CLD_EXITED): Likewise.
17025 [POSIX || XPG3] (CLD_KILLED): Likewise.
17026 [POSIX || XPG3] (CLD_DUMPED): Likewise.
17027 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17028 [POSIX || XPG3] (CLD_STOPPED): Likewise.
17029 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17030 [POSIX || XPG3] (POLL_IN): Likewise.
17031 [POSIX || XPG3] (POLL_OUT): Likewise.
17032 [POSIX || XPG3] (POLL_MSG): Likewise.
17033 [POSIX || XPG3] (POLL_ERR): Likewise.
17034 [POSIX || XPG3] (POLL_PRI): Likewise.
17035 [POSIX || XPG3] (POLL_HUP): Likewise.
17036 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17037 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17038 (SIG*): Do not allow.
17039 [XPG3] (si_*): Likewise.
17040 [XPG3] (SI_*): Likewise.
17041 [XPG3 || XPG4] (sigev_*): Likewise.
17042 [XPG3 || XPG4] (SIGEV_*): Likewise.
17043 [XPG3 || XPG4] (sival_*): Likewise.
17044 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17045 [POSIX || XPG3] (BUS_*): Likewise.
17046 [POSIX || XPG3] (CLD_*): Likewise.
17047 [POSIX || XPG3] (FPE_*): Likewise.
17048 [POSIX || XPG3] (ILL_*): Likewise.
17049 [POSIX || XPG3] (POLL_*): Likewise.
17050 [POSIX || XPG3] (SEGV_*): Likewise.
17051 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17052 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17053 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17054 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17055 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17056 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17057 Specify type and value.
17058 (TVERSLEN): Likewise.
17059 (REGTYPE): Likewise.
17060 (AREGTYPE): Likewise.
17061 (LNKTYPE): Likewise.
17062 (SYMTYPE): Likewise.
17063 (CHRTYPE): Likewise.
17064 (BLKTYPE): Likewise.
17065 (DIRTYPE): Likewise.
17066 (FIFOTYPE): Likewise.
17067 (CONTTYPE): Likewise.
17068 (TSUID): Likewise.
17069 (TSGID): Likewise.
17070 (TSVTX): Likewise.
17071 (TUREAD): Likewise.
17072 (TUWRITE): Likewise.
17073 (TUEXEC): Likewise.
17074 (TGREAD): Likewise.
17075 (TGWRITE): Likewise.
17076 (TGEXEC): Likewise.
17077 (TOREAD): Likewise.
17078 (TOWRITE): Likewise.
17079 (TOEXEC): Likewise.
17080 [POSIX] (TSVTX): Expect constant.
17081
aa97dee1
JM
170822014-03-06 Joseph Myers <joseph@codesourcery.com>
17083
f214606a
JM
17084 * Makefile (tests): Change dependencies to ....
17085 (tests-special): ... additions to this variable.
17086 (tests): Depend on $(tests-special).
17087 * Makerules (check-abi-list): New variable.
17088 (check-abi): Depend on $(check-abi-list).
17089 [$(subdir) = elf] (tests-special): Add
17090 $(objpfx)check-abi-libc.out.
17091 [$(build-shared) = yes && subdir] (tests-special): Add
17092 $(check-abi-list).
17093 [$(build-shared) = yes && subdir] (tests): Do not depend on
17094 check-abi.
17095 * Rules (tests): Depend on $(tests-special).
17096 (xtests): Depend on $(xtests-special).
17097 * catgets/Makefile (tests): Change dependencies to ....
17098 (tests-special): ... additions to this variable.
17099 * conform/Makefile (tests): Change dependencies to ....
17100 (tests-special): ... additions to this variable.
17101 * elf/Makefile (tests): Change dependencies to ....
17102 (tests-special): ... additions to this variable.
17103 * grp/Makefile (tests): Change dependencies to ....
17104 (tests-special): ... additions to this variable.
17105 * iconv/Makefile (xtests): Change dependencies to ....
17106 (xtests-special): ... additions to this variable.
17107 * iconvdata/Makefile (tests): Change dependencies to ....
17108 (tests-special): ... additions to this variable.
17109 * intl/Makefile (tests): Change dependencies to ....
17110 (tests-special): ... additions to this variable. Also add
17111 $(objpfx)tst-gettext.out.
17112 * io/Makefile (tests): Change dependencies to ....
17113 (tests-special): ... additions to this variable.
17114 * libio/Makefile (tests): Change dependencies to ....
17115 (tests-special): ... additions to this variable.
17116 * malloc/Makefile (tests): Change dependencies to ....
17117 (tests-special): ... additions to this variable.
17118 * misc/Makefile (tests): Change dependencies to ....
17119 (tests-special): ... additions to this variable.
17120 * nptl/Makefile (tests): Change dependencies to ....
17121 (tests-special): ... additions to this variable.
17122 * nptl_db/Makefile (tests): Change dependencies to ....
17123 (tests-special): ... additions to this variable.
17124 * posix/Makefile (tests): Change dependencies to ....
17125 (tests-special): ... additions to this variable.
17126 (xtests): Change dependencies to ....
17127 (xtests-special): ... additions to this variable.
17128 * resolv/Makefile (tests): Change dependencies to ....
17129 (tests-special): ... additions to this variable.
17130 (xtests): Change dependencies to ....
17131 (xtests-special): ... additions to this variable.
17132 * stdio-common/Makefile (tests): Change dependencies to ....
17133 (tests-special): ... additions to this variable.
17134 (do-tst-unbputc): Remove target.
17135 (do-tst-printf): Likewise.
17136 * stdlib/Makefile (tests): Change dependencies to ....
17137 (tests-special): ... additions to this variable.
17138 * string/Makefile (tests): Change dependencies to ....
17139 (tests-special): ... additions to this variable.
17140 * sysdeps/x86/Makefile (tests): Change dependencies to ....
17141 (tests-special): ... additions to this variable.
17142
81700b53
JM
17143 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17144 whole file.
17145 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17146 whole file.
17147 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17148 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17149
2ea18461
JM
17150 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17151 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17152 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17153 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17154 * conform/data/libgen.h-data [XPG3]: Likewise.
17155 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17156 * conform/data/ndbm.h-data [XPG3]: Likewise.
17157 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17158 * conform/data/netdb.h-data [XPG3]: Likewise.
17159 * conform/data/netinet/in.h-data [XPG3]: Likewise.
17160 * conform/data/poll.h-data [XPG3]: Likewise.
17161 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17162 * conform/data/strings.h-data [XPG3]: Likewise.
17163 * conform/data/stropts.h-data [XPG3]: Likewise.
17164 * conform/data/sys/mman.h-data [XPG3]: Likewise.
17165 * conform/data/sys/resource.h-data [XPG3]: Likewise.
17166 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17167 Likewise.
17168 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17169 * conform/data/sys/time.h-data [XPG3]: Likewise.
17170 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17171 * conform/data/sys/uio.h-data [XPG3]: Likewise.
17172 * conform/data/sys/un.h-data [XPG3]: Likewise.
17173 * conform/data/syslog.h-data [XPG3]: Likewise.
17174 * conform/data/ucontext.h-data [XPG3]: Likewise.
17175 * conform/data/utmpx.h-data [XPG3]: Likewise.
17176 * conform/data/varargs.h-data [UNIX98]: Enable file.
17177
355bc986
JM
17178 * manual/Makefile (INSTALL_INFO): Remove variable setting.
17179
215db402
JM
17180 * math/libm-test.inc (struct test_f_f_data): Move expected results
17181 into structure for each rounding mode.
17182 (struct test_ff_f_data): Likewise.
17183 (struct test_ff_f_data_nexttoward): Likewise.
17184 (struct test_fi_f_data): Likewise.
17185 (struct test_fl_f_data): Likewise.
17186 (struct test_if_f_data): Likewise.
17187 (struct test_fff_f_data): Likewise.
17188 (struct test_c_f_data): Likewise.
17189 (struct test_f_f1_data): Likewise.
17190 (struct test_fF_f1_data): Likewise.
17191 (struct test_ffI_f1_data): Likewise.
17192 (struct test_c_c_data): Likewise.
17193 (struct test_cc_c_data): Likewise.
17194 (struct test_f_i_data): Likewise.
17195 (struct test_ff_i_data): Likewise.
17196 (struct test_f_l_data): Likewise.
17197 (struct test_f_L_data): Likewise.
17198 (struct test_fFF_11_data): Likewise.
17199 (RM_): New macro.
17200 (RM_FE_DOWNWARD): Likewise.
17201 (RM_FE_TONEAREST): Likewise.
17202 (RM_FE_TOWARDZERO): Likewise.
17203 (RM_FE_UPWARD): Likewise.
17204 (RUN_TEST_LOOP_f_f): Update references to expected results.
17205 (RUN_TEST_LOOP_2_f): Likewise.
17206 (RUN_TEST_LOOP_fff_f): Likewise.
17207 (RUN_TEST_LOOP_c_f): Likewise.
17208 (RUN_TEST_LOOP_f_f1): Likewise.
17209 (RUN_TEST_LOOP_fF_f1): Likewise.
17210 (RUN_TEST_LOOP_fI_f1): Likewise.
17211 (RUN_TEST_LOOP_ffI_f1): Likewise.
17212 (RUN_TEST_LOOP_c_c): Likewise.
17213 (RUN_TEST_LOOP_cc_c): Likewise.
17214 (RUN_TEST_LOOP_f_i): Likewise.
17215 (RUN_TEST_LOOP_f_i_tg): Likewise.
17216 (RUN_TEST_LOOP_ff_i_tg): Likewise.
17217 (RUN_TEST_LOOP_f_b): Likewise.
17218 (RUN_TEST_LOOP_f_b_tg): Likewise.
17219 (RUN_TEST_LOOP_f_l): Likewise.
17220 (RUN_TEST_LOOP_f_L): Likewise.
17221 (RUN_TEST_LOOP_fFF_11): Likewise.
17222 * math/gen-libm-test.pl (parse_args): Output four copies of
17223 expected results for each test.
17224
67737b8f
JM
17225 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17226 (__ASSUME_UTIMES): Remove.
17227 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17228 (__ASSUME_UTIMES): Likewise.
17229
aa97dee1
JM
17230 * math/gen-auto-libm-tests.c: Update comment on output format.
17231 (output_for_one_input_case): Generate before-rounding and
17232 after-rounding information as conditions on output flags not
17233 floating-point format.
17234 * math/auto-libm-test-out: Regenerated.
17235 * math/gen-libm-test.pl (cond_value): New function.
17236 (or_cond_value): Use cond_value.
17237 (generate_testfile): Handle conditional exceptions.
17238
e6b6a857
JM
172392014-03-05 Joseph Myers <joseph@codesourcery.com>
17240
2f0a0f44
JM
17241 * math/libm-test.inc (max_valid_error): New variable.
17242 (init_max_error): Take new argument specifying whether function
17243 results are exactly determined. Set max_valid_error and bound
17244 other variables for errors based on this argument.
17245 (set_max_error): Do not record results above max_valid_error.
17246 (check_float_internal): Only accept errors of up to 0.5ulps if
17247 also at most max_valid_error.
17248 (START): Take new argument EXACT and pass it to init_max_error.
17249 (acos_test): Update call to START.
17250 (acos_test_tonearest): Likewise.
17251 (acos_test_towardzero): Likewise.
17252 (acos_test_downward): Likewise.
17253 (acos_test_upward): Likewise.
17254 (acosh_test): Likewise.
17255 (asin_test): Likewise.
17256 (asin_test_tonearest): Likewise.
17257 (asin_test_towardzero): Likewise.
17258 (asin_test_downward): Likewise.
17259 (asin_test_upward): Likewise.
17260 (asinh_test): Likewise.
17261 (atan_test): Likewise.
17262 (atanh_test): Likewise.
17263 (atan2_test): Likewise.
17264 (cabs_test): Likewise.
17265 (cacos_test): Likewise.
17266 (cacosh_test): Likewise.
17267 (carg_test): Likewise.
17268 (casin_test): Likewise.
17269 (casinh_test): Likewise.
17270 (catan_test): Likewise.
17271 (catanh_test): Likewise.
17272 (cbrt_test): Likewise.
17273 (ccos_test): Likewise.
17274 (ccosh_test): Likewise.
17275 (ceil_test): Likewise.
17276 (cexp_test): Likewise.
17277 (cimag_test): Likewise.
17278 (clog_test): Likewise.
17279 (clog10_test): Likewise.
17280 (conj_test): Likewise.
17281 (copysign_test): Likewise.
17282 (cos_test): Likewise.
17283 (cos_test_tonearest): Likewise.
17284 (cos_test_towardzero): Likewise.
17285 (cos_test_downward): Likewise.
17286 (cos_test_upward): Likewise.
17287 (cosh_test): Likewise.
17288 (cosh_test_tonearest): Likewise.
17289 (cosh_test_towardzero): Likewise.
17290 (cosh_test_downward): Likewise.
17291 (cosh_test_upward): Likewise.
17292 (cpow_test): Likewise.
17293 (cproj_test): Likewise.
17294 (creal_test): Likewise.
17295 (csin_test): Likewise.
17296 (csinh_test): Likewise.
17297 (csqrt_test): Likewise.
17298 (ctan_test): Likewise.
17299 (ctan_test_tonearest): Likewise.
17300 (ctan_test_towardzero): Likewise.
17301 (ctan_test_downward): Likewise.
17302 (ctan_test_upward): Likewise.
17303 (ctanh_test): Likewise.
17304 (ctanh_test_tonearest): Likewise.
17305 (ctanh_test_towardzero): Likewise.
17306 (ctanh_test_downward): Likewise.
17307 (ctanh_test_upward): Likewise.
17308 (erf_test): Likewise.
17309 (erfc_test): Likewise.
17310 (exp_test): Likewise.
17311 (exp_test_tonearest): Likewise.
17312 (exp_test_towardzero): Likewise.
17313 (exp_test_downward): Likewise.
17314 (exp_test_upward): Likewise.
17315 (exp10_test): Likewise.
17316 (exp10_test_tonearest): Likewise.
17317 (exp10_test_towardzero): Likewise.
17318 (exp10_test_downward): Likewise.
17319 (exp10_test_upward): Likewise.
17320 (pow10_test): Likewise.
17321 (exp2_test): Likewise.
17322 (expm1_test): Likewise.
17323 (expm1_test_tonearest): Likewise.
17324 (expm1_test_towardzero): Likewise.
17325 (expm1_test_downward): Likewise.
17326 (expm1_test_upward): Likewise.
17327 (fabs_test): Likewise.
17328 (fdim_test): Likewise.
17329 (floor_test): Likewise.
17330 (fma_test): Likewise.
17331 (fma_test_towardzero): Likewise.
17332 (fma_test_downward): Likewise.
17333 (fma_test_upward): Likewise.
17334 (fmax_test): Likewise.
17335 (fmin_test): Likewise.
17336 (fmod_test): Likewise.
17337 (fpclassify_test): Likewise.
17338 (frexp_test): Likewise.
17339 (hypot_test): Likewise.
17340 (ilogb_test): Likewise.
17341 (isfinite_test): Likewise.
17342 (finite_test): Likewise.
17343 (isgreater_test): Likewise.
17344 (isgreaterequal_test): Likewise.
17345 (isinf_test): Likewise.
17346 (isless_test): Likewise.
17347 (islessequal_test): Likewise.
17348 (islessgreater_test): Likewise.
17349 (isnan_test): Likewise.
17350 (isnormal_test): Likewise.
17351 (issignaling_test): Likewise.
17352 (isunordered_test): Likewise.
17353 (j0_test): Likewise.
17354 (j1_test): Likewise.
17355 (jn_test): Likewise.
17356 (ldexp_test): Likewise.
17357 (lgamma_test): Likewise.
17358 (gamma_test): Likewise.
17359 (lrint_test): Likewise.
17360 (lrint_test_tonearest): Likewise.
17361 (lrint_test_towardzero): Likewise.
17362 (lrint_test_downward): Likewise.
17363 (lrint_test_upward): Likewise.
17364 (llrint_test): Likewise.
17365 (llrint_test_tonearest): Likewise.
17366 (llrint_test_towardzero): Likewise.
17367 (llrint_test_downward): Likewise.
17368 (llrint_test_upward): Likewise.
17369 (log_test): Likewise.
17370 (log10_test): Likewise.
17371 (log1p_test): Likewise.
17372 (log2_test): Likewise.
17373 (logb_test): Likewise.
17374 (logb_test_downward): Likewise.
17375 (lround_test): Likewise.
17376 (llround_test): Likewise.
17377 (modf_test): Likewise.
17378 (nearbyint_test): Likewise.
17379 (nextafter_test): Likewise.
17380 (nexttoward_test): Likewise.
17381 (pow_test): Likewise.
17382 (pow_test_tonearest): Likewise.
17383 (pow_test_towardzero): Likewise.
17384 (pow_test_downward): Likewise.
17385 (pow_test_upward): Likewise.
17386 (remainder_test): Likewise.
17387 (drem_test): Likewise.
17388 (remainder_test_tonearest): Likewise.
17389 (drem_test_tonearest): Likewise.
17390 (remainder_test_towardzero): Likewise.
17391 (drem_test_towardzero): Likewise.
17392 (remainder_test_downward): Likewise.
17393 (drem_test_downward): Likewise.
17394 (remainder_test_upward): Likewise.
17395 (drem_test_upward): Likewise.
17396 (remquo_test): Likewise.
17397 (rint_test): Likewise.
17398 (rint_test_tonearest): Likewise.
17399 (rint_test_towardzero): Likewise.
17400 (rint_test_downward): Likewise.
17401 (rint_test_upward): Likewise.
17402 (round_test): Likewise.
17403 (scalb_test): Likewise.
17404 (scalbn_test): Likewise.
17405 (scalbln_test): Likewise.
17406 (signbit_test): Likewise.
17407 (sin_test): Likewise.
17408 (sin_test_tonearest): Likewise.
17409 (sin_test_towardzero): Likewise.
17410 (sin_test_downward): Likewise.
17411 (sin_test_upward): Likewise.
17412 (sincos_test): Likewise.
17413 (sinh_test): Likewise.
17414 (sinh_test_tonearest): Likewise.
17415 (sinh_test_towardzero): Likewise.
17416 (sinh_test_downward): Likewise.
17417 (sinh_test_upward): Likewise.
17418 (sqrt_test): Likewise.
17419 (sqrt_test_tonearest): Likewise.
17420 (sqrt_test_towardzero): Likewise.
17421 (sqrt_test_downward): Likewise.
17422 (sqrt_test_upward): Likewise.
17423 (tan_test): Likewise.
17424 (tan_test_tonearest): Likewise.
17425 (tan_test_towardzero): Likewise.
17426 (tan_test_downward): Likewise.
17427 (tan_test_upward): Likewise.
17428 (tanh_test): Likewise.
17429 (tgamma_test): Likewise.
17430 (trunc_test): Likewise.
17431 (y0_test): Likewise.
17432 (y1_test): Likewise.
17433 (yn_test): Likewise.
17434 (significand_test): Likewise.
17435
e6b6a857
JM
17436 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17437 individual tests in comment.
17438 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17439 (prev_max_error): New variable.
17440 (prev_real_max_error): Likewise.
17441 (prev_imag_max_error): Likewise.
17442 (compare_ulp_data): Don't refer to test names in comment.
17443 (find_test_ulps): Remove function.
17444 (find_function_ulps): Likewise.
17445 (find_complex_function_ulps): Likewise.
17446 (init_max_error): Take function name as argument. Look up ulps
17447 for that function.
17448 (print_ulps): Remove function.
17449 (print_max_error): Use prev_max_error instead of calling
17450 find_function_ulps.
17451 (print_complex_max_error): Use prev_real_max_error and
17452 prev_imag_max_error instead of calling find_complex_function_ulps.
17453 (check_float_internal): Take max_ulp parameter instead of calling
17454 find_test_ulps. Don't call print_ulps.
17455 (check_float): Update call to check_float_internal.
17456 (check_complex): Update calls to check_float_internal.
17457 (START): Pass argument to init_max_error.
17458 * math/gen-libm-test.pl (%results): Don't include "kind"
17459 information.
17460 (parse_ulps): Don't handle ulps of individual tests.
17461 (print_ulps_file): Likewise.
17462 (output_ulps): Likewise.
17463 * math/README.libm-test: Update.
17464 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17465 individual tests.
17466 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17467 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17468 * sysdeps/arm/libm-test-ulps: Likewise.
17469 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17470 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17471 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17472 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17473 * sysdeps/microblaze/libm-test-ulps: Likewise.
17474 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17475 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17476 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17477 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17478 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17479 * sysdeps/sh/libm-test-ulps: Likewise.
17480 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17481 * sysdeps/tile/libm-test-ulps: Likewise.
17482 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17483
45adef3c
JM
174842014-03-04 Joseph Myers <joseph@codesourcery.com>
17485
17486 * math/libm-test.inc (print_complex_max_error): Check separately
17487 whether real and imaginary errors are within allowed range and
17488 pass 0 to print_complex_function_ulps instead of value within
17489 allowed range.
17490
000232b9
SP
174912014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17492
d4b17258
SP
17493 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17494 formatting.
17495 (get_handles_fopen): Likewise.
17496 (do_write_test): Likewise.
17497
091eff71
SP
17498 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17499
fa3cd248
SP
17500 * libio/fileops.c (do_ftell): Use cached offset when
17501 available.
17502 * libio/iofwide.c (do_ftell_wide): Likewise.
17503 * libio/iofdopen.c (_IO_new_fdopen): Don't use
17504 _IO_file_attach.
17505 * libio/wfileops.c (_IO_fwide): Don't cache offset.
17506
000232b9
SP
17507 [BZ #16532]
17508 * libio/libioP.h (get_file_offset): New function.
17509 * libio/fileops.c (get_file_offset): Likewise.
17510 (do_ftell): Likewise.
17511 (_IO_new_file_seekoff): Split out ftell logic.
17512 * libio/wfileops.c (do_ftell_wide): Likewise.
17513 (_IO_wfile_seekoff): Split out ftell logic.
17514 * libio/tst-ftell-active-handler.c: New test case.
17515 * libio/Makefile (tests): Add it.
17516
116f4d1a
RM
175172014-03-03 Roland McGrath <roland@hack.frob.com>
17518
17519 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17520 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17521
532a6035
SP
175222014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
17523
17524 [BZ #16639]
17525 * nscd/connections.c (nscd_init): Call do_exit.
17526 (start_threads): Call do_exit and notify_parent.
17527 (begin_drop_privileges): Call do_exit.
17528 (finish_drop_privileges): Likewise.
17529 * nscd/selinux.c (preserve_capabilities): Likewise.
17530 (install_real_capabilities): Likewise.
17531 (nscd_selinux_enabled): Likewise.
17532 (avc_create_thread): Likewise.
17533 (avc_alloc_lock): Likewise.
17534 (nscd_avc_init): Likewise.
17535 * nscd/nscd.c (parent_fd): New static variable.
17536 (main): Create a pipe between parent and child processes.
17537 Skip closing parent_fd.
17538 (monitor_child): New function.
17539 (do_exit): Likewise.
17540 (notify_parent): Likewise.
17541 * nscd/nscd.h (notify_parent): Likewise.
17542 (do_exit): Likewise.
17543
d6285c9f
CD
175442014-03-03 Carlos O'Donell <carlos@redhat.com>
17545
17546 * malloc/malloc.c (__libc_calloc): Revert last change.
17547
2b85d2a0
AZ
175482014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17549
17550 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17551
c7debbdf
RS
175522014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17553
17554 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17555 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17556 implementation.
17557 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17558 (__libc_ifunc_impl_list): Likewise.
17559 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17560 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17561 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17562 * string/strrchr.c: Define STRRCHR.
17563
235eed86
OB
175642014-02-28 Ondřej Bílka <neleai@seznam.cz>
17565
17566 * benchtest/bench-strtok.c (simple_strtok): Delete.
17567 (strtok_string): Use as benchmark.
17568 * string/strtok (STRTOK): New macro.
17569
8e25d1e7
CD
175702014-02-28 Carlos O'Donell <carlos@redhat.com>
17571
ef563f92
CD
17572 * manual/threads.texi: Add header and standard comments to all
17573 functions.
17574
8e25d1e7
CD
17575 * elf/dl-lookup.c (check_match): New function.
17576 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17577 (do_lookup_x): Remove nested function check_match. Use non-nested
17578 function check_match.
17579
ff71cc37
RM
175802014-02-28 Roland McGrath <roland@hack.frob.com>
17581
f08e9a26
RM
17582 * csu/Makefile (generated, before-compile): Use += rather than =.
17583 * catgets/Makefile (generated, generated-dirs): Likewise.
17584 * debug/Makefile (generated): Likewise.
17585 * dlfcn/Makefile (generated): Likewise.
17586 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17587 * iconvdata/Makefile (before-compile, generated): Likewise.
17588 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17589 * libio/Makefile (generated): Likewise.
17590 * malloc/Makefile (generated): Likewise.
17591 * manual/Makefile (generated, generated-dirs): Likewise.
17592 * misc/Makefile (generated): Likewise.
17593 * posix/Makefile (generated): Likewise.
17594 * resolv/Makefile (generated): Likewise.
17595 * sunrpc/Makefile (generated, generated-dirs): Likewise.
17596 * timezone/Makefile (generated, generated-dirs): Likewise.
17597
ff71cc37
RM
17598 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17599
fe13a20c
AZ
176002014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17601
57f41c40
AS
17602 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17603 power8 implementation.
17604 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17605 file: POWER8 llround ifunc implementation.
17606 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17607 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
17608 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17609 POWER8 llround implementation.
17610
57f41c40
AS
17611 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17612 power8 implementation.
17613 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17614 file: POWER8 llrint ifunc implementation.
17615 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17616 Add POWER8 implementation.
1ad8950a
AZ
17617 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17618 POWER8 llrint implementation.
17619
57f41c40
AS
17620 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17621 power8 implementation.
17622 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17623 file: POWER8 finite ifunc implementation.
17624 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17625 Add POWER8 implementation.
cac626d6
AZ
17626 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17627 Likewise.
17628 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17629 POWER8 finite implementation.
17630 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17631
57f41c40
AS
17632 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17633 power8 implementation.
17634 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17635 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
17636 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17637 POWER8 implementation.
17638 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17639 Likewise.
57f41c40
AS
17640 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17641 isinf implementation.
4393fc11
AZ
17642 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17643
57f41c40
AS
17644 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17645 (INIT_ARCH): Add hwcap2 initialization.
17646 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17647 power8 implementation.
17648 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17649 file: POWER8 isnan ifunc implementation.
487972ae
AZ
17650 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17651 POWER8 implementation.
17652 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17653 Likewise.
57f41c40
AS
17654 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17655 isnan implementation.
487972ae
AZ
17656 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17657
7d92b787
JY
176582014-02-27 Joey Ye <joey.ye@arm.com>
17659
17660 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17661 (_FP_NANFRAC_Q): Set to zero.
17662
1cadc858
SP
176632014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
17664
17665 [BZ #16623]
17666 * math/auto-libm-test-in: New test inputs.
17667 * math/auto-libm-test-out: Regenerate.
17668 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17669 and DA.
17670 (__cos): Likewise.
17671 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17672
f8c17e79
JM
176732014-02-27 Joseph Myers <joseph@codesourcery.com>
17674
17675 * scripts/evaluate-test.sh: Take new argument indicating whether
17676 failure is expected.
17677 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17678 indicating whether failure is expected.
17679 * conform/Makefile (test-xfail-run-conformtest): New variable.
17680 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17681 level.
17682 * posix/Makefile (test-xfail-annexc): New variable.
17683 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17684
a5f891ac
JM
176852014-02-26 Joseph Myers <joseph@codesourcery.com>
17686
17687 * argp/Makefile: Include Makeconfig immediately after defining
17688 subdir.
17689 * assert/Makefile: Likewise.
17690 * benchtests/Makefile: Likewise.
17691 * catgets/Makefile: Likewise.
17692 * conform/Makefile: Likewise.
17693 * crypt/Makefile: Likewise.
17694 * csu/Makefile: Likewise.
17695 (all): Remove target.
17696 * ctype/Makefile: Include Makeconfig immediately after defining
17697 subdir.
17698 * debug/Makefile: Likewise.
17699 * dirent/Makefile: Likewise.
17700 * dlfcn/Makefile: Likewise.
17701 * gmon/Makefile: Likewise.
17702 * gnulib/Makefile: Likewise.
17703 * grp/Makefile: Likewise.
17704 * gshadow/Makefile: Likewise.
17705 * hesiod/Makefile: Likewise.
17706 * hurd/Makefile: Likewise.
17707 (all): Remove target.
17708 * iconvdata/Makefile: Include Makeconfig immediately after
17709 defining subdir.
17710 * inet/Makefile: Likewise.
17711 * intl/Makefile: Likewise.
17712 * io/Makefile: Likewise.
17713 * libio/Makefile: Likewise.
17714 (all): Remove target.
17715 * locale/Makefile: Include Makeconfig immediately after defining
17716 subdir.
17717 * login/Makefile: Likewise.
17718 * mach/Makefile: Likewise.
17719 (all): Remove target.
17720 * malloc/Makefile: Include Makeconfig immediately after defining
17721 subdir.
17722 (all): Remove target.
17723 * manual/Makefile: Include Makeconfig immediately after defining
17724 subdir.
17725 * math/Makefile: Likewise.
17726 * misc/Makefile: Likewise.
17727 * nis/Makefile: Likewise.
17728 * nss/Makefile: Likewise.
17729 * po/Makefile: Likewise.
17730 (all): Remove target.
17731 * posix/Makefile: Include Makeconfig immediately after defining
17732 subdir.
17733 * pwd/Makefile: Likewise.
17734 * resolv/Makefile: Likewise.
17735 * resource/Makefile: Likewise.
17736 * rt/Makefile: Likewise.
17737 * setjmp/Makefile: Likewise.
17738 * shadow/Makefile: Likewise.
17739 * signal/Makefile: Likewise.
17740 * socket/Makefile: Likewise.
17741 * soft-fp/Makefile: Likewise.
17742 * stdio-common/Makefile: Likewise.
17743 * stdlib/Makefile: Likewise.
17744 * streams/Makefile: Likewise.
17745 * string/Makefile: Likewise.
17746 * sunrpc/Makefile: Likewise.
17747 (all): Remove target.
17748 * sysvipc/Makefile: Include Makeconfig immediately after defining
17749 subdir.
17750 * termios/Makefile: Likewise.
17751 * time/Makefile: Likewise.
17752 * timezone/Makefile: Likewise.
17753 (all): Remove target.
17754 * wcsmbs/Makefile: Include Makeconfig immediately after defining
17755 subdir.
17756 * wctype/Makefile: Likewise.
17757
5b456e9d
SE
177582014-02-26 Steve Ellcey <sellcey@mips.com>
17759
17760 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17761 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17762 (libc_feholdexcept_setround_mips): Ditto.
17763 (libc_feholdsetround): New.
17764 (libc_feholdsetroundf): New.
17765 (libc_feholdsetroundl): New.
17766 (libc_feupdateenv_test_mips): New.
17767 (libc_feupdateenv_test): New.
17768 (libc_feupdateenv_testf): New.
17769 (libc_feupdateenv_testl): New.
17770 (libc_feresetround): New.
17771 (libc_feresetroundf): New.
17772 (libc_feresetroundl): New.
17773 (libc_fetestexcept_mips): New.
17774 (libc_fetestexcept): New.
17775 (libc_fetestexceptf): New.
17776 (libc_fetestexceptl): New.
17777 (HAVE_RM_CTX): New.
17778 (libc_feholdexcept_setround_mips_ctx): New.
17779 (libc_feholdexcept_setround_ctx): New.
17780 (libc_feholdexcept_setroundf_ctx): New.
17781 (libc_feholdexcept_setroundl_ctx): New.
17782 (libc_fesetenv_mips_ctx): New.
17783 (libc_fesetenv_ctx): New.
17784 (libc_fesetenv_ctxf): New.
17785 (libc_fesetenv_ctxl): New.
17786 (libc_feupdateenv_mips_ctx): New.
17787 (libc_feupdateenv_ctx): New.
17788 (libc_feupdateenvf_ctx): New.
17789 (libc_feupdateenvl_ctx): New.
17790 (libc_feholdsetround_mips_ctx): New.
17791 (libc_feholdsetround_ctx): New.
17792 (libc_feholdsetroundf_ctx): New.
17793 (libc_feholdsetroundl_ctx): New.
17794 (libc_feresetround_mips_ctx): New.
17795 (libc_feresetround_ctx): New.
17796 (libc_feresetroundf_ctx): New.
17797 (libc_feresetroundl_ctx): New.
17798
085d0e35
CD
177992014-02-26 Carlos O'Donell <carlos@redhat.com>
17800
f067bf1f
CD
17801 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17802
085d0e35
CD
17803 * manual/ipc.texi: New file.
17804 * manual/Makefile (chapters): Add ipc.
17805 * manual/job.texi: Add "Inter-Process Communication" to next.
17806 * manual/process.texi: Add "Inter-Process Communication" to prev.
17807
86e58c08
AZ
178082014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17809
17810 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17811
4248f0da
OB
178122014-02-26 Ondřej Bílka <neleai@seznam.cz>
17813
17814 * malloc/malloc.c (__libc_calloc): Simplify implementation.
17815
cf822e3c
OB
17816 * manual/arith.texi: Fix spaces after sentences.
17817 * manual/charset.texi: Likewise.
17818 * manual/errno.texi: Likewise.
17819 * manual/install.texi: Likewise.
17820 * manual/llio.texi: Likewise.
17821 * manual/locale.texi: Likewise.
17822 * manual/maint.texi: Likewise.
17823 * manual/math.texi: Likewise.
17824 * manual/memory.texi: Likewise.
17825 * manual/message.texi: Likewise.
17826 * manual/probes.texi: Likewise.
17827 * manual/resource.texi: Likewise.
17828 * manual/signal.texi: Likewise.
17829 * manual/socket.texi: Likewise.
17830 * manual/stdio.texi: Likewise.
17831 * manual/string.texi: Likewise.
17832 * manual/time.texi: Likewise.
17833 * manual/users.texi: Likewise.
17834
ade40b10
CD
178352014-02-25 Carlos O'Donell <carlos@redhat.com>
17836
17837 [BZ #16632]
17838 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17839 _DEFAULT_SOURCE is defined.
17840
d0503676
CD
178412014-02-25 Ulrich Drepper <drepper@gmail.com>
17842 Carlos O'Donell <carlos@redhat.com>
17843
17844 [BZ #16613]
17845 * elf/dl-tls.c (_dl_count_modids): New function.
17846 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17847 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17848 audit library and increment generation counter.
17849 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17850 * elf/tst-audit9.c: New file.
17851 * elf/tst-auditmod9a.c: New file.
17852 * elf/tst-auditmod9b.c: New file.
17853 * elf/Makefile: Add rules to build and run tst-audit9.
17854
4cbf380c
FW
178552014-02-25 Florian Weimer <fweimer@redhat.com>
17856
17857 [BZ #15347]
17858 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17859
80a56cc3
WN
178602014-02-25 Will Newton <will.newton@linaro.org>
17861
17862 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17863 (__longjmp): Restore sp and lr before restoring callee
17864 saved registers. Add longjmp and longjmp_target
17865 SystemTap probe point.
17866 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17867 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17868 Define to zero to match jmpbuf layout.
17869 * sysdeps/arm/setjmp.S: Include stap-probe.h.
17870 (__sigsetjmp): Save sp and lr before saving callee
17871 saved registers. Add setjmp SystemTap probe point.
17872
3ea0f74e
SL
178732014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
17874
17875 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17876
b04acb26
AS
178772014-02-24 Andreas Schwab <schwab@suse.de>
17878
17879 [BZ #15804]
17880 * elf/pldd.c (wait_for_ptrace_stop): New function.
17881 (main): Call it after attaching.
17882
098ad55c
RM
178832014-02-22 Roland McGrath <roland@hack.frob.com>
17884
d4ec6ae1
RM
17885 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17886 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17887 Versions files is now verboten.
17888 * hurd/Versions (libc: GLIBC_2.0):
17889 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17890 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17891 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17892 * mach/Versions: Likewise.
17893
098ad55c
RM
17894 * csu/Versions: Remove unused %include.
17895 * resolv/Versions: Likewise.
17896
acd7f096
JM
178972014-02-21 Joseph Myers <joseph@codesourcery.com>
17898
f0881698
JM
17899 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17900 ($(objpfx)check-local-headers.out): Likewise.
17901 ($(objpfx)begin-end-check.out): Likewise.
17902 * Makerules (check-abi-%.out): Likewise.
17903 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17904 ($(objpfx)test2.cat): Likewise.
17905 ($(objpfx)de/libc.cat): Likewise.
17906 ($(objpfx)test-gencat.out): Likewise.
17907 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17908 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17909 ($(objpfx)noload-mem): Likewise.
17910 ($(objpfx)tst-pathopt.out): Likewise.
17911 ($(objpfx)tst-rtld-load-self.out): Likewise.
17912 ($(objpfx)tst-array1-cmp.out): Likewise.
17913 ($(objpfx)tst-array1-static-cmp.out): Likewise.
17914 ($(objpfx)tst-array2-cmp.out): Likewise.
17915 ($(objpfx)tst-array3-cmp.out): Likewise.
17916 ($(objpfx)tst-array4-cmp.out): Likewise.
17917 ($(objpfx)tst-array5-cmp.out): Likewise.
17918 ($(objpfx)tst-array5-static-cmp.out): Likewise.
17919 ($(objpfx)check-textrel.out): Likewise.
17920 ($(objpfx)check-execstack.out): Likewise.
17921 ($(objpfx)check-localplt.out): Likewise.
17922 ($(objpfx)order2-cmp.out): Likewise.
17923 ($(objpfx)tst-leaks1-mem): Likewise.
17924 ($(objpfx)tst-leaks1-static-mem): Likewise.
17925 ($(objpfx)tst-initorder-cmp.out): Likewise.
17926 ($(objpfx)tst-initorder2-cmp.out): Likewise.
17927 ($(objpfx)tst-unused-dep.out): Likewise.
17928 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17929 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17930 * iconv/Makefile (test-iconvconfig): Likewise.
17931 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17932 ($(objpfx)iconv-test.out): Likewise.
17933 ($(objpfx)tst-tables.out): Likewise.
17934 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17935 ($(objpfx)tst-gettext.out): Likewise.
17936 ($(objpfx)tst-translit.out): Likewise.
17937 ($(objpfx)tst-gettext2.out): Likewise.
17938 ($(objpfx)tst-gettext4.out): Likewise.
17939 ($(objpfx)tst-gettext6.out): Likewise.
17940 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17941 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17942 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17943 ($(objpfx)tst-fopenloc-mem.out): Likewise.
17944 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17945 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17946 * posix/Makefile ($(objpfx)globtest.out): Likewise.
17947 ($(objpfx)wordexp-tst.out): Likewise.
17948 ($(objpfx)annexc.out): Likewise.
17949 ($(objpfx)tst-fnmatch-mem): Likewise.
17950 ($(objpfx)bug-regex2-mem): Likewise.
17951 ($(objpfx)bug-regex14-mem): Likewise.
17952 ($(objpfx)bug-regex21-mem): Likewise.
17953 ($(objpfx)bug-regex31-mem): Likewise.
17954 ($(objpfx)tst-vfork3-mem): Likewise.
17955 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17956 ($(objpfx)tst-pcre-mem): Likewise.
17957 ($(objpfx)tst-boost-mem): Likewise.
17958 ($(objpfx)tst-getconf.out): Likewise.
17959 ($(objpfx)bug-ga2-mem): Likewise.
17960 ($(objpfx)bug-glob2-mem): Likewise.
17961 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17962 ($(objpfx)mtrace-tst-leaks2): Likewise.
17963 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17964 ($(objpfx)tst-printf.out): Likewise.
17965 ($(objpfx)tst-setvbuf1.out): Likewise.
17966 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17967 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17968 ($(objpfx)tst-fmtmsg.out): Likewise.
17969 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17970 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17971
acd7f096
JM
17972 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17973 * bits/sigaction.h [__USE_MISC]: Likewise.
17974 * bits/waitstatus.h: Update #endif comments.
17975 * ctype/ctype.h: Likewise.
17976 * dirent/dirent.h: Likewise.
17977 [__USE_MISC]: Remove redundant conditionals.
17978 * grp/grp.h: Update #endif comments.
17979 [__USE_GNU]: Remove redundant conditionals.
17980 [__USE_MISC]: Likewise.
17981 * inet/netinet/in.h [__USE_GNU]: Likewise.
17982 * io/sys/stat.h [__USE_MISC]: Likewise.
17983 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17984 * libio/bits/stdio.h: Update #endif comments.
17985 [__USE_MISC]: Remove redundant conditionals.
17986 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17987 * libio/stdio.h: Update #endif comments.
17988 [__USE_MISC]: Remove redundant conditionals.
17989 * math/bits/math-finite.h [__USE_MISC]: Likewise.
17990 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17991 * math/math.h: Update #else and #endif comments.
17992 [__USE_MISC]: Remove redundant conditionals.
17993 * misc/sys/uio.h: Update #endif comments.
17994 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17995 * posix/glob.h [__USE_MISC]: Likewise.
17996 * posix/sys/types.h: Update #endif comments.
17997 [__USE_MISC]: Remove redundant conditionals.
17998 * posix/sys/wait.h: Update #endif comments.
17999 [__USE_MISC]: Remove redundant conditionals.
18000 * posix/unistd.h: Update #endif comments.
18001 [__USE_MISC]: Remove redundant conditionals.
18002 * pwd/pwd.h [__USE_GNU]: Likewise.
18003 [__USE_MISC]: Likewise.
18004 * resolv/netdb.h [__USE_GNU]: Likewise.
18005 * signal/signal.h: Update #endif comments.
18006 [__USE_MISC]: Remove redundant conditionals.
18007 * stdlib/stdlib.h: Update #else and #endif comments.
18008 [__USE_MISC]: Remove redundant conditionals.
18009 [__USE_GNU]: Likewise.
18010 * string/bits/string2.h [__USE_MISC]: Likewise.
18011 * string/string.h: Update #endif comments.
18012 [__USE_MISC]: Remove redundant conditionals.
18013 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18014 Likewise.
18015 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18016 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18017 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18018 Likewise.
18019 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18020 Likewise.
18021 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18022 comments.
18023 [__USE_MISC]: Remove redundant conditionals.
18024 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18025 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18026 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18027 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18028 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18029 Likewise.
18030 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18031 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18032 Likewise.
18033 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18034 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18035 Likewise.
18036 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18037 Likewise.
18038 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18039 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18040 Likewise.
18041 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18042 Likewise.
18043 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18044 * sysdeps/x86/bits/string.h: Update #endif comments.
18045 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18046 conditionals.
18047 * time/sys/time.h: Update #endif comments.
18048 * time/time.h: Likewise.
18049 [__USE_MISC]: Remove redundant conditionals.
18050
a5d82e4e
YG
180512014-02-21 Yury Gribov <y.gribov@samsung.com>
18052
18053 [BZ #16600]
18054 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18055
9a80491d
AS
180562014-02-21 Andreas Schwab <schwab@linux-m68k.org>
18057
18058 * Versions.def (librt): Add GLIBC_2.17.
18059
105fa381
AC
180602014-02-21 Adam Conrad <adconrad@0c3.net>
18061
18062 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18063 synonym for _SYS_AUXV_H to allow direct inclusion.
18064 * sysdeps/sparc/bits/hwcap.h: Likewise.
18065 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18066 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18067 * sysdeps/sparc/sysdep.h: Likewise.
18068
b8cd1c4e
SP
180692014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
18070
18071 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18072
bd939d23
RS
180732014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18074
18075 * benchtests/bench-strrchr.c: Print length instead of position.
18076
5d7b57ca
JM
180772014-02-20 Joseph Myers <joseph@codesourcery.com>
18078
bc688c10
JM
18079 [BZ #16611]
18080 * sysdeps/unix/sysv/linux/kernel-features.h
18081 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18082 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18083 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18084 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18085 Likewise.
18086 [__i386__ || __powerpc__ || __sh__ || __sparc__]
18087 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18088 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18089 (__ASSUME_SENDMMSG): Define instead of using previous
18090 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18091 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18092 (__ASSUME_SENDMMSG_SYSCALL): Define.
18093 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18094 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18095 Likewise.
18096 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18097 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18098 Likewise.
18099 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18100 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18101 Likewise.
18102 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18103 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18104 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18105 [__ASSUME_SENDMMSG]: Change conditionals to
18106 [__ASSUME_SENDMMSG_SOCKETCALL].
18107 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18108 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18109 Define.
18110 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18111 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18112 Likewise.
18113 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18114 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18115 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18116 [!__ASSUME_SENDMMSG]: Change conditional to
18117 [!__ASSUME_SENDMMSG_SOCKETCALL].
18118 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18119 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18120 Define.
18121
0e31b18c
JM
18122 [BZ #16610]
18123 * sysdeps/unix/sysv/linux/kernel-features.h
18124 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18125 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18126 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18127 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18128 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18129 [__i386__ || __sparc__]
18130 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18131 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18132 (__ASSUME_RECVMMSG): Define instead of using previous
18133 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18134 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18135 (__ASSUME_RECVMMSG_SYSCALL): Define.
18136 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18137 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18138 Likewise.
18139 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18140 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18141 Likewise.
18142 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18143 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18144 Likewise.
18145 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18146 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18147 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18148 [__ASSUME_RECVMMSG]: Change condition to
18149 [__ASSUME_RECVMMSG_SOCKETCALL].
18150 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18151 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18152 Define.
18153 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18154 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18155 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18156 Likewise.
18157 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18158 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18159 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18160 [!__ASSUME_RECVMMSG]: Change condition to
18161 [!__ASSUME_RECVMMSG_SOCKETCALL].
18162 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18163 (__ASSUME_RECVMMSG_SYSCALL): Define.
18164
dd481ccf
JM
18165 [BZ #16609]
18166 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18167 __powerpc__ || __s390__ || __sh__ || __sparc__]
18168 (__ASSUME_SOCKETCALL): Define.
18169 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18170 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18171 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18172 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18173 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18174 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18175 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18176 (__ASSUME_ACCEPT4): Define instead of using previous
18177 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18178 __powerpc__ || __sparc__ || __s390__)] condition.
18179 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18180 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18181 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18182 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18183 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18184 [!__ASSUME_ACCEPT4]: Change condition to
18185 [!__ASSUME_ACCEPT4_SOCKETCALL].
18186 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18187 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
18188 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18189 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18190 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18191 __ASSUME_ACCEPT4_SYSCALL.
18192 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18193 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18194 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18195 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18196 __ASSUME_ACCEPT4_SYSCALL.
18197 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18198 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18199 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18200 [__ASSUME_ACCEPT4]: Change condition to
18201 [__ASSUME_ACCEPT4_SOCKETCALL].
18202 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18203 (__ASSUME_SOCKETCALL): Define.
18204 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18205 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18206 (__ASSUME_SOCKETCALL): Define.
18207 (__ASSUME_ACCEPT4): Remove.
18208 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18209 Define.
18210 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18211 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18212 Likewise.
18213 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18214 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18215
5d7b57ca
JM
18216 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18217 macro.
18218 (HWCAP_ARM_LPAE): Likewise.
18219 (HWCAP_ARM_EVTSTRM): Likewise.
18220 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18221 Add vpfd32, lpae and evtstrm.
18222 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18223 Increase to 22.
18224
63689d61
JM
182252014-02-19 Joseph Myers <joseph@codesourcery.com>
18226
18227 * math/auto-libm-test-in: Add tests of clog10.
18228 * math/auto-libm-test-out: Regenerated.
18229 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18230 * sysdeps/i386/fpu/libm-test-ulps: Update.
18231 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18232
ab09bf61
AS
182332014-02-18 Andreas Schwab <schwab@suse.de>
18234
18235 [BZ #16574]
18236 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18237 Store non-zero if the second buffer was newly allocated.
18238 (send_dg): Likewise.
18239 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18240 to send_vc and send_dg.
18241 (res_nsend): Pass NULL for ansp2_malloced.
18242 * resolv/res_query.c (__libc_res_nquery): Add parameter
18243 answerp2_malloced and pass it down to __libc_res_nsend.
18244 (res_nquery): Pass additional NULL to __libc_res_nquery.
18245 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18246 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
18247 second answer buffer if answerp2_malloced was set.
18248 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18249 (__libc_res_nquerydomain): Add parameter
18250 answerp2_malloced and pass it down to __libc_res_nquery.
18251 (res_nquerydomain): Pass additional NULL to
18252 __libc_res_nquerydomain.
18253 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18254 additional NULL to __libc_res_nsend and __libc_res_nquery.
18255 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18256 additional NULL to __libc_res_nsearch.
18257 (_nss_dns_gethostbyname4_r): Revert last change. Use new
18258 parameter of __libc_res_nsearch to check for separately allocated
18259 second buffer.
18260 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18261 __libc_res_nquery.
18262 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18263 additional NULL to __libc_res_nquery.
18264 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18265 __libc_res_nsearch.
18266 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18267 * include/resolv.h: Update prototypes of __libc_res_nquery,
18268 __libc_res_nsearch, __libc_res_nsend.
18269
a4fb7861
JM
182702014-02-18 Joseph Myers <joseph@codesourcery.com>
18271
c6af2d89
JM
18272 * math/auto-libm-test-in: Add tests of fma.
18273 * math/auto-libm-test-out: Regenerated.
18274 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18275 (fma_towardzero_test_data): Likewise.
18276 (fma_downward_test_data): Likewise.
18277 (fma_upward_test_data): Likewise.
18278 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18279 mpc_mode.
18280 (rounding_modes): Add values for new field.
18281 (func_calc_method): Add value mpfr_fff_f.
18282 (func_calc_desc): Add mpfr_fff_f union field.
18283 (test_function): Add field exact_args.
18284 (FUNC): Add macro argument EXACT_ARGS.
18285 (FUNC_mpfr_f_f): Update call to FUNC.
18286 (FUNC_mpfr_f_f): Likewise.
18287 (FUNC_mpfr_ff_f): Likewise.
18288 (FUNC_mpfr_if_f): Likewise.
18289 (FUNC_mpc_c_f): Likewise.
18290 (FUNC_mpc_c_c): Likewise.
18291 (test_functions): Add fma. Update calls to FUNC.
18292 (handle_input_arg): Add argument exact_args.
18293 (add_test): Update call to handle_input_arg.
18294 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
18295 (output_for_one_input_case): Update call to calc_generic_results.
18296 Recalculate exact zero results in each rounding mode.
18297
a4fb7861
JM
18298 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18299 non-negative before setting low bit.
18300 * math/auto-libm-test-in: Mark one asin test possibly having
18301 spurious underflow.
18302 * math/auto-libm-test-out: Regenerated.
18303 * sysdeps/i386/fpu/libm-test-ulps: Update.
18304 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18305
ef114eaf
DH
183062014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
18307
2b7f4f2c
SP
18308 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18309 * sysdeps/unix/sysv/linux/microblaze: Move directory from
18310 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
18311 * README: Add missing listing for microblaze*-*-linux-gnu.
18312
8125aedc
AM
183132014-02-16 Ondřej Bílka <neleai@seznam.cz>
18314
18315 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18316 duplicate code
18317
c70a4b1d
MF
183182014-02-16 Mike Frysinger <vapier@gentoo.org>
18319
18320 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18321 * sysdeps/unix/sysv/linux/ia64: Move directory from
18322 ports/sysdeps/unix/sysv/linux/ia64.
18323 * README: Update listing for ia64-*-linux-gnu.
18324
591aeaf7
TD
183252014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
18326 Joseph Myers <joseph@codesourcery.com>
18327
18328 * Makeconfig (test-name): New variable.
18329 (evaluate-test): Likewise.
18330 * Makerules (do-test-clean): Remove .test-result files.
18331 (common-mostlyclean): Likewise.
18332 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18333 * scripts/evaluate-test.sh: New file.
18334
6e89caf1
JM
183352014-02-14 Joseph Myers <joseph@codesourcery.com>
18336
7f98f180
JM
18337 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18338 separate $(objpfx)tst-fopenloc-cmp.out and
18339 $(objpfx)tst-fopenloc-mem.out targets.
18340 (tests): Update dependencies.
18341 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18342 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18343 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18344 (tst-rxspencer-no-utf8-ARGS): New variable.
18345 (tst-rxspencer-no-utf8-ENV): Likewise.
18346 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18347 instead of $(objpfx)tst-rxspencer-mem.
18348 ($(objpfx)tst-rxspencer-mem): Change target to
18349 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
18350 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18351 * posix/tst-rxspencer-no-utf8.c: New file.
18352
6e89caf1
JM
18353 * elf/Makefile ($(objpfx)order.out): Remove rule.
18354 [$(run-built-tests) = yes] (tests): Depend on
18355 $(objpfx)order-cmp.out.
18356 ($(objpfx)order-cmp.out): New rule.
18357 [$(run-built-tests) = yes] (tests): Depend on
18358 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18359 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18360 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18361 $(objpfx)tst-array5-static-cmp.out.
18362 ($(objpfx)tst-array1.out): Remove rule.
18363 ($(objpfx)tst-array1-cmp.out): New rule.
18364 ($(objpfx)tst-array1-static.out): Remove rule.
18365 ($(objpfx)tst-array1-static-cmp.out): New rule.
18366 ($(objpfx)tst-array2.out): Remove rule.
18367 ($(objpfx)tst-array2-cmp.out): New rule.
18368 ($(objpfx)tst-array3.out): Remove rule.
18369 ($(objpfx)tst-array3-cmp.out): New rule.
18370 ($(objpfx)tst-array4.out): Remove rule.
18371 ($(objpfx)tst-array4-cmp.out): New rule.
18372 ($(objpfx)tst-array5.out): Remove rule.
18373 ($(objpfx)tst-array5-cmp.out): New rule.
18374 ($(objpfx)tst-array5-static.out): Remove rule.
18375 ($(objpfx)tst-array5-static-cmp.out): New rule.
18376 [$(run-built-tests) = yes] (tests): Depend on
18377 $(objpfx)order2-cmp.out.
18378 ($(objpfx)order2.out): Remove rule.
18379 ($(objpfx)order2-cmp.out): New rule.
18380 ($(objpfx)tst-initorder.out): Remove rule.
18381 [$(run-built-tests) = yes] (tests): Depend on
18382 $(objpfx)tst-initorder-cmp.out.
18383 ($(objpfx)tst-initorder-cmp.out): New rule.
18384 ($(objpfx)tst-initorder2.out): Remove rule.
18385 [$(run-built-tests) = yes] (tests): Depend on
18386 $(objpfx)tst-initorder2-cmp.out.
18387 ($(objpfx)tst-initorder2-cmp.out): New rule.
18388 [$(run-built-tests) = yes] (tests): Depend on
18389 $(objpfx)tst-unused-dep-cmp.out.
18390 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18391 ($(objpfx)tst-unused-dep-cmp.out): New rule.
18392 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18393 on $(objpfx)tst-setvbuf1-cmp.out.
18394 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18395 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18396 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18397 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18398 ($(objpfx)tst-svc.out): Remove rule.
18399 ($(objpfx)tst-svc-cmp.out): New rule.
18400
ed9a38e2
JM
184012014-02-13 Joseph Myers <joseph@codesourcery.com>
18402
18403 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18404 * ctype/ctype.h [__USE_MISC]: Likewise.
18405 * dirent/dirent.h [__USE_MISC]: Likewise.
18406 * grp/grp.h [__USE_MISC]: Likewise.
18407 * io/fcntl.h [__USE_MISC]: Likewise.
18408 * io/sys/stat.h [__USE_MISC]: Likewise.
18409 * libio/stdio.h [__USE_MISC]: Likewise.
18410 * posix/unistd.h [__USE_MISC]: Likewise.
18411 * pwd/pwd.h [__USE_MISC]: Likewise.
18412 * stdlib.h [__USE_MISC]: Likewise.
18413 * string/bits/string2.h [__USE_MISC]: Likewise.
18414 * string/string.h [__USE_MISC]: Likewise.
18415 * time/time.h [__USE_MISC]: Likewise.
18416
d6680619
AS
184172014-02-13 Andreas Schwab <schwab@suse.de>
18418
18419 [BZ #16574]
18420 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18421 second answer buffer if it was separately allocated.
18422
ace614b8
JM
184232014-02-12 Joseph Myers <joseph@codesourcery.com>
18424
743151ae
JM
18425 * sysdeps/mips/math-tests.h: Include <features.h>.
18426 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18427 (ROUNDING_TESTS_long_double): Do not define.
18428 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18429 (EXCEPTION_TESTS_long_double): Likewise.
18430 * sysdeps/mips/mips64/libm-test-ulps: Update.
18431
498afc54
JM
18432 * include/features.h (__USE_BSD): Remove macro definitions.
18433 (__USE_SVID): Likewise.
18434 (_BSD_SOURCE): Likewise.
18435 (_SVID_SOURCE): Likewise.
18436 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18437 from definition of _DEFAULT_SOURCE.
18438 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18439 [_DEFAULT_SOURCE].
18440 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18441 * bits/mman.h [__USE_BSD]: Likewise.
18442 * bits/termios.h [__USE_BSD]: Likewise.
18443 * bits/waitstatus.h [__USE_BSD]: Likewise.
18444 * ctype/ctype.h [__USE_SVID]: Likewise.
18445 * dirent/dirent.h [__USE_BSD]: Likewise.
18446 * grp/grp.h [__USE_SVID]: Likewise.
18447 [__USE_BSD]: Likewise.
18448 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18449 * io/fcntl.h [__USE_BSD]: Likewise.
18450 * io/ftw.h [__USE_BSD]: Likewise.
18451 * io/sys/stat.h [__USE_BSD]: Likewise.
18452 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18453 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18454 * libio/stdio.h [__USE_SVID]: Likewise.
18455 [__USE_BSD]: Likewise.
18456 * math/math.h [__USE_SVID]: Likewise.
18457 [__USE_BSD]: Likewise.
18458 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18459 * misc/bits/syslog.h [__USE_BSD]: Likewise.
18460 * misc/search.h [__USE_SVID]: Likewise.
18461 * misc/sys/mman.h [__USE_BSD]: Likewise.
18462 * misc/sys/syslog.h [__USE_BSD]: Likewise.
18463 * misc/sys/uio.h [__USE_BSD]: Likewise.
18464 * posix/bits/unistd.h [__USE_BSD]: Likewise.
18465 * posix/glob.h [__USE_BSD]: Likewise.
18466 * posix/regex.h [__USE_BSD]: Likewise.
18467 * posix/sys/types.h [__USE_BSD]: Likewise.
18468 [__USE_SVID]: Likewise.
18469 * posix/sys/utsname.h [__USE_SVID]: Likewise.
18470 * posix/sys/wait.h [__USE_BSD]: Likewise.
18471 [__USE_SVID]: Likewise.
18472 * posix/unistd.h [__USE_BSD]: Likewise.
18473 [__USE_SVID]: Likewise.
18474 * pwd/pwd.h [__USE_SVID]: Likewise.
18475 * resolv/netdb.h [__USE_BSD]: Likewise.
18476 * setjmp/setjmp.h [__USE_BSD]: Likewise.
18477 * signal/signal.h [__USE_BSD]: Likewise.
18478 [__USE_SVID]: Likewise.
18479 * socket/sys/socket.h [__USE_BSD]: Likewise.
18480 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18481 * stdlib/stdlib.h [__USE_BSD]: Likewise.
18482 [__USE_SVID]: Likewise.
18483 * string/bits/string2.h [__USE_BSD]: Likewise.
18484 [__USE_SVID]: Likewise.
18485 * string/bits/string3.h [__USE_BSD]: Likewise.
18486 * string/endian.h [__USE_BSD]: Likewise.
18487 * string/string.h [__USE_SVID]: Likewise.
18488 [__USE_BSD]: Likewise.
18489 * string/strings.h [__USE_BSD]: Likewise.
18490 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18491 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18492 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18493 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18494 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18495 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18496 Likewise.
18497 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18498 Likewise.
18499 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18500 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18501 Likewise.
18502 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18503 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18504 Likewise.
18505 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18506 Likewise.
18507 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18508 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18509 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18510 Likewise.
18511 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18512 Likewise.
18513 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18514 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18515 * termios/termios.h [__USE_BSD]: Likewise.
18516 * time/sys/time.h [__USE_BSD]: Likewise.
18517 * time/time.h [__USE_BSD]: Likewise.
18518 [__USE_SVID]: Likewise.
18519
dd7b064c
JM
18520 * Makefile (subdir_targets): Remove subdir_lint.out.
18521
a2c4c199
JM
18522 * stdio-common/Makefile (do-tst-unbputc): Remove target.
18523 (do-tst-printf): Likewise.
18524 (tests): Depend directly on $(objpfx)tst-unbputc.out and
18525 $(objpfx)tst-printf.out.
18526
8756f740
JM
18527 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18528
1b6dd3f1
JM
18529 * Makerules (check-abi-%): Change target to
18530 $(objpfx)check-abi-%.out.
18531 (check-abi target): Update dependencies.
18532 (check-abi-pattern variable): Redirect output of diff to $@.
18533 (check-abi variable): Likewise.
18534 * elf/Makefile (check-abi): Update dependencies.
18535
ace614b8
JM
18536 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18537 unused.
18538 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18539 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18540 subnormal range.
18541 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18542 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18543 value has largest subnormal exponent.
18544 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18545 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18546 * sysdeps/aarch64/soft-fp/sfp-machine.h
18547 (_FP_TININESS_AFTER_ROUNDING): New macro.
18548 * sysdeps/alpha/soft-fp/sfp-machine.h
18549 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18550 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18551 Likewise.
18552 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18553 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18554 * sysdeps/mips/soft-fp/sfp-machine.h
18555 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18556 * sysdeps/powerpc/soft-fp/sfp-machine.h
18557 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18558 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18559 Likewise.
18560 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18561 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18562 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18563 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18564 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18565 Likewise.
18566
fbfdf9cb
DAS
185672014-02-12 Dylan Alex Simon <dylan@dylex.net>
18568
18569 [BZ #16545]
18570 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18571 model 1.
18572
68b7efaa
RH
185732014-02-12 Richard Henderson <rth@redhat.com>
18574
c70a4b1d 18575 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
18576 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18577 * sysdeps/unix/sysv/linux/alpha: Move directory from
18578 ports/sysdeps/unix/sysv/linux/alpha.
18579 * README: Update listing for alpha-*-linux-gnu.
18580
cb4a2928
JM
185812014-02-11 Joseph Myers <joseph@codesourcery.com>
18582
c941736c
JM
18583 * include/features.h: Update comment documenting feature test
18584 macros.
18585 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
18586 _DEFAULT_SOURCE.
18587 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18588 (_SVID_SOURCE): Likewise.
18589 (_DEFAULT_SOURCE): Update description of default features.
18590 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18591 with _GNU_SOURCE.
18592 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18593 (S_ISVTX): Likewise.
18594 * manual/math.texi (Mathematical Constants): Likewise.
18595 * manual/signal.texi (Interrupted Primitives): Likewise.
18596 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18597 * math/test-matherr.c (_SVID_SOURCE): Do not define.
18598 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18599 Don't refer to _SVID_SOURCE in warning text.
18600
e8d8d7ec
JM
18601 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18602
cb4a2928
JM
18603 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18604 already defined.
18605 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18606 * sysdeps/mips/dl-lookup.c: Remove.
18607 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18608
7e6424e3
AK
186092014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
18610
18611 [BZ #16447]
18612 * math/auto-libm-test-in: Add testcase for expl.
18613 * math/auto-libm-test-out: Regenerate.
18614 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18615 calculation of unsafe.
18616 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18617
75eff3fe
MS
186182014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
18619
18620 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18621 * sysdeps/unix/sysv/linux/aarch64: Move directory from
18622 ports/sysdeps/unix/sysv/linux/aarch64.
18623 * README: Update listing for aarch64*-*-linux-gnu.
18624
d35f1e80
WN
186252014-02-11 Will Newton <will.newton@linaro.org>
18626
18627 * manual/probes.texi (Mathematical Function Probes): Use
18628 "triggered" instead of "hit".
18629
7b3436d4
WN
18630 * manual/probes.texi (Internal Probes): Add documentation
18631 of setjmp, longjmp and longjmp_target probes.
18632
b4f12ca3
WN
18633 * include/stap-probe.h: Add comment about probe argument
18634 format.
18635
c13a72b7
WN
18636 * malloc/mtrace.c (attribute_hidden): Remove unused macro
18637 definition. (tr_where, tr_freehook, tr_mallochook,
18638 tr_reallochook, tr_memalignhook): Use ANSI protoype.
18639
195b8165
DM
186402014-02-11 David S. Miller <davem@davemloft.net>
18641
18642 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18643 processing int_tests.
18644
2ad7600b
JM
186452014-02-10 Joseph Myers <joseph@codesourcery.com>
18646
18647 * sysdeps/mips: Move directory from ports/sysdeps/mips.
18648 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18649 * sysdeps/unix/sysv/linux/mips: Move directory from
18650 ports/sysdeps/unix/sysv/linux/mips.
18651 * README: Update listing for mips-*-linux-gnu and
18652 mips64-*-linux-gnu.
18653
73588a72
AS
186542014-02-10 Andreas Schwab <schwab@linux-m68k.org>
18655
18656 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18657 * sysdeps/unix/sysv/linux/m68k: Move directory from
18658 ports/sysdeps/unix/sysv/linux/m68k.
18659 * README: Update listing for m68k-*-linux-gnu.
18660
4372980f
CM
186612014-02-10 Chris Metcalf <cmetcalf@tilera.com>
18662
18663 * sysdeps/tile: Move directory from ports/sysdeps/tile.
18664 * sysdeps/unix/sysv/linux/generic: Move directory from
18665 ports/sysdeps/unix/sysv/linux/generic.
18666 * sysdeps/unix/sysv/linux/tile: Move directory from
18667 ports/sysdeps/unix/sysv/linux/tile.
18668 * README: Update listing for tile*-*-linux-gnu.
18669
a1ffb40e
OB
186702014-02-10 Ondřej Bílka <neleai@seznam.cz>
18671
57f41c40
AS
18672 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18673 __builtin_expect.
a1ffb40e
OB
18674 * benchtests/bench-memmem.c (simple_memmem): Likewise.
18675 * catgets/open_catalog.c (__open_catalog): Likewise.
18676 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18677 * debug/confstr_chk.c: Likewise.
18678 * debug/fread_chk.c (__fread_chk): Likewise.
18679 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18680 * debug/getgroups_chk.c: Likewise.
18681 * debug/mbsnrtowcs_chk.c: Likewise.
18682 * debug/mbsrtowcs_chk.c: Likewise.
18683 * debug/mbstowcs_chk.c: Likewise.
18684 * debug/memcpy_chk.c: Likewise.
18685 * debug/memmove_chk.c: Likewise.
18686 * debug/mempcpy_chk.c: Likewise.
18687 * debug/memset_chk.c: Likewise.
18688 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18689 * debug/strcat_chk.c (__strcat_chk): Likewise.
18690 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18691 * debug/strncat_chk.c (__strncat_chk): Likewise.
18692 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18693 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18694 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18695 * debug/wcpncpy_chk.c: Likewise.
18696 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18697 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18698 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18699 * debug/wcsncpy_chk.c: Likewise.
18700 * debug/wcsnrtombs_chk.c: Likewise.
18701 * debug/wcsrtombs_chk.c: Likewise.
18702 * debug/wcstombs_chk.c: Likewise.
18703 * debug/wmemcpy_chk.c: Likewise.
18704 * debug/wmemmove_chk.c: Likewise.
18705 * debug/wmempcpy_chk.c: Likewise.
18706 * debug/wmemset_chk.c: Likewise.
18707 * dirent/scandirat.c (SCANDIRAT): Likewise.
18708 * dlfcn/dladdr1.c (dladdr1): Likewise.
18709 * dlfcn/dladdr.c (dladdr): Likewise.
18710 * dlfcn/dlclose.c (dlclose_doit): Likewise.
18711 * dlfcn/dlerror.c (__dlerror): Likewise.
18712 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18713 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18714 * dlfcn/dlopen.c (dlopen_doit): Likewise.
18715 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18716 * dlfcn/dlsym.c (dlsym_doit): Likewise.
18717 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18718 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18719 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18720 Likewise.
18721 * elf/dl-conflict.c: Likewise.
18722 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18723 * elf/dl-dst.h: Likewise.
18724 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18725 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18726 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18727 * elf/dl-init.c (call_init, _dl_init): Likewise.
18728 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
18729 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18730 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18731 Likewise.
a1ffb40e
OB
18732 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18733 Likewise.
18734 * elf/dl-minimal.c (__libc_memalign): Likewise.
18735 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18736 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18737 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18738 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
18739 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18740 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
18741 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18742 * elf/dl-writev.h (_dl_writev): Likewise.
18743 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
18744 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18745 (dl_main): Likewise.
a1ffb40e
OB
18746 * elf/setup-vdso.h (setup_vdso): Likewise.
18747 * grp/compat-initgroups.c (compat_call): Likewise.
18748 * grp/fgetgrent.c (fgetgrent): Likewise.
18749 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18750 * grp/putgrent.c (putgrent): Likewise.
18751 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18752 Likewise.
18753 * hurd/hurdinit.c: Likewise.
18754 * iconvdata/8bit-gap.c (struct): Likewise.
18755 * iconvdata/ansi_x3.110.c : Likewise.
18756 * iconvdata/big5.c : Likewise.
18757 * iconvdata/big5hkscs.c : Likewise.
18758 * iconvdata/cp1255.c: Likewise.
18759 * iconvdata/cp1258.c : Likewise.
18760 * iconvdata/cp932.c : Likewise.
18761 * iconvdata/euc-cn.c: Likewise.
18762 * iconvdata/euc-jisx0213.c : Likewise.
18763 * iconvdata/euc-jp.c: Likewise.
18764 * iconvdata/euc-jp-ms.c : Likewise.
18765 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18766 * iconvdata/gb18030.c : Likewise.
18767 * iconvdata/gbbig5.c (const): Likewise.
18768 * iconvdata/gbgbk.c: Likewise.
18769 * iconvdata/gbk.c : Likewise.
18770 * iconvdata/ibm1364.c : Likewise.
18771 * iconvdata/ibm930.c : Likewise.
18772 * iconvdata/ibm932.c: Likewise.
18773 * iconvdata/ibm933.c : Likewise.
18774 * iconvdata/ibm935.c : Likewise.
18775 * iconvdata/ibm937.c : Likewise.
18776 * iconvdata/ibm939.c : Likewise.
18777 * iconvdata/ibm943.c: Likewise.
18778 * iconvdata/iso_11548-1.c: Likewise.
18779 * iconvdata/iso-2022-cn.c : Likewise.
18780 * iconvdata/iso-2022-cn-ext.c : Likewise.
18781 * iconvdata/iso-2022-jp-3.c: Likewise.
18782 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18783 * iconvdata/iso-2022-kr.c : Likewise.
18784 * iconvdata/iso646.c (gconv_end): Likewise.
18785 * iconvdata/iso_6937-2.c : Likewise.
18786 * iconvdata/iso_6937.c : Likewise.
18787 * iconvdata/iso8859-1.c: Likewise.
18788 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18789 * iconvdata/shift_jisx0213.c : Likewise.
18790 * iconvdata/sjis.c : Likewise.
18791 * iconvdata/t.61.c : Likewise.
18792 * iconvdata/tcvn5712-1.c : Likewise.
18793 * iconvdata/tscii.c: Likewise.
18794 * iconvdata/uhc.c : Likewise.
18795 * iconvdata/unicode.c (gconv_end): Likewise.
18796 * iconvdata/utf-16.c (gconv_end): Likewise.
18797 * iconvdata/utf-32.c (gconv_end): Likewise.
18798 * iconvdata/utf-7.c (base64): Likewise.
18799 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18800 * iconv/gconv_close.c (__gconv_close): Likewise.
18801 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
18802 * iconv/gconv_simple.c (internal_ucs4_loop_single)
18803 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18804 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18805 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18806 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
18807 * iconv/iconv.c (iconv): Likewise.
18808 * iconv/iconv_close.c: Likewise.
18809 * iconv/loop.c (SINGLE): Likewise.
18810 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18811 * include/atomic.h: Likewise.
18812 * inet/inet6_option.c (option_alloc): Likewise.
18813 * intl/bindtextdom.c (set_binding_values): Likewise.
18814 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18815 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18816 * intl/localealias.c (read_alias_file): Likewise.
18817 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
18818 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18819 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
18820 * libio/fmemopen.c (fmemopen): Likewise.
18821 * libio/iofgets.c (_IO_fgets): Likewise.
18822 * libio/iofgets_u.c (fgets_unlocked): Likewise.
18823 * libio/iofgetws.c (fgetws): Likewise.
18824 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18825 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
18826 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18827 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
18828 * locale/findlocale.c (_nl_find_locale): Likewise.
18829 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18830 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18831 Likewise.
18832 * locale/setlocale.c (setlocale): Likewise.
18833 * login/programs/pt_chown.c (main): Likewise.
18834 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18835 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
18836 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18837 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
18838 * math/e_exp2l.c: Likewise.
18839 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18840 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18841 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18842 * math/s_catan.c (__catan): Likewise.
18843 * math/s_catanf.c (__catanf): Likewise.
18844 * math/s_catanh.c (__catanh): Likewise.
18845 * math/s_catanhf.c (__catanhf): Likewise.
18846 * math/s_catanhl.c (__catanhl): Likewise.
18847 * math/s_catanl.c (__catanl): Likewise.
18848 * math/s_ccosh.c (__ccosh): Likewise.
18849 * math/s_ccoshf.c (__ccoshf): Likewise.
18850 * math/s_ccoshl.c (__ccoshl): Likewise.
18851 * math/s_cexp.c (__cexp): Likewise.
18852 * math/s_cexpf.c (__cexpf): Likewise.
18853 * math/s_cexpl.c (__cexpl): Likewise.
18854 * math/s_clog10.c (__clog10): Likewise.
18855 * math/s_clog10f.c (__clog10f): Likewise.
18856 * math/s_clog10l.c (__clog10l): Likewise.
18857 * math/s_clog.c (__clog): Likewise.
18858 * math/s_clogf.c (__clogf): Likewise.
18859 * math/s_clogl.c (__clogl): Likewise.
18860 * math/s_csin.c (__csin): Likewise.
18861 * math/s_csinf.c (__csinf): Likewise.
18862 * math/s_csinh.c (__csinh): Likewise.
18863 * math/s_csinhf.c (__csinhf): Likewise.
18864 * math/s_csinhl.c (__csinhl): Likewise.
18865 * math/s_csinl.c (__csinl): Likewise.
18866 * math/s_csqrt.c (__csqrt): Likewise.
18867 * math/s_csqrtf.c (__csqrtf): Likewise.
18868 * math/s_csqrtl.c (__csqrtl): Likewise.
18869 * math/s_ctan.c (__ctan): Likewise.
18870 * math/s_ctanf.c (__ctanf): Likewise.
18871 * math/s_ctanh.c (__ctanh): Likewise.
18872 * math/s_ctanhf.c (__ctanhf): Likewise.
18873 * math/s_ctanhl.c (__ctanhl): Likewise.
18874 * math/s_ctanl.c (__ctanl): Likewise.
18875 * math/w_pow.c: Likewise.
18876 * math/w_powf.c: Likewise.
18877 * math/w_powl.c: Likewise.
18878 * math/w_scalb.c (sysv_scalb): Likewise.
18879 * math/w_scalbf.c (sysv_scalbf): Likewise.
18880 * math/w_scalbl.c (sysv_scalbl): Likewise.
18881 * misc/error.c (error_tail): Likewise.
18882 * misc/pselect.c (__pselect): Likewise.
18883 * nis/nis_callback.c (__nis_create_callback): Likewise.
18884 * nis/nis_call.c (__nisfind_server): Likewise.
18885 * nis/nis_creategroup.c (nis_creategroup): Likewise.
18886 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18887 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18888 * nis/nis_getservlist.c (nis_getservlist): Likewise.
18889 * nis/nis_lookup.c (nis_lookup): Likewise.
18890 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
18891 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18892 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 18893 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
18894 * nis/nss_compat/compat-grp.c (getgrent_next_file)
18895 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18896 * nis/nss_compat/compat-initgroups.c (add_group)
18897 (internal_getgrent_r): Likewise.
18898 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18899 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18900 * nis/nss_compat/compat-spwd.c (getspent_next_file)
18901 (internal_getspnam_r): Likewise.
18902 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18903 (_nss_nis_getaliasbyname_r): Likewise.
18904 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18905 (_nss_nis_getntohost_r): Likewise.
18906 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18907 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18908 (_nss_nis_getgrgid_r): Likewise.
18909 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18910 (internal_nis_gethostent_r, internal_gethostbyname2_r)
18911 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18912 (_nss_nis_gethostbyname4_r): Likewise.
18913 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18914 (initgroups_netid): Likewise.
a1ffb40e 18915 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
18916 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18917 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18918 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18919 (_nss_nis_getprotobynumber_r): Likewise.
18920 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18921 (_nss_nis_getsecretkey): Likewise.
18922 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18923 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18924 (_nss_nis_getpwuid_r): Likewise.
18925 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18926 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18927 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18928 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18929 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18930 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
18931 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18932 Likewise.
57f41c40
AS
18933 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18934 (_nss_nisplus_getntohost_r): Likewise.
18935 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18936 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18937 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18938 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 18939 Likewise.
57f41c40
AS
18940 * nis/nss_nisplus/nisplus-initgroups.c
18941 (_nss_nisplus_initgroups_dyn): Likewise.
18942 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18943 (_nss_nisplus_getnetbyaddr_r): Likewise.
18944 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18945 (_nss_nisplus_getprotobynumber_r): Likewise.
18946 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18947 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
18948 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18949 Likewise.
57f41c40
AS
18950 * nis/nss_nisplus/nisplus-service.c
18951 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18952 (_nss_nisplus_getservbyport_r): Likewise.
18953 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18954 (_nss_nisplus_getspnam_r): Likewise.
18955 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18956 Likewise.
a1ffb40e
OB
18957 * nscd/aicache.c (addhstaiX): Likewise.
18958 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
18959 * nscd/connections.c (register_traced_file, send_ro_fd)
18960 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18961 (main_loop_epoll): Likewise.
a1ffb40e
OB
18962 * nscd/grpcache.c (addgrbyX): Likewise.
18963 * nscd/hstcache.c (addhstbyX): Likewise.
18964 * nscd/initgrcache.c (addinitgroupsX): Likewise.
18965 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
18966 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18967 (addinnetgrX): Likewise.
18968 * nscd/nscd-client.h (__nscd_acquire_maplock)
18969 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
18970 * nscd/nscd_getai.c (__nscd_getai): Likewise.
18971 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18972 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18973 Likewise.
18974 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18975 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
18976 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18977 (__nscd_get_map_ref): Likewise.
a1ffb40e 18978 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
18979 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18980 Likewise.
a1ffb40e
OB
18981 * nscd/pwdcache.c (addpwbyX): Likewise.
18982 * nscd/selinux.c (preserve_capabilities): Likewise.
18983 * nscd/servicescache.c (addservbyX): Likewise.
18984 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18985 * posix/fnmatch.c (fnmatch): Likewise.
18986 * posix/getopt.c (_getopt_internal_r): Likewise.
18987 * posix/glob.c (glob, glob_in_dir): Likewise.
18988 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
18989 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18990 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
18991 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18992 * resolv/res_init.c: Likewise.
18993 * resolv/res_mkquery.c (res_nmkquery): Likewise.
18994 * resolv/res_query.c (__libc_res_nquery): Likewise.
18995 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18996 Likewise.
18997 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18998 * stdio-common/perror.c (perror): Likewise.
18999 * stdio-common/printf_fp.c (___printf_fp): Likewise.
19000 * stdio-common/tmpnam.c (tmpnam): Likewise.
19001 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19002 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
19003 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19004 Likewise.
a1ffb40e
OB
19005 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19006 * stdlib/putenv.c (putenv): Likewise.
19007 * stdlib/setenv.c (__add_to_environ): Likewise.
19008 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19009 * stdlib/strtol_l.c (INTERNAL): Likewise.
19010 * string/memmem.c (memmem): Likewise.
19011 * string/strerror.c (strerror): Likewise.
19012 * string/strnlen.c (__strnlen): Likewise.
19013 * string/test-memmem.c (simple_memmem): Likewise.
19014 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19015 * sunrpc/pm_getport.c (__get_socket): Likewise.
19016 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19017 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
19018 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19019 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
19020 Likewise.
19021 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19022 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19023 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19024 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19025 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
19026 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19027 Likewise.
19028 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19029 Likewise.
a1ffb40e
OB
19030 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19031 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19032 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19033 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19034 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19035 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19036 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19037 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19038 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19039 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19040 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19041 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19042 Likewise.
19043 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19044 Likewise.
19045 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19046 Likewise.
19047 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19048 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19049 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19050 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19051 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19052 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19053 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19054 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19055 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19056 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19057 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19058 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19059 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19060 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19061 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
19062 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19063 Likewise.
a1ffb40e
OB
19064 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19065 Likewise.
19066 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19067 Likewise.
19068 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19069 Likewise.
19070 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19071 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19072 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19073 Likewise.
19074 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19075 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19076 * sysdeps/posix/opendir.c (__opendirat): Likewise.
19077 * sysdeps/posix/sleep.c: Likewise.
19078 * sysdeps/posix/tempname.c: Likewise.
19079 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19080 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19081 Likewise.
57f41c40
AS
19082 * sysdeps/powerpc/powerpc32/dl-machine.h
19083 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
19084 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19085 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19086 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19087 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19088 Likewise.
19089 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
19090 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19091 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19092 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19093 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
19094 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19095 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19096 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19097 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19098 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
19099 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19100 (elf_machine_lazy_rel): Likewise.
a1ffb40e 19101 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
19102 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19103 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
19104 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19105 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19106 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19107 * sysdeps/unix/grantpt.c (grantpt): Likewise.
19108 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19109 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19110 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19111 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19112 Likewise.
19113 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19114 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19115 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19116 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19117 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19118 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19119 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19120 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19121 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19122 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19123 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19124 Likewise.
19125 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19126 (__posix_fallocate64_l64): Likewise.
19127 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19128 (posix_fallocate): Likewise.
57f41c40
AS
19129 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19130 Likewise.
a1ffb40e 19131 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
19132 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19133 (getifaddrs_internal): Likewise.
a1ffb40e
OB
19134 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19135 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19136 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19137 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19138 * sysdeps/unix/sysv/linux/posix_fallocate64.c
19139 (__posix_fallocate64_l64): Likewise.
19140 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19141 Likewise.
19142 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
19143 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19144 (__get_clockfreq): Likewise.
a1ffb40e
OB
19145 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19146 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19147 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19148 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19149 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19150 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19151 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19152 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19153 Likewise.
19154 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19155 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19156 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19157 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19158 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19159 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19160 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19161 Likewise.
19162 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19163 (posix_fallocate): Likewise.
19164 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19165 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19166 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
19167 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19168 (elf_machine_rela, elf_machine_rela_relative)
19169 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
19170 * time/asctime.c (asctime_internal): Likewise.
19171 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19172 * time/tzset.c (__tzset_parse_tz): Likewise.
19173 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19174 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19175 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19176 * wcsmbs/wcsmbsload.h: Likewise.
19177
f3d338c9
OB
19178 [BZ #15894]
19179 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19180
57f41c40
AS
19181 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19182 (arena_get2): Remove THREAD_STATS conditionals.
19183 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19184 (__malloc_stats, int): Likewise.
bdfe308a 19185
d674667c
MF
191862014-02-08 Mike Frysinger <vapier@gentoo.org>
19187
19188 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19189 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
19190
6349768c
MF
19191 * manual/setjmp.texi: Fix typos/grammar errors.
19192
0b7c7473
MF
19193 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19194 Only return early when n is <= 0. Delete unused return statement.
19195
ac8cc9e3
MF
19196 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19197 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19198 * debug/tst-longjmp_chk3.c: New file.
19199
c5bb8e23
MF
19200 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19201 (test_main): Replace code with set_fortify_handler call.
19202 * debug/test-strcpy_chk.c: Likewise.
19203 * debug/tst-chk1.c: Likewise.
19204 * debug/tst-longjmp_chk.c: Likewise.
19205 * test-skeleton.c: Include fcntl.h & paths.h
19206 (set_fortify_handler): Define.
19207
10444e42
MF
19208 * debug/tst-longjmp_chk.c: Add header comment and include
19209 ../test-skeleton.c.
19210 (do_test): Mark static.
19211 (TEST_FUNCTION): Define.
19212
1e805e8d
MF
19213 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19214 (IP_PMTUDISC_INTERFACE): Likewise.
19215 (IP_MULTICAST_IF): Likewise.
19216 (IP_MULTICAST_TTL): Likewise.
19217 (IP_MULTICAST_LOOP): Likewise.
19218 (IP_ADD_MEMBERSHIP): Likewise.
19219 (IP_DROP_MEMBERSHIP): Likewise.
19220 (IP_UNBLOCK_SOURCE): Likewise.
19221 (IP_BLOCK_SOURCE): Likewise.
19222 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19223 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19224 (IP_MSFILTER): Likewise.
19225 (MCAST_JOIN_GROUP): Likewise.
19226 (MCAST_BLOCK_SOURCE): Likewise.
19227 (MCAST_UNBLOCK_SOURCE): Likewise.
19228 (MCAST_LEAVE_GROUP): Likewise.
19229 (MCAST_JOIN_SOURCE_GROUP): Likewise.
19230 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19231 (MCAST_MSFILTER): Likewise.
19232 (IP_MULTICAST_ALL): Likewise.
19233 (IP_UNICAST_IF): Likewise.
19234
73f79bb7
MF
19235 * timezone/Makefile: Delete $(have-ksh) check.
19236 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19237 * timezone/tzselect.ksh: Add +x mode bits.
19238
8da79b60
MF
19239 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19240 (ANON_INODE_FS_MAGIC): Likewise.
19241 (BDEVFS_MAGIC): Likewise.
19242 (BINFMTFS_MAGIC): Likewise.
19243 (BTRFS_TEST_MAGIC): Likewise.
19244 (CRAMFS_MAGIC_WEND): Likewise.
19245 (DEBUGFS_MAGIC): Likewise.
19246 (ECRYPTFS_SUPER_MAGIC): Likewise.
19247 (EXT3_SUPER_MAGIC): Likewise.
19248 (EXT4_SUPER_MAGIC): Likewise.
19249 (FUTEXFS_SUPER_MAGIC): Likewise.
19250 (HOSTFS_SUPER_MAGIC): Likewise.
19251 (HUGETLBFS_MAGIC): Likewise.
19252 (MINIX3_SUPER_MAGIC): Likewise.
19253 (MTD_INODE_FS_MAGIC): Likewise.
19254 (NILFS_SUPER_MAGIC): Likewise.
19255 (OPENPROM_SUPER_MAGIC): Likewise.
19256 (PIPEFS_MAGIC): Likewise.
19257 (PSTOREFS_MAGIC): Likewise.
19258 (QNX6_SUPER_MAGIC): Likewise.
19259 (RAMFS_MAGIC): Likewise.
19260 (REISERFS_SUPER_MAGIC_STRING): Likewise.
19261 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19262 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19263 (SECURITYFS_MAGIC): Likewise.
19264 (SELINUX_MAGIC): Likewise.
19265 (SMACK_MAGIC): Likewise.
19266 (SOCKFS_MAGIC): Likewise.
19267 (SQUASHFS_MAGIC): Likewise.
19268 (STACK_END_MAGIC): Likewise.
19269 (TMPFS_MAGIC): Likewise.
19270 (USBDEVICE_SUPER_MAGIC): Likewise.
19271 (V9FS_MAGIC): Likewise.
19272 (XENFS_SUPER_MAGIC): Likewise.
19273 (CRAMFS_MAGIC): Fix typo in comment.
19274 (EXT2_SUPER_MAGIC): Update comment.
19275 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19276
464263cc
JM
192772014-02-08 Joseph Myers <joseph@codesourcery.com>
19278
c6bfe5c4
JM
19279 * sysdeps/arm: Move directory from ports/sysdeps/arm.
19280 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19281 * sysdeps/unix/sysv/linux/arm: Move directory from
19282 ports/sysdeps/unix/sysv/linux/arm.
19283 * README: Update listing for arm-*-linux-gnueabi.
19284
464263cc
JM
19285 * README: Remove mention of am33.
19286
32749f6c
RM
192872014-02-07 Roland McGrath <roland@hack.frob.com>
19288
19289 * bits/sigset.h (__sigemptyset): Use a statement expression rather
19290 than the comma operator, to avoid "rhs of comma has no effect"
19291 compiler warnings.
19292 (__sigfillset, __sigandset, __sigorset): Likewise.
19293 * include/signal.h (__sigemptyset): Likewise.
19294 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19295
d5b396c1
AM
192962014-02-07 Allan McRae <allan@archlinux.org>
19297
19298 * version.h (RELEASE): Set to "development".
19299 (VERSION): Set to "2.19.90"
19300 * NEWS: Add 2.20 section.
19301
3bfff2ed
CD
193022014-02-06 Carlos O'Donell <carlos@redhat.com>
19303
19304 [BZ #16529]
19305 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19306
ee7cc385
SP
193072014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
19308
19309 * manual/contrib.texi: Update entry for Carlos O'Donell,
19310 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19311
f877c4f2
CD
193122014-02-05 Carlos O'Donell <carlos@rehdat.com>
19313
27e839f6
CD
19314 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19315
f877c4f2
CD
19316 * sysdeps/unix/sysv/linux/kernel-features.h
19317 [__LINUX_KERNEL_VERSION >= 0x020621]
19318 (__ASSUME_PROC_PID_TASK_COMM): Define.
19319
68159946
SP
193202014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
19321
ba17cdbd
SP
19322 [BZ #16398]
19323 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19324 conversion when destination buffer does not have enough space.
19325 * libio/tst-ftell-partial-wide.c: New test case.
19326 * libio/Makefile (tests): Add tst-ftell-partial-wide.
19327
68159946
SP
19328 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19329 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
19330 Leonard and Allan McRae.
19331
2b528732
DM
193322014-02-04 David S. Miller <davem@davemloft.net>
19333
19334 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19335 32-bit.
19336
0ff82463
AZ
193372014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19338
57f41c40
AS
19339 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19340 New file
c01603f7
AZ
19341 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19342 New file
57f41c40
AS
19343 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19344 New file.
19345 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19346 New file.
c01603f7
AZ
19347 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19348 New file.
57f41c40
AS
19349 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19350 New file.
19351 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19352 New file.
c01603f7
AZ
19353 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19354 New file.
19355 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19356 New file.
19357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19358 New file.
19359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19360 New file.
19361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19362 New file.
19363 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19364 New file.
19365
193662014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19367
0ff82463
AZ
19368 * nptl/shlib-versions: Change powerpc*le start to 2.17.
19369 * shlib-versions: Likewise.
19370
1695c773
AZ
193712014-02-04 Roland McGrath <roland@hack.frob.com>
19372 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19373
19374 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19375 (abilist-pattern): New variable, set to %-le.abilist.
19376
19377 * Makerules (abilist-pattern): New variable.
19378 (vpath): Use $(abilist-pattern) in place of %.abilist.
19379 (check-abi-% pattern rule): Likewise.
19380 (check-abi, update-abi): Likewise.
19381
6c0ce4b4
EW
193822014-02-04 Eric Wong <normalperson@yhbt.net>
19383
19384 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19385
481e3524
CD
193862014-02-03 Carlos O'Donell <carlos@redhat.com>
19387
19388 * manual/startup.texi: Add next, previous, and top entries for
19389 the `Program Arguments' and `Environment Variables' nodes.
19390
375592d3
AO
193912014-02-03 Alexandre Oliva <aoliva@redhat.com>
19392
19393 * manual/macros.texi: Add comments before MTASC-safety macros.
19394
f54838ba
AO
19395 * manual/users.texi: Document MTASC-safety properties.
19396
57f41c40
AS
19397 * manual/threads.texi (pthread_key_create, pthread_key_delete)
19398 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
19399 @deftypefun, and add @safety note.
19400 * manual/signal.texi: Move comments that analyze the above
19401 functions to their home place.
19402
fd3daba4
AM
194032014-02-03 Allan McRae <allan@archlinux.org>
19404
19405 * po/sl.po: Update Slovenian translation from translation project.
19406
597636d7
AO
194072014-02-02 Alexandre Oliva <aoliva@redhat.com>
19408
19409 * manual/time.texi (timegm): Add missing blank after @c.
19410 Reported by Joseph Myers <joseph@codesourcery.com>.
19411
ee196e3c
AO
194122014-02-01 Alexandre Oliva <aoliva@redhat.com>
19413
19414 * manual/check-safety.sh: New.
19415 * manual/Makefile ($(objpfx)stamp-summary): Run it.
19416
f8d529d5
AO
19417 * manual/terminal.texi: Document MTASC-safety properties.
19418
de55fdf4
AO
19419 * manual/filesys.texi: Document MTASC-safety properties.
19420
c3299c08
AO
19421 * manual/errno.texi: Document MTASC-safety properties.
19422
06e90b14
AO
19423 * manual/intro.texi: Document safety identifiers and
19424 conditionals.
19425
1acd4371
AO
19426 * manual/string.texi (wcstok): Fix prototype.
19427 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19428
23e5b8cb
AO
19429 * manual/time.texi: Document MTASC-safety properties.
19430
11087373
AO
19431 * manual/string.texi: Document MTASC-safety properties.
19432
5da2c93d
AO
19433 * manual/threads.texi: Document MTASC-safety properties.
19434
171e9210
AO
19435 * manual/stdio.texi: Document MTASC-safety properties.
19436
d9e02532
AO
19437 * manual/syslog.texi: Document MTASC-safety properties.
19438
6af8bab7
AO
19439 * manual/sysinfo.texi: Document MTASC-safety properties.
19440
663b02d7
AO
19441 * manual/startup.texi: Document MTASC-safety properties.
19442
973f180b
AO
19443 * manual/socket.texi: Document MTASC-safety properties.
19444
8f3c25c8
AO
19445 * manual/signal.texi: Document MTASC-safety properties.
19446
542210fb
AO
194472014-01-31 Alexandre Oliva <aoliva@redhat.com>
19448
19449 * manual/setjmp.texi: Document MTASC-safety properties.
19450
433c45a2
AO
19451 * manual/search.texi: Document MTASC-safety properties.
19452
c8ce789c
AO
19453 * manual/resource.texi: Document MTASC-safety properties.
19454
19f5d29c
AO
19455 * manual/process.texi: Document MTASC-safety properties.
19456
e2dfb7f4
AO
19457 * manual/platform.texi: Document MTASC-safety properties.
19458
8c1413f5
AO
19459 * manual/pipe.texi: Document MTASC-safety properties.
19460
03483ada
AO
19461 * manual/pattern.texi: Document MTASC-safety properties.
19462
29e7e2df
AO
19463 * manual/message.texi: Document MTASC-safety properties.
19464
9f529d7c
AO
19465 [BZ #12751]
19466 * manual/memory.texi: Document MTASC-safety properties.
19467
27aaa791
AO
19468 * manual/math.texi: Document MTASC-safety properties.
19469
f2d58726
AO
19470 * manual/locale.texi: Document MTASC-safety properties.
19471
2cc3615c
AO
19472 * manual/llio.texi: Document MTASC-safety properties.
19473
d9f0ec97
AO
19474 * manual/libdl.texi: New.
19475
e7c4409a
AO
19476 * manual/lang.texi: Document MTASC-safety properties.
19477
27bdc63c
AO
19478 * manual/job.texi: Document MTASC-safety properties.
19479
a7b90ea9
AO
19480 * manual/getopt.texi: Document MTASC-safety properties.
19481
c49130e3
AO
19482 * manual/ctype.texi: Document MTASC-safety properties.
19483
0d23a5c1
MR
194842014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
19485
19486 [BZ #16046]
19487 * csu/libc-tls.c (static_map): Remove variable.
19488 (__libc_setup_tls): Use main executable's link map for TLS data.
19489 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19490 casing for LM_ID_BASE and GL(dl_nns).
19491 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19492 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
19493 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19494 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19495 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19496 member.
19497 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19498 l_phnum members.
19499
0037bb60
AO
195002014-01-30 Alexandre Oliva <aoliva@redhat.com>
19501
19502 * manual/debug.texi: Document MTASC-safety properties.
19503
409e00bd
L
195042014-01-29 H.J. Lu <hongjiu.lu@intel.com>
19505
19506 [BZ #16510]
19507 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19508 of __x86_64__ when disabling x87 inline functions.
19509
86e60666
AO
195102014-01-29 Alexandre Oliva <aoliva@redhat.com>
19511
19512 * manual/charset.texi: Document MTASC-safety properties.
19513
76167637
AO
19514 * manual/crypt.texi: Document MTASC-safety properties.
19515
e567f2a0
AO
19516 * manual/conf.texi: Document MTASC-safety properties.
19517
b719dafd
AO
19518 * manual/arith.texi: Document MTASC-safety properties.
19519
4a16c662
AO
19520 * manual/argp.texi: Document MTASC-safety properties.
19521
0a57b83e
AO
19522 * manual/macros.texi: Introduce macros to document multi
19523 thread, asynchronous signal and asynchronous cancellation
19524 safety properties.
19525 * manual/intro.texi: Introduce the properties themselves.
19526
feab2397
KK
195272014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19528
19529 * sysdeps/sh/sh4/Makefile: New file.
19530
1c0d11bc
AS
195312014-01-27 Andreas Schwab <schwab@linux-m68k.org>
19532
19533 * math/gen-libm-test.pl ($srcdir): New variable.
19534 ($auto_input): Use it.
19535
af37a8a3
SP
195362014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
19537
d7b00f98
SP
19538 [BZ #16506]
19539 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19540 access beyond array bounds when parsing netgroups file.
19541
af37a8a3
SP
19542 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19543 the old buffer before realloc.
19544
0c00f062
AM
195452014-01-27 Allan McRae <allan@archlinux.org>
19546
19547 * po/fr.po: Update French translation from translation project.
19548
7d69a1b0
KK
195492014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19550
19551 * sysdeps/sh/libm-test-ulps: Regenerate.
19552
6e697ff7
DM
195532014-01-24 David S. Miller <davem@davemloft.net>
19554
19555 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19556
9cadb35c
KK
195572014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19558
19559 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19560 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19561
5d41dadf
SP
195622013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
19563
19564 [BZ #16474]
19565 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19566 string pointers after reallocation.
19567
0bad441c
KK
195682014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19569
19570 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19571 __SH4A__ instead of __SH_FPU_ANY__.
19572
7007c661
KK
195732014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19574
19575 * sysdeps/sh/fpu_control.h: New file.
19576 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19577 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19578 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19579 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19580 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19581 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19582 * sysdeps/sh/sys/ucontext.h: Remove.
19583 * sysdeps/sh/sys: Remove directory.
19584
0f0c35e4
AK
195852014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19586
19587 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19588 s390/sys/ucontext.h.
19589 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19590 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19591
4959e284
L
195922014-01-20 H.J. Lu <hongjiu.lu@intel.com>
19593
19594 [BZ #15605]
19595 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19596
d98720e0
AZ
195972014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19598
19599 [BZ#16431]
19600 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19601 Adjust the vDSO correctly for internal calls.
19602 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19603
91cbd0bc
AM
196042014-01-20 Allan McRae <allan@archlinux.org>
19605
19606 * po/ca.po: Update Catalan translation from translation project.
19607
7a02cfad
MF
196082014-01-16 Mike Frysinger <vapier@gentoo.org>
19609
19610 * sysdeps/s390/sotruss-lib.c: New file.
19611
736c304a
AZ
196122014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19613
19614 [BZ#16430]
6e077ee5 19615 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
19616 (__GI___gettimeofday): Alias for a different internal symbol to avoid
19617 local calls issues by not having a PLT stub required for IFUNC calls.
19618 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19619
94d0cea0
JM
196202014-01-16 Joseph Myers <joseph@codesourcery.com>
19621
19622 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19623 * math/test-fpucw-static.c: Likewise.
19624
980cb518
SP
196252013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
19626
19627 [BZ #16453]
19628 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19629
2393fc01
AZ
196302014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19631
19632 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19633 implementation for powerpc.
19634
d359bcc2
OB
196352014-01-15 Ondřej Bílka <neleai@seznam.cz>
19636
19637 [BZ #14782]
19638 * sysdeps/posix/system.c (__libc_system): Do not enable
19639 asynchronous cancellation.
19640
7beb48cb
AK
196412014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19642
19643 [BZ #16427]
19644 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19645 handling only for numbers special also in the IEEE case.
19646
c20d5bf5
AK
196472014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19648
19649 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19650
e83bd4ee
AM
196512014-01-11 Allan McRae <allan@archlinux.org>
19652
76d0ea69
AM
19653 * po/bg.po: Update Bulgarian translation from translation project.
19654
e83bd4ee
AM
19655 * po/de.po: Update German translation from translation project.
19656
bc2ba20a
RM
196572014-01-10 Roland McGrath <roland@hack.frob.com>
19658
19659 * sysdeps/generic/gcc-compat.h: New file.
19660
649ecea2
SP
196612014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
19662
19663 * benchtests/asin-inputs: Correct slow inputs.
19664 * benchtests/acos-inputs: Likewise.
19665
1b19c006
AM
196662014-01-10 Allan McRae <allan@archlinux.org>
19667
a46dab08
AM
19668 * po:sv.po: Update Swedish translation from translation project.
19669
421df74a
AM
19670 * po/vi.po: Update Vietnamese translation from translation project.
19671
d61c51a7
AM
19672 * po/eo.po: Update Esperanto translation from translation project.
19673
0339a319
AM
19674 * po/cs.po: Update Czech translation from translation project.
19675
94ad3e99
AM
19676 * po/nl.po: Update Dutch translation from translation project.
19677
e349ca71
AM
19678 * po/pl.po: Update Polish translation from translation project.
19679
ddf930c1
AM
19680 * po/ru.po: Update Russian translation from translation project.
19681
1b19c006
AM
19682 * po/uk.po: Update Ukrainian translation from translation project.
19683
9f236c49
BM
196842014-01-08 Brooks Moses <bmoses@google.com>
19685
19686 * elf/dl-load.c: Fix comment typo.
19687
cd6701cf
CD
196882014-01-08 Carlos O'Donell <carlos@redhat.com>
19689
19690 * po/header.pot: Rename to...
19691 * po/pot.header: ... this.
19692 * po/Makefile: Use pot.header.
19693
66671c84
YK
196942014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
19695 Maxim Kuvyrkov <maxim@kugelworks.com>
19696
19697 [BZ #16394]
cd6701cf
CD
19698 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19699 SRC and DEST against LEN.
66671c84 19700
38f34581
AZ
197012014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19702
19703 [BZ #16414]
19704 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19705 implementation.
19706 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19707
197082014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
19709
19710 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19711
4c327f2a
JM
197122014-01-08 Joseph Myers <joseph@codesourcery.com>
19713
19714 [BZ #16408]
19715 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19716 for large positive arguments.
19717
b821f414
JM
197182014-01-07 Joseph Myers <joseph@codesourcery.com>
19719
1f0f2067
JM
19720 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19721
a5a326f6
JM
19722 * math/auto-libm-test-in: Mark various tests with
19723 xfail-rounding:ldbl-128ibm.
19724 * math/auto-libm-test-out: Regenerated.
19725
b821f414
JM
19726 [BZ #16407]
19727 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19728 Increase overflow threshold.
19729
94c8a4bc
OB
197302014-01-07 Ondřej Bílka <neleai@seznam.cz>
19731
19732 [BZ #14286]
19733 * stdio-common/vfprintf.c: Check for integer overflow.
19734
87ded0c3
AK
197352014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19736
19737 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19738 the first argument and return value of __tls_get_addr_internal.
19739
c5eebdd0
AK
197402014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19741
19742 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19743 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19744
05d138ef
AK
197452014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19746
19747 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19748 * sysdeps/s390/rtld-global-offsets.sym: New file.
19749 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19750 GLIBC_2.19 symbol.
19751 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19752 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19753 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19754 ... this.
19755 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19756 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19757 ... this.
19758 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19759 Regenerate.
19760 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19761 Regenerate.
19762 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19763 halfs of GPRs for high_gprs contexts.
19764 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19765 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
19766 field.
19767 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19768 uc_flags field.
19769 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19770 64 bit versions:
19771 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19772 for high GPRs (uc_high_gprs) and for future extensions
19773 (__reserved).
19774 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19775 for future extensions (__reserved).
19776 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19777 64 bit versions:
19778 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19779 SC_HIGHGPRS offset definition.
19780 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19781 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19782
93a45ff1
AK
19783 * Versions.def: Add GLIBC_2.19 for libpthread.
19784 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19785 siglongjmp for libpthread with GLIBC_2.19 symver.
19786 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19787 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19788 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19789 * sysdeps/s390/__longjmp.c: New file.
19790 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19791 * sysdeps/s390/longjmp.c: New file.
19792 * sysdeps/s390/setjmp.S: New file.
19793 * sysdeps/s390/sigjmp.S: New file.
19794 * sysdeps/s390/v1-longjmp.c: New file.
19795 * sysdeps/s390/v1-setjmp.h: New file.
19796 * sysdeps/s390/v1-sigjmp.c: New file.
19797 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19798 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19799 GLIBC_2.19 version.
19800 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19801 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19802 versioned symbols for ____longjmp_chk.
19803 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19804 Likewise.
19805 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19806 Regenerate.
19807 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19808 Regenerate.
19809 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19810 Regenerate.
19811 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19812 Regenerate.
19813 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19814 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19815 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19816 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19817 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19818 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19819 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19820 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19821 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19822 * sysdeps/s390/rtld-__longjmp.c: New file.
19823 * sysdeps/s390/rtld-setjmp.S: New file.
19824
eb3fc44b
JM
198252014-01-06 Joseph Myers <joseph@codesourcery.com>
19826
19827 [BZ #16400]
19828 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19829 Return -__logl (x) for small positive arguments without evaluating
19830 a polynomial.
19831
9341dde4
MF
198322014-01-06 Mike Frysinger <vapier@gentoo.org>
19833
19834 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19835 Rename to ...
19836 (__ptrace_peeksiginfo_args): ... this.
19837 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19838 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19839 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19840
4cff0293
AM
198412014-01-06 Allan McRae <allan@archlinux.org>
19842
19843 * inet/netinet/in.h: Fix typo in comment.
19844
75595dcf
AJ
198452014-01-05 Andreas Jaeger <aj@suse.de>
19846
19847 * sysdeps/i386/fpu/libm-test-ulps: Update.
19848
79c1e109
AM
198492014-01-05 Allan McRae <allan@archlinux.org>
19850
dd804818
AM
19851 * po/libc.pot: Regenerated.
19852
79c1e109
AM
19853 * malloc/memusagestat.c: Fix gettext call formatting.
19854
0c813d1f
SK
198552014-01-04 Sami Kerola <kerolasa@iki.fi>
19856
19857 * nscd/nscd.c: Improve usage() output.
19858
20f4a8d9
MF
198592014-01-04 Mike Frysinger <vapier@gentoo.org>
19860
19861 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19862 * sysdeps/unix/sysv/linux/configure: Regenerated.
19863 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19864 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19865
22562bb2
JM
198662014-01-03 Joseph Myers <joseph@codesourcery.com>
19867
19868 [BZ #16390]
19869 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19870 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19871
d7ad2d9b
AZ
198722014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19873
19874 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19875 extra tokens at end of #undef directive.
19876 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19877 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19878 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19879
7dd009d8
JM
198802014-01-03 Joseph Myers <joseph@codesourcery.com>
19881
24db925a
JM
19882 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19883
7dd009d8
JM
19884 * math/auto-libm-test-in: Mark various tests with
19885 xfail-rounding:ldbl-128ibm.
19886 * math/auto-libm-test-out: Regenerated.
19887
396e3ecf
JM
198882014-01-02 Joseph Myers <joseph@codesourcery.com>
19889
819e5d50
JM
19890 [BZ #16386]
19891 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19892 numbers with subnormal high part when calculating exponent.
19893
90b6a1e5
JM
19894 [BZ #16385]
19895 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19896 fabs.
19897
396e3ecf
JM
19898 [BZ #16384]
19899 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19900 M_LN2l.
19901 (__ieee754_acoshl): Use __log1pl not __log1p.
19902
6c8dbf00
OB
199032013-01-02 Ondřej Bílka <neleai@seznam.cz>
19904
57f41c40
AS
19905 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19906 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19907 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19908 (grow_heap, heap_trim, _int_new_arena, get_free_list)
19909 (reused_arena, arena_get2): Convert to GNU style.
19910 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19911 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19912 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 19913 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
19914 * malloc/malloc.c (__malloc_assert, malloc_init_state)
19915 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19916 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19917 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19918 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19919 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 19920 * malloc/malloc.h: Likewise.
57f41c40
AS
19921 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19922 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 19923 * malloc/mcheck.h: Likewise.
57f41c40
AS
19924 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19925 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
19926 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19927 * malloc/morecore.c (__default_morecore): Likewise.
19928 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
19929 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19930 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19931 (print_and_abort): Likewise.
6c8dbf00
OB
19932 * malloc/obstack.h: Likewise.
19933 * malloc/set-freeres.c (__libc_freeres): Likewise.
19934 * malloc/tst-mallocstate.c (main): Likewise.
19935 * malloc/tst-mtrace.c (main): Likewise.
19936 * malloc/tst-realloc.c (do_test): Likewise.
19937
d4124212
SP
199382013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
19939
9a3c6a6f
SP
19940 [BZ #16366]
19941 * nscd/netgroupcache.c (do_notfound): New function.
19942 (addgetnetgrentX): Use it.
19943
d4124212
SP
19944 [BZ # 16365]
19945 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19946 NSS_STATUS_NOTFOUND.
19947
97b9a009
JM
199482014-01-01 Joseph Myers <joseph@codesourcery.com>
19949
19950 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19951 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19952
d4697bc9
AM
199532014-01-01 Allan McRae <allan@archlinux.org>
19954
ddb3687f
AM
19955 * scripts/update-copyrights: Update configure input file suffix.
19956
88726d48
AM
19957 * NEWS: Update copyright year.
19958 * catgets/gencat.c: Likewise.
19959 * csu/version.c: Likewise.
19960 * debug/catchsegv.sh: Likewise.
19961 * debug/pcprofiledump.c: Likewise.
19962 * debug/xtrace.sh: Likewise.
19963 * elf/ldconfig.c: Likewise.
19964 * elf/ldd.bash.in: Likewise.
19965 * elf/pldd.c: Likewise.
19966 * elf/sotruss.ksh: Likewise.
19967 * elf/sprof.c: Likewise.
19968 * iconv/iconv_prog.c: Likewise.
19969 * iconv/iconvconfig.c: Likewise.
19970 * locale/programs/locale.c: Likewise.
19971 * locale/programs/localedef.c: Likewise.
19972 * login/programs/pt_chown.c: Likewise.
19973 * malloc/memusage.sh: Likewise.
19974 * malloc/memusagestat.c: Likewise.
19975 * malloc/mtrace.pl: Likewise.
19976 * manual/libc.texinfo: Likewise.
19977 * nscd/nscd.c: Likewise.
19978 * nss/getent.c: Likewise.
19979 * nss/makedb.c: Likewise.
19980 * posix/getconf.c: Likewise.
19981 * scripts/test-installation.pl: Likewise.
19982
d4697bc9
AM
19983 * All files with FSF copyright notices: Update copyright dates
19984 using scripts/update-copyrights.
19985 * intl/plural.c: Regenerated.
19986 * locale/programs/charmap-kw.h: Likewise.
19987 * locale/programs/locfile-kw.h: Likewise.
19988
c8590f9d
MF
199892013-12-31 Mike Frysinger <vapier@gentoo.org>
19990
19991 * sysdeps/unix/sysv/linux/configure: Regenerated.
19992 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19993 the linux/fanotify.h header.
19994 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19995 HAVE_LINUX_FANOTIFY_H is defined.
19996
b19221b9
SP
199972013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
19998
dd1d85e5
SP
19999 * benchtests/cos-inputs: New inputs.
20000 * benchtests/sin-inputs: Likewise.
20001
1acbb90f
SP
20002 * benchtests/atan-inputs: New inputs. Fix name of multiple
20003 precision fallback inputs.
20004
4c012ed3
SP
20005 * benchtests/atanh-inputs: New inputs.
20006 * benchtests/tanh-inputs: Likewise.
20007
eff98324
SP
20008 * benchtests/acosh-inputs: New inputs.
20009 * benchtests/asinh-inputs: Likewise.
20010
ce641152
SP
20011 * benchtests/cosh-inputs: New inputs.
20012 * benchtests/sinh-inputs: Likewise.
20013
b19221b9
SP
20014 * benchtests/acos-inputs: Add more inputs.
20015 * benchtests/asin-inputs: Likewise.
20016
030a4976 200172013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 20018
030a4976 20019 [BZ #16375]
9dcc8f11
VS
20020 * manual/arith.texi: Fix spelling.
20021 * manual/charset.texi: Likewise.
20022 * manual/errno.texi: Likewise.
20023 * manual/filesys.texi: Likewise.
20024 * manual/lang.texi: Likewise.
20025 * manual/llio.texi: Likewise.
20026 * manual/locale.texi: Likewise.
20027 * manual/message.texi: Likewise.
20028 * manual/resource.texi: Likewise.
20029 * manual/search.texi: Likewise.
20030 * manual/setjmp.texi: Likewise.
20031 * manual/stdio.texi: Likewise.
20032 * manual/string.texi: Likewise.
20033 * manual/sysinfo.texi: Likewise.
20034 * manual/time.texi: Likewise.
20035
11520a57
CD
200362013-12-27 Carlos O'Donell <carlos@redhat.com>
20037
20038 * po/sl.po: New file.
20039
471103ae
MF
200402013-12-27 Mike Frysinger <vapier@gentoo.org>
20041
20042 * .gitignore: Add core/.gdbinit/.gdb_history.
20043
6c9642ed
AM
200442013-12-27 Allan McRae <allan@archlinux.org>
20045
20046 [BZ #16369]
20047 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20048 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20049
3f637079
BM
200502013-12-24 Brooks Moses <bmoses@google.com>
20051
20052 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20053 all compilers that claim C++98 compliance, not just GCC.
20054 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20055 Likewise.
20056
abc26e99
MK
200572013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20058
20059 * NEWS: Restore accidentally deleted bug-fix entries.
20060
362b47fe
MK
200612013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20062 Ondřej Bílka <neleai@seznam.cz>
20063
20064 [BZ #15073]
20065 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 20066 have_lock.
362b47fe 20067
b9bcbbcb
OB
200682013-12-23 Ondřej Bílka <neleai@seznam.cz>
20069
20070 [BZ #12986]
20071 * manual/stdio.texi (String Input Conversions): Clarify that character
20072 classes are not supported.
20073
fb55fcd2
AZ
200742013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20075
20076 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20077
ef7344f0
JM
200782013-12-22 Joseph Myers <joseph@codesourcery.com>
20079
4f40e4b3
JM
20080 [BZ #16337]
20081 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20082 Calculate results for small negative arguments directly rather
20083 than using reflection formula with special underflow handling.
20084
ef7344f0
JM
20085 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20086 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20087 sysdeps/unix/bsd/bsd4.4/syscalls.list.
20088 (fchflags): Likewise.
20089 (revoke): Likewise.
20090 (setlogin): Likewise.
20091 (sigaltstack): Likewise.
20092 (wait4): Likewise.
20093 (sigblock): Remove.
20094 (sigsetmask): Likewise.
20095 (wait3): Likewise.
20096 (waitpid): Likewise.
20097 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20098 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20099 file.
20100 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20101 * sysdeps/unix/bsd/Makefile: ... here.
20102 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20103 * sysdeps/unix/bsd/Versions: ... here.
20104 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20105 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20106 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20107 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20108 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20109 * sysdeps/unix/bsd/sigblock.c: ... here.
20110 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20111 * sysdeps/unix/bsd/sigsetmask.c: ... here.
20112 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20113 * sysdeps/unix/bsd/sigvec.c: ... here.
20114 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20115 * sysdeps/unix/bsd/tcdrain.c: ... here.
20116 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20117 * sysdeps/unix/bsd/tcgetattr.c: ... here.
20118 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20119 * sysdeps/unix/bsd/tcsetattr.c: ... here.
20120 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20121 * sysdeps/unix/bsd/wait.c: ... here.
20122 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20123 * sysdeps/unix/bsd/wait3.c: ... here.
20124 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20125 * sysdeps/unix/bsd/waitpid.c: ... here.
20126
5b0626b9
JM
201272013-12-21 Joseph Myers <joseph@codesourcery.com>
20128
20129 [BZ #16356]
20130 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20131 round-to-nearest for [!USE_AS_EXPM1L].
20132 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20133 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
20134 more tests of exp and exp10. Expect some exp10 tests to miss
20135 exceptions or fail in directed rounding modes.
20136 * math/auto-libm-test-out: Regenerated.
20137 * math/libm-test.inc (exp10_tonearest_test_data): New array.
20138 (exp10_test_tonearest): New function.
20139 (exp10_towardzero_test_data): New array.
20140 (exp10_test_towardzero): New function.
20141 (exp10_downward_test_data): New array.
20142 (exp10_test_downward): New function.
20143 (exp10_upward_test_data): New array.
20144 (exp10_test_upward): New function.
20145 (main): Call the new functions.
20146 * sysdeps/i386/fpu/libm-test-ulps: Update.
20147 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20148
7fda5682
JM
201492013-12-20 Joseph Myers <joseph@codesourcery.com>
20150
31e3a405
JM
20151 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20152 asinh, atan, atan2, atanh, cbrt, cos and cosh.
20153 * math/auto-libm-test-out: Regenerated.
20154 * math/libm-test.inc (acosh_test_data): Add more tests.
20155 (atanh_test_data): Likewise.
20156 (ceil_test_data): Likewise.
20157 (copysign_test_data): Likewise.
20158 * sysdeps/i386/fpu/libm-test-ulps: Update.
20159 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20160
85bff96a
JM
20161 * timezone/checktab.awk: Update from tzcode 2013i.
20162 * timezone/private.h: Likewise.
20163 * timezone/scheck.c: Likewise.
20164 * timezone/tzfile.h: Likewise.
20165 * timezone/tzselect.ksh: Likewise.
20166 * timezone/zdump.c: Likewise.
20167 * timezone/zic.c: Likewise.
20168
b7867a3b
JM
20169 * math/auto-libm-test-in: Add tests of cpow.
20170 * math/auto-libm-test-out: Regenerated.
20171 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 20172 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
20173 mpc_cc_c.
20174 (func_calc_desc): Add mpc_cc_c union field.
20175 (test_functions): Add cpow.
20176 (special_fill_2pi): New function.
20177 (special_real_inputs): Add 2pi.
20178 (calc_generic_results): Handle mpc_cc_c.
20179 * sysdeps/i386/fpu/libm-test-ulps: Update.
20180 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20181
7fda5682
JM
20182 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20183 csqrt, ctan and ctanh.
20184 * math/auto-libm-test-out: Regenerated.
20185 * math/libm-test.inc (TEST_COND_x86_64): New macro.
20186 (TEST_COND_x86): Likewise.
20187 (ccos_test_data): Use AUTO_TESTS_c_c.
20188 (ccosh_test_data): Likewise.
20189 (cexp_test_data): Likewise.
20190 (clog_test_data): Likewise.
20191 (csqrt_test_data): Likewise.
20192 (ctan_test_data): Likewise.
20193 (ctan_tonearest_test_data): Likewise.
20194 (ctan_towardzero_test_data): Likewise.
20195 (ctan_downward_test_data): Likewise.
20196 (ctan_upward_test_data): Likewise.
20197 (ctanh_test_data): Likewise.
20198 (ctanh_tonearest_test_data): Likewise.
20199 (ctanh_towardzero_test_data): Likewise.
20200 (ctanh_downward_test_data): Likewise.
20201 (ctanh_upward_test_data): Likewise.
20202 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20203 mpc_c_c.
20204 (func_calc_desc): Add mpc_c_c union field.
20205 (FUNC_mpc_c_c): New macro.
20206 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20207 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20208 ctanh.
20209 (special_fill_min_subnorm_p120): New function.
20210 (special_real_inputs): Add min_subnorm_p120.
20211 (calc_generic_results): Handle mpc_c_c.
20212 * sysdeps/i386/fpu/libm-test-ulps: Update.
20213 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20214
5ff8d60e
SP
202152013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
20216
57f41c40
AS
20217 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20218 (do_sin_slow): New functions.
20219 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20220 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 20221
84ba214c
SP
20222 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20223 Use M to change sign of result instead of X. Assume X is
20224 positive.
20225 (csloww1): Likewise.
20226 (__sin): Adjust.
20227 (__cos): Adjust.
20228
975195e4
SP
20229 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20230 arguments A and DA.
20231 (__sin): Adjust.
20232 (__cos): Likewise.
20233
5ff8d60e
SP
20234 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20235 (__cos): Likewise.
20236 (sloww1): Don't adjust sign of DX.
20237 (csloww1): Likewise.
20238 (sloww2): Use X directly and don't adjust sign of DX.
20239 (csloww2): Likewise.
20240
eb983568
JM
202412013-12-19 Joseph Myers <joseph@codesourcery.com>
20242
64a17f1a
JM
20243 * math/auto-libm-test-in: Add tests of cabs and carg.
20244 * math/auto-libm-test-out: Regenerated.
20245 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20246 (carg_test_data): Likewise.
20247 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20248 mpc_c_f.
20249 (func_calc_desc): Add mpc_c_f union field.
20250 (test_functions): Add cabs and carg.
20251 (calc_generic_results): Handle mpc_c_f.
20252
eb983568
JM
20253 * sysdeps/powerpc/powerpc32/libgcc-compat.S
20254 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20255 as a macro and a compat symbol.
20256 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20257 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20258 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20259 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20260 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20261 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20262 not use .hidden.
20263 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20264 Likewise.
20265 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20266 Likewise.
20267 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20268 Likewise.
20269 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20270 Likewise.
20271 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20272 Likewise.
20273 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20274 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20275 from GLIBC_2.3.2.
20276
6eeb678a
AZ
202772013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20278
20279 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20280
6f6fc482
JM
202812013-12-19 Joseph Myers <joseph@codesourcery.com>
20282
21fea2e2
JM
20283 * manual/texinfo.tex: Update to version 2013-11-26.10 with
20284 trailing whitespace removed.
20285 * scripts/config.guess: Update to version 2013-11-29.
20286 * scripts/config.sub: Update to version 2013-10-01.
20287
6f6fc482
JM
20288 * math/auto-libm-test-in: Add tests of sincos.
20289 * math/auto-libm-test-out: Regenerated.
20290 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20291 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20292 mpfr_f_11.
20293 (func_calc_desc): Add mpfr_f_11 union field.
20294 (test_functions): Add sincos.
20295 (calc_generic_results): Handle mpfr_f_11.
20296 * sysdeps/i386/fpu/libm-test-ulps: Update.
20297 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20298
83f5c32d
AS
202992013-12-19 Andreas Schwab <schwab@suse.de>
20300
20301 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20302 CALL_MCOUNT.
20303 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20304 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20305 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20306
c688b419
JM
203072013-12-19 Joseph Myers <joseph@codesourcery.com>
20308
335ee092
JM
20309 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20310 * sysdeps/i386/fpu/libm-test-ulps: Update.
20311 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20312
f88acd39
JM
20313 [BZ #16293]
20314 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20315 round-to-nearest mode when using frndint.
20316 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20317 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20318 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20319 Likewise.
20320 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
20321 sinh test to fail.
20322 * math/auto-libm-test-out: Regenerated.
20323 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20324 (TEST_COND_x86): Likewise.
20325 (expm1_tonearest_test_data): New array.
20326 (expm1_test_tonearest): New function.
20327 (expm1_towardzero_test_data): New array.
20328 (expm1_test_towardzero): New function.
20329 (expm1_downward_test_data): New array.
20330 (expm1_test_downward): New function.
20331 (expm1_upward_test_data): New array.
20332 (expm1_test_upward): New function.
20333 (main): Run the new test functions.
20334 * sysdeps/i386/fpu/libm-test-ulps: Update.
20335 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20336
c688b419
JM
20337 * include/features.h: Update comment documenting feature test
20338 macros. Mention _DEFAULT_SOURCE in comment.
20339 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20340 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20341 _BSD_SOURCE and _SVID_SOURCE.
20342 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20343 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20344 !_SVID_SOURCE]: Likewise.
20345 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20346 (__USE_POSIX_IMPLICITLY): Define.
20347 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20348 (_POSIX_SOURCE): Undefine and redefine.
20349 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20350 (_POSIX_C_SOURCE): Likewise.
20351 * manual/creature.texi (_DEFAULT_SOURCE): Document.
20352 (Feature Test Macros): Update documentation of default features.
20353
9f6e964c
RS
203542013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
20355
20356 * benchtests/Makefile: Add bench-strtok.
20357 * benchtests/bench-strtok.c: New file: strtok benchtest.
20358
ee0a148a
AM
203592013-12-19 Allan McRae <allan@archlinux.org>
20360
20361 * manual/install.texi: Suppress menu for plain text output.
20362 * INSTALL: Regenerated.
20363
b9ab448f
BM
203642013-12-18 Brooks Moses <bmoses@google.com>
20365
20366 [BZ #15846]
20367 * misc/getauxval.c: Include errno.h.
20368 (__getauxval): Set errno to ENOENT if the requested type is not
20369 found.
20370 * misc/sys/auxv.h (getauxval): Document that it may set errno;
20371 don't declare with __attribute_const__.
20372 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20373 * manual/startup.texi: Document that getauxval sets errno.
20374
23776487
JM
203752013-12-18 Joseph Myers <joseph@codesourcery.com>
20376
f889953b
JM
20377 * math/auto-libm-test-in: Add tests of jn and yn.
20378 * math/auto-libm-test-out: Regenerated.
20379 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20380 (yn_test_data): Likewise.
20381 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20382 mpfr_if_f.
20383 (func_calc_desc): Add mpfr_if_f union field.
20384 (FUNC_mpfr_if_f): New macro.
20385 (test_functions): Add jn and yn.
20386 (calc_generic_results): Assert type of second input for
20387 mpfr_ff_f. Handle mpfr_if_f.
20388 (output_for_one_input_case): Disable all checking for arguments
20389 fitting floating-point types in case of an integer argument.
20390 * sysdeps/i386/fpu/libm-test-ulps: Update.
20391 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20392
23776487
JM
20393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20394 Don't expect fegetround reference in libm.so.
20395
cb756c6d
MS
203962013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
20397
20398 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20399 $(config-cflags-nofma).
20400
2dec468f
JM
204012013-12-18 Joseph Myers <joseph@codesourcery.com>
20402
5953eb3a
JM
20403 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20404 * math/auto-libm-test-out: Regenerated.
20405
2dec468f
JM
20406 [BZ #16338]
20407 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20408 to determine exponent and adjust argument to have exponent of -1.
20409 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20410 log2.
20411 * math/auto-libm-test-out: Regenerated.
20412 * sysdeps/i386/fpu/libm-test-ulps: Update.
20413 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20414
4d84e6ad
OB
204152013-12-18 Ondřej Bílka <neleai@seznam.cz>
20416
20417 * manual/probes.texi: Remove cases when per-thread arenas are
20418 disabled.
20419
1818483b
AS
204202013-12-18 Andreas Schwab <schwab@suse.de>
20421
20422 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20423 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20424 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20425 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20426 * sysdeps/i386/i686/multiarch/Makefile: Update.
20427 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20428
25de95bf
JM
204292013-12-17 Joseph Myers <joseph@codesourcery.com>
20430
20431 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20432 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20433
674762d9
PE
204342013-12-17 Paul Eggert <eggert@cs.ucla.edu>
20435
ed27ed83 20436 [BZ #15968]
0748546f
PE
20437 Support TZ transition times < 00:00:00.
20438 This is needed for version-3 tz-format files; it supports time
20439 stamps past 2037 for America/Godthab (the only entry in the tz
20440 database for which this change is relevant).
20441 * manual/time.texi (TZ Variable): Document transition times
20442 from -167:59:59 through -00:00:01.
20443 * time/tzset.c (tz_rule): Time of day is now signed.
20444 (__tzset_parse_tz): Parse negative time of day.
20445
4480e934
PE
20446 Document TZ transition times >= 25:00:00.
20447 * manual/time.texi (TZ Variable): Document transition times from
20448 25:00:00 through 167:59:59. These are already supported, and this
20449 support will help with version-3 tz-format files.
20450
69947401
PE
20451 * manual/time.texi (TZ Variable): Modernize North America example
20452 to reflect current (i.e., 2007-and-later) daylight saving rules.
20453
674762d9
PE
20454 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20455
7011c262
JM
204562013-12-17 Joseph Myers <joseph@codesourcery.com>
20457
2fc6557e
JM
20458 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20459 * sysdeps/unix/bsd/bits/stat.h: Likewise.
20460 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20461 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20462 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20463 * sysdeps/unix/bsd/bsdstat.h: Likewise.
20464 * sysdeps/unix/bsd/clock.c: Likewise.
20465 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20466 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20467 * sysdeps/unix/bsd/init-posix.c: Likewise.
20468 * sysdeps/unix/bsd/poll.c: Likewise.
20469 * sysdeps/unix/bsd/ptsname.c: Likewise.
20470 * sysdeps/unix/bsd/seekdir.c: Likewise.
20471 * sysdeps/unix/bsd/setegid.c: Likewise.
20472 * sysdeps/unix/bsd/seteuid.c: Likewise.
20473 * sysdeps/unix/bsd/setgid.c: Likewise.
20474 * sysdeps/unix/bsd/setrgid.c: Likewise.
20475 * sysdeps/unix/bsd/setruid.c: Likewise.
20476 * sysdeps/unix/bsd/setsid.c: Likewise.
20477 * sysdeps/unix/bsd/setuid.c: Likewise.
20478 * sysdeps/unix/bsd/sigaction.c: Likewise.
20479 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20480 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20481 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20482 * sysdeps/unix/bsd/telldir.c: Likewise.
20483 * sysdeps/unix/bsd/times.c: Likewise.
20484 * sysdeps/unix/bsd/usleep.c: Likewise.
20485
029c7b25
JM
20486 * misc/Makefile (install-lib): Remove libbsd-compat.a.
20487 ($(objpfx)libbsd-compat.a): Remove rule.
20488
7011c262
JM
20489 * include/features.h (__FAVOR_BSD): Do not define.
20490 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20491 features conflicting with POSIX.
20492 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20493 (_BSD_SOURCE): Remove description of not being a subset of other
20494 feature test macros.
20495 * manual/job.texi (getpgrp): Do not document BSD version.
20496 (getpgid): Do not document by reference to BSD getpgrp.
20497 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20498 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20499 * signal/signal.h [__FAVOR_BSD]: Likewise.
20500 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20501 instead of making contents conditional on [__FAVOR_BSD].
20502 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20503
affb6f78
AZ
205042013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20505
20506 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20507
c88769dd
JM
205082013-12-17 Joseph Myers <joseph@codesourcery.com>
20509
6432a540
JM
20510 [BZ #16314]
20511 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20512 values below 2**-450, not 2**-500.
20513 * math/auto-libm-test-in: Don't allow spurious underflow from
20514 hypot.
20515 * math/auto-libm-test-out: Regenerated.
20516
c88769dd
JM
20517 [BZ #16316]
20518 [BZ #16330]
20519 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20520 values of ha and hb and sort them after adjusting subnormal
20521 arguments.
20522 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20523 Likewise.
20524 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20525 values of ea and eb and sort them after adjusting subnormal
20526 arguments.
20527 * math/auto-libm-test-in: Do not expect some hypot tests of
20528 subnormals to fail. Add more hypot tests.
20529 * math/auto-libm-test-out: Regenerated.
20530
29618f6b
KK
205312013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20532
20533 [BZ #13304]
20534 * sysdeps/sh/s_fma.c: New file.
20535 * sysdeps/sh/s_fmaf.c: New file.
20536 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
20537 version.
20538 * sysdeps/sh/Implies: Add sh/soft-fp.
20539
eacfdfbf
RM
205402013-12-16 Roland McGrath <roland@hack.frob.com>
20541
20542 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
20543 level of indirection to members `objname', `errstring', `malloced'.
20544 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20545 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
20546 it as the __longjmp argument (just pass 1 instead).
20547 (_dl_catch_error): Initialize C with argument pointers and address of
20548 volatile local ERRCODE rather than copying values out of C at return.
20549
ff362e5b
JM
205502013-12-16 Joseph Myers <joseph@codesourcery.com>
20551
20552 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20553 * math/auto-libm-test-out: Regenerated.
20554 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20555 (hypot_test_data): Likewise.
20556 (pow_test_data): Likewise.
20557 (pow_tonearest_test_data): Likewise.
20558 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20559 mpfr_ff_f.
20560 (func_calc_desc): Add mpfr_ff_f union field.
20561 (FUNC_mpfr_ff_f): New macro.
20562 (test_functions): Add atan2, hypot and pow.
20563 (special_fill_min): New function.
20564 (special_fill_minus_min): Likewise.
20565 (special_fill_min_subnorm): Likewise.
20566 (special_fill_minus_min_subnorm): Likewise.
20567 (special_real_inputs): Add min, -min, min_subnorm and
20568 -min_subnorm.
20569 (calc_generic_results): Handle mpfr_ff_f.
20570 * sysdeps/i386/fpu/libm-test-ulps: Update.
20571 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20572
5764c27f
WN
205732013-12-16 Will Newton <will.newton@linaro.org>
20574
20575 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20576 (Aligned Memory Blocks): Add documentation for aligned_alloc
20577 and suggest it as an alternative to posix_memalign.
20578 (Hooks for Malloc): Document __memalign_hook is also called
20579 for aligned_alloc. (Summary of Malloc): Add summary for
20580 aligned alloc. Document __memalign_hook is also called
20581 for aligned_alloc.
20582
0a096e44
WN
205832013-12-16 Will Newton <will.newton@linaro.org>
20584
20585 * manual/memory.texi (Malloc Examples): Clarify default
20586 alignment documentation. Suggest posix_memalign rather
20587 than memalign or valloc.
20588 (Aligned Memory Blocks): Remove suggestion to use memalign
20589 or valloc. Remove obsolete comment about BSD.
20590 Document memalign errno values and mark the function obsolete.
20591 Document posix_memalign returned error codes. Mark valloc
20592 as obsolete. (Hooks for Malloc): __memalign_hook is also
20593 called for posix_memalign and valloc.
20594 (Summary of Malloc): Add posix_memalign to function summary.
20595 __memalign_hook is also called for posix_memalign and valloc.
20596
8d561986
SP
205972013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
20598
20599 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20600 TAYLOR_SIN.
20601 (__sin): Adjust.
20602 (__cos): Likewise.
20603 (sloww): Use mynumber union. Expand ternary operator into
20604 if-else statements.
20605 (cslow): use mynumber union.
20606
73616a74
AM
206072013-12-16 Allan McRae <allan@archlinux.org>
20608
9e8ac24b
AM
20609 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20610 * configure: Regenerated.
20611
6f8e37eb
AM
20612 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20613
8894bad3
AM
20614 [BZ #14120]
20615 * configure.ac: Added --enable-maintainer-mode. Check for
20616 autoconf when enabled.
20617 * configure: Regenerated.
20618
73616a74
AM
20619 * nscd/nscd.service: New file.
20620 * nscd/nscd.tmpfiles: New file.
20621
584b18eb
OB
206222013-12-14 Ondřej Bílka <neleai@seznam.cz>
20623
20624 [BZ #12100]
20625 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20626 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20627 * sysdeps/x86_64/multiarch/strstr.c: ... here.
20628 (strstr): Add __strstr_sse2_unaligned ifunc.
20629 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20630 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20631 (strcasestr): Remove __strcasestr_sse42 ifunc.
20632 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20633 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20634 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20635
8a5c7897
KK
206362013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20637
20638 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20639 * sysdeps/sh/bits/fenv.h: ... here.
20640 * sysdeps/sh/sh4/fpu/bits: Remove directory.
20641
fd712ef3
AZ
206422013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20643
20644 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20645
42fcb46c
AZ
20646 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20647 hypotf multiarch implementations.
20648 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20649 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20650 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20651 multiarch hypot for PPC64.
20652 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20653 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20654 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20655 multiarch hypotf for PPC64.
20656
83efded4
AZ
20657 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20658 modff multiarch implementations.
20659 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20660 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20661 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20662 multiarch modf for PPC64.
20663 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20664 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20665 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20666 multiarch modff for PPC64.
20667
43e246d2
AZ
20668 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20669 and logl multiarch implementations.
20670 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20671 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20672 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20673 multiarch logb for PPC64.
20674 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20675 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20676 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20677 multiarch logb for PPC64.
20678 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20679 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20680 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20681 multiarch logb for PPC64.
20682
8fdad123
AZ
20683 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20684 isinff multiarch implementation.
20685 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20686 file.
20687 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20688 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20689 multiarch isinf for PPC64.
20690 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20691 file.
20692 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20693 multiarch isinff for PPC64.
20694
1481d706
AZ
20695 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20696 finitef multiarch implementation.
20697 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20698 file.
20699 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20700 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20701 multiarch finite for PPC64.
20702 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20703 file.
20704 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20705 multiarch finitef for PPC64.
20706
5ccd5fc8
AZ
20707 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20708 lrint multiarch implementation.
20709 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20710 file.
20711 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20712 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20713 multiarch llrint for PPC64.
20714 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20715 multiarch lrint for PPC64.
20716
2568f3fa
AZ
20717 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20718 copysignf multiarch implementation.
20719 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20720 file.
20721 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20722 file.
20723 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20724 multiarch copysign for PPC64.
20725 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20726 multiarch copysignf for PPC64.
20727
1cb341fd
AZ
20728 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20729 multiarch implementation.
20730 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20731 file.
20732 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20733 file.
20734 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20735 file.
20736 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20737 file.
20738 multiarch llround for PPC64.
20739 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20740 multiarch trunc for PPC64.
20741 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20742 multiarch truncf for PPC64.
20743
59a3e194
AZ
20744 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20745 multiarch implementation.
20746 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20747 file.
20748 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20749 file.
20750 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20751 file.
20752 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20753 file.
20754 multiarch llround for PPC64.
20755 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20756 multiarch round for PPC64.
20757 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20758 multiarch roundf for PPC64.
20759
357fd3b4
AZ
20760 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20761 multiarch implementation.
20762 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20763 file.
20764 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20765 file.
20766 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20767 file.
20768 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20769 file.
20770 multiarch llround for PPC64.
20771 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20772 multiarch floor for PPC64.
20773 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20774 multiarch floorf for PPC64.
20775
96770f12
AZ
20776 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20777 multiarch implementation.
20778 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20779 file.
20780 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20781 file.
20782 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20783 file.
20784 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20785 file.
20786 multiarch llround for PPC64.
20787 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20788 multiarch ceil for PPC64.
20789 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20790 multiarch ceilf for PPC64.
20791
c3627f6e
AZ
20792 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20793 multiarch implementation.
20794 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20795 file.
20796 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20797 file.
20798 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20799 file.
20800 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20801 multiarch llround for PPC64.
20802 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20803 multiarch lround for PPC64.
20804
b2284ad7
AZ
20805 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20806 multiarch implementation.
20807 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20808 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20809 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20810 file.
20811 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20812 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20813 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20814 multiarch isnan for PPC64.
20815 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20816 multiarch isnanf for PPC64.
20817
69bbc63d
AZ
20818 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20819 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20820 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20821 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20822 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20823 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20824
c24517c9
AZ
20825 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20826 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20827 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20828 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20829
a52374e8
AZ
20830 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20831 multiarch implementations.
20832 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20833 (__libc_ifunc_impl_list): Likewise.
20834 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20835 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20836 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20837 multiarch stpcpy for PPC64.
20838
7f5ec113
AZ
20839 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20840 multiarch implementations.
20841 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20842 (__libc_ifunc_impl_list): Likewise.
20843 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20844 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20845 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20846 multiarch strcpy for PPC64.
20847
e28bcd42
AZ
20848 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20849 redefine function name.
20850 (_wordcopy_fwd_dest_aligned): Likewise.
20851 (_wordcopy_bwd_aligned): Likewise.
20852 (_wordcopy_bwd_dest_aligned): Likewise.
20853 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20854 multiarch implementations.
20855 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20856 (__libc_ifunc_impl_list): Likewise.
20857 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20858 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20859 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20860 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20861 multiarch wcscpy for PPC64.
20862
92cacfce
AZ
20863 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20864 multiarch implementations.
20865 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20866 (__libc_ifunc_impl_list): Likewise.
20867 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20868 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20869 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20870 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20871 multiarch wcscpy for PPC64.
20872
7b714620
AZ
20873 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20874 multiarch implementations.
20875 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20876 (__libc_ifunc_impl_list): Likewise.
20877 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20878 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20879 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20880 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20881 multiarch wcsrchr for PPC64.
20882
16fd2ae3
AZ
20883 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20884 multiarch implementations.
20885 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20886 (__libc_ifunc_impl_list): Likewise.
20887 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20888 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20889 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20890 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20891 multiarch wcschr for PPC64.
20892
9ee2969b
AZ
20893 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20894 multiarch implementations.
20895 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20896 (__libc_ifunc_impl_list): Likewise.
20897 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20898 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20899 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20900 multiarch strchrnul for PPC64.
20901
372dc060
AZ
20902 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20903 implementations.
20904 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20905 (__libc_ifunc_impl_list): Likewise.
20906 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20907 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20908 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20909 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20910 strchr for PPC64.
20911
24c2c3b9
AZ
20912 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20913 implementations.
20914 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20915 (__libc_ifunc_impl_list): Likewise.
20916 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20917 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20918 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20919 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20920 strncmp for PPC64.
20921
1c92d9a0
AZ
20922 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20923 multiarch implementations.
20924 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20925 (__libc_ifunc_impl_list): Likewise.
20926 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20927 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20928 strncasecmp for PPC64.
20929 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20930 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20931 multiarch strncasecmp_l for PPC64.
20932
17de3ee3
AZ
20933 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20934 multiarch implementations.
20935 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20936 (__libc_ifunc_impl_list): Likewise.
20937 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20938 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20939 multiarch strcasecmp for PPC64.
20940 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20941 file.
20942 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20943 multiarch strcasecmp_l for PPC64.
20944
62982bf9
AZ
20945 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20946 implementations.
20947 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20948 (__libc_ifunc_impl_list): Likewise.
20949 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20950 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20951 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20952 strnlen for PPC64.
20953
a65f4904
AZ
20954 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20955 implementations.
20956 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20957 (__libc_ifunc_impl_list): Likewise.
20958 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20959 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20960 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20961 strlen for PPC64.
20962
1fd005ad
AZ
20963 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20964 implementations.
20965 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20966 (__libc_ifunc_impl_list): Likewise.
20967 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20968 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20969 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20970 rawmemrchr for PPC64.
20971
cd05ba91
AZ
20972 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20973 implementation.
20974 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20975 (__libc_ifunc_impl_list): Likewise.
20976 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20977 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20978 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20979 memrchr for PPC64.
20980
870f8676
AZ
20981 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20982 implementation.
20983 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20984 (__libc_ifunc_impl_list): Likewise.
20985 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20986 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20987 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20988 memchr for PPC64.
20989
f00be62b
AZ
20990 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20991 implementation.
20992 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20993 (__libc_ifunc_impl_list): Likewise.
20994 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20995 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20996 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20997 mempcpy for PPC64.
20998
8a29a3d0
AZ
20999 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21000 avoid cretion of __bzero symbol.
21001 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21002 Likewise.
21003 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21004 Likewise.
21005 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21006 Likewise.
21007 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21008 multiarch implementations.
21009 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21010 (__libc_ifunc_impl_list): Likewise.
21011 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21012 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21013 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21014 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21015 bzero for PPC32.
21016 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21017 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21018 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21019 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21020 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21021 memset for PPC64.
21022 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21023
07253fcf
AZ
21024 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21025 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21026 implementations.
21027 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21028 (__libc_ifunc_impl_list): Likewise.
21029 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21030 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21031 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21032 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21033 memcmp for PPC64.
21034
b5beafbc
AZ
21035 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21036 multiarch for POWER/PPC64.
21037 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21038 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21039 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21040 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21041 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21042 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21043 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21044 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21045 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21046 memcpy for PPC64.
21047
5e6a4d4b
AZ
21048 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21049 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21050 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21051 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21052 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21053 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21054 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21055 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21056 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21057 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21058 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21059 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21060 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21061 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21062 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21064 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21065 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21066 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21067 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21068 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21069 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21070
ddfab6dc
KK
210712013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21072
21073 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21074
19b5525e
SP
210752013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
21076
21077 * benchtests/Makefile (bench): Add exp2 and log2.
21078 (LDLIBS-bench-exp2): Add -lm.
21079 (LDLIBS-bench-log2): Likewise.
21080 * benchtests/exp2-inputs: New inputs file.
21081 * benchtests/log2-inputs: New inputs file.
21082 * benchtests/log-inputs: Add new inputs.
21083 * benchtests/tan-inputs: Likewise.
21084
196f7f5d
SP
210852013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
21086
7a74607f
SP
21087 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21088 definition...
57f41c40
AS
21089 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21090 (csloww2): ... from here.
7a74607f 21091
196f7f5d
SP
21092 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21093 instead of structures.
21094 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21095 (POLYNOMIAL): Likewise.
21096 (TAYLOR_SLOW): Likewise.
21097 (__sin): Likewise.
21098 (__cos): Likewise.
21099 (slow1): Likewise.
21100 (slow2): Likewise.
21101 (sloww): Likewise.
21102 (sloww1); Likewise.
21103 (sloww2): Likewise.
21104 (bsloww1): Likewise.
21105 (bsloww2): Likewise.
21106 (cslow2): Likewise.
21107 (csloww): Likewise.
21108 (csloww1): Likewise.
21109 (csloww2): Likewise.
21110
0dfa665c
OB
211112013-12-10 Ondřej Bílka <neleai@seznam.cz>
21112
21113 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
21114 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21115 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
21116 * malloc/hooks.c (realloc_check): Likewise.
21117
5782a80f
OB
21118 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21119 * malloc/arena.c: Remove PER_THREAD conditional.
21120 [!PER_THREAD]: Remove code.
21121 (ptmalloc_unlock_all2): Likewise.
21122 (ptmalloc_init): Likewise.
21123 (_int_new_arena): Likewise.
21124 (arena_get2): Likewise.
21125 * malloc/hooks.c (__malloc_get_state): Likewise.
21126 (__malloc_set_state): Likewise.
21127 * malloc/malloc.c: Likewise.
21128 (struct malloc_state): Likewise.
21129 (struct malloc_par): Likewise.
21130 (__libc_realloc): Likewise.
21131 (__libc_mallopt): Likewise.
21132
aeb95445
AZ
211332013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21134
21135 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21136
e8349efd
OB
211372013-12-09 Ondřej Bílka <neleai@seznam.cz>
21138
21139 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21140 macro to a function. Check for zero perturb_byte.
21141 (_int_malloc, _int_free): Remove zero perturb_byte checks.
21142
f3eeb3fc 21143 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
21144 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21145 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
21146 force_reg by atomic_forced_read.
21147 * malloc/arena.c (ptmalloc_init): Likewise.
21148 * malloc/hooks.c (top_check): Likewise.
21149
be2f9009
AZ
211502013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21151
21152 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21153
e7b914bd
MT
211542013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
21155
21156 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21157
9f0be4f8
JM
211582013-12-08 Joseph Myers <joseph@codesourcery.com>
21159
21160 * math/auto-libm-test-in: Add tests of lgamma.
21161 * math/auto-libm-test-out: Regenerated.
21162 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21163 (M_LOG_2_SQRT_PIl): Likewise.
21164 (lgamma_test_data): Use AUTO_TESTS_f_f1.
21165 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21166 mpfr_f_f1.
21167 (func_calc_desc): Add mpfr_f_f1 union field.
21168 (ARGS1): New macro.
21169 (ARGS2): Likewise.
21170 (ARGS3): Likewise.
21171 (ARGS4): Likewise.
21172 (RET1): Likewise.
21173 (RET2): Likewise.
21174 (CALC): Likewise.
21175 (FUNC): Likewise.
21176 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21177 (test_functions): Add lgamma.
21178 (calc_generic_results): Handle mpfr_f_f1.
21179 * sysdeps/i386/fpu/libm-test-ulps: Update.
21180 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21181
24eeafdb
AZ
211822013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21183
21184 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21185 __mpn_add_n for PowerPC64/POWER7.
21186 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21187 __mpn_sub_n for PowerPC64/POWER7.
21188
4a2c0fd4
AZ
21189 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21190 __mpn_addmul_1 for PowerPC64.
21191 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21192 __mpn_submul_1 for PowerPC64.
21193 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21194 for PowerPC64.
21195 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21196 for PowerPC64.
21197
4b5b548c
FS
211982013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
21199
21200 [BZ #15089]
21201 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21202
0a3ac0aa
AZ
212032013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21204
21205 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21206
ccdc8438
AZ
21207 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21208 add multiarch folders.
21209 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21210 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21211 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21212 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21213 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21214 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21215 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21216 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21217 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21218 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21219 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21220 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21221 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21222 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21223 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21224 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21225 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21226
2e973d99
AZ
21227 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21228 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21229 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21230 New file.
21231 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21232 New file.
21233 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21234 multiarch __ieee754_hypot for PowerPC32.
21235 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21236 New file.
21237 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21238 New file.
21239 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21240 multiarch __ieee754_hypotf for PowerPC32.
21241
2d9470b2
AZ
21242 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21243 long_double_symbol only if __logbl is defined.
21244 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21245 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21246 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21247 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21248 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21249 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21250 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21251 path for implementation.
21252 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21253 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21254 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21255 logb, and logbl multiarch implementations for PowerPC32.
21256 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21257 file.
21258 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21259 file.
21260 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21261 multiarch logb for PowerPC32.
21262 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21263 file.
21264 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21265 file.
21266 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21267 multiarch logbf for PowerPC32.
21268 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21269 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21270 file.
21271 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21272 multiarch logbl implementation for PowerPC32.
21273
5212ffce
AZ
21274 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21275 and modff multiarch implementations.
21276 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21277 New file.
21278 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21279 New file.
21280 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21281 multiarch modf for PowerPC32.
21282 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21283 New file.
21284 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21285 New file.
21286 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21287 multiarch modff for PowerPC32.
21288
79dccf31
AZ
21289 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21290 and lrintf multiarch implementations.
21291 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21292 New file.
21293 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21294 New file.
21295 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21296 multiarch lrint for PowerPC32.
21297 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21298 file: multiarch lrintf for PowerPC32.
21299
deb66480
AZ
21300 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21301 and lroundf multiarch implementations.
21302 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21303 New file.
21304 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21305 New file.
21306 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21307 New file.
21308 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21309 multiarch lround for PowerPC32.
21310 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21311 file: multiarch lroundf for PowerPC32.
21312
264b036b
AZ
21313 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21314 copysign and copysignf multiarch implementations.
21315 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21316 New file.
21317 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21318 New file.
21319 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21320 file: multiarch copysign for PowerPC32.
21321 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21322 file: multiarch copysignf for PowerPC32.
21323
d47db6c9
AZ
21324 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21325 and truncf multiarch implementations.
21326 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21327 New file.
21328 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21329 file.
21330 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21331 multiarch trunc for PowerPC32.
21332 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21333 New file.
21334 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21335 New file.
21336 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21337 multiarch truncf for PowerPC32.
21338
ddb60b5a
AZ
21339 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21340 and roundf multiarch implementations.
21341 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21342 New file.
21343 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21344 file.
21345 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21346 multiarch round for PowerPC32.
21347 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21348 New file.
21349 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21350 New file.
21351 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21352 multiarch roundf for PowerPC32.
21353
bedcf49b
AZ
21354 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21355 and floorf multiarch implementations.
21356 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21357 New file.
21358 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21359 file.
21360 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21361 multiarch floor for PowerPC32.
21362 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21363 New file.
21364 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21365 New file.
21366 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21367 multiarch floorf for PowerPC32.
21368
35ae5b40
AZ
21369 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21370 and ceilf multiarch implementations.
21371 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21372 New file.
21373 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21374 file.
21375 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21376 multiarch ceil for PowerPC32.
21377 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21378 New file.
21379 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21380 file.
21381 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21382 multiarch ceilf for PowerPC32.
21383
ae1a4cd9
AZ
21384 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21385 is defined.
21386 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21387 FINITEF is defined.
21388 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21389 and finitef multiarch implementations.
21390 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21391 New file.
21392 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21393 file.
21394 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21395 multiarch finite for PowerPC32.
21396 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21397 New file.
21398 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21399 file: multiarch finitef for PowerPC32.
21400
64fffd65
AZ
21401 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21402 and isinff multiarch implementations.
21403 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21404 file.
21405 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21406 file.
21407 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21408 multiarch isinf for PowerPC32.
21409 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21410 New file.
21411 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21412 multiarch isinff for PowerPC32.
21413
8e4e7ba2
AZ
21414 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21415 alias when __isnan is defined.
21416 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21417 and isnanf multiarch implementations.
21418 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21419 file.
21420 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21421 file.
21422 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21423 file.
21424 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21425 file.
21426 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21427 multiarch isnan for PowerPC32.
21428 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21429 New file.
21430 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21431 New file.
21432 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21433 multiarch isnanf for PowerPC32.
21434
ddba588e
AZ
21435 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21436 and sqrtf multiarch implementations.
21437 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21438 file.
21439 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21440 file.
21441 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21442 multiarch sqrt for PowerPC32.
21443 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21444 file.
21445 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21446 file.
21447 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21448 multiarch sqrtf for PowerPC32.
21449
0f96a2f0
AZ
21450 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21451 and llroundf multiarch implementations.
21452 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21453 New file.
21454 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21455 New file.
21456 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21457 New file.
21458 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21459 file: multiarch llround for PowerPC32.
21460 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21461 file: multiarch llroundf for PowerPC32.
21462
c9b5d79e
AZ
21463 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21464 multiarch PowerPC32 fpu implementations.
21465 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21466 New file.
21467 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21468 New file.
21469 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21470 multiarch llrint for PowerPC32.
21471 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21472 New file.
21473 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21474 New file.
21475 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21476 file.
21477
9cbb3aab
AZ
21478 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21479
ea5a72f8
AZ
21480 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21481 file.
21482 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21483 file.
21484 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21485 file.
21486 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21487 multiarch wordcopy for PPC32.
21488 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21489 wordcopy objects.
21490 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21491 (__libc_ifunc_impl_list): Likewise.
21492 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21493 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21494 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21495 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21496 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21497 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21498
93be09e7
AZ
21499 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21500 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21501 file.
21502 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21503 file.
21504 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21505 file.
21506 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21507 multiarch wcscpy for PPC32.
21508 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21509 multiarch objects.
21510 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21511 (__libc_ifunc_impl_list): Likewise.
21512 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21513 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21514 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21515 sysdeps/powerpc/power6/wcscpy.c.
21516
bb04e529
AZ
21517 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21518 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21519 file.
21520 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21521 file.
21522 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21523 file.
21524 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21525 multiarch wcsrchr for PPC32.
21526 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21527 multiarch objects.
21528 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21529 (__libc_ifunc_impl_list): Likewise.
21530 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21531 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21532 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21533 sysdeps/powerpc/power6/wcsrchr.c.
21534
05b5cd1c
AZ
21535 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21536 file.
21537 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21538 file.
21539 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21540 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21541 multiarch wcschr for PPc32.
21542 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21543 multiarch objects.
21544 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21545 (__libc_ifunc_impl_list): Likewise.
21546 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21547 * sysdeps/powerpc/power6/wcschr.c: ... to here.
21548 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21549 sysdeps/powerpc/power6/wcschr.c.
21550
ba964147
AZ
21551 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21552 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21553 file.
21554 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21555 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21556 file: multiarch strchr for PPC32.
21557 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21558 multiarch objects.
21559 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21560 (__libc_ifunc_impl_list): Likewise.
21561
31c81aaa
AZ
21562 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21563 name.
21564 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21565 file.
21566 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21567 file.
21568 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21569 multiarch strchrnul for PPC32.
21570 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21571 multiarch objects.
21572 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21573 (__libc_ifunc_impl_list): Likewise.
21574
0d0607d9
AZ
21575 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21576 file.
21577 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21578 multiarch strncasecmp for PPC32.
21579 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21580 file.
21581 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21582 multiarch strncasecmp_l for PPC32.
21583 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21584 strncasecmp multiarch objects.
21585 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21586 (__libc_ifunc_impl_list): Likewise.
21587
4dfd5c86
AZ
21588 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21589 file.
21590 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21591 multiarch strncasecmp for PPC32.
21592 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21593 New file.
21594 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21595 multiarch strcasecmp_l for PPC32.
21596 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21597 multiarch objects.
21598 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21599 (__libc_ifunc_impl_list): Likewise.
21600
a19e01a3
AZ
21601 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21602 file.
21603 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21604 file.
21605 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21606 multiarch strncmp for PPC32.
21607 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21608 multiarch objects.
21609 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21610 (__libc_ifunc_impl_list): Likewise.
21611
ae9cf7a2
AZ
21612 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21613 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21614 file.
21615 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21616 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21617 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21618 multiarch objects.
21619 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21620 (__libc_ifunc_impl_list): Likewise.
21621
3148bb7d
AZ
21622 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21623 file.
21624 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21625 file.
21626 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21627 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21628 multiarch objects.
21629 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21630 (__libc_ifunc_impl_list): Likewise.
21631
7af8b946
AZ
21632 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21633 file.
21634 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21635 file.
21636 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21637 multiarch rawmemchr for PPC32.
21638 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21639 multiarch objects.
21640 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21641 (__libc_ifunc_impl_list): Likewise.
21642
03a6aa6a
AZ
21643 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21644 file.
21645 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21646 file.
21647 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21648 file: memrchr multiarch for PPC32.
21649 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21650 multiarch objects.
21651 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21652 (__libc_ifunc_impl_list): Likewise.
21653
1c62e6d9
AZ
21654 * string/memchr.c (__memchr): Using macro to redefine symbol name.
21655 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21656 file.
21657 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21658 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21659 multiarch memchr for PPC32.
21660 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21661 multiarch objects.
21662 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21663 (__libc_ifunc_impl_list): Likewise.
21664
87da8bdb
AZ
21665 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21666 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21667 file.
21668 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21669 file.
21670 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21671 file: multiarch mempcpy for PPC32.
21672 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21673 multiarch objects.
21674 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21675 (__libc_ifunc_impl_list): Likewise.
21676
20ed4714
AZ
21677 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21678 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21679 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21680 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21681 multiarch bzero for PPC32.
21682 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21683 file.
21684 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21685 file.
21686 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21687 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21688 file: multiarch memset for PPC32.
21689 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21690 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21691 memset multiarch objects.
21692 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21693 (__libc_ifunc_impl_list): Likewise.
21694
ab3e3a46
AZ
21695 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21696 file.
21697 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21698 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21699 memcmp for PPC32.
21700 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21701 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21702 multiarch objects.
21703 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21704 (__libc_ifunc_impl_list): Likewise.
21705
930de6f0
AZ
21706 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21707 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21708 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21709 file.
21710 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21711 file.
21712 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21713 file.
21714 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21715 multiarch memcpy for PPC32.
21716 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21717 multiarch objects.
21718 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21719 (__libc_ifunc_impl_list): Likewise.
21720
4c628e00
AZ
21721 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21722 support multiarch for POWER/PPC32.
21723 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21724 Likewise.
21725 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21726 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21727 Implies file to make multiarch folder appers before the fpu and
21728 default folder for power4 configuration.
21729
f4479220
SP
217302013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
21731
21732 * scripts/bench.pl: Append volatile keyword to type.
21733
8517800f
KK
217342013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21735
21736 * sysdeps/sh/sotruss-lib.c: New file.
21737 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21738
180138f1
AZ
217392013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21740
21741 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21742
bbf37bdc
JM
217432013-12-05 Joseph Myers <joseph@codesourcery.com>
21744
e47cc4e0
JM
21745 [BZ #6810]
21746 * math/w_tgamma.c: Include <errno.h>.
21747 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
21748 * math/w_tgammaf.c: Include <errno.h>.
21749 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
21750 * math/w_tgammal.c: Include <errno.h>.
21751 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
21752 * math/auto-libm-test-in: Do not allow missing errno on tgamma
21753 underflow. Add more tgamma tests.
21754 * math/auto-libm-test-out: Regenerated.
21755 * sysdeps/i386/fpu/libm-test-ulps: Update.
21756 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21757
bbf37bdc
JM
21758 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21759 sin, sinh, tan, tanh, tgamma, y0 and y1.
21760 * math/auto-libm-test-out: Regenerated.
21761 * math/libm-test.inc (TEST_COND_x86_64): New macro.
21762 (TEST_COND_x86): Likewise.
21763 (M_E2l): Remove macro.
21764 (M_E3l): Likewise.
21765 (M_2_SQRT_PIl): Likewise.
21766 (M_SQRT_PIl): Likewise.
21767 (M_1_DIV_El): Likewise.
21768 (log_test_data): Use AUTO_TESTS_f_f.
21769 (log10_test_data): Likewise.
21770 (log1p_test_data): Likewise.
21771 (log2_test_data): Likewise.
21772 (sin_test_data): Likewise.
21773 (sin_tonearest_test_data): Likewise.
21774 (sin_towardzero_test_data): Likewise.
21775 (sin_downward_test_data): Likewise.
21776 (sin_upward_test_data): Likewise.
21777 (sinh_test_data): Likewise.
21778 (sinh_tonearest_test_data): Likewise.
21779 (sinh_towardzero_test_data): Likewise.
21780 (sinh_downward_test_data): Likewise.
21781 (sinh_upward_test_data): Likewise.
21782 (tan_test_data): Likewise.
21783 (tan_tonearest_test_data): Likewise.
21784 (tan_towardzero_test_data): Likewise.
21785 (tan_downward_test_data): Likewise.
21786 (tan_upward_test_data): Likewise.
21787 (tanh_test_data): Likewise.
21788 (tgamma_test_data): Likewise.
21789 (y0_test_data): Likewise.
21790 (y1_test_data): Likewise.
21791 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21792 (special_real_inputs): Add pi/4.
21793 * sysdeps/i386/fpu/libm-test-ulps: Update.
21794 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21795
eb5ad6b9
AZ
217962013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21797
21798 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21799 "longjmp_target" static probes.
21800 (__longjmp): Rename to __longjmp_symbol.
21801 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21802 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21803 on which longjmp to generate.
21804 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21805 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21806 probe.
21807 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21808 (__sigjmp_save): Rename to __sigjmp_save_symbol.
21809 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21810 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21811 and __sigjmp_save_symbol based on which sigsetjmp to generated.
21812 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21813 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21814 __longjmp_symbol based on which __longjmp to generate.
21815 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21816 probe.
21817 (setjmp): Rename to setjmp_symbol.
21818 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21819 (_setjmp): Rename to _setjmp_symbol.
21820 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21821 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21822 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21823 which setjmp to generate.
21824 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21825 "longjmp_target" static probes.
21826
d136c6dc
SP
218272013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
21828
9298ecba
SP
21829 * benchtests/README: Add note about output arguments.
21830 * benchtests/bench-sincos.c: Remove file.
21831 * benchtests/sincos-inputs: New file.
21832 * scripts/bench.pl: Identify output arguments and define
21833 static variables for them.
21834
232983e9
SP
21835 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21836
d136c6dc
SP
21837 [BZ #15941]
21838 * Makefile (INSTALL): Add install-plain.texi as the primary
21839 dependency.
21840 * manual/install-plain.texi: New file.
21841 * manual/install.texi: Include node directive only for
21842 non-plaintext output.
21843
699ff837
JM
218442013-12-04 Joseph Myers <joseph@codesourcery.com>
21845
ab07cea8
JM
21846 * stdlib/longlong.h: Update from GCC.
21847
699ff837
JM
21848 [BZ #6807]
21849 [BZ #15901]
21850 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21851 * math/w_j0f.c (y0f): Likewise.
21852 * math/w_j0l.c (__y0l): Likewise.
21853 * math/w_j1.c (y1): Likewise.
21854 * math/w_j1f.c (y1f): Likewise.
21855 * math/w_j1l.c (__y1l): Likewise
21856 * math/w_jn.c (yn): Likewise.
21857 * math/w_jnf.c (ynf): Likewise.
21858 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21859 Bessel function pole errors in _POSIX_ mode. Use NAN as return
21860 value for Bessel function domain errors outside _SVID_ mode.
21861 Adjust sign of return value for yn (negative integer, 0).
21862 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21863 by zero in return for negative x and set sign appropriately for
21864 negative n.
21865 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21866 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21867 * math/libm-test.inc (y0_test_data): Add more tests and adjust
21868 expectations in error cases.
21869 (y1_test_data): Likewise.
21870 (yn_test_data): Likewise.
21871 * sysdeps/i386/fpu/libm-test-ulps: Update.
21872 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21873
5b118558
UW
218742013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21875
21876 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21877 "64" to "64-v1". Add "64-v2".
21878 (abi-64-options): Rename to ...
21879 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
21880 (abi-64-condition): Rename to ...
21881 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
21882 (abi-64-ld-soname): Rename to ...
21883 (abi-64-v1-ld-soname): ... this.
21884 (abi-64-v2-options): Define.
21885 (abi-64-v2-condition): Likewise.
21886 (abi-64-v2-ld-soname): Likewise.
21887 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21888 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21889 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21890 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21891 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21892
61cd8fe4
UW
218932013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21894 Alan Modra <amodra@gmail.com>
21895
21896 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21897 New versions for use with the ELFv2 ABI.
21898 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21899 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21900 declaration.
21901 (struct La_ppc64v2_retval): Likewise.
21902 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21903 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21904 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21905 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21906 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21907 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21908 Do not save or restore CR.
21909 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21910 (_dl_profile_resolve): Do no save or restore CR. Support extended
21911 return values for ELFv2 ABI. Fix location of FPR return registers.
21912 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21913 updated values for _CALL_ELF == 2.
21914 (La_regs, La_retval, int_retval): Likewise.
21915
8b8a692c
UW
219162013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21917
21918 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21919 (FRAME_MIN_SIZE_PARM): Likewise.
21920 (FRAME_BACKCHAIN): Likewise.
21921 (FRAME_CR_SAVE): Likewise.
21922 (FRAME_LR_SAVE): Likewise.
21923 (FRAME_TOC_SAVE): Likewise.
21924 (FRAME_PARM_SAVE): Likewise.
21925 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21926 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21927 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21928 (call_mcount_parm_offset): New macro.
21929 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21930 (PROF): Use symbolic stack frame offsets.
21931 (TAIL_CALL_SYSCALL_ERROR): Likewise.
21932 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21933 Redefine in terms of FRAME_MIN_SIZE.
21934 (_dl_runtime_resolve): Use symbolic stack frame offsets.
21935 (_dl_profile_resolve): Likewise. Update comment.
21936 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21937 symbols stack frame offsets.
21938 (__sigsetjmp): Likewise.
21939 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21940 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21941 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21942 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21943
21944 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21945 (FRAME_BACKCHAIN): Remove.
21946 (FRAME_CR_SAVE): Likewise.
21947 (FRAME_LR_SAVE): Likewise.
21948 (FRAME_COMPILER_DW): Likewise.
21949 (FRAME_LINKER_DW): Likewise.
21950 (FRAME_TOC_SAVE): Likewise.
21951 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
21952 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21953 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21954 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
21955 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21956 (CHECK_SP): Use symbolic stack frame offsets.
21957 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21958 zone" instead of caller's parameter save area for temp storage.
21959 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21960 Likewise. Also, use symbolic stack frame offsets.
21961 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21962 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21963 our own stack frame instead of the caller's.
21964 (__socket): Use symbolic stack frame offsets.
21965
122b66de
UW
219662013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21967 Alan Modra <amodra@gmail.com>
21968
21969 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21970 Define.
57f41c40
AS
21971 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21972 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
21973 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21974 New function.
21975 (elf_machine_fixup_plt): Call it.
21976 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
21977 reloc arguments.
21978 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
21979 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21980 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
21981 r2 before calling target.
21982
696caf1d
UW
219832013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21984 Alan Modra <amodra@gmail.com>
21985
21986 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21987 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21988 versions of macros to support ELFv2 ABI.
21989 (LOCALENTRY): New macro.
21990 (ENTRY, EALIGN): Use it.
21991 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21992 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21993 fall through into ENTRY entry point.
21994 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21995 Only define if _CALL_ELF != 2.
21996
21997 (elf_machine_matches_host): Verify ABI version matches.
21998 (RTLD_START): Use LOCALENTRY.
21999 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22000 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22001 (PLT_ENTRY_WORDS): New macro.
22002 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22003 (elf_machine_runtime_setup): Support ELFv2 ABI.
22004 (elf_machine_fixup_plt): Likewise.
22005 (elf_machine_plt_conflict): Likewise.
22006 (resolve_ifunc): Likewise.
22007 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22008 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22009 Likewise.
22010 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22011 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22012 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22013 (makecontext): Support ELFv2 ABI.
22014 * elf/elf.h (EF_PPC64_ABI): Define.
22015
d31beafa
UW
220162013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22017
57f41c40
AS
22018 * sysdeps/powerpc/powerpc64/sysdep.h
22019 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22020 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22021 (ENTRY) [ASSEMBLER]: ... but instead here ...
22022 (EALIGN) [ASSEMBLER]: ... and here.
22023 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22024 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22025 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
22026 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22027 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
22028 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22029 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
22030 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22032 Use PPC64_LOAD_FUNCPTR.
22033
b525166b
UW
22034 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22035
7ec07d9a
AM
220362013-12-04 Alan Modra <amodra@gmail.com>
22037
22038 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22039 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22040 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22041 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22042
22043 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22044 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22045 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22046 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22047 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22048 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22049
5162e7dd
UW
220502013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22051
22052 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22053 (__makecontext): Fix incorrect CFI when backtracing out of
22054 context created via makecontext.
22055 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22056 (__setcontext): Fix incorrect CFI during switch to new context.
22057 (__novec_setcontext): Likewise.
22058
19e3372b
OB
220592013-12-04 Ondřej Bílka <neleai@seznam.cz>
22060
22061 [BZ #4772]
22062 * time/strptime_l.c (__strptime_internal): Allow modifiers
22063 in strptime.
22064 * time/tst-strptime.c (day_tests): Add testcase.
22065
ecaf142d
SP
220662013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22067
22068 * scripts/bench.pl: Skip over blank lines.
22069
fbf964ae
PE
220702013-12-04 Paul Eggert <eggert@cs.ucla.edu>
22071
22072 [BZ #926]
22073 * manual/time.texi (Calendar Time): Clarify what timezone functions
22074 use.
22075
fa60a674
AZ
220762013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22077
22078 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22079
d674f0ef
OB
220802013-12-04 Ondřej Bílka <neleai@seznam.cz>
22081
22082 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22083 implementation.
22084 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22085 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22086 * debug/memset_chk.c (__memset_chk): Likewise.
22087 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22088 * debug/strncpy_chk.c: Likewise.
22089
17dea188
JM
220902013-12-03 Joseph Myers <joseph@codesourcery.com>
22091
749008ff
JM
22092 [BZ #15268]
22093 [BZ #15425]
22094 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22095 (__ieee754_exp): For possibly underflowing results, check size of
22096 result and force underflow exception if required.
22097 * math/auto-libm-test-in: Add more tests of exp.
22098 * math/auto-libm-test-out: Regenerated.
22099 * sysdeps/i386/fpu/libm-test-ulps: Update.
22100 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22101
17dea188
JM
22102 [BZ #16283]
22103 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22104 * math/w_exp2f.c (__exp2f): Likewise.
22105 * math/w_exp2l.c (__exp2l): Likewise.
22106 * math/auto-libm-test-in: Do not allow missing errno on exp2
22107 underflow.
22108 * math/auto-libm-test-out: Regenerated.
22109
b20de2c3
OB
221102013-12-03 Ondřej Bílka <neleai@seznam.cz>
22111
22112 [BZ #16274]
22113 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22114 handle filename validation.
22115 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22116 (do_open): Delete.
22117
d8e2dbe3
JM
221182013-12-03 Joseph Myers <joseph@codesourcery.com>
22119
34e16df5
JM
22120 [BZ #6786]
22121 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22122 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22123 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22124 <float.h>.
22125 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22126 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22127 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22128 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22129 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22130 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22131 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22132 * math/auto-libm-test-in: Don't allow missing errno from erfc.
22133 Add more erfc tests.
22134 * math/auto-libm-test-out: Regenerated.
22135 * sysdeps/i386/fpu/libm-test-ulps: Update.
22136 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22137
d8e2dbe3
JM
22138 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22139 exp2, expm1, j0 and j1.
22140 * math/auto-libm-test-out: Regenerated.
22141 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22142 (erfc_test_data): Likewise.
22143 (exp_test_data): Likewise.
22144 (exp_tonearest_test_data): Likewise.
22145 (exp_towardzero_test_data): Likewise.
22146 (exp_downward_test_data): Likewise.
22147 (exp_upward_test_data): Likewise.
22148 (exp10_test_data): Likewise.
22149 (exp2_test_data): Likewise.
22150 (expm1_test_data): Likewise.
22151 (j0_test_data): Likewise.
22152 (j1_test_data): Likewise.
22153 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22154 (input_flag_type): Add flag_xfail_rounding.
22155 (input_flags): Add xfail-rounding.
22156 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22157 (output_for_one_input_case): Handle flag_xfail_rounding.
22158 * sysdeps/i386/fpu/libm-test-ulps: Update.
22159 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22160
18d14251
AJ
221612013-12-03 Aurelien Jarno <aurelien@aurel32.net>
22162
3d2e6075 22163 [BZ #16289]
18d14251
AJ
22164 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22165 division by 0.
22166
520d437b
SP
221672013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
22168
22169 [BZ #16195]
22170 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22171 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22172 (STAP_PROBE0): New macro.
22173 (STAP_PROBE1): Likewise.
22174 (STAP_PROBE2): Likewise.
22175 (STAP_PROBE3): Likewise.
22176 (STAP_PROBE4): Likewise.
22177
416e0145
OB
221782013-12-02 Ondřej Bílka <neleai@seznam.cz>
22179
22180 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22181
9d17796a
SE
221822013-12-02 Steve Ellcey <sellcey@mips.com>
22183
22184 * benchtests/Makefile (bench): Add sqrt.
22185 (LDLIBS-bench-sqrt): New.
22186 * benchtests/sqrt-input: New.
22187
f524d6a8
PS
221882013-12-02 Pavel Simerda <psimerda@redhat.com>
22189
639a0ef8
PS
22190 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22191 (GAIH_EAI): Likewise.
22192 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22193 (gaih_inet): Likewise.
22194 (getaddrinfo): Don't use GAIH_EAI.
22195
f524d6a8
PS
22196 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22197 (struct gaih): Remove definition.
22198
df3aedaf
SP
221992013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
22200
22201 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22202 Use HERRNOP directly.
22203
1ab19dec
AZ
222042013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22205
b42ad38d 22206 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 22207
176b0c79
JM
222082013-11-30 Joseph Myers <joseph@codesourcery.com>
22209
22210 * math/gen-auto-libm-tests.c (test_functions): Add more
22211 single-argument functions.
22212 (special_fill_pi_2): New function.
22213 (special_fill_minus_pi_2): Likewise.
22214 (special_fill_pi_6): Likewise.
22215 (special_fill_minus_pi_6): Likewise.
22216 (special_fill_pi_3): Likewise.
22217 (special_fill_2pi_3): Likewise.
22218 (special_fill_e): Likewise.
22219 (special_fill_1_e): Likewise.
22220 (special_fill_e_minus_1): Likewise.
22221 (special_real_inputs): Add more special inputs.
22222 (output_for_one_input_case): Do not require ERANGE on underflow to
22223 zero if round-to-nearest result does not underflow to zero, unless
22224 exact results required.
22225 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22226 atan, atanh, cbrt, cos and cosh.
22227 * math/auto-libm-test-out: Regenerated.
22228 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22229 (acos_tonearest_test_data): Likewise.
22230 (acos_towardzero_test_data): Likewise.
22231 (acos_downward_test_data): Likewise.
22232 (acos_upward_test_data): Likewise.
22233 (acosh_test_data): Likewise.
22234 (asin_test_data): Likewise.
22235 (asin_tonearest_test_data): Likewise.
22236 (asin_towardzero_test_data): Likewise.
22237 (asin_upward_test_data): Likewise.
22238 (asinh_test_data): Likewise.
22239 (atan_test_data): Likewise.
22240 (atanh_test_data): Likewise.
22241 (cbrt_test_data): Likewise.
22242 (cos_test_data): Likewise.
22243 (cos_tonearest_test_data): Likewise.
22244 (cos_towardzero_test_data): Likewise.
22245 (cos_downward_test_data): Likewise.
22246 (cos_upward_test_data): Likewise.
22247 (cosh_test_data): Likewise.
22248 (cosh_tonearest_test_data): Likewise.
22249 (cosh_towardzero_test_data): Likewise.
22250 (cosh_downward_test_data): Likewise.
22251 (cosh_upward_test_data): Likewise.
22252 * sysdeps/i386/fpu/libm-test-ulps: Update.
22253 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22254
ffb536d0
JM
222552013-11-29 Joseph Myers <joseph@codesourcery.com>
22256
2a77a467
JM
22257 [BZ #6787]
22258 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22259 * math/w_exp10f.c (__exp10f): Likewise.
22260 * math/w_exp10l.c (__exp10l): Likewise.
22261 * math/libm-test.inc (exp10_test_data): Add more tests and expect
22262 errno settings in existing tests.
22263
ea3bc4e8
JM
22264 [BZ #14032]
22265 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22266 precision control set to double precision.
22267 * sysdeps/i386/fpu/w_sqrt.c: New file.
22268 * math/auto-libm-test-in: Add more tests.
22269 * math/auto-libm-test-out: Update.
22270
0712c9d8
JM
22271 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22272 (sqrt_test_tonearest): New function.
22273 (sqrt_towardzero_test_data): New variable.
22274 (sqrt_test_towardzero): New function.
22275 (sqrt_downward_test_data): New variable.
22276 (sqrt_test_downward): New function.
22277 (sqrt_upward_test_data): New variable.
22278 (sqrt_test_upward): New function.
22279 (main): Call the new functions.
22280
ffb536d0
JM
22281 * math/gen-auto-libm-tests.c: New file.
22282 * math/auto-libm-test-in: Likewise.
22283 * math/auto-libm-test-out: New generated file.
22284 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22285 variables.
22286 (%beautify): Add generated representations of zero.
22287 (top level): Set $auto_input and call parse_auto_input.
22288 (beautify): Remove trailing "f" from hex float constants.
22289 (parse_args): Handle XFAIL_TEST.
22290 (convert_condition): New function.
22291 (or_value): Likewise.
22292 (or_cond_value): Likewise.
22293 (generate_testfile): Handle AUTO_TESTS_* lines.
22294 (parse_auto_input): New function.
22295 * math/libm-test.inc (XFAIL_TEST): New macro.
22296 (ERRNO_UNCHANGED): Update value.
22297 (ERRNO_EDOM): Likewise.
22298 (ERRNO_ERANGE): Likewise.
22299 (IGNORE_RESULT): Likewise.
22300 (TEST_COND_flt_32): New macro.
22301 (TEST_COND_dbl_64): Likewise.
22302 (TEST_COND_ldbl_96_intel): Likewise.
22303 (TEST_COND_ldbl_96_m68k): Likewise.
22304 (TEST_COND_ldbl_128): Likewise.
22305 (TEST_COND_ldbl_128ibm): Likewise.
22306 (TEST_COND_long32): Likewise.
22307 (TEST_COND_long64): Likewise.
22308 (TEST_COND_before_rounding): Likewise.
22309 (TEST_COND_after_rounding): Likewise.
22310 (enable_test): Handle XFAIL_TEST flag.
22311 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22312 with finite results.
22313 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22314 auto-libm-test-out.
22315
acd98a8e
AK
223162013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
22317 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22318
22319 [BZ #16214]
22320 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22321 __tls_get_addr_internal instead of __tls_get_offset in order to
22322 avoid GOT pointer dependency. Make rtld export
22323 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22324 __tls_get_addr since we are a __tls_get_offset platform.
22325 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22326 GOT pointer being set up before.
22327 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22328
3c1c46a6
JM
223292013-11-28 Joseph Myers <joseph@codesourcery.com>
22330
7475aef5
JM
22331 * manual/math.texi (Errors in Math Functions): Document accuracy
22332 goals.
22333
8bca7cd8
JM
22334 [BZ #15004]
22335 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22336 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22337 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22338 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22339 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22340 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22341 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22342 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22343 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22344 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22345 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22346 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22347 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22348 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22349 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22350 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22351
91a1f3fe
JM
22352 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22353 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22354 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22355 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22356 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22357 Likewise.
22358 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22359 Likewise.
22360 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22361 Likewise.
22362 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22363 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22364 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22365 atomic-feupdateenv and flt-rounds.
22366 * sysdeps/powerpc/nofpu/Versions (libc): Add
22367 __atomic_feholdexcept, __atomic_feclearexcept,
22368 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22369 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22370 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22371 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22372 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22373 here.
22374 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22375 Update.
22376
c5df7609
JM
22377 * manual/arith.texi (FP Exceptions): Document that exceptions may
22378 not be raised when matherr is used.
22379 (Math Error Reporting): Document overflow in directed rounding
22380 modes. Document that errno may not be set when finite values are
22381 returned on overflow. Document intent to set errno on underflow
22382 only for underflow to zero.
22383
3c1c46a6
JM
22384 [BZ #16271]
22385 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22386 round-to-nearest then adjust result for other rounding modes.
22387 * include/fenv.h (fegetround): Use libm_hidden_proto.
22388 * math/fegetround.c (fegetround): Use libm_hidden_def.
22389 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22390 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22391 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22392 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22393 Likewise.
22394 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22395 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22396 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22397 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22398
5a4c6d53
SP
223992013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22400
22401 [BZ #16077]
22402 * nss/Versions (libnss_files): Add
22403 _nss_files_gethostbyname3_r.
22404 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22405 New function.
22406 (HOST_DB_LOOKUP): Remove macro.
22407 (_nss_files_gethostbyname_r): Implement function without the
22408 HOST_DB_LOOKUP macro.
22409 (_nss_files_gethostbyname2_r): Likewise.
22410
897b98ba
OB
224112013-11-28 Ondřej Bílka <neleai@seznam.cz>
22412
22413 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22414
6f476861
UB
224152013-11-26 Uros Bizjak <ubizjak@gmail.com>
22416
22417 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22418 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22419 warning.
22420
bd12ab55
AZ
224212013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22422
22423 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22424 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22425 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22426 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22427 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22428 __fe_nomask_env_priv and attribute_hidden.
22429 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22430 (libc_feupdateenv_test_ppc): Likewise.
22431 (libc_feresetround_ppc): Likewise.
22432 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22433 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22434 compat_symbol macro.
22435 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22436 (__fe_nomask_env): Likewise.
22437 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22438
52bb6543
OB
224392013-11-26 Ondřej Bílka <neleai@seznam.cz>
22440
22441 * string/Makefile: Remove ifunc tests.
22442 * string/test-string.h: Define TEST_IFUNC.
22443 * string/test-bcopy-ifunc.c: Remove.
22444 * string/test-bzero-ifunc.c: Likewise.
22445 * string/test-memccpy-ifunc.c: Likewise.
22446 * string/test-memchr-ifunc.c: Likewise.
22447 * string/test-memcmp-ifunc.c: Likewise.
22448 * string/test-memcpy-ifunc.c: Likewise.
22449 * string/test-memmem-ifunc.c: Likewise.
22450 * string/test-memmove-ifunc.c: Likewise.
22451 * string/test-mempcpy-ifunc.c: Likewise.
22452 * string/test-memrchr-ifunc.c: Likewise.
22453 * string/test-memset-ifunc.c: Likewise.
22454 * string/test-rawmemchr-ifunc.c: Likewise.
22455 * string/test-stpcpy-ifunc.c: Likewise.
22456 * string/test-stpncpy-ifunc.c: Likewise.
22457 * string/test-strcasecmp-ifunc.c: Likewise.
22458 * string/test-strcasestr-ifunc.c: Likewise.
22459 * string/test-strcat-ifunc.c: Likewise.
22460 * string/test-strchr-ifunc.c: Likewise.
22461 * string/test-strchrnul-ifunc.c: Likewise.
22462 * string/test-strcmp-ifunc.c: Likewise.
22463 * string/test-strcpy-ifunc.c: Likewise.
22464 * string/test-strcspn-ifunc.c: Likewise.
22465 * string/test-strlen-ifunc.c: Likewise.
22466 * string/test-strncasecmp-ifunc.c: Likewise.
22467 * string/test-strncat-ifunc.c: Likewise.
22468 * string/test-strncmp-ifunc.c: Likewise.
22469 * string/test-strncpy-ifunc.c: Likewise.
22470 * string/test-strnlen-ifunc.c: Likewise.
22471 * string/test-strpbrk-ifunc.c: Likewise.
22472 * string/test-strrchr-ifunc.c: Likewise.
22473 * string/test-strspn-ifunc.c: Likewise.
22474 * string/test-strstr-ifunc.c: Likewise.
22475
ab260039 224762013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
22477
22478 * benchtests/Makefile: Remove ifunc tests.
22479 * benchtests/bench-string.h: Define TEST_IFUNC.
22480 * benchtests/bench-bcopy-ifunc.c: Remove.
22481 * benchtests/bench-bzero-ifunc.c: Likewise.
22482 * benchtests/bench-memccpy-ifunc.c: Likewise.
22483 * benchtests/bench-memchr-ifunc.c: Likewise.
22484 * benchtests/bench-memcmp-ifunc.c: Likewise.
22485 * benchtests/bench-memcpy-ifunc.c: Likewise.
22486 * benchtests/bench-memmem-ifunc.c: Likewise.
22487 * benchtests/bench-memmove-ifunc.c: Likewise.
22488 * benchtests/bench-mempcpy-ifunc.c: Likewise.
22489 * benchtests/bench-memrchr-ifunc.c: Likewise.
22490 * benchtests/bench-memset-ifunc.c: Likewise.
22491 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22492 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22493 * benchtests/bench-stpcpy-ifunc.c: Likewise.
22494 * benchtests/bench-stpncpy-ifunc.c: Likewise.
22495 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22496 * benchtests/bench-strcasestr-ifunc.c: Likewise.
22497 * benchtests/bench-strcat-ifunc.c: Likewise.
22498 * benchtests/bench-strchr-ifunc.c: Likewise.
22499 * benchtests/bench-strchrnul-ifunc.c: Likewise.
22500 * benchtests/bench-strcmp-ifunc.c: Likewise.
22501 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22502 * benchtests/bench-strcpy-ifunc.c: Likewise.
22503 * benchtests/bench-strcspn-ifunc.c: Likewise.
22504 * benchtests/bench-strlen-ifunc.c: Likewise.
22505 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22506 * benchtests/bench-strncat-ifunc.c: Likewise.
22507 * benchtests/bench-strncmp-ifunc.c: Likewise.
22508 * benchtests/bench-strncpy-ifunc.c: Likewise.
22509 * benchtests/bench-strnlen-ifunc.c: Likewise.
22510 * benchtests/bench-strpbrk-ifunc.c: Likewise.
22511 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 22512 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
22513 * benchtests/bench-strspn-ifunc.c: Likewise.
22514 * benchtests/bench-strstr-ifunc.c: Likewise.
22515
225162013-11-26 Ondřej Bílka <neleai@seznam.cz>
22517
ab260039
OB
22518 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22519
d1d9eaf4 225202013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 22521
d1d9eaf4
OB
22522 * resolv/netdb.h: Use __glibc_reserved instead __unused.
22523 * rt/aio.h: Likewise.
22524 * sysdeps/gnu/bits/utmp.h: Likewise.
22525 * sysdeps/gnu/bits/utmpx.h: Likewise.
22526 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22527 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22528 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22529 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22530 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22531 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22532 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22533 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22534 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22535 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22536 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22537 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22538 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22539 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22540 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22541 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22542 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22543 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22544 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22545 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22546 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22547 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22548 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22549 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22550 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22551 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22552 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22553 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22554 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22555 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22556 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22557 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22558 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22559 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22560 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22561 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22562 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22563 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22564 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22565 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22566 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22567 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22568
a7624ed9
CD
225692013-11-25 Carlos O'Donell <carlos@redhat.com>
22570
22571 [BZ #16245]
22572 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22573 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22574
63cfe52b
JM
225752013-11-25 Joseph Myers <joseph@codesourcery.com>
22576
22577 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22578 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22579 Likewise.
22580
41e8926a
AZ
225812013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22582
22583 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22584 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22585 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22586 (__fesetround): Remove define.
22587 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22588 rounding and exceptions handling.
22589 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22590 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22591 (__fe_nomask_env): Likewise.
22592 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22593 __fegetround instead of fegetround.
22594 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22595 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22596
6851bd4d
RM
225972013-11-21 Roland McGrath <roland@hack.frob.com>
22598
070906ff
RM
22599 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22600 it's there.
22601
6851bd4d
RM
22602 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22603
84ae135d
MI
226042013-11-21 Meador Inge <meadori@codesourcery.com>
22605
22606 [BZ #11157]
22607 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22608 (encrypt_r): Likewise.
22609 * malloc/obstack.h (obstack_free): Likewise.
22610 * posix/unistd.h (encrypt): Likewise.
22611
daf75146
GM
226122013-11-21 Guy Martin <gmsoft@tuxicoman.be>
22613
22614 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22615 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22616 DL_CALL_DT_FINI() that call the functions directly.
22617 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22618 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22619 * elf/dl-fini.c: Likewise.
22620
10ad46bc
OB
226212013-11-20 Ondřej Bílka <neleai@seznam.cz>
22622
22623 * malloc/hooks.c (memalign_check): Add alignment rounding.
22624 * malloc/malloc.c (_mid_memalign): New function.
22625 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22626 Implement by calling _mid_memalign.
22627 * manual/probes.texi (Memory Allocation Probes): Remove
22628 memory_valloc_retry and memory_pvalloc_retry.
22629
f3fd2628
SP
226302013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
22631
4712799f
SP
22632 * locale/programs/locarchive.c (open_archive): Add const
22633 qualifier to ARCHIVEFNAME and copy default fname to
22634 DEFAULT_FNAME.
22635
0417b20f
SP
22636 [BZ #15601]
22637 * libio/tst-widetext.input: Rename Oriya to Odia.
22638 * locale/iso-639.def: Likewise.
22639
f3fd2628
SP
22640 * manual/probes.texi (Mathematical Function Probes): Add
22641 documentation for sin, cos, asin and acos probes.
22642 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22643 (__sin32): Add slowasin probe.
22644 (__cos32): Add slowacos probe.
22645 (__mpsin): Add slowsin probe.
22646 (__mpcos): Add slowcos probe.
22647
73c1ce4f
JM
226482013-11-19 Joseph Myers <joseph@codesourcery.com>
22649
22650 [BZ #15483]
22651 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22652 thread-local __sim_exceptions_thread and global
22653 __sim_exceptions_global.
22654 (__sim_disabled_exceptions): Change to thread-local
22655 __sim_disabled_exceptions_thread and global
22656 __sim_disabled_exceptions_global.
22657 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22658 and global __sim_round_mode_global.
22659 (__simulate_exceptions): Use thread-local floating-point state and
22660 set global state from it as needed.
22661 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22662 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22663 __sim_round_mode_thread.
22664 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22665 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22666 and global __sim_exceptions_global.
22667 (__sim_disabled_exceptions): Change to thread-local
22668 __sim_disabled_exceptions_thread and global
22669 __sim_disabled_exceptions_global.
22670 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22671 and global __sim_round_mode_global.
22672 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22673 (SIM_SET_GLOBAL): Likewise.
22674 * sysdeps/powerpc/soft-fp/sfp-machine.h
22675 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22676 __sim_round_mode_thread.
22677 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22678 __sim_disabled_exceptions_thread.
22679 (__sim_exceptions): Change to __sim_exceptions_thread.
22680 (__sim_disabled_exceptions): Change to
22681 __sim_disabled_exceptions_thread.
22682 (__sim_round_mode): Change to __sim_round_mode_thread.
22683 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22684 thread-local floating-point state and set global state from it as
22685 needed.
22686 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22687 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22688 (__sim_disabled_exceptions): Remove extern declaration.
22689 (feenableexcept): Use thread-local floating-point state and set
22690 global state from it as needed.
22691 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22692 extern declaration.
22693 (__sim_disabled_exceptions): Likewise.
22694 (__sim_round_mode): Likewise.
22695 (__fegetenv): Use thread-local floating-point state.
22696 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22697 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22698 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22699 floating-point state and set global state from it as needed.
22700 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22701 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22702 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22703 Likewise.
22704 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22705 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22706 Likewise.
22707 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22708 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22709 Use __sim_round_mode_thread.
22710 * math/test-fenv-tls.c: New file.
22711 * math/Makefile (tests): Add test-fenv-tls.
22712 ($(objpfx)test-fenv-tls): Depend on
22713 $(common-objpfx)nptl/libpthread.so.
22714
b5449b12
AS
227152013-11-19 Andreas Schwab <schwab@suse.de>
22716
22717 * locale/programs/locale.c (show_info): Decode wordarray elements.
22718 * locale/categories.def (LC_MONETARY): Add element for
22719 _NL_MONETARY_CRNCYSTR.
22720 * locale/C-monetary.c (conversion_rate): New variable.
22721 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22722 element.
22723
e186536b
CM
227242013-11-18 Chris Metcalf <cmetcalf@tilera.com>
22725
22726 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22727 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22728
5c349950
PP
227292013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
22730
22731 * elf/Makefile (tst-auxv): New test.
22732 * elf/tst-auxv.c: New
22733 * elf/rtld.c (dl_main): Adjust AT_EXECFN
22734
699df45b
JM
227352013-11-18 Joseph Myers <joseph@codesourcery.com>
22736
22737 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22738 (hidden_proto): Caller changed.
22739 (hidden_tls_proto): New macro.
22740 (libc_hidden_tls_proto): Likewise.
22741 (rtld_hidden_tls_proto): Likewise.
22742 (libm_hidden_tls_proto): Likewise.
22743 (libresolv_hidden_tls_proto): Likewise.
22744 (librt_hidden_tls_proto): Likewise.
22745 (libdl_hidden_tls_proto): Likewise.
22746 (libnss_files_hidden_tls_proto): Likewise.
22747 (libnsl_hidden_tls_proto): Likewise.
22748 (libnss_nisplus_hidden_tls_proto): Likewise.
22749 (libutil_hidden_tls_proto): Likewise.
22750
b7589107
OB
227512013-11-18 Ondřej Bílka <neleai@seznam.cz>
22752
22753 [BZ #10253]
22754 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22755 (decompose_rpath): Defer expansion to fillin_rpath.
22756 (_dl_init_paths): Pass linkmap to fillin_rpath.
22757
250c23bd
RS
227582013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
22759
22760 * benchtests/Makefile: Add strsep.
22761 * benchtests/bench-strsep.c: New file: strsep benchtest.
22762 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22763
a7931fcf
AS
227642013-11-18 Andreas Schwab <schwab@suse.de>
22765
22766 * locale/programs/locale.c (show_info) [case byte]: Check for
22767 '\377' instead of '\177'.
22768 * locale/C-monetary.c (not_available): Always use "\377".
22769 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22770 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
22771 detect unavailable sign_posn locale elements.
22772 * locale/localeconv.c (__localeconv): For grouping and
22773 mon_grouping handle "\177" and "\377" like no grouping.
22774 (INT_ELEM): New macro. Use it to set all numeric members.
22775 * locale/programs/ld-monetary.c (monetary_read)
22776 <tok_mon_grouping>: Normalize single -1 to the empty string.
22777 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22778 Likewise.
22779
728dab0e
OB
227802013-11-07 Ondřej Bílka <neleai@seznam.cz>
22781
22782 [BZ #16055]
22783 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22784 when we match (nil).
22785 * stdio-common/tst-sscanf.c (struct test): Add testcase.
22786
66294491
JM
227872013-11-16 Joseph Myers <joseph@codesourcery.com>
22788
ce665817
JM
22789 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22790 (NO_TEST_INLINE): Update value.
22791 (ERRNO_UNCHANGED): Likewise.
22792 (ERRNO_EDOM): Likewise.
22793 (ERRNO_ERANGE): Likewise.
22794 (IGNORE_RESULT): Likewise.
22795 (check_float_internal): Check signs of NaN results if
22796 TEST_NAN_SIGN used.
22797 (check_complex): Pass TEST_NAN_SIGN flag through to second
22798 check_float_internal call.
22799 (copysign_test_data): Add tests with quiet NaNs as second
22800 argument. Use TEST_NAN_SIGN.
22801 (fabs_test_data): Add test of negative quiet NaN argument. Use
22802 TEST_NAN_SIGN.
22803 (signbit_test_data): Add tests of quiet NaN argument.
22804 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22805
ee1466a9
JM
22806 * math/gen-libm-test.pl (show_exceptions): Take extra argument
22807 $ignore_result.
22808 (parse_args): Handle function results specified as IGNORE.
22809 * math/libm-test.inc (IGNORE_RESULT): New macro.
22810 (check_float_internal): Do not check numerical result if flag
22811 IGNORE_RESULT set.
22812 (check_complex): Pass through IGNORE_RESULT to second
22813 check_float_internal call.
22814 (check_int): Do not check numerical result if flag IGNORE_RESULT
22815 set.
22816 (check_long): Likewise.
22817 (check_bool): Likewise.
22818 (check_longlong): Likewise.
22819 (lrint_test_data): Add tests of infinite and NaN arguments.
22820 (lrint_tonearest_test_data): Likewise.
22821 (lrint_towardzero_test_data): Likewise.
22822 (lrint_downward_test_data): Likewise.
22823 (lrint_upward_test_data): Likewise.
22824 (llrint_test_data): Likewise.
22825 (llrint_tonearest_test_data): Likewise.
22826 (llrint_towardzero_test_data): Likewise.
22827 (llrint_downward_test_data): Likewise.
22828 (llrint_upward_test_data): Likewise.
22829 (lround_test_data): Likewise.
22830 (llround_test_data): Likewise.
22831
14407b7e
JM
22832 * math/libm-test.inc (NO_TEST_INLINE): New macro.
22833 (ERRNO_UNCHANGED): Update value.
22834 (ERRNO_EDOM): Likewise.
22835 (ERRNO_ERANGE): Likewise.
22836 (NO_TEST_INLINE_FLOAT): New macro.
22837 (NO_TEST_INLINE_DOUBLE): Likewise.
22838 (enable_test): New function.
22839 (RUN_TEST_f_f): Check enable_test before running test.
22840 (RUN_TEST_2_f): Likewise.
22841 (RUN_TEST_fff_f): Likewise.
22842 (RUN_TEST_c_f): Likewise.
22843 (RUN_TEST_f_f1): Likewise.
22844 (RUN_TEST_fF_f1): Likewise.
22845 (RUN_TEST_fI_f1): Likewise.
22846 (RUN_TEST_ffI_f1): Likewise.
22847 (RUN_TEST_c_c): Likewise.
22848 (RUN_TEST_cc_c): Likewise.
22849 (RUN_TEST_f_i): Likewise.
22850 (RUN_TEST_f_i_tg): Likewise.
22851 (RUN_TEST_ff_i_tg): Likewise.
22852 (RUN_TEST_f_b): Likewise.
22853 (RUN_TEST_f_b_tg): Likewise.
22854 (RUN_TEST_f_l): Likewise.
22855 (RUN_TEST_f_L): Likewise.
22856 (RUN_TEST_fFF_11): Likewise.
22857 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22858 conditionals.
22859 (cosh_test_data): Likewise.
22860 (exp_test_data): Likewise.
22861 (expm1_test_data): Likewise.
22862 (hypot_test_data): Likewise.
22863 (pow_test_data): Likewise.
22864 (sinh_test_data): Likewise.
22865 (tanh_test_data): Likewise.
22866 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22867 flags argument.
22868
ca07f197
JM
22869 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22870 tests with quiet NaN input and output.
22871 (acosh_test_data): Likewise.
22872 (asin_test_data): Likewise.
22873 (asinh_test_data): Likewise.
22874 (atan_test_data): Likewise.
22875 (atanh_test_data): Likewise.
22876 (atan2_test_data): Likewise.
22877 (cbrt_test_data): Likewise.
22878 (cos_test_data): Likewise.
22879 (cosh_test_data): Likewise.
22880 (erf_test_data): Likewise.
22881 (erfc_test_data): Likewise.
22882 (exp_test_data): Likewise.
22883 (exp10_test_data): Likewise.
22884 (exp2_test_data): Likewise.
22885 (expm1_test_data): Likewise.
22886 (hypot_test_data): Likewise.
22887 (j0_test_data): Likewise.
22888 (j1_test_data): Likewise.
22889 (jn_test_data): Likewise.
22890 (lgamma_test_data): Likewise.
22891 (log_test_data): Likewise.
22892 (log10_test_data): Likewise.
22893 (log1p_test_data): Likewise.
22894 (log2_test_data): Likewise.
22895 (pow_test_data): Likewise.
22896 (scalb_test_data): Likewise.
22897 (sin_test_data): Likewise.
22898 (sincos_test_data): Likewise.
22899 (sinh_test_data): Likewise.
22900 (tan_test_data): Likewise.
22901 (tanh_test_data): Likewise.
22902 (tgamma_test_data): Likewise.
22903 (y0_test_data): Likewise.
22904 (y1_test_data): Likewise.
22905 (yn_test_data): Likewise.
22906
66294491
JM
22907 [BZ #16167]
22908 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22909 argument being NaN and avoid computations with second argument in
22910 that case.
22911 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22912 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22913 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22914
1820b143
CL
229152013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
22916
22917 * locale/iso-639.def: Add Chitwani Tharu (the).
22918
714bd261
AS
229192013-11-14 Andreas Schwab <schwab@suse.de>
22920
22921 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22922 word instead of empty string.
22923
7ab44563
AZ
229242013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22925
22926 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22927 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22928 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22929 (__fe_nomask_env): Likewise.
22930
e8470ea2
SE
229312013-11-13 Steve Ellcey <sellcey@mips.com>
22932
22933 * benchtests/bench-timing.h: Include time.h.
22934
17c1d9f0
L
229352013-11-13 H.J. Lu <hongjiu.lu@intel.com>
22936
22937 [BZ #15997]
22938 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22939 to 3.4.0 for x32.
22940 * sysdeps/unix/sysv/linux/configure: Regenerated.
22941
9310c284
JM
229422013-11-13 Joseph Myers <joseph@codesourcery.com>
22943
22944 [BZ #16151]
22945 * stdlib/strtod_l.c (round_and_return): Do not consider
22946 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22947 exponent one less than half the least subnormal exponent.
22948 * stdlib/test-strtod-round-data: Add more tests.
22949 * stdlib/tst-strtod-round.c (tests): Regenerated.
22950
7a2ad8cf
AZ
229512013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22952
22953 [BZ #14143]
22954 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22955 (__fe_mask_env): Likewise.
22956 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22957 libm_hidden_proto and add function prototype.
22958 (__fe_mask_env): Add function prototype.
22959 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22960 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22961 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22962 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22963 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22964 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22965
50727aa7
MS
229662013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
22967
b2f386c1 22968 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
22969 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22970
a615be46
MS
229712013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
22972
22973 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22974 of htab_find_slot().
22975
7ddace62
DM
229762013-11-11 David S. Miller <davem@davemloft.net>
22977
22978 [BZ #16150]
22979 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22980 symbol in the non-vis3 case in static builds.
22981 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22982 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22983 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22984 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22985
9182aa67
JK
229862013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22987
22988 [BZ #387]
22989 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22990 it is empty.
22991
450a2e2d
AZ
229922013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22993
b2f386c1
SP
22994 * benchtests/Makefile: Add bench-strtod.
22995 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 22996
8ec3f656
AS
229972013-11-11 Andreas Schwab <schwab@suse.de>
22998
22999 [BZ #16153]
23000 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23001 terminating NUL in key length.
23002
76a9b998
AZ
230032013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23004
23005 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23006 Add artificial ODP entry for vDSO symbol for PPC64.
23007 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23008 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23009
e4368156
OB
230102013-11-07 Ondřej Bílka <neleai@seznam.cz>
23011
23012 [BZ #15374]
23013 * nss/getent.c (services_keys): Recognize services starting with digit.
23014
8d6bb57c
DM
230152013-11-06 David S. Miller <davem@davemloft.net>
23016
23017 [BZ #15985]
23018 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23019 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23020
e256c421
WN
230212013-11-06 Will Newton <will.newton@linaro.org>
23022
23023 * manual/memory.texi (Malloc Examples): Remove register
23024 keyword from examples.
23025
f6e12daa 230262013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 23027
f6e12daa 23028 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 23029
9d880655
AS
230302013-11-04 Joseph Myers <joseph@codesourcery.com>
23031
fd2f9486 23032 [BZ #6981]
9d880655
AS
23033 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23034 depending on [__GCC_IEC_559 > 0].
23035 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23036 depending on [__GCC_IEC_559_COMPLEX > 0].
23037
ae129d3c
CL
230382013-11-03 Chris Leonard <cjl@sugarlabs.org>
23039
23040 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23041 to iso-639.def.
23042
4a15c2a4 230432013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
23044
23045 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23046
8b35e35d
OB
230472013-11-01 Ondřej Bílka <neleai@seznam.cz>
23048
23049 [BZ #16112]
23050 * malloc/malloc (malloc_info): Do not handle first bin as
23051 special case.
23052
1d70fd6c
CL
230532013-11-01 Chris Leonard <cjl@sugarlabs.org>
23054
23055 * locale/iso-639.def: Add Central Nahuatl (nhn).
23056
8c5c2600
BH
230572013-11-01 Bruno Haible <bruno@clisp.org>
23058
23059 [BZ #7003]
23060 * manual/math.texi (BSD Random): Specify range upper bound as
23061 in POSIX.
23062
da5579c2
CL
230632013-10-31 Chris Leonard <cjl@sugarlabs.org>
23064
23065 * locale/iso-639.def: Add Meadow Mari (mhr).
23066
5d30d853
OB
230672013-10-31 Ondřej Bílka <neleai@seznam.cz>
23068
23069 [BZ #14752], [BZ #15763]
23070 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23071 Validate name.
23072 * rt/tst_shm.c: Add test for escaping directory.
23073
a4966c61
AS
230742013-10-31 Andreas Schwab <schwab@suse.de>
23075
8a43e768 23076 [BZ #15917]
a4966c61
AS
23077 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23078 followed by 'x' as part of digit sequence.
23079 * stdio-common/tst-sscanf.c (double_tests2): New tests.
23080
28d708c4
MAP
230812013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23082
23083 [BZ #16037]
23084 * configure.ac: allow GNU Make 4.0 and greater.
23085 * configure: Regenerated.
23086
a56ee40b
WN
230872013-10-30 Will Newton <will.newton@linaro.org>
23088
23089 [BZ #16038]
23090 * malloc/hooks.c (memalign_check): Limit alignment to the
23091 maximum representable power of two.
23092 * malloc/malloc.c (__libc_memalign): Likewise.
23093 * malloc/tst-memalign.c (do_test): Add test for very
23094 large alignment values.
23095 * malloc/tst-posix_memalign.c (do_test): Likewise.
23096
c6e4925d
OB
230972013-10-30 Ondřej Bílka <neleai@seznam.cz>
23098
23099 [BZ #11087]
23100 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23101 (munmap_chunk): Likewise.
23102 (mremap_chunk): Likewise.
23103
231042013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 23105
8a43e768 23106 [BZ #15799]
bbea82f7
OB
23107 * stdlib/div.c (div): Remove obsolete code.
23108 * stdlib/ldiv.c (ldiv): Likewise.
23109 * stdlib/lldiv.c (lldiv): Likewise.
23110
977f4b31
SP
231112013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
23112
23113 [BZ #16071]
23114 * nss/nss_files/files-XXX.c (get_contents_ret): New
23115 enumerator.
23116 (get_contents): New function.
23117 (internal_getent): Use it. Expand size of LINEBUFLEN.
23118
cb8a6dbd
MF
231192013-10-30 Mike Frysinger <vapier@gentoo.org>
23120
23121 * configure.in: Moved to ...
23122 * configure.ac: ... here. Change reference to configure.in
23123 to configure.ac.
23124 * sysdeps/arm/preconfigure.ac: ... here.
23125 configure.in to configure.ac.
23126 * sysdeps/gnu/configure.in: Moved to ...
23127 * sysdeps/gnu/configure.ac: ... here.
23128 * sysdeps/i386/configure.in: Moved to ...
23129 * sysdeps/i386/configure.ac: ... here.
23130 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23131 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23132 * sysdeps/mach/configure.in: Moved to ...
23133 * sysdeps/mach/configure.ac: ... here.
23134 * sysdeps/mach/hurd/configure.in: Moved to ...
23135 * sysdeps/mach/hurd/configure.ac: ... here.
23136 * sysdeps/powerpc/configure.in: Moved to ...
23137 * sysdeps/powerpc/configure.ac: ... here.
23138 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23139 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23140 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23141 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23142 * sysdeps/s390/s390-32/configure.in: Moved to ...
23143 * sysdeps/s390/s390-32/configure.ac: ... here.
23144 * sysdeps/s390/s390-64/configure.in: Moved to ...
23145 * sysdeps/s390/s390-64/configure.ac: ... here.
23146 * sysdeps/sh/configure.in: Moved to ...
23147 * sysdeps/sh/configure.ac: ... here.
23148 * sysdeps/sparc/configure.in: Moved to ...
23149 * sysdeps/sparc/configure.ac: ... here.
23150 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23151 * sysdeps/unix/sysv/linux/configure.ac: ... here.
23152 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23153 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23154 * sysdeps/x86_64/configure.in: Moved to ...
23155 * sysdeps/x86_64/configure.ac: ... here.
23156 * sysdeps/x86_64/preconfigure.in: Moved to ...
23157 * sysdeps/x86_64/preconfigure.ac: ... here.
23158 * aclocal.m4: Change reference to configure.in to configure.ac.
23159 * config.h.in: Likewise.
23160 * manual/install.texi: Likewise.
23161 * manual/maint.texi: Likewise.
23162 * Makefile: Likewise.
23163 * malloc/Makefile: Likewise.
23164 * nscd/Makefile: Likewise.
23165 * Makeconfig: Change reference to configure.in and
23166 preconfigure.in to configure.ac and preconfigure.ac
23167 respectively.
23168 * INSTALL: Regenerated.
23169 * configure: Likewise.
23170 * sysdeps/gnu/configure: Likewise.
23171 * sysdeps/i386/configure: Likewise.
23172 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23173 * sysdeps/mach/configure: Likewise.
23174 * sysdeps/mach/hurd/configure: Likewise.
23175 * sysdeps/powerpc/configure: Likewise.
23176 * sysdeps/powerpc/powerpc32/configure: Likewise.
23177 * sysdeps/powerpc/powerpc64/configure: Likewise.
23178 * sysdeps/s390/s390-32/configure: Likewise.
23179 * sysdeps/s390/s390-64/configure: Likewise.
23180 * sysdeps/sh/configure: Likewise.
23181 * sysdeps/sparc/configure: Likewise.
23182 * sysdeps/unix/sysv/linux/configure: Likewise.
23183 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23184 * sysdeps/x86_64/configure: Likewise.
23185 * sysdeps/x86_64/preconfigure: Likewise.
23186
36a4953a
AS
231872013-10-29 Andreas Schwab <schwab@suse.de>
23188
23189 * stdio-common/Makefile (tst-swscanf-ENV): Define.
23190
c79a1204
SP
231912013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
23192
dfa1b402
SP
23193 * benchtests/pow-inputs: Add new inputs.
23194
54f73d9c
SP
23195 * benchtests/exp-inputs: Add new inputs.
23196
c79a1204
SP
23197 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23198 conditional check for return value.
23199 (__cos32): Likewise.
23200
67beb545 232012013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
23202
23203 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23204 to provide a boost for large inputs with word alignment.
23205 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23206 implementation based on optimized PPC64 strcpy.
23207 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23208 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23209 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23210 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23211
151659f6
OB
232122013-10-25 Ondřej Bílka <neleai@seznam.cz>
23213
482a077e 23214 [BZ #2801]
151659f6
OB
23215 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23216
10b0f26b
OB
232172013-10-25 Ondřej Bílka <neleai@seznam.cz>
23218
23219 [BZ #14876]
23220 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23221 * time/tst-strptime.c (day_tests): Add testcase.
23222
ca42d35e
OB
232232013-10-25 Ondřej Bílka <neleai@seznam.cz>
23224
482a077e 23225 [BZ #14029]
ca42d35e
OB
23226 * manual/pattern.texi: Acknowledge that fnmatch can fail.
23227
52e6d801
FB
232282013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
23229
23230 [BZ #16074]
23231 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23232 MAP_FAILED on error.
23233
7cbcdb36
SP
232342013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
23235
23236 [BZ #16072]
23237 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23238 heap for large requests.
23239
894f3f10
AM
232402013-10-25 Aurelien Jarno <aurelien@aurel32.net>
23241
23242 [BZ #9954]
23243 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23244 result if the result has no associated interface.
23245 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23246 interface for all 127.X.Y.Z addresses.
23247
b85545a6
CL
232482013-10-24 Chris Leonard <cjl@sugarlabs.org>
23249
23250 * locale/iso-639.def: Add Ligurian (lij)
23251
d1f23d46
OB
232522013-10-21 Ondřej Bílka <neleai@seznam.cz>
23253
23254 [BZ #15825]
23255 * sunrpc/rpc_main.c: Document rpcgen -5.
23256
4db5b08f
MS
232572013-10-19 Michael Stahl <mstahl@redhat.com>
23258
23259 * elf/rtld.c (do_preload): Print the reason why preloading failed.
23260
a471e96a
OB
232612013-10-19 Ondřej Bílka <neleai@seznam.cz>
23262
d1f23d46 23263 [BZ #10278]
a471e96a
OB
23264 * posix/glob.c: Match only directories when trailing slash is present.
23265 * posix/tst-gnuglob.c (my_opendir): Do not open files.
23266 (main): Add testcase.
23267
45c30c61
OB
232682013-10-19 Ondřej Bílka <neleai@seznam.cz>
23269
23270 [BZ #15670]
23271 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23272
484c12fb
CD
232732013-10-18 Carlos O'Donell <carlos@redhat.com>
23274
3d7dc513
CD
23275 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23276 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23277 AUTH_DES and cindex for FIPS 140-2.
23278 (DES Encryption): Add cindex FIPS 46-3.
23279
484c12fb
CD
23280 * locale/locarchive.h (struct locarhandle): Add fname.
23281 * locale/programs/localedef.c (main): Pass ARGV[remaining]
23282 if an optional argument was specified to --list-archive,
23283 otherwise NULL.
23284 * locale/programs/locarchive.c (show_archive_content): Take new
23285 argument fname and pass it via ah.fname to open_archive.
23286 * locale/programs/localedef.h: Update decl.
23287 (open_archive): If AH->fname is non-null, open that file
23288 rather than the default file name, and don't ignore ENOENT.
23289 (create_archive): Set AH.fname to NULL.
23290 (delete_locales_from_archive): Likewise.
23291 (add_locales_to_archive): Likewise.
23292 * locale/programs/locfile.c (write_all_categories): Likewise.
23293
3c8325fb
JM
232942013-10-18 Joseph Myers <joseph@codesourcery.com>
23295 Aldy Hernandez <aldyh@redhat.com>
23296
23297 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23298 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23299 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23300 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23301 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23302 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23303 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23304 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23305 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23306 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23307 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23308 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23309 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23310 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23311 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23312 Likewise.
23313 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23314 Likewise.
23315 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23316 Likewise.
23317 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23318 Likewise.
23319 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23320 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23321 Likewise.
23322 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23323 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23324 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23325 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23326 Likewise.
23327 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23328 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23329 * sysdeps/powerpc/preconfigure: Likewise.
23330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23331 Likewise.
23332 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23333 Replace contents of file by #include of <fenv_libc.h>.
23334 * sysdeps/powerpc/soft-fp/sfp-machine.h
23335 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23336 and <sys/prctl.h>.
23337 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23338 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23339 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23340 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23341 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23342 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23343 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23344 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23345 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23346 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23347 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23348 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23349 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23350 Allow copysignl PLT reference to be missing.
23351
5abe0682
RS
233522013-10-18 Richard Sandiford <richard@codesourcery.com>
23353 Joseph Myers <joseph@codesourcery.com
23354
23355 [BZ #15948]
23356 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23357 single character.
23358 (add_to_tablewc): Assert sequence of wide characters is nonempty.
23359
c7738d08
SP
233602013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
23361
23362 * elf/tst-tls-dlinfo.c: Don't include tls.h.
23363 * elf/tst-tls1.c: Likewise.
23364 * elf/tst-tls10.h: Likewise.
23365 * elf/tst-tls14.c: Likewise.
23366 * elf/tst-tls2.c: Likewise.
23367 * elf/tst-tls3.c: Likewise.
23368 * elf/tst-tls4.c: Likewise.
23369 * elf/tst-tls5.c: Likewise.
23370 * elf/tst-tls6.c: Likewise.
23371 * elf/tst-tls7.c: Likewise.
23372 * elf/tst-tls8.c: Likewise.
23373 * elf/tst-tls9.c: Likewise.
23374 * elf/tst-tlsmod1.c: Likewise.
23375 * elf/tst-tlsmod13.c: Likewise.
23376 * elf/tst-tlsmod13a.c: Likewise.
23377 * elf/tst-tlsmod14a.c: Likewise.
23378 * elf/tst-tlsmod16a.c: Likewise.
23379 * elf/tst-tlsmod16b.c: Likewise.
23380 * elf/tst-tlsmod2.c: Likewise.
23381 * elf/tst-tlsmod3.c: Likewise.
23382 * elf/tst-tlsmod4.c: Likewise.
23383 * elf/tst-tlsmod5.c: Likewise.
23384 * elf/tst-tlsmod6.c: Likewise.
23385
0bfcf2c7
OB
233862013-10-18 Ondřej Bílka <neleai@seznam.cz>
23387
23388 [BZ #12486]
23389 * malloc/malloc.c: remove checks for statistics.
23390
264aad1e
OB
233912013-10-17 Ondřej Bílka <neleai@seznam.cz>
23392
23393 [BZ #15277]
23394 * inet/inet_net.c (inet_network): Detect additional invalid strings.
23395 * inet/tst-network.c: Add testcase.
23396
b957ced8
AS
233972013-10-17 Andreas Schwab <schwab@suse.de>
23398
23399 [BZ #15218]
23400 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23401 to determine canonical name.
23402
c5d5d574
OB
234032013-10-17 Ondřej Bílka <neleai@seznam.cz>
23404
23405 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23406 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23407 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23408 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23409 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23410 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23411 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23412 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23413 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23414 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23415 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23416 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23417 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23418 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23419 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23420 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23421 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23422 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23423 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23424 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23425 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23426 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23427 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23428 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23429 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23430 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23431 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23432 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23433 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23434 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23435 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23436 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23437 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23438 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23439 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23440 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23441 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23442 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23443 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23444 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23445 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23446 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23447 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23448 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23449 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23450 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23451 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23452 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23453 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23454 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23455 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23456 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23457 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23458 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23459 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23460 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23461 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23462 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23463
e5c2c2d0
JM
234642013-10-17 Joseph Myers <joseph@codesourcery.com>
23465
23466 [BZ #16041]
23467 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23468 make result into a quiet NaN.
23469
51ca9e29
JM
234702013-10-16 Joseph Myers <joseph@codesourcery.com>
23471
23472 * soft-fp/adddf3.c: Fix horizontal whitespace.
23473 * soft-fp/addsf3.c: Likewise.
23474 * soft-fp/addtf3.c: Likewise.
23475 * soft-fp/divdf3.c: Likewise.
23476 * soft-fp/divsf3.c: Likewise.
23477 * soft-fp/divtf3.c: Likewise.
23478 * soft-fp/double.h: Likewise.
23479 * soft-fp/eqdf2.c: Likewise.
23480 * soft-fp/eqsf2.c: Likewise.
23481 * soft-fp/eqtf2.c: Likewise.
23482 * soft-fp/extenddftf2.c: Likewise.
23483 * soft-fp/extended.h: Likewise.
23484 * soft-fp/extendsfdf2.c: Likewise.
23485 * soft-fp/extendsftf2.c: Likewise.
23486 * soft-fp/extendxftf2.c: Likewise.
23487 * soft-fp/fixdfdi.c: Likewise.
23488 * soft-fp/fixdfsi.c: Likewise.
23489 * soft-fp/fixdfti.c: Likewise.
23490 * soft-fp/fixsfdi.c: Likewise.
23491 * soft-fp/fixsfsi.c: Likewise.
23492 * soft-fp/fixsfti.c: Likewise.
23493 * soft-fp/fixtfdi.c: Likewise.
23494 * soft-fp/fixtfsi.c: Likewise.
23495 * soft-fp/fixtfti.c: Likewise.
23496 * soft-fp/fixunsdfdi.c: Likewise.
23497 * soft-fp/fixunsdfsi.c: Likewise.
23498 * soft-fp/fixunsdfti.c: Likewise.
23499 * soft-fp/fixunssfdi.c: Likewise.
23500 * soft-fp/fixunssfsi.c: Likewise.
23501 * soft-fp/fixunssfti.c: Likewise.
23502 * soft-fp/fixunstfdi.c: Likewise.
23503 * soft-fp/fixunstfsi.c: Likewise.
23504 * soft-fp/fixunstfti.c: Likewise.
23505 * soft-fp/floatdidf.c: Likewise.
23506 * soft-fp/floatdisf.c: Likewise.
23507 * soft-fp/floatditf.c: Likewise.
23508 * soft-fp/floatsidf.c: Likewise.
23509 * soft-fp/floatsisf.c: Likewise.
23510 * soft-fp/floatsitf.c: Likewise.
23511 * soft-fp/floattidf.c: Likewise.
23512 * soft-fp/floattisf.c: Likewise.
23513 * soft-fp/floattitf.c: Likewise.
23514 * soft-fp/floatundidf.c: Likewise.
23515 * soft-fp/floatundisf.c: Likewise.
23516 * soft-fp/floatunditf.c: Likewise.
23517 * soft-fp/floatunsidf.c: Likewise.
23518 * soft-fp/floatunsisf.c: Likewise.
23519 * soft-fp/floatunsitf.c: Likewise.
23520 * soft-fp/floatuntidf.c: Likewise.
23521 * soft-fp/floatuntisf.c: Likewise.
23522 * soft-fp/floatuntitf.c: Likewise.
23523 * soft-fp/fmadf4.c: Likewise.
23524 * soft-fp/fmasf4.c: Likewise.
23525 * soft-fp/fmatf4.c: Likewise.
23526 * soft-fp/gedf2.c: Likewise.
23527 * soft-fp/gesf2.c: Likewise.
23528 * soft-fp/getf2.c: Likewise.
23529 * soft-fp/ledf2.c: Likewise.
23530 * soft-fp/lesf2.c: Likewise.
23531 * soft-fp/letf2.c: Likewise.
23532 * soft-fp/muldf3.c: Likewise.
23533 * soft-fp/mulsf3.c: Likewise.
23534 * soft-fp/multf3.c: Likewise.
23535 * soft-fp/negdf2.c: Likewise.
23536 * soft-fp/negsf2.c: Likewise.
23537 * soft-fp/negtf2.c: Likewise.
23538 * soft-fp/op-1.h: Likewise.
23539 * soft-fp/op-2.h: Likewise.
23540 * soft-fp/op-4.h: Likewise.
23541 * soft-fp/op-8.h: Likewise.
23542 * soft-fp/op-common.h: Likewise.
23543 * soft-fp/quad.h: Likewise.
23544 * soft-fp/single.h: Likewise.
23545 * soft-fp/soft-fp.h: Likewise.
23546 * soft-fp/sqrtdf2.c: Likewise.
23547 * soft-fp/sqrtsf2.c: Likewise.
23548 * soft-fp/sqrttf2.c: Likewise.
23549 * soft-fp/subdf3.c: Likewise.
23550 * soft-fp/subsf3.c: Likewise.
23551 * soft-fp/subtf3.c: Likewise.
23552 * soft-fp/truncdfsf2.c: Likewise.
23553 * soft-fp/trunctfdf2.c: Likewise.
23554 * soft-fp/trunctfsf2.c: Likewise.
23555 * soft-fp/trunctfxf2.c: Likewise.
23556 * soft-fp/unorddf2.c: Likewise.
23557 * soft-fp/unordsf2.c: Likewise.
23558 * soft-fp/unordtf2.c: Likewise.
23559
9ebb0332
JM
235602013-10-15 Joseph Myers <joseph@codesourcery.com>
23561
23562 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23563 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23564
4b1a6d8b
OB
235652013-10-15 Ondřej Bílka <neleai@seznam.cz>
23566
23567 * elf/dl-libc.c: Clear initfini list after freeing.
23568
1e145589
JM
235692013-10-14 Joseph Myers <joseph@codesourcery.com>
23570
23571 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23572 * soft-fp/addsf3.c: Likewise.
23573 * soft-fp/addtf3.c: Likewise.
23574 * soft-fp/divdf3.c: Likewise.
23575 * soft-fp/divsf3.c: Likewise.
23576 * soft-fp/divtf3.c: Likewise.
23577 * soft-fp/double.h: Likewise.
23578 * soft-fp/eqdf2.c: Likewise.
23579 * soft-fp/eqsf2.c: Likewise.
23580 * soft-fp/eqtf2.c: Likewise.
23581 * soft-fp/extenddftf2.c: Likewise.
23582 * soft-fp/extended.h: Likewise.
23583 * soft-fp/extendsfdf2.c: Likewise.
23584 * soft-fp/extendsftf2.c: Likewise.
23585 * soft-fp/extendxftf2.c: Likewise.
23586 * soft-fp/fixdfdi.c: Likewise.
23587 * soft-fp/fixdfsi.c: Likewise.
23588 * soft-fp/fixdfti.c: Likewise.
23589 * soft-fp/fixsfdi.c: Likewise.
23590 * soft-fp/fixsfsi.c: Likewise.
23591 * soft-fp/fixsfti.c: Likewise.
23592 * soft-fp/fixtfdi.c: Likewise.
23593 * soft-fp/fixtfsi.c: Likewise.
23594 * soft-fp/fixtfti.c: Likewise.
23595 * soft-fp/fixunsdfdi.c: Likewise.
23596 * soft-fp/fixunsdfsi.c: Likewise.
23597 * soft-fp/fixunsdfti.c: Likewise.
23598 * soft-fp/fixunssfdi.c: Likewise.
23599 * soft-fp/fixunssfsi.c: Likewise.
23600 * soft-fp/fixunssfti.c: Likewise.
23601 * soft-fp/fixunstfdi.c: Likewise.
23602 * soft-fp/fixunstfsi.c: Likewise.
23603 * soft-fp/fixunstfti.c: Likewise.
23604 * soft-fp/floatdidf.c: Likewise.
23605 * soft-fp/floatdisf.c: Likewise.
23606 * soft-fp/floatditf.c: Likewise.
23607 * soft-fp/floatsidf.c: Likewise.
23608 * soft-fp/floatsisf.c: Likewise.
23609 * soft-fp/floatsitf.c: Likewise.
23610 * soft-fp/floattidf.c: Likewise.
23611 * soft-fp/floattisf.c: Likewise.
23612 * soft-fp/floattitf.c: Likewise.
23613 * soft-fp/floatundidf.c: Likewise.
23614 * soft-fp/floatundisf.c: Likewise.
23615 * soft-fp/floatunsidf.c: Likewise.
23616 * soft-fp/floatunsisf.c: Likewise.
23617 * soft-fp/floatuntidf.c: Likewise.
23618 * soft-fp/floatuntisf.c: Likewise.
23619 * soft-fp/floatuntitf.c: Likewise.
23620 * soft-fp/fmadf4.c: Likewise.
23621 * soft-fp/fmasf4.c: Likewise.
23622 * soft-fp/fmatf4.c: Likewise.
23623 * soft-fp/gedf2.c: Likewise.
23624 * soft-fp/gesf2.c: Likewise.
23625 * soft-fp/getf2.c: Likewise.
23626 * soft-fp/ledf2.c: Likewise.
23627 * soft-fp/lesf2.c: Likewise.
23628 * soft-fp/letf2.c: Likewise.
23629 * soft-fp/muldf3.c: Likewise.
23630 * soft-fp/mulsf3.c: Likewise.
23631 * soft-fp/multf3.c: Likewise.
23632 * soft-fp/negdf2.c: Likewise.
23633 * soft-fp/negsf2.c: Likewise.
23634 * soft-fp/negtf2.c: Likewise.
23635 * soft-fp/op-1.h: Likewise.
23636 * soft-fp/op-2.h: Likewise.
23637 * soft-fp/op-4.h: Likewise.
23638 * soft-fp/op-8.h: Likewise.
23639 * soft-fp/op-common.h: Likewise.
23640 * soft-fp/quad.h: Likewise.
23641 * soft-fp/single.h: Likewise.
23642 * soft-fp/soft-fp.h: Likewise.
23643 * soft-fp/sqrtdf2.c: Likewise.
23644 * soft-fp/sqrtsf2.c: Likewise.
23645 * soft-fp/sqrttf2.c: Likewise.
23646 * soft-fp/subdf3.c: Likewise.
23647 * soft-fp/subsf3.c: Likewise.
23648 * soft-fp/subtf3.c: Likewise.
23649 * soft-fp/truncdfsf2.c: Likewise.
23650 * soft-fp/trunctfdf2.c: Likewise.
23651 * soft-fp/trunctfsf2.c: Likewise.
23652 * soft-fp/trunctfxf2.c: Likewise.
23653 * soft-fp/unorddf2.c: Likewise.
23654 * soft-fp/unordsf2.c: Likewise.
23655 * soft-fp/unordtf2.c: Likewise.
23656
17c48a60
OB
236572013-10-14 Ondřej Bílka <neleai@seznam.cz>
23658
23659 [BZ #15672]
23660 * misc/error.c (error_tail): Fix possible buffer overflow.
23661
cabba934
OB
236622013-10-14 Aurelien Jarno <aurelien@aurel32.net>
23663
23664 [BZ #13028]
23665 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23666 address.
23667
94bf958a
PM
236682013-10-14 P. J. McDermott <pj@pehjota.net>
23669
23670 [BZ #832]
23671 * elf/ldd.bash.in (try_trace): New function. Delete previous code
23672 testing pipefail option.
23673
71b4dea7
JM
236742013-10-12 Joseph Myers <joseph@codesourcery.com>
23675
23676 * soft-fp/double.h: Indent preprocessor directives inside #if.
23677 * soft-fp/extended.h: Likewise.
23678 * soft-fp/op-2.h: Likewise.
23679 * soft-fp/op-4.h: Likewise.
23680 * soft-fp/op-common.h: Likewise.
23681 * soft-fp/quad.h: Likewise.
23682 * soft-fp/single.h: Likewise.
23683 * soft-fp/soft-fp.h: Likewise.
23684
55602758
YC
236852013-10-12 Yuri Chornoivan <yurchor@ukr.net>
23686
23687 * iconv/iconv_prog.c: Fix typos.
23688 * stdio-common/psiginfo-data.h: Likewise.
23689
9cd83302
RT
236902013-10-12 Reuben Thomas <rrt@sc3d.org>
23691
23692 [BZ #15764]
23693 * locale/setlocale.c: Fix typo.
23694
99fd9f47
JM
236952013-10-12 Joseph Myers <joseph@codesourcery.com>
23696
b7ea74f0
JM
23697 [BZ #16036]
23698 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23699 signaling NaN arguments.
23700 * soft-fp/unordsf2.c (__unordsf2): Likewise.
23701 * soft-fp/unordtf2.c (__unordtf2): Likewise.
23702
8a509447
JM
23703 [BZ #14910]
23704 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23705 unordered operands.
23706 * soft-fp/gesf2.c (__gesf2): Likewise.
23707 * soft-fp/getf2.c (__getf2): Likewise.
23708 * soft-fp/ledf2.c (__ledf2): Likewise.
23709 * soft-fp/lesf2.c (__lesf2): Likewise.
23710 * soft-fp/letf2.c (__letf2): Likewise.
23711
98998e9f
JM
23712 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23713 * soft-fp/eqsf2.c (__eqsf2): Likewise.
23714 * soft-fp/eqtf2.c (__eqtf2): Likewise.
23715 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23716 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23717 * soft-fp/fixdfti.c (__fixdfti): Likewise.
23718 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23719 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23720 * soft-fp/fixsfti.c (__fixsfti): Likewise.
23721 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23722 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23723 * soft-fp/fixtfti.c (__fixtfti): Likewise.
23724 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23725 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23726 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23727 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23728 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23729 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23730 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23731 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23732 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23733 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23734 * soft-fp/floatdisf.c (__floatdisf): Likewise.
23735 * soft-fp/floatsisf.c (__floatsisf): Likewise.
23736 * soft-fp/floattidf.c (__floattidf): Likewise.
23737 * soft-fp/floattisf.c (__floattisf): Likewise.
23738 * soft-fp/floattitf.c (__floattitf): Likewise.
23739 * soft-fp/floatundidf.c (__floatundidf): Likewise.
23740 * soft-fp/floatundisf.c (__floatundisf): Likewise.
23741 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23742 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23743 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23744 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23745 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23746 * soft-fp/gesf2.c (__gesf2): Likewise.
23747 * soft-fp/getf2.c (__getf2): Likewise.
23748 * soft-fp/ledf2.c (__ledf2): Likewise.
23749 * soft-fp/lesf2.c (__lesf2): Likewise.
23750 * soft-fp/letf2.c (__letf2): Likewise.
23751
8edc4a11
JM
23752 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23753 Undefine and redefine.
23754 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23755 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23756 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23757 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23758 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23759 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23760 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23761 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23762 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23763 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23764 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23765 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23766 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23767 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23768 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23769
8399acaf
JM
23770 [BZ #16032]
23771 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23772 without decrementing exponent if mantissa >= that for the
23773 denominator, not >.
23774 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23775 denominator, not >. Decrement exponent in < case instead of
23776 incrementing in >= case.
23777 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23778 without decrementing exponent if mantissa >= that for the
23779 denominator, not >.
23780
99fd9f47
JM
23781 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23782 computing saturated result for unsigned overflow.
23783
10e1cf6b
SP
237842013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23785 Jeff Law <law@redhat.com>
23786
23787 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23788 (atan2Mp): Add systemtap probe marker.
23789 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23790 (__ieee754_log): Add systemtap probe marker.
23791 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23792 (atanMp): Add systemtap probe marker.
23793 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23794 (tanMp): Add systemtap probe marker.
23795 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23796 (__slowexp): Add systemtap probe marker.
23797 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23798 (__slowpow): Add systemtap probe marker.
23799 * manual/probes.texi: Document probes.
23800
3d110c7c
EB
238012013-10-11 Eric Biggers <ebiggers3@gmail.com>
23802
23803 [BZ #15362]
23804 * libio/fileops.c (_IO_new_file_write): Return count of bytes
23805 written.
23806 (_IO_new_file_xsputn): Don't return EOF if nothing has been
23807 written.
23808 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23809 written to buffer but not flushed.
23810 * libio/iofwrite_u.c: Likewise.
23811 * libio/iopadn.c: Return bytes returned even if EOF was
23812 encountered.
23813 * libio/iowpadn.c: Likewise.
23814 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23815 if _IO_padn does not write the whole buffer.
23816 [!COMPILE_WPRINTF] (PAD): Likewise.
23817
75b4202a
DM
238182013-10-10 David S. Miller <davem@davemloft.net>
23819
23820 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23821 directory block.
23822
6c6352e6
JM
238232013-10-10 Joseph Myers <joseph@codesourcery.com>
23824
33b853c3
JM
23825 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
23826 instead of FSF address.
23827 * soft-fp/fixdfti.c: Likewise.
23828 * soft-fp/fixsfti.c: Likewise.
23829 * soft-fp/fixtfti.c: Likewise.
23830 * soft-fp/fixunsdfti.c: Likewise.
23831 * soft-fp/fixunssfti.c: Likewise.
23832 * soft-fp/fixunstfti.c: Likewise.
23833 * soft-fp/floattidf.c: Likewise.
23834 * soft-fp/floattisf.c: Likewise.
23835 * soft-fp/floattitf.c: Likewise.
23836 * soft-fp/floatuntidf.c: Likewise.
23837 * soft-fp/floatuntisf.c: Likewise.
23838 * soft-fp/floatuntitf.c: Likewise.
23839 * soft-fp/trunctfxf2.c: Likewise.
23840
6c6352e6
JM
23841 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
23842 * soft-fp/fixdfti.c: Likewise.
23843 * soft-fp/fixsfti.c: Likewise.
23844 * soft-fp/fixtfti.c: Likewise.
23845 * soft-fp/fixunsdfti.c: Likewise.
23846 * soft-fp/fixunssfti.c: Likewise.
23847 * soft-fp/fixunstfti.c: Likewise.
23848 * soft-fp/floattidf.c: Likewise.
23849 * soft-fp/floattisf.c: Likewise.
23850 * soft-fp/floattitf.c: Likewise.
23851 * soft-fp/floatuntidf.c: Likewise.
23852 * soft-fp/floatuntisf.c: Likewise.
23853 * soft-fp/floatuntitf.c: Likewise.
23854 * soft-fp/trunctfxf2.c: Likewise.
23855
3bf78b71
DM
238562013-10-10 David S. Miller <davem@davemloft.net>
23857
23858 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23859
6f10289e
JM
238602013-10-10 Joseph Myers <joseph@codsourcery.com>
23861
bd878fc0
JM
23862 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23863 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23864 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23865 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23866 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23867 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23868 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23869
6f10289e
JM
23870 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23871 for NaNs before doing comparisons on argument.
23872 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23873 Likewise.
23874
321e2684
WN
238752013-10-10 Will Newton <will.newton@linaro.org>
23876
23877 * malloc/hooks.c (memalign_check): Ensure the value of bytes
23878 passed to _int_memalign does not overflow.
23879
40fefba1
TR
238802013-10-10 Torvald Riegel <triegel@redhat.com>
23881
23882 * scripts/bench.pl: Add include-sources directive.
23883 * benchtests/README: Update documentation.
23884
2ae21ed2
JM
238852013-10-10 Joseph Myers <joseph@codesourcery.com>
23886
dcc2dd3f
JM
23887 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23888 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23889 instead of FP_INIT_ROUNDMODE.
23890 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23891 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23892
2ae21ed2
JM
23893 [BZ #16034]
23894 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
23895 copy class of input value.
23896 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
23897 not handle exceptions.
23898 * soft-fp/negsf2.c (__negsf2): Likewise.
23899 * soft-fp/negtf2.c (__negtf2): Likewise.
23900 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23901
cb8f9562
JM
239022013-10-09 Joseph Myers <joseph@codesourcery.com>
23903
23904 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23905 semicolon. From Linux kernel.
23906
5b60c59d
AB
239072013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
23908
23909 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23910
b86835ca
YC
239112013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
23912
23913 [BZ #156]
23914 * manual/socket.texi: Added statement about buffer
23915 for gethostbyname2_r.
23916
e7044ea7
OB
239172013-10-08 Ondřej Bílka <neleai@seznam.cz>
23918
23919 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23920 Use .p2align directive instead, throughout.
23921 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23922 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23923 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23924 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23925 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23926 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23927 * sysdeps/x86_64/strchr.S: Likewise.
23928 * sysdeps/x86_64/strrchr.S: Likewise.
23929
09544cbc
SP
239302013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
23931
88576635
SP
23932 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23933
e7b2d1dd
SP
23934 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23935
09544cbc
SP
23936 * sysdeps/generic/math_private.h (__mpsin1): Remove
23937 declaration.
23938 (__mpcos1): Likewise.
23939 (__mpsin): New argument __range_reduce.
23940 (__mpcos): Likewise.
23941 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23942 (slow): Use __mpsin and __mpcos.
23943 (slow1): Likewise.
23944 (slow2): Likewise.
23945 (sloww): Likewise.
23946 (sloww1): Likewise.
23947 (sloww2): Likewise.
23948 (bsloww): Likewise.
23949 (bsloww1): Likewise.
23950 (bsloww2): Likewise.
23951 (cslow2): Likewise.
23952 (csloww): Likewise.
23953 (csloww1): Likewise.
23954 (csloww2): Likewise.
23955 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23956 range_reduce. Merge in __mpsin1.
23957 (__mpcos): Likewise.
23958 (__mpsin1): Remove.
23959 (__mpcos1): Likewise.
23960
7602d070
JM
239612013-10-07 Joseph Myers <joseph@codesourcery.com>
23962
23963 * locale/loadlocale.c (_nl_intern_locale_data): Use
23964 LOCFILE_ALIGNED_P.
23965 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23966 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23967 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23968 obstack data is appropriately aligned.
23969 (obstack_int32_grow_fast): Likewise.
23970 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23971 * locale/programs/locfile.c (add_locale_uint32): Likewise.
23972 (add_locale_uint32_array): Likewise.
23973
a357259b
SP
239742013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
23975
23976 * benchtests/Makefile: Remove ARGLIST and RET variables.
23977 ($(objpfx)bench-%.c): Pass only function name to the script.
23978 * benchtests/README: Update documentation.
23979 * benchtests/acos-inputs: Add new directives.
23980 * benchtests/acosh-inputs: Likewise.
23981 * benchtests/asin-inputs: Likewise.
23982 * benchtests/asinh-inputs: Likewise.
23983 * benchtests/atan-inputs: Likewise.
23984 * benchtests/atanh-inputs: Likewise.
23985 * benchtests/cos-inputs: Likewise.
23986 * benchtests/cosh-inputs: Likewise.
23987 * benchtests/exp-inputs: Likewise.
23988 * benchtests/log-inputs: Likewise.
23989 * benchtests/pow-inputs: Likewise.
23990 * benchtests/rint-inputs: Likewise.
23991 * benchtests/sin-inputs: Likewise.
23992 * benchtests/sinh-inputs: Likewise.
23993 * benchtests/tan-inputs: Likewise.
23994 * benchtests/tanh-inputs: Likewise.
23995 * scripts/bench.pl: Add support for new directives.
23996
9ec1b13d
AM
239972013-10-07 Alan Modra <amodra@gmail.com>
23998
23999 * README: Fix careless merge.
24000
8b7d57cd
AM
240012013-10-05 Alan Modra <amodra@gmail.com>
24002
24003 * NEWS: Mention powerpc64le support and bugs fixed.
24004 * README: Both big-endian and little-endian powerpc64 supported.
24005
7b7bab13
ST
240062013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
24007
57f41c40
AS
24008 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24009 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
24010 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24011 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24012
d39baad1
RA
240132013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
24014
24015 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24016 match prototype.
24017
cd78f7e7
JM
240182013-10-04 Joseph Myers <joseph@codesourcery.com>
24019
29d73d86
JM
24020 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24021 Move -mhard-float appending from
24022 ports/sysdeps/powerpc/powerpc32/Makefile.
24023 [$(with-fp) = yes] (ASFLAGS): Likewise.
24024 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24025 * sysdeps/powerpc/nofpu: Move directory from
24026 ports/sysdeps/powerpc/nofpu.
24027 * sysdeps/powerpc/soft-fp: Move directory from
24028 ports/sysdeps/powerpc/soft-fp.
24029 * sysdeps/powerpc/powerpc32/405: Move directory from
24030 ports/sysdeps/powerpc/powerpc32/405.
24031 * sysdeps/powerpc/powerpc32/440: Move directory from
24032 ports/sysdeps/powerpc/powerpc32/440.
24033 * sysdeps/powerpc/powerpc32/464: Move directory from
24034 ports/sysdeps/powerpc/powerpc32/464.
24035 * sysdeps/powerpc/powerpc32/476: Move directory from
24036 ports/sysdeps/powerpc/powerpc32/476.
24037 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24038 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24039 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24040 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24041 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24042 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24043 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24044 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24045 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24046 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24047 * README: Update for powerpc-*-linux-gnu software floating point
24048 support in libc.
24049
e246b347
JM
24050 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24051 case to powerpc/powerpc32*.
24052 * sysdeps/unix/sysv/linux/configure: Regenerated.
24053
89c2003e
JM
24054 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24055 (_FPU_MASK_OM): Define as 0x04.
24056 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24057 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24058 0x00c10080.
24059 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24060 0x0000003c.
24061 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24062
cd78f7e7
JM
24063 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24064 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24065 getcontext_e500.
24066 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24067 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24068 setcontext_e500.
24069 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24070 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24071 and setcontext_e500.
24072
c755294d
CL
240732013-10-04 Chris Leonard <cjl@sugarlabs,.org>
24074
24075 * locale/iso-3166.def: Update iso-1366.def and related occurrences
24076
e16d221c
SP
240772013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
24078
24079 * manual/threads.texi (Default Thread Attributes): Fix typo.
24080
215c7d43
WN
240812013-10-04 Will Newton <will.newton@linaro.org>
24082
24083 * malloc/Makefile: Add tst-memalign.
24084 * malloc/tst-memalign.c: New file.
24085
27d0461b
WN
24086 * malloc/tst-posix_memalign.c: Add comments.
24087 (do_test): Add comments and call free on all potentially
24088 allocated pointers. Add space after cast.
24089
1bc92709
WN
24090 * malloc/tst-pvalloc.c: Add comments.
24091 (do_test): Add comments and call free on all potentially
24092 allocated pointers. Remove duplicate check for NULL pointer.
24093 Add space after cast.
24094
66a9be9d
WN
24095 * malloc/tst-valloc.c: Add comments.
24096 (do_test): Add comments and call free on all potentially
24097 allocated pointers. Remove duplicate check for NULL pointer.
24098 Add space after cast.
24099
4cb81307
AM
241002013-10-04 Alan Modra <amodra@gmail.com>
24101
24102 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24103 Use stdint types in rather than __attribute__((mode())).
24104 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24105
f8e3e9f3
AM
241062013-10-04 Alan Modra <amodra@gmail.com>
24107
24108 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24109 Correct handling of unaligned relocs for little-endian.
24110 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24111
8f9ebb08
AM
241122013-10-04 Alan Modra <amodra@gmail.com>
24113
24114 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24115 * configure: Regenerate.
24116 * nptl/shlib-versions: Powerpc*le starts at 2.18.
24117 * shlib-versions: Likewise.
24118
0edf96c2
AM
241192013-10-04 Alan Modra <amodra@gmail.com>
24120
24121 * string/tester.c (test_memrchr): Increment reported test cycle.
24122
e0f7a380
AM
241232013-10-04 Alan Modra <amodra@gmail.com>
24124
24125 * string/test-memcpy.c (do_one_test): When reporting errors, print
24126 string address and don't overrun end of string.
24127
466b0393
AM
241282013-10-04 Alan Modra <amodra@gmail.com>
24129
24130 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24131 insrdi. Make better use of reg selection to speed exit slightly.
24132 Schedule entry path a little better. Remove useless "are we done"
24133 checks on entry to main loop. Handle wrapping around zero address.
24134 Correct main loop count. Handle single left-over word from main
24135 loop inline rather than by using loop_small. Remove extra word
24136 case in loop_small caused by wrong loop count. Add little-endian
24137 support.
24138 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24139 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
24140 cache hint.
24141 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24142 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24143 support. Avoid rlwimi.
24144 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24145
3be87c77
AM
241462013-10-04 Alan Modra <amodra@gmail.com>
24147
24148 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 24149 insrdi. Formatting.
3be87c77
AM
24150 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24151 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24152 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24153 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24154 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24155 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24156
759cfef3
AM
241572013-10-04 Alan Modra <amodra@gmail.com>
24158
24159 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24160 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24161 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24162 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24163 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24164 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24165 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24166 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24167 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
24168 use of regs. Use power7 mtocrf. Tidy function tails.
24169
fe6e95d7
AM
241702013-10-04 Alan Modra <amodra@gmail.com>
24171
24172 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24173 Formatting. Consistently use rXXX register defines or rN defines.
24174 Use early exit labels that avoid restoring unused non-volatile regs.
24175 Make cr field use more consistent with rWORDn compares. Rename
24176 regs used as shift registers for unaligned loop, using rN defines
24177 for short lifetime/multiple use regs.
24178 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24179 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
24180 addi 1,1,64 to pop stack frame. Simplify return value code.
24181 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24182
664318c3
AM
241832013-10-04 Alan Modra <amodra@gmail.com>
24184
24185 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24186 support. Correct typos, formatting. Optimize tail. Use insrdi
24187 rather than rlwimi.
24188 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24189 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24190 little-endian support. Correct typos.
24191 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
24192 rather than rlwimi.
24193 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
24194 in loop and entry code to keep "and." results.
24195 (strchr): Add little-endian support. Comment. Move cntlzd
24196 earlier in tail.
24197 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24198
43b84013
AM
241992013-10-04 Alan Modra <amodra@gmail.com>
24200
24201 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24202 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24203 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24204 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24205
8a7413f9
AM
242062013-10-04 Alan Modra <amodra@gmail.com>
24207
24208 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24209 (rTMP): Define as r11.
24210 (strcmp): Add little-endian support. Optimise tail.
24211 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24212 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24213 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24214 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24215 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24216 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24217 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24218
33ee81de
AM
242192013-10-04 Alan Modra <amodra@gmail.com>
24220
24221 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24222 little-endian support. Remove unnecessary "are we done" tests.
24223 Handle "s" wrapping around zero and extremely large "size".
24224 Correct main loop count. Handle single left-over word from main
24225 loop inline rather than by using small_loop. Correct comments.
24226 Delete "zero" tail, use "end_max" instead.
24227 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24228
db9b4570
AM
242292013-10-04 Alan Modra <amodra@gmail.com>
24230
24231 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24232 support. Don't branch over align.
24233 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24234 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24235 support. Rearrange tmp reg use to suit. Comment.
24236 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24237
f7c399cf
AM
242382013-10-04 Alan Modra <amodra@gmail.com>
24239
24240 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24241
0b2c2ace
AM
242422013-10-04 Alan Modra <amodra@gmail.com>
24243
24244 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24245 conditional form of branch and link when obtaining pc.
24246 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24247
02f04a6c
AM
242482013-10-04 Alan Modra <amodra@gmail.com>
24249
24250 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24251 HIWORD/LOWORD.
24252 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24253 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24254
9b874b2f
AM
242552013-10-04 Alan Modra <amodra@gmail.com>
24256
24257 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24258 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24259 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24260 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24261 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24262 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24263 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24264 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24265 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24266 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24267
be1e5d31
AB
242682013-10-04 Anton Blanchard <anton@au1.ibm.com>
24269 Alistair Popple <alistair@ozlabs.au.ibm.com>
24270 Alan Modra <amodra@gmail.com>
24271
24272 [BZ #15723]
24273 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24274 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24275 _dl_hwcap access for little-endian.
24276 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
24277 destroy vmx regs when saving unaligned.
24278 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24279 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
24280 destroy vmx regs when saving unaligned.
24281
fef13a78
AM
242822013-10-04 Alan Modra <amodra@gmail.com>
24283
24284 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24285 Don't use a union to pack hi/low value.
24286
76a66d51
AB
242872013-10-04 Anton Blanchard <anton@au1.ibm.com>
24288
24289 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24290 for little-endian.
24291 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24292 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24293 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24294 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24295 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24296
6a31fe7f
AM
242972013-10-04 Alan Modra <amodra@gmail.com>
24298
24299 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24300 constants to usual value for .cst8 section, and remove redundant
24301 high address load.
24302 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24303 constant for 0x1p52. Load little-endian words of double from
24304 correct stack offsets.
24305
7b88401f
AM
243062013-10-04 Alan Modra <amodra@gmail.com>
24307
24308 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24309 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24310 words of double from correct stack offsets.
24311 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24312 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24313 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24314 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24315 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24316 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24317 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24318 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24319 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24320 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24321 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24322 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24323 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24324 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24325 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24326 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24327 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24328
9c008155
AM
243292013-10-04 Alan Modra <amodra@gmail.com>
24330
24331 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24332 64-bit int/double union.
24333 (_FPU_SETCW): Likewise.
24334 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24335 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24336
da13146d
AM
243372013-10-04 Alan Modra <amodra@gmail.com>
24338
24339 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24340 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24341
603e8410
AM
243422013-10-04 Alan Modra <amodra@gmail.com>
24343
24344 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24345 use vector int constants.
24346 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24347
4a28b3ca
AB
243482013-10-04 Anton Blanchard <anton@au1.ibm.com>
24349
24350 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24351 array with long long.
24352 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24353 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24354 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24355 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24356 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24357 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24358 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24359 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24360 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24361 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24362 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24363 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24364 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24365
2ca85d2b
AB
243662013-10-04 Anton Blanchard <anton@au1.ibm.com>
24367
24368 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24369 (__signbit): Likewise. Correct for little-endian.
24370 (__signbitl): Call __signbit.
24371 (lrint): Correct for little-endian.
24372 (lrintf): Call lrint.
24373
62a728ae
AM
243742013-10-04 Alan Modra <amodra@gmail.com>
24375
24376 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24377 union 32-bit int array member with 64-bit int array.
24378 (t515, tm256): Double rather than long double.
24379 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24380
32c301df
AM
243812013-10-04 Alan Modra <amodra@gmail.com>
24382
24383 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24384 Delete.
24385 (IEEE854_LONG_DOUBLE_BIAS): Delete.
24386 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24387 version of math_ldbl.h.
24388
650ef4bd
AM
243892013-10-04 Alan Modra <amodra@gmail.com>
24390
24391 [BZ #15734], [BZ #15735]
24392 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24393 all uses of ieee875 long double macros and unions. Simplify test
24394 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
24395 ldbl_extract_mantissa value for ix,iy exponents. Properly
24396 normalize after ldbl_extract_mantissa, and don't add hidden bit
24397 already handled. Don't treat low word of ieee854 mantissa like
24398 low word of IBM long double and mask off bit when testing for
24399 zero.
24400 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24401 all uses of ieee875 long double macros and unions. Simplify tests
24402 for 0.0L and inf. Correct double adjustment of k. Delete dead code
24403 adjusting ha,hb. Simplify code setting kld. Delete two600 and
24404 two1022, instead use their values. Recognise that tests for large
24405 "a" and small "b" are mutually exclusive. Rename vars. Comment.
24406 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24407 Rewrite all uses of ieee875 long double macros and unions. Simplify
24408 test for 0.0L and nan. Correct negation.
24409 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24410 ieee875 long double macros and unions. Correct output for large
24411 magnitude x. Correct absolute value calculation.
24412 (__erfcl): Likewise.
24413 * math/libm-test.inc: Add tests for errors discovered in IBM long
24414 double versions of fmodl, remainderl, erfl and erfcl.
24415
765714ca
AM
244162013-10-04 Alan Modra <amodra@gmail.com>
24417
24418 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24419 all uses of ieee854 long double macros and unions. Simplify tests
24420 for long doubles that are fully specified by the high double.
24421 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24422 Likewise.
24423 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24424 Remove dead code too.
24425 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24426 (__ieee754_ynl): Likewise.
24427 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24428 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24429 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24430 Remove dead code too.
24431 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24432 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24433 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24434 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24435 Simplify.
24436 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24437 Simplify.
24438 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24439 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24440 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24441 Comment on variable precision.
24442 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24443 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24444 Likewise.
24445 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24446 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24447 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24448 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24449 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24450
4ebd120c
AM
244512013-10-04 Alan Modra <amodra@gmail.com>
24452
24453 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24454 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24455 all uses of ieee854 long double macros and unions.
24456 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24457 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24458 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24459 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24460 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24461 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24462 Likewise.
24463 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24464 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24465 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24466 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24467 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24468 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24469 Simplify sign and nan test too.
24470 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24471 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24472 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24473 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24474 Likewise.
24475 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24476 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24477 Likewise.
24478 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24479 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24480 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24481 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24482 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24483 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24484
1b6adf88
AM
244852013-10-04 Alan Modra <amodra@gmail.com>
24486
24487 * stdio-common/printf_size.c (__printf_size): Don't use
24488 union ieee854_long_double in fpnum union.
24489 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
24490 signbit macro to retrieve sign from long double.
24491 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24492 retrieve sign from long double.
24493 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24494 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24495 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24496 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24497 * math/test-misc.c (main): Don't use union ieee854_long_double.
24498
4cf69995
AM
244992013-10-04 Alan Modra <amodra@gmail.com>
24500
24501 [BZ #15680]
24502 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24503 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24504 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24505 calculation. Remove unnecessary test for denormal exponent.
24506 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24507 Correct handling of denormals. Avoid undefined shift behaviour.
24508 Correct normalisation of low mantissa when low double is denormal.
24509 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24510 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
24511 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24512 Correct normalisation of low mantissa. Test for overflow of high
24513 mantissa and normalise.
24514 (ldbl_nearbyint): Use more readable constant for two52.
24515 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24516 (__mpn_construct_long_double): Fix test for overflow of high
24517 mantissa and correct normalisation. Avoid undefined shift.
24518
9605ca6c
AM
245192013-10-04 Alan Modra <amodra@gmail.com>
24520
24521 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24522 (union ibm_extended_long_double): Define as an array of ieee754_double.
24523 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24524 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24525 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24526 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24527 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24528 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24529 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24530 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24531 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24532 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24533 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24534
975569d0
JM
245352013-10-03 Joseph Myers <joseph@codesourcery.com>
24536
d3d23756
JM
24537 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24538 page size instead of calling getpagesize.
24539
975569d0
JM
24540 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24541 (LOCFILE_ALIGN_MASK): Likewise.
24542 (LOCFILE_ALIGN_UP): Likewise.
24543 (LOCFILE_ALIGNED_P): Likewise.
24544 * locale/programs/ld-collate.c (collate_output): Use the new
24545 macros instead of __alignof__ (int32_t).
24546 * locale/weight.h (findidx): Likewise.
24547
b1fe1f2b
OB
245482013-10-03 Ondřej Bílka <neleai@seznam.cz>
24549
24550 [BZ #431]
24551 * manual/string.texi: Fix strncat and wcsncat.
24552
5f855e35
BM
245532013-10-03 Brooks Moses <bmoses@google.com>
24554
24555 [BZ #15915]
24556 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24557 * Makerules: ...here, and adjust associated comments.
24558
3cef6009
WN
245592013-10-02 Will Newton <will.newton@linaro.org>
24560
24561 * malloc/Makefile: Add tst-pvalloc.
24562 * malloc/tst-pvalloc.c: New file.
24563
7815420b
WN
245642013-10-02 Will Newton <will.newton@linaro.org>
24565
24566 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24567 improve test coverage.
24568
4868b204
WN
245692013-10-02 Will Newton <will.newton@linaro.org>
24570
24571 * malloc/Makefile: Add tst-posix_memalign.
24572 * malloc/tst-posix_memalign.c: New file.
24573
29c793b3
EB
245742013-10-01 Eric Blake <eblake@redhat.com>
24575
24576 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24577 Use __THROWNL rather than __THROW on static functions.
24578
fd967522
PM
245792013-09-30 Petr Machata <pmachata@redhat.com>
24580
24581 * elf/elf.h (R_AARCH64_ABS16): New macro.
24582 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24583 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24584 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24585 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24586 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24587 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24588 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24589 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24590 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24591 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24592 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24593 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24594 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24595 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24596 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24597 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24598 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24599 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24600 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24601 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24602 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24603 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24604 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24605 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24606 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24607 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24608 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24609 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24610 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24611 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24612 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24613 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24614 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24615 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24616 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24617 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24618 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24619 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24620 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24621 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24622 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24623 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24624 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24625 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24626 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24627 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24628 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24629 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24630 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24631 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24632 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24633 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24634 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24635 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24636 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24637 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24638 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24639 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24640 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24641 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24642 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24643 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24644 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24645 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24646 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24647 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24648 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24649 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24650 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24651 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24652 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24653 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24654 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24655 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24656 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24657 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24658 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24659 (R_AARCH64_TLSDESC_LDR): Likewise.
24660 (R_AARCH64_TLSDESC_ADD): Likewise.
24661 (R_AARCH64_TLSDESC_CALL): Likewise.
24662
b2179107
AS
246632013-09-30 Andreas Schwab <schwab@suse.de>
24664
24665 [BZ #15048]
24666 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24667 the nss database lookup.
24668 * nscd/initgrcache.c (addinitgroupsX): Likewise.
24669 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24670
47f28d0a
MF
246712013-09-28 Mike Frysinger <vapier@gentoo.org>
24672
24673 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24674
246752013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
24676
24677 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24678 ${Bash-specific parameter/pattern/string} parameter expansion.
24679 * sysdeps/unix/make-syscalls.sh: Likewise.
24680
f4518a17
KK
246812013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
24682
24683 * sysdeps/sh/stackguard-macros.h: New file.
24684
dc1a95c7
OB
246852013-09-26 Ondřej Bílka <neleai@seznam.cz>
24686
24687 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24688 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24689 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24690 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24691 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24692 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24693
5ebbff8f
AZ
246942013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24695
24696 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24697 Fix thread ID register.
24698
4fd2cf9f
JM
246992013-09-25 Joseph Myers <joseph@codesourcery.com>
24700
24701 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24702 [POSIX || UNIX98]: Require rather than permitting all symbols from
24703 <time.h>.
24704 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24705 element of struct sched_param.
24706 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24707 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24708 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24709 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24710 constant.
24711
12c22bc4
OL
247122013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
24713
24714 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24715 argument calculation.
24716
a03d8ea7
JM
247172013-09-24 Joseph Myers <joseph@codesourcery.com>
24718
24719 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24720 Expect macro.
24721 [POSIX] (pthread_attr_t): Do not require type.
24722 [POSIX] (pthread_cond_t): Likewise.
24723 [POSIX] (pthread_condattr_t): Likewise.
24724 [POSIX] (pthread_key_t): Likewise.
24725 [POSIX] (pthread_mutex_t): Likewise.
24726 [POSIX] (pthread_mutexattr_t): Likewise.
24727 [POSIX] (pthread_once_t): Likewise.
24728 [POSIX] (pthread_t): Likewise.
24729 [POSIX-based standards] (pthread_atfork): Expect function.
24730
6055173a
JM
247312013-09-24 Joseph Myers <joseph@codesourcery.com>
24732 Richard Sandiford <richard@codesourcery.com>
24733
24734 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24735 (swap_endianness_p): New extern variable.
24736 (set_big_endian): New inline function.
24737 (maybe_swap_uint32): Likewise.
24738 (maybe_swap_uint32_array): Likewise.
24739 (maybe_swap_uint32_obstack): Likewise.
24740 * locale/programs/locfile.c: Include <stdbool.h>.
24741 (swap_endianness_p): New variable.
24742 (add_locale_uint32): Call maybe_swap_uint32.
24743 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24744 (write_locale_data): Call maybe_swap_uint32_array.
24745 * locale/programs/ld-collate.c (obstack_int32_grow): Call
24746 maybe_swap_uint32.
24747 (obstack_int32_grow_fast): Likewise.
24748 (output_weightwc): Call maybe_swap_uint32_obstack.
24749 (collate_output): Likewise.
24750 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24751 (OPT_LITTLE_ENDIAN): Likewise.
24752 (options): Add --little-endian and --big-endian options.
24753 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24754 * locale/programs/locarchive.c: Include "locfile.h".
24755 (GET): New macro.
24756 (SET): Likewise.
24757 (INC): Likewise.
24758 (create_archive): Use the new macros to access fields of
24759 structures directly mapped from or written to locale archives.
24760 (oldlocrecentcmp): Likewise.
24761 (enlarge_archive): Likewise.
24762 (insert_name): Likewise.
24763 (add_alias): Likewise.
24764 (add_locale): Likewise.
24765 (delete_locales_from_archive): Likewise.
24766 (show_archive_content): Likewise.
24767 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
24768 locale data.
24769
39bf0bb4
RM
247702013-09-24 Roland McGrath <roland@hack.frob.com>
24771
24772 * manual/freemanuals.texi: Updated from (newly) canonical copy at
24773 http://www.gnu.org/doc/freemanuals.texi.
24774 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24775
f02eed10
WN
247762013-09-24 Will Newton <will.newton@linaro.org>
24777
24778 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24779 macro.
24780
a3a6c312
JM
247812013-09-23 Joseph Myers <joseph@codesourcery.com>
24782
24783 * locale/hashval.h (compute_hashval): Interpret bytes of key as
24784 unsigned char.
24785
107375ac
MR
247862013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
24787
24788 * manual/threads.texi (POSIX Threads): Fix a typo.
24789
141f3a77
SP
247902013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
24791
303e567a
SP
24792 [BZ #14547]
24793 * string/tst-strcoll-overflow.c: New test case.
24794 * string/Makefile (xtests): Add tst-strcoll-overflow.
24795 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24796 cache if string sizes may cause integer overflow.
24797
141f3a77
SP
24798 [BZ #14547]
24799 * string/strcoll_l.c (coll_seq): New members rule, idx,
24800 save_idx and back_us.
24801 (get_next_seq_nocache): New function.
24802 (do_compare_nocache): New function.
24803 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24804 when malloc fails.
24805
c61b4d41
CD
248062013-09-23 Carlos O'Donell <carlos@redhat.com>
24807
0b1f8e35
CD
24808 [BZ #15754]
24809 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24810 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24811 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24812
c61b4d41
CD
24813 [BZ #15754]
24814 * elf/Makefile (tests): Add tst-ptrguard1.
24815 (tests-static): Add tst-ptrguard1-static.
24816 (tst-ptrguard1-ARGS): Define.
24817 (tst-ptrguard1-static-ARGS): Define.
24818 * elf/tst-ptrguard1.c: New file.
24819 * elf/tst-ptrguard1-static.c: New file.
24820 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24821 * sysdeps/i386/stackguard-macros.h: Likewise.
24822 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24823 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24824 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24825 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24826 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24827 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24828
248292013-09-23 Hector Marco <hecmargi@upv.es>
24830 Ismael Ripoll <iripoll@disca.upv.es>
24831 Carlos O'Donell <carlos@redhat.com>
24832
24833 [BZ #15754]
24834 * sysdeps/generic/stackguard-macros.h: Define
24835 __pointer_chk_guard_local and POINTER_CHK_GUARD.
24836 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24837 Define __pointer_chk_guard_local.
24838 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24839 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24840
f5f4e7b4
VV
248412013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
24842
24843 [BZ #15859]
24844 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24845
5bb43a43
AS
248462013-09-20 Andreas Schwab <schwab@linux-m68k.org>
24847
24848 * include/string.h (__ffs): Declare as hidden.
24849 * string/ffs.c (__ffs): Define as hidden.
24850 * sysdeps/i386/ffs.c (__ffs): Likewise.
24851 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24852 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24853 * sysdeps/s390/ffs.c (__ffs): Likewise.
24854 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24855
3ea5be54
AO
248562013-09-20 Alexandre Oliva <aoliva@redhat.com>
24857
ffb89e53
AO
24858 * NEWS: Mention malloc probes.
24859
322dea08
AO
24860 * malloc/arena.c (new_heap): New memory_heap_new probe.
24861 (grow_heap): New memory_heap_more probe.
24862 (shrink_heap): New memory_heap_less probe.
24863 (heap_trim): New memory_heap_free probe.
24864 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24865 (systrim): New memory_sbrk_less probe.
24866 * manual/probes.texi: Document them.
24867
655673f3
AO
24868 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24869 * manual/probes.texi: Document it.
24870
35fed6f1
AO
24871 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24872 (__libc_realloc): Add memory_realloc_retry probe.
24873 (__libc_memalign): Add memory_memalign_retry probe.
24874 (__libc_valloc): Add memory_valloc_retry probe.
24875 (__libc_pvalloc): Add memory_pvalloc_retry probe.
24876 (__libc_calloc): Add memory_calloc_retry probe.
24877 * manual/probes.texi: Document them.
24878
6999d38c
AO
24879 * malloc/arena.c (get_free_list): Add probe
24880 memory_arena_reuse_free_list.
24881 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24882 and memory_arena_reuse.
24883 (arena_get2) [!PER_THREAD]: Likewise.
24884 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24885 memory_arena_reuse_realloc.
24886 * manual/probes.texi: Document them.
24887
0653427f
AO
24888 * malloc/malloc.c (__libc_free): Add
24889 memory_mallopt_free_dyn_thresholds probe.
24890 (__libc_mallopt): Add multiple memory_mallopt probes.
24891 * manual/probes.texi: Document them.
24892
3ea5be54
AO
24893 * malloc/malloc.c: Include stap-probe.h.
24894 (__libc_mallopt): Add memory_mallopt probe.
24895 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24896 * manual/probes.texi: New.
24897 * manual/Makefile (chapters): Add probes.
24898 * manual/threads.texi: Set next node.
24899
e35696c3 249002013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 24901
e35696c3
CL
24902 [BZ #15963, #13985]
24903 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24904 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24905 Add `Chinese' to `nan' entry name.
24906
4aafb73c
SP
249072013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24908
24909 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24910 (POLYNOMIAL): Likewise.
24911 (TAYLOR_SINCOS): Likewise.
24912 (TAYLOR_SLOW): Likewise.
24913 (__sin): Use TAYLOR_SINCOS.
24914 (__cos): Likewise.
24915 (slow): Use TAYLOR_SLOW.
24916 (sloww): Likewise.
24917 (bsloww): Likewise.
24918 (csloww): Likewise.
24919
d84f25c7
LD
249202013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24921
24922 * stdlib/strtod_l.c: Fix buffer overrun.
24923
5eea0404
SP
249242013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24925
7849ff93
SP
24926 * benchtests/Makefile (bench): Add sincos.
24927 * benchtests/bench-sincos.c: New file.
24928
cfa3c886
SP
24929 * math/libm-test.inc (cos_test_data): New test inputs.
24930 (sin_test_data): Likewise.
24931
b348e1e3
SP
24932 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24933 macro.
24934 (__sin): Use it.
24935 (__cos): Likewise.
24936 (slow1): Likewise.
24937 (slow2): Likewise.
24938 (sloww1): Likewise.
24939 (sloww2): Likewise.
24940 (bsloww1): Likewise.
24941 (bsloww2): Likewise.
24942 (cslow2): Likewise.
24943 (csloww1): Likewise.
24944 (csloww2): Likewise.
24945
6cce25f8
SP
24946 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24947 function.
24948 (__sin): Use it.
24949 (__cos): Likewise.
24950
5eea0404
SP
24951 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24952 gotos.
24953 (__cos): Likewise.
24954
9c21573c
MR
249552013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
24956
24957 * config.h.in (HAVE_MIPS_NAN2008): New macro.
24958 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24959 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24960 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24961 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24962 * elf/cache.c (print_entry): Handle the new cache flags.
24963
24d22e65
JM
249642013-09-18 Joseph Myers <joseph@codesourcery.com>
24965 Aldy Hernandez <aldyh@redhat.com>
24966
24967 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24968 Change condition to [_SOFT_FLOAT].
24969 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24970 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24971 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24972 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24973 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24974 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24975 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24976 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24977 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24978 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24979 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24980 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24981 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24982 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24983 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24984 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24985 declaration.
24986
d13ef066
JM
249872013-09-18 Joseph Myers <joseph@codesourcery.com>
24988
2e071de0
JM
24989 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24990 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24991 (__longjmp): Use LOAD_GP to load saved GPRs.
24992 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24993 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24994 (__sigsetjmp): Use SAVE_GP to save GPRs.
24995
d13ef066
JM
24996 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24997 Do not append -msoft-float.
24998 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24999
97a0650b
SP
250002013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25001
25002 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25003
11ca09e9
JM
250042013-09-17 Joseph Myers <joseph@codesourcery.com>
25005
25006 [BZ #15966]
25007 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25008 (_FPU_GETCW): Use initial "__" on variable and field names but not
25009 on macro parameter name.
25010 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
25011 parentheses around reference to macro parameter.
25012
08ffcf34
RS
250132013-09-13 Richard Sandiford <richard@codesourcery.com>
25014
25015 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25016 prototype.
25017 (ctype_startup): Use uint32_t in cast and sizeof for
25018 ctype->charnames.
25019
ae7080d3
JL
250202013-09-11 Jia Liu <proljc@gmail.com>
25021
25022 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25023 __daddr_t_defined.
25024 [__FreeBSD__]: Likewise.
25025
5905e7b3
OB
250262013-09-11 Ondřej Bílka <neleai@seznam.cz>
25027
25028 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25029 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25030 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25031 (strchr): Remove __strchr_sse42 ifunc selection.
25032 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25033 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25034
b987c776
WN
250352013-09-11 Will Newton <will.newton@linaro.org>
25036
25037 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25038 parameter to RES. Remove hardcoded 1000 value.
25039 * benchtests/bench-skeleton.c (main): Pass RES parameter
25040 to TIMING_INIT and multiply result by 1000.
25041
ddf985af
AZ
250422013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25043
25044 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25045
ffdd3181
AS
250462013-09-11 Andreas Schwab <schwab@suse.de>
25047
25048 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25049 if not defined.
25050 (O_TMPFILE) [__USE_GNU]: Define.
25051 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25052 Define.
25053
b73ed247
WN
250542013-09-11 Will Newton <will.newton@linaro.org>
25055
25056 [BZ #15857]
25057 * malloc/malloc.c (__libc_memalign): Check the value of bytes
25058 does not overflow.
25059
55e17aad
WN
250602013-09-11 Will Newton <will.newton@linaro.org>
25061
25062 [BZ #15856]
25063 * malloc/malloc.c (__libc_valloc): Check the value of bytes
25064 does not overflow.
25065
1159a193
WN
250662013-09-11 Will Newton <will.newton@linaro.org>
25067
25068 [BZ #15855]
25069 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25070 does not overflow.
25071
5905e7b3 250722013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
25073
25074 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25075 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25076 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25077 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25078 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25079
cdfc721b
AM
250802013-09-10 Allan McRae <allan@archlinux.org>
25081
aa04af00
AM
25082 [BZ #15748]
25083 * manual/arith.texi (Parsing of Floats): Clarify
25084 cross-reference.
25085
cdfc721b
AM
25086 [BZ #15849]
25087 * manual/install.texi (Running make install): Mention
25088 --enable-pt-chown.
25089 * INSTALL: Regenerated.
25090
95e7cf29
MR
250912013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
25092
25093 * csu/init-first.c (_init): Remove the !SHARED condition around
25094 FPU control word initialization.
25095 * elf/dl-support.c (_dl_fpu_control): New variable.
25096 (_dl_aux_init) <AT_FPUCW>: Initialize it.
25097 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25098 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25099 * math/test-fpucw-static.c: New file.
25100 * math/test-fpucw-ieee.c: New file.
25101 * math/test-fpucw-ieee-static.c: New file.
25102 * math/Makefile (tests): Add `test-fpucw-ieee' and
25103 `$(tests-static)'.
25104 (tests-static): New variable.
25105 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25106 dependency to...
25107 [($(build-shared),yes)]
25108 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25109 ... this.
25110 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25111 New dependency.
25112
83e43bf0
AM
251132013-09-09 Allan McRae <allan@archlinux.org>
25114
a9f5ce09
AM
25115 [BZ #15939]
25116 * manual/string.texi (Collation Functions): Fix typo in
25117 strcoll example.
25118 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25119
34829bc2
AM
25120 [BZ #15893]
25121 * stdlib/isomac.c (get_null_defines): Fix memory leak.
25122
3932737d
AM
25123 [BZ #15892]
25124 * libio/memstream.c (open_memstream): Fix memory leak.
25125 * libio/wmemstream.c (open_wmemstream): Likewise.
25126
83e43bf0
AM
25127 [BZ #15895]
25128 * nscd/netgroupcache.c: Fix nesting of ifdefs.
25129
0c66b8e9
WN
251302013-09-09 Will Newton <will.newton@linaro.org>
25131
25132 * malloc/Makefile: Add tst-realloc to tests.
25133 * malloc/tst-realloc.c: New file.
25134
f6b00fd1
AM
251352013-09-09 Allan McRae <allan@archlinux.org>
25136
25137 [BZ #15844]
25138 * COPYING: Update from GNU website to fix FSF address.
25139 * COPYING.LIB: Likewise.
25140
eec55e16
DM
251412013-09-06 David S. Miller <davem@davemloft.net>
25142
25143 * po/zh_TW.po: Update Chinese (traditional) translation from
25144 translation project.
25145
1ecbb381
RS
251462013-09-06 Richard Sandiford <richard@codesourcery.com>
25147 Joseph Myers <joseph@codesourcery.com>
25148
25149 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25150 "localeinfo.h".
25151 (obstack_chunk_alloc): New macro.
25152 (obstack_chunk_free): Likewise.
25153 (record_offset): New function.
25154 (init_locale_data): Likewise.
25155 (align_locale_data): Likewise.
25156 (add_locale_empty): Likewise.
25157 (add_locale_raw_data): Likewise.
25158 (add_locale_raw_obstack): Likewise.
25159 (add_locale_string): Likewise.
25160 (add_locale_wstring): Likewise.
25161 (add_locale_uint32): Likewise.
25162 (add_locale_uint32_array): Likewise.
25163 (add_locale_char): Likewise.
25164 (start_locale_structure): Likewise.
25165 (end_locale_structure): Likewise.
25166 (start_locale_prelude): Likewise.
25167 (end_locale_prelude): Likewise.
25168 (write_locale_data): Take locale_file structure rather than an
25169 iovec.
25170 * locale/programs/locfile.h: Include "obstack.h".
25171 (struct locale_file): Change to store locale file contents instead
25172 of header.
25173 (init_locale_data): New prototype.
25174 (align_locale_data): Likewise.
25175 (add_locale_empty): Likewise.
25176 (add_locale_raw_data): Likewise.
25177 (add_locale_raw_obstack): Likewise.
25178 (add_locale_string): Likewise.
25179 (add_locale_wstring): Likewise.
25180 (add_locale_uint32): Likewise.
25181 (add_locale_uint32_array): Likewise.
25182 (add_locale_char): Likewise.
25183 (start_locale_structure): Likewise.
25184 (end_locale_structure): Likewise.
25185 (start_locale_prelude): Likewise.
25186 (end_locale_prelude): Likewise.
25187 (write_locale_data): Update prototype.
25188 * locale/programs/3level.h (struct TABLE): Remove result field.
25189 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25190 Use new locale_file interface.
25191 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25192 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25193 * locale/programs/ld-address.c (address_output): Use new
25194 locale_file interface.
25195 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25196 NO_ADD_LOCALE.
25197 (collate_finish): Don't call collseq_table_finalize.
25198 (collate_output): Use new locale_file interface.
25199 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25200 in file.
25201 (NO_FINALIZE): Change to NO_ADD_LOCALE.
25202 (TABLE): Move defines earlier in file.
25203 (ELEMENT): Likewise.
25204 (DEFAULT): Likewise.
25205 (wctrans_table_add): Move macro and inline function earlier in
25206 file.
25207 (struct wctype_table): Move type earlier in file.
25208 (add_locale_wctype_table): New static prototype.
25209 (struct locale_ctype_t): Use logical types instead of struct iovec
25210 pointers for members.
25211 (ctype_output): Use new locale_file interface.
25212 (wctype_table_finalize): Change to add_locale_wctype_table. Use
25213 new locale_file interface.
25214 (allocate_arrays): Update for use of new locale_file interface.
25215 * locale/programs/ld-identification.c (identification_output): Use
25216 new locale_file interface.
25217 * locale/programs/ld-measurement.c (measurement_output): Likewise.
25218 * locale/programs/ld-messages.c (messages_output): Likewise.
25219 * locale/programs/ld-monetary.c (monetary_output): Likewise.
25220 * locale/programs/ld-name.c (name_output): Likewise.
25221 * locale/programs/ld-numeric.c (numeric_output): Likewise.
25222 * locale/programs/ld-paper.c (paper_output): Likewise.
25223 * locale/programs/ld-telephone.c (telephone_output): Likewise.
25224 * locale/programs/ld-time.c (time_output): Likewise.
25225
e029e2e5
AZ
252262013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25227
25228 * benchtests/Makefile: Add memrchr benchmark.
25229 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25230 benchmark as memrchr.
25231 * benchtests/bench-memrchr-ifunc.c: New file.
25232 * benchtests/bench-memrchr.c: New file.
25233
bbf6e8e4
WN
252342013-09-06 Will Newton <will.newton@linaro.org>
25235
25236 * benchtests/Makefile (string-bench): Add memcpy.
25237
6c82a2f8
CD
252382013-09-05 Carlos O'Donell <carlos@redhat.com>
25239 Cong Wang <amwang@redhat.com>
25240
e732c5f0 25241 [BZ #15850]
6c82a2f8
CD
25242 * sysdeps/unix/sysv/linux/bits/in.h
25243 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25244 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25245 before __USE_KERNEL_IPV6_DEFS uses.
25246 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25247 IPPROTO_BEETPH.
25248 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25249 sockaddr_in6, or ipv6_mreq.
25250
5430fc65
AZ
252512013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25252
25253 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25254 memory access for final bytes in some large inputs.
25255 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25256
4660856c
AZ
252572013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25258
25259 * string/test-memrchr.c: New file.
25260 * string/test-memrchr-ifunc.c: New file.
25261 * string/Makefile: Add new memrchr testcase.
25262
bb8ea713
MF
252632013-09-05 Mike Frysinger <vapier@gentoo.org>
25264
25265 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25266 fanotify_init returns EPERM.
25267
b92a20b5
JM
252682013-09-04 Joseph Myers <joseph@codesourcery.com>
25269
25270 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25271 errors.
25272 (top level): Treat second token from macro or constant entries for
25273 allowed headers as allowed.
25274 * include/complex.h: Condition internal declarations on
25275 [!_ISOMAC].
25276 * include/fenv.h: Condition include of <stdbool.h> and internal
25277 declarations on [!_ISOMAC].
7447ccd9
CL
25278
252792013-09-04 Chris Leonard <cjl@sugarlabs,.org>
25280
3e181dda 25281 [BZ #15923]
7447ccd9
CL
25282 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25283
3f2e46a4
JM
252842013-09-04 Joseph Myers <joseph@codesourcery.com>
25285
25286 * configure.in (--enable-versioning): Remove configure option.
25287 (libc_cv_asm_symver_directive): Remove configure test.
25288 (libc_cv_ld_version_script_option): Likewise.
25289 (VERSIONING): Remove variable and AC_SUBST.
25290 (DO_VERSIONING): Remove AC_DEFINE.
25291 * configure: Regenerated.
25292 * config.h.in (DO_VERSIONING): Remove macro.
25293 * Makerules [$(versioning) = yes]: Change conditionals to
25294 [$(build-shared) = yes].
25295 * config.make.in (versioning): Remove variable.
25296 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25297 [$(build-shared) = yes].
25298 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25299 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25300 * elf/Makefile [$(versioning) = yes]: Change conditionals to
25301 [$(build-shared) = yes].
25302 * extra-lib.mk [$(versioning) = yes]: Likewise.
25303 * hurd/Makefile [$(versioning) = yes]: Likewise.
25304 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25305 [SHARED].
25306 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25307 [SHARED].
25308 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25309 [SHARED && !NO_HIDDEN].
25310 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25311 [SHARED].
25312 [SHARED && DO_VERSIONING]: Likewise..
25313 * libio/Makefile [$(versioning) = yes]: Change conditionals to
25314 [$(build-shared) = yes].
25315 * manual/install.texi (--disable-versioning): Remove
25316 documentation.
25317 * INSTALL: Regenerated.
25318 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25319 to [SHARED].
25320 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25321 [$(build-shared) = yes].
25322 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25323 * sysdeps/i386/i686/multiarch/strstr-c.c
25324 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25325 [SHARED && !NO_HIDDEN].
25326 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25327 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25328 * sysdeps/powerpc/powerpc32/dl-machine.c
25329 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25330 * sysdeps/powerpc/powerpc32/sysdep.h
25331 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25332 to [SHARED && PIC && !NO_HIDDEN].
25333 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25334 conditional to [SHARED].
25335
44558701
WN
253362013-09-04 Will Newton <will.newton@linaro.org>
25337
25338 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25339 * benchtests/bench-string.h: Include bench-timing.h instead
25340 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25341 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25342 call to HP_TIMING_DIFF_INIT.
25343 * benchtests/bench-memccpy.c: Use bench-timing.h macros
25344 instead of hp-timing.h macros.
25345 * benchtests/bench-memchr.c: Likewise.
25346 * benchtests/bench-memcmp.c: Likewise.
25347 * benchtests/bench-memcpy.c: Likewise.
25348 * benchtests/bench-memmem.c: Likewise.
25349 * benchtests/bench-memmove.c: Likewise.
25350 * benchtests/bench-memset.c: Likewise.
25351 * benchtests/bench-rawmemchr.c: Likewise.
25352 * benchtests/bench-strcasecmp.c: Likewise.
25353 * benchtests/bench-strcasestr.c: Likewise.
25354 * benchtests/bench-strcat.c: Likewise.
25355 * benchtests/bench-strchr.c: Likewise.
25356 * benchtests/bench-strcmp.c: Likewise.
25357 * benchtests/bench-strcpy.c: Likewise.
25358 * benchtests/bench-strcpy_chk.c: Likewise.
25359 * benchtests/bench-strlen.c: Likewise.
25360 * benchtests/bench-strncasecmp.c: Likewise.
25361 * benchtests/bench-strncat.c: Likewise.
25362 * benchtests/bench-strncmp.c: Likewise.
25363 * benchtests/bench-strncpy.c: Likewise.
25364 * benchtests/bench-strnlen.c: Likewise.
25365 * benchtests/bench-strpbrk.c: Likewise.
25366 * benchtests/bench-strrchr.c: Likewise.
25367 * benchtests/bench-strspn.c: Likewise.
25368 * benchtests/bench-strstr.c: Likewise.
25369
cae16d66
WN
253702013-09-04 Will Newton <will.newton@linaro.org>
25371
25372 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25373
ffa3cd7f
JM
253742013-09-03 Joseph Myers <joseph@codesourcery.com>
25375
25376 [BZ #15427]
25377 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25378 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25379 * math/libm-test.inc (lgamma_test_data): Add more tests.
25380 * sysdeps/i386/fpu/libm-test-ulps: Update.
25381 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25382
8f02859f
OB
253832013-09-03 Ondřej Bílka <neleai@seznam.cz>
25384
25385 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25386 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25387 Add ifunc.
25388 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25389 Add strcmp-sse2-unaligned
25390 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25391
18d43716
MF
253922013-09-02 Mike Frysinger <vapier@gentoo.org>
25393
25394 * Versions.def (libc): Add GLIBC_2.19.
25395
ac444012
MF
253962013-09-02 Mike Frysinger <vapier@gentoo.org>
25397
25398 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25399 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25400
b7835e32
JM
254012013-09-02 Joseph Myers <joseph@codesourcery.com>
25402
25403 [BZ #14155]
25404 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25405 intermediate calculations in recurrence.
25406 (__ieee754_ynf): Likewise.
25407 * math/libm-test.inc (jn_test_data): Do not allow spurious
25408 underflow exception. Add more tests.
25409 (yn_test_data): Add more tests.
25410 * sysdeps/i386/fpu/libm-test-ulps: Update.
25411 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25412
8220f4f0
OB
254132013-09-02 Ondřej Bílka <neleai@seznam.cz>
25414
25415 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25416
f24a6d08
OB
254172013-08-30 Ondřej Bílka <neleai@seznam.cz>
25418
25419 * csu/init-first.c: Fix then/than typos.
25420 * locale/programs/ld-collate.c: Likewise.
25421 * locale/programs/linereader.h: Likewise.
25422 * manual/charset.texi: Likewise.
25423 * manual/filesys.texi: Likewise.
25424 * manual/stdio.texi: Likewise.
25425 * manual/string.texi: Likewise.
25426 * stdlib/fmtmsg.c: Likewise.
25427 * sysdeps/i386/stpncpy.S: Likewise.
25428 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25429 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25430 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25431 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25432
382466e0
OB
254332013-08-30 Ondřej Bílka <neleai@seznam.cz>
25434
25435 * elf/dl-open.c: Fix typos.
25436 * iconvdata/gbbig5.c: Likewise.
25437 * iconvdata/iso-2022-jp.c: Likewise.
25438 * iconv/gconv_int.h: Likewise.
25439 * iconv/loop.c: Likewise.
25440 * nis/rpcsvc/nis.h: Likewise.
25441 * resolv/ns_name.c: Likewise.
25442 * stdio-common/vfscanf.c: Likewise.
25443 * streams/stropts.h: Likewise.
25444 * sunrpc/rpc_thread.c: Likewise.
25445 * sysdeps/i386/strpbrk.S: Likewise.
25446 * sysdeps/ieee754/k_standard.c: Likewise.
25447 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25448 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25449 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25450 * sysdeps/mach/hurd/profil.c: Likewise.
25451 * sysdeps/s390/dl-procinfo.h: Likewise.
25452 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25453 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25454 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25455 * sysdeps/x86_64/dl-trampoline.S: Likewise.
25456 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25457
0186c6e9
OB
254582013-08-30 Ondřej Bílka <neleai@seznam.cz>
25459
25460 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25461 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25462
d4e16af1
OB
254632013-08-29 Ondřej Bílka <neleai@seznam.cz>
25464
25465 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25466 aix specific files.
25467 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25468 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25469 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25470 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25471 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25472 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25473 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25474 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25475
88335980
TS
254762013-08-29 Thomas Schwinge <thomas@codesourcery.com>
25477 Roland McGrath <roland@hack.frob.com>
25478
25479 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25480 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25481
ed479b02
ST
254822013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
25483
25484 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25485 __executable_start symbol instead of _start.
25486
f1cc4c86
TS
254872013-08-29 Thomas Schwinge <thomas@codesourcery.com>
25488
d821f07c
TS
25489 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25490 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25491 Move macros to...
25492 * sysdeps/gnu/ldsodefs.h: ... this new file.
25493
c54290cf
TS
25494 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25495 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25496 instead of ELFOSABI_LINUX.
25497
0007fc9b 25498 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
25499 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25500 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25501 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25502 Likewise.
25503 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25504 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25505 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25506 Likewise.
25507 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25508 (ibm_extended_long_double): Add ieee_nan member.
25509 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25510 (do_test): New function.
25511
f1cc4c86
TS
25512 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25513 TEST_TRUNC.
25514 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25515 functions, renamed from truncdfsf_test, trunctfsf_test,
25516 trunctfdf_test.
25517 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25518 functions.
25519 (do_test): Run all these.
25520
6f65e668
OB
255212013-08-29 Ondřej Bílka <neleai@seznam.cz>
25522
25523 * argp/argp-help.c: Fix typos.
25524 * argp/argp-parse.c: Likewise.
25525 * debug/backtracesyms.c: Likewise.
25526 * elf/elf.h: Likewise.
25527 * malloc/malloc.c: Likewise.
25528 * nis/nis_print.c: Likewise.
25529 * resolv/res_comp.c: Likewise.
25530 * stdlib/stdlib.h: Likewise.
25531 * sunrpc/clnt_tcp.c: Likewise.
25532 * sunrpc/clnt_udp.c: Likewise.
25533 * sunrpc/clnt_unix.c: Likewise.
25534 * sysdeps/unix/bsd/ptsname.c: Likewise.
25535 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25536 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
25537 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25538 Likewise.
25539 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25540 Likewise.
25541 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25542 Likewise.
6f65e668
OB
25543 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25544
3a309239
SP
255452013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25546
25547 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25548 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25549
3b813b29
MF
255502013-08-27 Mike Frysinger <vapier@gentoo.org>
25551
25552 [BZ #15897]
25553 * dlfcn/Makefile (tests): Add bug-dl-leaf.
25554 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25555 ($(objpfx)bug-dl-leaf): New rule.
25556 ($(objpfx)bug-dl-leaf.so): Likewise.
25557 ($(objpfx)bug-dl-leaf.out): Likewise.
25558 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25559 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25560 * dlfcn/bug-dl-leaf.c: New test.
25561 * dlfcn/bug-dl-leaf-lib.c: Likewise.
25562 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25563 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25564 (dlclose): Likewise.
25565 (dlmopen): Likewise.
25566
8cc3269f
RM
255672013-08-27 Roland McGrath <roland@hack.frob.com>
25568
7f9d0034
RM
25569 * include/netdb.h [!_ISOMAC]:
25570 Don't include <tls.h>.
25571 (h_errno, __libc_h_errno): Move declaration and macros out of
25572 [_LIBC_REENTRANT].
25573
fb431262
RM
25574 * include/resolv.h [_RESOLV_H_]:
25575 Don't include <tls.h>.
25576 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25577 * resolv/res_libc.c: Don't include <tls.h>.
25578 (_res): Use __attribute__ ((nocommon)) in place of
25579 __attribute__ ((section (".bss"))).
25580
bd81123a
RM
25581 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25582 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25583
c4e42566
RM
25584 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25585
f890a59b
RM
25586 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25587 only under [SIOCGIFCONF && SIOCGIFNETMASK].
25588
25589 * resolv/res_mkquery.c: Include <sys/time.h>.
25590
5d1f0a09
RM
25591 * inet/ifreq.c: Moved to ...
25592 * sysdeps/unix/ifreq.c: ... here.
25593 * inet/ifreq.c: New file, true stub version.
25594
6fcf28b3
RM
25595 * socket/sa_len.c: New file.
25596 * socket/Makefile (aux): Add it.
25597 * sysdeps/unix/sysv/linux/Makefile
25598 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25599 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25600 and #include <socket/sa_len.c>.
25601 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25602 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25603
e041fb8b
RM
25604 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25605 * bits/socket.h: ... here.
25606
8cc3269f
RM
25607 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25608 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25609 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25610
5d228a43
AS
256112013-08-27 Andreas Schwab <schwab@suse.de>
25612
45b8accc
AS
25613 [BZ #15736]
25614 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25615 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25616 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25617 * string/test-strcasecmp.c (test_main): Run tests in several
25618 locales.
25619 * string/test-strncasecmp.c (test_main): Likewise.
25620
5d228a43
AS
25621 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25622 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25623 to __strcasecmp_nonascii and __strncasecmp_nonascii.
25624 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25625 (__strncasecmp_ssse3) [PIC]: Likewise.
25626
59d112a4
RM
256272013-08-26 Roland McGrath <roland@hack.frob.com>
25628
53234cc3
RM
25629 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25630
59d112a4
RM
25631 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25632 instead of explicitly declaring xdecrypt.
25633 * nis/nss_nis/nis-publickey.c: Likewise.
25634
595aba70
SP
256352013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25636
25637 [BZ #15890]
25638 * nscd/aicache.c: Include res_hconf.h.
25639 (addhstaiX): Initialize res_hconf.
25640
ffabd393
AS
256412013-08-26 Andreas Schwab <schwab@suse.de>
25642
25643 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25644 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25645
e0a69f5c
SP
256462013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25647
25648 * nscd/aicache.c (addhstaiX): Fix indentation.
25649
8c12f01d
MF
256502013-08-25 Mike Frysinger <vapier@gentoo.org>
25651
25652 * configure.ac: Quote $build_pt_chown test.
25653 * configure: Regenerated.
25654
8fe89494
JM
256552013-08-23 Joseph Myers <joseph@codesourcery.com>
25656
25657 [BZ #15532]
25658 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25659 * math/s_cexpf.c (__cexpf): Likewise.
25660 * math/s_cexpl.c (__cexpl): Likewise.
25661 * math/libm-test.inc (cexp_test_data): Correct expected return
25662 value for NaN + i0. Add another test.
25663
75b181d6
DM
256642013-08-22 David S. Miller <davem@davemloft.net>
25665
25666 * po/ca.po: Update Catalan translation from translation project.
936241e4 25667 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 25668
acd06bb1
JM
256692013-08-21 Joseph Myers <joseph@codesourcery.com>
25670
25671 [BZ #15797]
25672 * math/s_fdim.c (__fdim): Check for infinite arguments if result
25673 is infinite, not alongside NaN test.
25674 * math/s_fdimf.c (__fdimf): Likewise.
25675 * math/s_fdiml.c (__fdiml): Likewise.
25676 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
25677 errno is unchanged.
25678
c0c3f78a
OB
256792013-08-21 Ondřej Bílka <neleai@seznam.cz>
25680
25681 * argp/argp-help.c: Fix typos.
25682 * crypt/speeds.c: Likewise.
25683 * csu/check_fds.c: Likewise.
25684 * elf/dl-load.c: Likewise.
25685 * elf/dl-open.c: Likewise.
25686 * elf/reldep3.c: Likewise.
25687 * elf/reldep.c: Likewise.
25688 * elf/sprof.c: Likewise.
25689 * iconv/iconv_charmap.c: Likewise.
25690 * iconv/skeleton.c: Likewise.
25691 * iconv/strtab.c: Likewise.
25692 * io/lockf64.c: Likewise.
25693 * libio/libioP.h: Likewise.
25694 * resolv/gai_notify.c: Likewise.
25695 * resolv/ns_name.c: Likewise.
25696 * resolv/ns_samedomain.c: Likewise.
25697 * resolv/res_send.c: Likewise.
25698 * stdlib/random.c: Likewise.
25699 * sunrpc/rpc/xdr.h: Likewise.
25700 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25701 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25702 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25703 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25704 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25705 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25706 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25707 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25708 * sysdeps/mach/hurd/check_fds.c: Likewise.
25709 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25710 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25711 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25712 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25713 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25714 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25715 * sysdeps/pthread/aio_notify.c: Likewise.
25716 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25717 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25718 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25719 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25720 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25721
46ed1038
LD
257222013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25723
25724 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25725 version if bit_Slow_SSE4_2 is set.
25726 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25727 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25728
d400dcac
AZ
257292013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25730
25731 [BZ #15867]
25732 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25733 trampoline stack frame information.
25734 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25735 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25736 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25737 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25738 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25739 * sysdeps/unix/sysv/linux/powerpc/init-first.c
25740 (_libc_vdso_platform_setup): Initialize the signal trampolines.
25741 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25742 sa_flags value.
25743 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25744 interrupting a syscall and set with option SA_SIGINFO.
25745
42c8fdd8
JM
257462013-08-20 Joseph Myers <joseph@codesourcery.com>
25747
c980f2f4
JM
25748 [BZ #15531]
25749 * math/s_cproj.c (__cproj): Only return an infinity if one part of
25750 argument is infinite.
25751 * math/s_cprojf.c (__cprojf): Likewise.
25752 * math/s_cprojl.c (__cprojl): Likewise.
25753 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25754 * math/libm-test.inc (cproj_test_data): Add more tests.
25755
0716c4fc
JM
25756 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25757
42c8fdd8
JM
25758 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25759 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25760 size. Use __ffs to determine corresponding shift.
25761
b31469d0
JM
257622013-08-20 Joseph Myers <joseph@codesourcery.com>
25763 Roland McGrath <roland@hack.frob.com>
25764
25765 * Makefile (INSTALL): Remove trailing blank lines from output of
25766 makeinfo.
25767
4e39af6e
AK
257682013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25769
25770 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25771 Align 32 bit compat elf_greg to 8 bytes.
25772
f315524e
AA
257732013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
25774
25775 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25776
1326ba1a
SP
257772013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
25778
25779 * string/strcoll_l.c (coll_seq): New structure.
25780 (get_next_seq_cached): New function.
25781 (get_next_seq): New function.
25782 (do_compare): New function.
25783 (STRCOLL): Use GNU style definition. Simplify implementation
25784 by using get_next_seq, get_next_seq_cached and do_compare.
25785
91ce4085
FW
257862013-08-16 Florian Weimer <fweimer@redhat.com>
25787
25788 [BZ #14699]
25789 CVE-2013-4237
25790 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25791 member.
25792 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25793 member.
25794 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25795 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25796 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
25797 conditional.
25798 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25799 GETDENTS_64BIT_ALIGNED.
25800 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25801 * manual/filesys.texi (Reading/Closing Directory): Document
25802 ENAMETOOLONG return value of readdir_r. Recommend readdir more
25803 strongly.
25804 * manual/conf.texi (Limits for Files): Add portability note to
25805 NAME_MAX, PATH_MAX.
25806 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25807
ca0a6bc4
AS
258082013-08-13 Andreas Schwab <schwab@suse.de>
25809
25810 [BZ #15749]
25811 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25812 of fabs.
25813 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25814 LDBL_MAX_EXP >= 16384]: Add tests for it.
25815
6c1fd795
DM
258162013-08-12 David S. Miller <davem@davemloft.net>
25817
25818 * version.h (RELEASE): Set to "development".
25819 (VERSION): Set to "2.18.90".
25820 * NEWS: Add 2.19 section.
25821
31ad488d
DM
258222013-08-03 David S. Miller <davem@davemloft.net>
25823
25824 * po/ko.po: Update Korean translation from translation project.
25825
db24e684
DM
258262013-08-01 David S. Miller <davem@davemloft.net>
25827
25828 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
25829 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25830 Bilka.
25831
f723285b
DM
258322013-07-30 David S. Miller <davem@davemloft.net>
25833
25834 * po/fr.po: Update French translation from translation project.
25835
3cbc52db
DM
258362013-07-28 David S. Miller <davem@davemloft.net>
25837
30bbc0cc
DM
25838 * po/cs.po: Update Czech translation from translation project.
25839
3cbc52db
DM
25840 * po/sv.po: Update Swedish translation from translation project.
25841
d492e6d0
DM
258422013-07-27 David S. Miller <davem@davemloft.net>
25843
f1a7f492
DM
25844 * po/eo.po: Update Esperanto translation from translation project.
25845
90e62a4a
DM
25846 * po/vi.po: Update Vietnamese translation from translation project.
25847
d492e6d0
DM
25848 * po/de.po: Update German translation from translation project.
25849
d4baa62d
DM
258502013-07-26 David S. Miller <davem@davemloft.net>
25851
641aa7b4
DM
25852 * po/bg.po: Update Bulgarian translation from translation project.
25853
d4baa62d
DM
25854 * po/nl.po: Update Dutch translation from translation project.
25855 * po/pl.po: Update Polish translation from translation project.
25856 * po/ru.po: Update Russian translation from translation project.
25857
61a9dcb9
DM
258582013-07-24 David S. Miller <davem@davemloft.net>
25859
25860 * po/libc.pot: Update.
25861
7b1f8b58
AZ
258622013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25863
25864 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25865 variable page size.
25866 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25867 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25868 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25869
a8fc7a03
AK
258702013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25871
25872 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25873
e4608715
CD
258742013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25875 Andreas Schwab <schwab@suse.de>
25876 Roland McGrath <roland@hack.frob.com>
25877 Joseph Myers <joseph@codesourcery.com>
25878 Carlos O'Donell <carlos@redhat.com>
25879
25880 [BZ #15755]
25881 * config.h.in: Define HAVE_PT_CHOWN.
25882 * config.make.in (build-pt-chown): New variable.
25883 * configure.in (--enable-pt_chown): New configure option.
25884 * configure: Regenerate.
25885 * login/Makefile: Include Makeconfig. Build pt_chown only if
25886 build-pt-chown is enabled.
25887 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25888 pt_chown to fix pty ownership.
25889 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25890 CLOSE_ALL_FDS.
25891 * manual/install.texi (Configuring and compiling): Mention
25892 --enable-pt_chown. Add @findex for grantpt.
25893 * INSTALL: Regenerate.
25894
da2d62df
DM
258952013-07-20 David S. Miller <davem@davemloft.net>
25896
25897 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25898 difference between 32-bit and 64-bit.
25899
d7e06450
CD
259002013-07-15 Carlos O'Donell <carlos@redhat.com>
25901
25902 [BZ #15711]
25903 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25904 Avoid system header dependency with -ffreestanding.
25905 ($(objpfx)bits/syscall%d): Likewise.
25906
f959cfd7
DM
259072013-07-13 David S. Miller <davem@davemloft.net>
25908
25909 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25910 underflows from atanl/atan2l due to bug 15319.
25911 (casinh_test_data): Likewise.
25912
c61f8513
DM
259132013-07-07 David S. Miller <davem@davemloft.net>
25914
25915 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25916
72c90ed0
JA
259172013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
25918
25919 * sysdeps/i386/fpu/libm-test-ulps: Update.
25920 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25921
52dfbe13
SP
259222013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
25923
25924 * configure.in (--enable-lock-elision): Fix message text.
25925 * INSTALL: Regenerate.
25926 * configure: Regenerate.
25927
3f169543
AZ
259282013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25929
25930 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25931
521c6785
AJ
259322013-07-03 Andreas Jaeger <aj@suse.de>
25933
25934 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25935 define.
25936 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25937 (ptrace_peeksiginfo_args): Add.
25938 (__ptrace_peeksiginfo_flags): Add.
25939 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25940 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25941 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25942
d2cc15cb
AM
259432013-07-03 Allan McRae <allan@archlinux.org>
25944
25945 * sysdeps/i386/fpu/libm-test-ulps: Update.
25946
3aaeeca7
DM
259472013-07-02 David S. Miller <davem@davemloft.net>
25948
25949 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25950
5314ed1a
MT
259512013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
25952
25953 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25954
67338156
JM
259552013-07-02 Joseph Myers <joseph@codesourcery.com>
25956
25957 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25958 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25959
1717da59
AK
259602013-07-02 Andi Kleen <ak@linux.intel.com>
25961
25962 * config.h.in (ENABLE_LOCK_ELISION): Add.
25963 * configure.in (--enable-lock-elision): Add option.
25964 * manual/install.texi: Document --enable lock elision.
25965 * configure: Regenerate
25966 * INSTALL: Regenerate.
25967
1c81621c
L
259682013-07-02 H.J. Lu <hongjiu.lu@intel.com>
25969
25970 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25971 SSE4.2 strcasecmp for libc.a.
25972 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25973
77f01ab5
JM
259742013-07-02 Joseph Myers <joseph@codesourcery.com>
25975
25976 [BZ #13304]
25977 * soft-fp/op-common.h (_FP_FMA): New macro.
25978 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25979 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
25980 (_FP_MUL_MEAT_1_imm): ... here.
25981 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
25982 (_FP_MUL_MEAT_1_wide): ... here.
25983 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
25984 (_FP_MUL_MEAT_1_hard): ... here.
25985 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25986 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
25987 (_FP_MUL_MEAT_2_wide): ... here.
25988 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
25989 (_FP_MUL_MEAT_2_wide_3mul): ... here.
25990 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
25991 (_FP_MUL_MEAT_2_gmp): ... here.
25992 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25993 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
25994 (_FP_MUL_MEAT_4_wide): ... here.
25995 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
25996 (_FP_MUL_MEAT_4_gmp): ... here.
25997 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25998 (_FP_WFRACBITS_DW_S): Likewise.
25999 (_FP_WFRACXBITS_DW_S): Likewise.
26000 (_FP_HIGHBIT_DW_S): Likewise.
26001 (FP_FMA_S): Likewise.
26002 (_FP_FRAC_HIGH_DW_S): Likewise.
26003 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26004 (_FP_WFRACBITS_DW_D): Likewise.
26005 (_FP_WFRACXBITS_DW_D): Likewise.
26006 (_FP_HIGHBIT_DW_D): Likewise.
26007 (FP_FMA_D): Likewise.
26008 (_FP_FRAC_HIGH_DW_D): Likewise.
26009 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26010 (_FP_WFRACBITS_DW_E): Likewise.
26011 (_FP_WFRACXBITS_DW_E): Likewise.
26012 (_FP_HIGHBIT_DW_E): Likewise.
26013 (FP_FMA_E): Likewise.
26014 (_FP_FRAC_HIGH_DW_E): Likewise.
26015 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26016 (_FP_WFRACBITS_DW_Q): Likewise.
26017 (_FP_WFRACXBITS_DW_Q): Likewise.
26018 (_FP_HIGHBIT_DW_Q): Likewise.
26019 (FP_FMA_Q): Likewise.
26020 (_FP_FRAC_HIGH_DW_Q): Likewise.
26021 * soft-fp/fmasf4.c: New file.
26022 * soft-fp/fmadf4.c: Likewise.
26023 * soft-fp/fmatf4.c: Likewise.
26024
6308fd9a
LD
260252013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26026
26027 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26028 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26029 Silvermont.
26030 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26031 macro.
26032 (index_Slow_SSE4_2): Likewise.
26033 (index_Prefer_PMINUB_for_stringop): Likewise.
26034 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26035 bit_Slow_SSE4_2 is set.
26036 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26037 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26038
89cd9569
RA
260392013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26040
26041 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26042 rtld_global._dl_hwcap2.
26043 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26044 POWER8.
26045 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26046 POWER8 feature descriptions defined in _dl_hwcap2.
26047 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26048 string handling for POWER8 feature bits.
26049 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26050 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26051 _dl_powerpc_cap_flags.
26052 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26053 * sysdeps/powerpc/rtld-global-offsets.sym
26054 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26055 _dl_hwcap2 in the rtld_global_ro structure.
26056
1ae8bfe0
RA
260572013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26058
26059 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26060 hardware capabilities in support of AT_HWCAP2.
26061 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26062 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26063 GLRO(dl_hwcap2).
26064 (_dl_show_auxv): Add support for calling _dl_procinfo to display
26065 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
26066 explicitly the unknown a_type display mechanism is used.
26067 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26068 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26069 struct member.
26070 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26071 to macro prototype for AT_HWCAP2 support.
26072 * sysdeps/i386/dl-procinfo.h: Likewise.
26073 * sysdeps/s390/dl-procinfo.h: Likewise.
26074 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26075 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
26076 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
26077 return -1 for unknown a_type display fallback.
26078 * sysdeps/sparc/dl-procinfo.h: Likewise.
26079 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26080 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26081
8fbec010
JM
260822013-06-28 Joseph Myers <joseph@codesourcery.com>
26083
26084 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26085 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26086
0432680e
PY
260872013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
26088
26089 [BZ #12492]
26090 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26091 mprotect making __stack_prot writable.
26092
ce61a2ad
NF
260932013-06-28 Nathan Froyd <froydnj@codesourcery.com>
26094 Joseph Myers <joseph@codesourcery.com>
26095
26096 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26097 as being properly aligned.
26098
f91f1c0f
MR
260992013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
26100
3d0f5d0c
MR
26101 * dlfcn/modstatic5.c: New file.
26102 * dlfcn/tststatic5.c: New file.
26103 * dlfcn/Makefile (tests): Add tststatic5.
26104 (tests-static): Likewise.
26105 (modules-names): Add modstatic5.
26106 (tststatic5-ENV): New variable.
26107 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26108
f91f1c0f
MR
26109 [BZ #15022]
26110 * elf/dl-support.c (_dl_main_map): New variable.
26111 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26112 (_dl_nns, _dl_load_adds): Set to 1.
26113 (_dl_initial_searchlist): Refer to _dl_main_map.
26114 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26115 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26116 call to _dl_get_origin.
26117 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26118 around call_map.
26119 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26120 * dlfcn/modstatic3.c: New file.
26121 * dlfcn/tststatic3.c: New file.
26122 * dlfcn/tststatic4.c: New file.
26123 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26124 (tests-static): Likewise.
26125 (modules-names): Add modstatic3.
26126 (tststatic3-ENV, tststatic4-ENV): New variables.
26127 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26128 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26129
cbe7d24b
JM
261302013-06-26 Joseph Myers <joseph@codesourcery.com>
26131
26132 * configure.in (CC): Require GCC version 4.4 or later.
26133 * configure: Regenerated.
26134 * manual/install.texi (Tools for Compilation): Update GCC version
26135 requirement.
26136 * INSTALL: Regenerated.
26137
11b8a0e1
LD
261382013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26139
26140 [BZ #15674]
bb5bb87c
L
26141 * string/test-memcmp.c (check2): New.
26142 (main): Call check2.
26143
11b8a0e1
LD
26144 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26145
b0037103
MR
261462013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
26147
26148 [BZ #15022]
26149 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26150 over to...
26151 (dl_open_worker) [!SHARED]: ... here.
26152
c18c701d
RA
261532013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26154
26155 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26156
1d17fa5f
RH
261572013-06-25 Richard Henderson <rth@redhat.com>
26158
26159 * locale/programs/locarchive.c: Include <libc-internal.h>
26160
8fcb833a
JM
261612013-06-25 Joseph Myers <joseph@codesourcery.com>
26162
26163 * manual/texinfo.tex: Update to version 2013-06-21.17, with
26164 trailing whitespace removed.
26165
17db6e8d
MF
261662013-06-24 Mike Frysinger <vapier@gentoo.org>
26167
26168 [BZ #10283]
17db6e8d
MF
26169 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26170 * locale/programs/locarchive.c: Include libc-mmap.h.
26171 (prepare_address_space): Take two new outputs (the mmap base and len).
26172 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
26173 values.
26174 (create_archive): Declare new mmap base and len values for
26175 prepare_address_space, and store the result in ah.
26176 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26177 (enlarge_archive): If ah->mmap_base is not NULL, use that and
26178 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26179 Declare new mmap base and len values for
26180 prepare_address_space, and store the result in new_ah.
26181 (open_archive): Declare new mmap base and len values for
26182 prepare_address_space, and store the result in ah.
26183 (close_archive): If ah->mmap_base is not NULL, use that and
26184 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26185 * sysdeps/generic/libc-mmap.h: New file.
26186
d605071e
MF
261872013-06-24 Mike Frysinger <vapier@gentoo.org>
26188
26189 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26190 (ALIGN_UP): Likewise.
26191 (PTR_ALIGN_DOWN): Likewise.
26192 (PTR_ALIGN_UP): Likewise.
26193
2f063a6e
RA
261942013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26195
26196 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26197 entry mapped to PPC_PLATFORM_POWER8.
26198 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26199 POWER8.
26200 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26201 (_dl_string_platform): Add case for exporting platform position for
26202 POWER8.
26203 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26204 search path to sysdeps/powerpc/powerpc32/power8 directory.
26205 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26206 search path to sysdeps/powerpc/powerpc64/power8 directory.
26207 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26208 power7 directories.
26209 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26210 power7 directories.
26211
a31ee4b3
SP
262122013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
26213
a74ca98f
SP
26214 * INSTALL: Regenerate.
26215
a31ee4b3
SP
26216 * nscd/connections.c (nscd_init): Fix comment.
26217
695c378f
JM
262182013-06-22 Joseph Myers <joseph@codesourcery.com>
26219
d8412221
JM
26220 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26221
695c378f
JM
26222 [BZ #15667]
26223 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26224 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26225
d1d54715
MR
262262013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
26227
26228 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26229 DL_DST_REQ_STATIC.
26230 (DL_DST_REQ_STATIC): Remove macro.
26231
8fdda7af
JM
262322013-06-21 Joseph Myers <joseph@codesourcery.com>
26233
26234 [BZ #7006]
26235 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26236 with a shift of 0 bits.
26237
f3bc5e5a
MR
262382013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
26239
26240 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26241 $(tststatic-ENV).
26242
be09e8c9
KK
262432013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
26244
26245 [BZ #15655]
26246 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26247
85c2e611
AZ
262482013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26249
26250 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26251 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26252 accepts -fno-tree-loop-distribute-patterns.
26253 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26254 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26255 recursive call.
26256 * string/memset.c (memset): Likewise.
26257 * string/test-memmove.c (simple_memmove): Disable loop transformation
26258 to library calls.
26259 * string/test-memset.c (simple_memset): Likewise.
26260 * benchtests/bench-memmove.c (simple_memmove): Likewise.
26261 * benchtests/bench-memset.c (simple_memset): Likewise.
26262 * configure: Regenerated.
26263
c91e0825
JM
262642013-06-20 Joseph Myers <joseph@codesourcery.com>
26265
b8c792af
JM
26266 * math/test-misc.c (main): Ignore fesetround failure when failures
26267 of subsequent rounding tests would be ignored.
26268
c91e0825
JM
26269 [BZ #15654]
26270 * math/fedisblxcpt.c (fedisableexcept): Return 0.
26271 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26272 * math/fegetenv.c (__fegetenv): Return 0.
26273 * math/fegetexcept.c (fegetexcept): Return 0.
26274 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26275 FE_TONEAREST.
26276 * math/feholdexcpt.c (feholdexcept): Return 0.
26277 * math/fesetenv.c (__fesetenv): Return 0.
26278 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26279 argument FE_TONEAREST.
26280 * math/feupdateenv.c (__feupdateenv): Return 0.
26281 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26282
bfcacbde
RM
262832013-06-18 Roland McGrath <roland@hack.frob.com>
26284
26285 * elf/rtld-Rules (rtld-compile-command.S): New variable.
26286 (rtld-compile-command.s, rtld-compile-command.c): New variables.
26287 ($(objpfx)rtld-%.os rules): Use them.
26288
e55a9b25
AZ
262892013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26290
26291 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26292 fields.
26293
346d65b3
RM
262942013-06-17 Roland McGrath <roland@hack.frob.com>
26295
12086fb4
RM
26296 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26297 length of target pattern, then descending length of dependency pattern.
26298 * configure.in (AWK): Require gawk 3.1.2 or newer.
26299 * manual/install.texi (Tools for Compilation): Say that we do.
26300 * configure: Regenerated.
26301
346d65b3
RM
26302 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26303 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26304 * scripts/sysd-rules.awk: ... this new script.
26305 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26306 than a glob-style pattern.
26307
1a846317
JM
263082013-06-17 Joseph Myers <joseph@codesourcery.com>
26309
26310 * math/test-misc.c (main): Do not treat incorrectly rounded
26311 conversions as failure unless ROUNDING_TESTS passes.
26312
8fc75e6f
JM
263132013-06-15 Joseph Myers <joseph@codesourcery.com>
26314
3711a167
JM
26315 [BZ #15631]
26316 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26317 restore exception state around main square root computation, then
26318 check for inexactness explicitly.
26319
8fc75e6f
JM
26320 * math/libm-test.inc (fma_test_data): Add another test.
26321
61dd6208
SP
263222013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26323
adf23d2c
SP
26324 * manual/threads.texi (Non-POSIX Extensions): New document
26325 node. Document pthread_getattr_default_np and
26326 pthread_setattr_default_np.
26327
61dd6208
SP
26328 * Versions.def (libpthread): Add GLIBC_2.18.
26329 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26331 Likewise.
26332 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26333 Likewise.
26334 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26335 Likewise.
26336 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26337 Likewise.
26338 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26339 Likewise.
26340 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26341 Likewise.
26342 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26343 Likewise.
26344 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26345 Likewise.
26346 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26347 Likewise.
26348
d086fc7b
LD
263492013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26350
26351 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26352 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26353
747ef469
SP
263542013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26355 H.J. Lu <hjl.tools@gmail.com>
26356
26357 [BZ #15627]
26358 * sysdeps/x86_64/rtld-memset.c: Remove file.
26359 * sysdeps/x86_64/rtld-memset.S: New file.
26360
1b2feed2
JM
263612013-06-14 Joseph Myers <joseph@codesourcery.com>
26362
26363 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26364 (test_in_one_mode): Take arguments for whether the rounding mode
26365 is supported for each floating-point type.
26366 (do_test): Pass new arguments to test_in_one_mode using
26367 ROUNDING_TESTS.
26368
a58ad3f8
RM
263692013-06-13 Roland McGrath <roland@hack.frob.com>
26370
26371 * posix/tst-waitid.c (do_test): Distinguish different instances of
26372 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
26373 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26374 before entering the kernel for waitpid.
26375
c204ab28
SP
263762013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
26377
26378 * NEWS: Fix note on clock function precision. Text by Roland
26379 McGrath.
26380
f4a29fba
RM
263812013-06-13 Roland McGrath <roland@hack.frob.com>
26382
26383 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26384 it into place only when and if the sanity check passes.
26385
1f24b9ad
JM
263862013-06-13 Joseph Myers <joseph@codesourcery.com>
26387
26388 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26389 output for whether conversion result is exact. Take argument
26390 indicating whether type is IBM long double.
26391 (round_for_all): Change need_exact field to ibm_ld.
26392 * stdlib/tst-strtod-round.c (struct exactness): New type.
26393 (struct test): Change bool ld_ok field to struct exactness exact.
26394 (TEST): Update all definitions for change to field.
26395 (tests): Regenerate array contents.
26396 (test_in_one_mode): Take pointer to new field instead of old ld_ok
26397 field value. Check for IBM long double here.
26398 (do_test): Update calls to test_in_one_mode.
26399
58206c68
SP
264002013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
26401
26402 [BZ #12515]
26403 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26404 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26405
2d6f4c5b 264062013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
26407
26408 [BZ #15605]
26409 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26410 generated by the compiler on loop optimizations.
26411 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26412 general definitions.
26413
94f2c076
JM
264142013-06-12 Joseph Myers <joseph@codesourcery.com>
26415
26416 * math/bug-nextafter.c: Include <math-tests.h>.
26417 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26418 the relevant type.
26419 * math/bug-nexttoward.c: Include <math-tests.h>.
26420 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26421 the relevant type.
26422 * math/test-misc.c: Include <math-tests.h>.
26423 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26424 the relevant type.
26425
e0e50a0a
AJ
264262013-06-12 Andreas Jaeger <aj@suse.de>
26427
26428 * po/ia.po: Update Interlingua translation from translation
26429 project.
26430
25061094
SP
264312013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26432
26433 * include/fenv.h: Include stdbool.h.
26434 (struct rm_ctx): New structure.
26435 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26436 Define macro.
26437 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26438 (SET_RESTORE_ROUNDF): Likewise.
26439 (SET_RESTORE_ROUNDL): Likewise.
26440 (SET_RESTORE_ROUND_NOEX): Likewise.
26441 (SET_RESTORE_ROUND_NOEXF): Likewise.
26442 (SET_RESTORE_ROUND_NOEXL): Likewise.
26443 (SET_RESTORE_ROUND_53BIT): Likewise.
26444 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26445 (libc_feresetround_noexf_ctx): Likewise.
26446 (libc_feresetround_noexl_ctx): Likewise.
26447 (libc_feholdsetround_53bit_ctx): Likewise.
26448 (libc_feresetround_53bit_ctx): Likewise.
26449 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26450 (libc_feholdexcept_setround_sse_ctx): New function.
26451 (libc_fesetenv_sse_ctx): Likewise.
26452 (libc_feupdateenv_sse_ctx): Likewise.
26453 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26454 (libc_feholdexcept_setround_387_ctx): Likewise.
26455 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26456 (libc_feholdsetround_387_prec_ctx): Likewise.
26457 (libc_feholdsetround_387_ctx): Likewise.
26458 (libc_feholdsetround_387_53bit_ctx): Likewise.
26459 (libc_feholdsetround_sse_ctx): Likewise.
26460 (libc_feresetround_sse_ctx): Likewise.
26461 (libc_feresetround_387_ctx): Likewise.
26462 (libc_feupdateenv_387_ctx): Likewise.
26463 (libc_feholdexcept_setroundf_ctx): Define macro.
26464 (libc_fesetenvf_ctx): Likewise.
26465 (libc_feupdateenvf_ctx): Likewise.
26466 (libc_feholdsetroundf_ctx): Likewise.
26467 (libc_feresetroundf_ctx): Likewise.
26468 (libc_feholdexcept_setround_ctx): Likewise.
26469 (libc_fesetenv_ctx): Likewise.
26470 (libc_feupdateenv_ctx): Likewise.
26471 (libc_feholdsetround_ctx): Likewise.
26472 (libc_feresetround_ctx): Likewise.
26473 (libc_feholdexcept_setroundl_ctx): Likewise.
26474 (libc_feupdateenvl_ctx): Likewise.
26475 (libc_feholdsetroundl_ctx): Likewise.
26476 (libc_feresetroundl_ctx): Likewise.
26477 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26478 (libc_feresetround_53bit_ctx): Likewise.
26479
59b30555
SP
264802013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26481
26482 * locale/iso-639.def: Convert to UTF-8.
26483
f1d73d30
JM
264842013-06-11 Joseph Myers <joseph@codesourcery.com>
26485
26486 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26487 (EXCEPTION_TESTS_double): Likewise.
26488 (EXCEPTION_TESTS_long_double): Likewise.
26489 (EXCEPTION_TESTS): Likewise.
26490 * math/libm-test.inc (test_exceptions): Only test exceptions if
26491 EXCEPTION_TESTS (FLOAT).
26492
94aca5e7
SP
264932013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26494
26495 * benchtests/Makefile (string-bench): Add strcpy_chk and
26496 stpcpy_chk.
26497 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26498 * benchtests/bench-stpcpy_chk.c: New file.
26499 * benchtests/bench-strcpy_chk-ifunc.c: New file.
26500 * benchtests/bench-strcpy_chk.c: New file.
26501 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26502 code.
26503 (do_test): Likewise.
26504
fac0c5f2
RA
265052013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26506
26507 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26508 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26509 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26510 with tabs where appropriate.
26511 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26512 dl-procinfo.h.
26513 [PPC_PLATFORM_PPC440]: Likewise.
26514 [PPC_PLATFORM_PPC464]: Likewise.
26515 [PPC_PLATFORM_PPC476]: Likewise.
26516 (_dl_string_platform): Add support for detecting ppc405, ppc440,
26517 ppc464, and ppc476 platform strings merging from ports/
26518 dl-procinfo.h.
26519
f22bc486
AS
265202013-06-11 Andreas Schwab <schwab@suse.de>
26521
26522 [BZ #14991]
26523 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26524 (from_ucs4_idx): Regenerate.
26525 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26526 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26527 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26528 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26529 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26530 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26531 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26532 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26533 from FROM_LOOP and TO_LOOP specific macros.
26534 (BODY): Handle combining characters.
26535 * iconvdata/BIG5HKSCS.irreversible: Update.
26536 * iconvdata/BIG5HKSCS.precomposed: New file.
26537 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26538 characters.
26539 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26540
c1f75dc3
SP
265412013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26542
4eacded2
SP
26543 * include/sys/time.h: Fix indentation and add copyright header.
26544
fec799f8
SP
26545 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26546 (do_test): Likewise.
26547 * string/test-memchr.c (do_one_test): Likewise.
26548 (do_test): Likewise.
26549 * string/test-memcmp.c (do_one_test): Likewise.
26550 (do_test): Likewise.
26551 * string/test-memcpy.c (do_one_test): Likewise.
26552 (do_test): Likewise.
26553 * string/test-memmem.c (do_one_test): Likewise.
26554 (do_test): Likewise.
26555 (do_random_tests): Likewise.
26556 * string/test-memmove.c (do_one_test): Likewise.
26557 (do_test): Likewise.
26558 * string/test-memset.c (do_one_test): Likewise.
26559 (do_test): Likewise.
26560 * string/test-rawmemchr.c (do_one_test): Likewise.
26561 (do_test): Likewise.
26562 * string/test-strcasecmp.c (do_one_test): Likewise.
26563 (do_test): Likewise.
26564 * string/test-strcasestr.c (do_one_test): Likewise.
26565 (do_test): Likewise.
26566 * string/test-strcat.c (do_one_test): Likewise.
26567 (do_test): Likewise.
26568 * string/test-strchr.c (do_one_test): Likewise.
26569 (do_test): Likewise.
26570 * string/test-strcmp.c (do_one_test): Likewise.
26571 (do_test): Likewise.
26572 * string/test-strcpy.c (do_one_test): Likewise.
26573 (do_test): Likewise.
26574 * string/test-string.h: Likewise.
26575 (test_init): Likewise.
26576 * string/test-strlen.c (do_one_test): Likewise.
26577 (do_test): Likewise.
26578 * string/test-strncasecmp.c (do_one_test): Likewise.
26579 (do_test): Likewise.
26580 * string/test-strncat.c (do_one_test): Likewise.
26581 (do_test): Likewise.
26582 * string/test-strncmp.c (do_one_test): Likewise.
26583 (do_test_limit): Likewise.
26584 (do_test): Likewise.
26585 * string/test-strncpy.c (do_one_test): Likewise.
26586 (do_test): Likewise.
26587 * string/test-strnlen.c (do_one_test): Likewise.
26588 (do_test): Likewise.
26589 * string/test-strpbrk.c (do_one_test): Likewise.
26590 (do_test): Likewise.
26591 * string/test-strrchr.c (do_one_test): Likewise.
26592 (do_test): Likewise.
26593 * string/test-strspn.c (do_one_test): Likewise.
26594 (do_test): Likewise.
26595 * string/test-strstr.c (do_one_test): Likewise.
26596 (do_test): Likewise.
26597
97020474
SP
26598 * benchtests/Makefile (string-bench): Add string benchmarks.
26599 * benchtests/bench-bcopy-ifunc.c: New file.
26600 * benchtests/bench-bcopy.c: New file.
26601 * benchtests/bench-bzero-ifunc.c: New file.
26602 * benchtests/bench-bzero.c: New file.
26603 * benchtests/bench-memccpy-ifunc.c: New file.
26604 * benchtests/bench-memccpy.c: New file.
26605 * benchtests/bench-memchr-ifunc.c: New file.
26606 * benchtests/bench-memchr.c: New file.
26607 * benchtests/bench-memcmp-ifunc.c: New file.
26608 * benchtests/bench-memcmp.c: New file.
26609 * benchtests/bench-memmem-ifunc.c: New file.
26610 * benchtests/bench-memmem.c: New file.
26611 * benchtests/bench-memmove-ifunc.c: New file.
26612 * benchtests/bench-memmove.c: New file.
26613 * benchtests/bench-mempcpy-ifunc.c: New file.
26614 * benchtests/bench-mempcpy.c: New file.
26615 * benchtests/bench-memset-ifunc.c: New file.
26616 * benchtests/bench-memset.c: New file.
26617 * benchtests/bench-rawmemchr-ifunc.c: New file.
26618 * benchtests/bench-rawmemchr.c: New file.
26619 * benchtests/bench-stpcpy-ifunc.c: New file.
26620 * benchtests/bench-stpcpy.c: New file.
26621 * benchtests/bench-stpncpy-ifunc.c: New file.
26622 * benchtests/bench-stpncpy.c: New file.
26623 * benchtests/bench-strcasecmp-ifunc.c: New file.
26624 * benchtests/bench-strcasecmp.c: New file.
26625 * benchtests/bench-strcasestr-ifunc.c: New file.
26626 * benchtests/bench-strcasestr.c: New file.
26627 * benchtests/bench-strcat-ifunc.c: New file.
26628 * benchtests/bench-strcat.c: New file.
26629 * benchtests/bench-strchr-ifunc.c: New file.
26630 * benchtests/bench-strchr.c: New file.
26631 * benchtests/bench-strchrnul-ifunc.c: New file.
26632 * benchtests/bench-strchrnul.c: New file.
26633 * benchtests/bench-strcmp-ifunc.c: New file.
26634 * benchtests/bench-strcmp.c: New file.
26635 * benchtests/bench-strcpy-ifunc.c: New file.
26636 * benchtests/bench-strcpy.c: New file.
26637 * benchtests/bench-strcspn-ifunc.c: New file.
26638 * benchtests/bench-strcspn.c: New file.
26639 * benchtests/bench-strlen-ifunc.c: New file.
26640 * benchtests/bench-strlen.c: New file.
26641 * benchtests/bench-strncasecmp-ifunc.c: New file.
26642 * benchtests/bench-strncasecmp.c: New file.
26643 * benchtests/bench-strncat-ifunc.c: New file.
26644 * benchtests/bench-strncat.c: New file.
26645 * benchtests/bench-strncmp-ifunc.c: New file.
26646 * benchtests/bench-strncmp.c: New file.
26647 * benchtests/bench-strncpy-ifunc.c: New file.
26648 * benchtests/bench-strncpy.c: New file.
26649 * benchtests/bench-strnlen-ifunc.c: New file.
26650 * benchtests/bench-strnlen.c: New file.
26651 * benchtests/bench-strpbrk-ifunc.c: New file.
26652 * benchtests/bench-strpbrk.c: New file.
26653 * benchtests/bench-strrchr-ifunc.c: New file.
26654 * benchtests/bench-strrchr.c: New file.
26655 * benchtests/bench-strspn-ifunc.c: New file.
26656 * benchtests/bench-strspn.c: New file.
26657 * benchtests/bench-strstr-ifunc.c: New file.
26658 * benchtests/bench-strstr.c: New file.
26659
c1f75dc3
SP
26660 * benchtests/Makefile: Disable parallel execution of targets.
26661 (string-bench): Add memcpy.
26662 (benchset): New variable to store a list of benchmark sets.
26663 (bench-func): Renamed from bench.
26664 (bench-set): New target.
26665 (bench): Depend on bench-func and bench-set.
26666 * benchtests/README: Add section on benchmark sets.
26667 * benchtests/bench-memcpy-ifunc.c: New file.
26668 * benchtests/bench-memcpy.c: New file.
26669 * benchtests/bench-string.h: New file.
26670
50fd745b
AS
266712013-06-11 Andreas Schwab <schwab@suse.de>
26672
26673 [BZ #15577]
26674 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26675 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26676 values in the triple.
26677 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26678 terminator in the group key.
26679
3ee7e9fe
AJ
266802013-06-11 Andreas Jaeger <aj@suse.de>
26681
26682 * po/zh_TW.po: Update Chinese (traditional) translation from
26683 translation project.
26684
89fb6835
SP
266852013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26686
26687 * include/time.h (__clock_gettime): Add libc_hidden_proto.
26688 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26689 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
26690 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26691 (clock_getcpuclockid): Likewise.
26692 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26693 Add weak_alias and libc_hidden_def.
26694 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26695 * rt/clock_gettime.c (clock_gettime): Rename to
26696 __clock_gettime. Add weak_alias and libc_hidden_def.
26697 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26698 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26699 __clock_nanosleep. Add weak_alias and libc_hidden_def.
26700 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26701 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26702 Likewise.
26703 * rt/clock_settime.c (clock_settime): Rename to
26704 __clock_settime. Add weak_alias and libc_hidden_def.
26705 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26706
0efa6f8b
JM
267072013-06-10 Joseph Myers <joseph@codesourcery.com>
26708
b8c61b4b
JM
26709 * mach/err_boot.sub: Remove trailing whitespace.
26710 * mach/err_ipc.sub: Likewise.
26711 * mach/err_mach.sub: Likewise.
26712
0efa6f8b
JM
26713 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26714 (ROUNDING_TESTS_double): Likewise.
26715 (ROUNDING_TESTS_long_double): Likewise.
26716 (ROUNDING_TESTS): Likewise.
26717 * math/libm-test.inc: Include <math-tests.h>.
26718 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26719 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26720 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26721 (IF_ROUND_INIT_FE_UPWARD): Likewise.
26722
50b818bf
SP
267232013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26724
26725 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26726 of assigning.
26727
60d2f8f3
JM
267282013-06-08 Joseph Myers <joseph@codesourcery.com>
26729
4902d2c3
JM
26730 * sysdeps/gnu/errlist.awk: Do not generate space at end of
26731 otherwise empty TRANS lines.
26732 * sysdeps/gnu/errlist.c: Regenerated.
26733
60d2f8f3
JM
26734 * catgets/gencat.c (error_print): Use (void) in function
26735 definition.
26736 * crypt/crypt_util.c (__init_des): Likewise.
26737 * crypt/speeds.c (Stop): Likewise.
26738 (main): Likewise.
26739 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26740 * inet/ruserpass.c (token): Likewise.
26741 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26742 * intl/localealias.c (extend_alias_table): Likewise.
26743 * intl/plural-exp.c (init_germanic_plural): Likewise.
26744 * libio/fcloseall.c (__fcloseall): Likewise.
26745 * libio/genops.c (_IO_flush_all): Likewise.
26746 (_IO_flush_all_linebuffered): Likewise.
26747 (_IO_cleanup): Likewise.
26748 (_IO_iter_begin): Likewise.
26749 (_IO_iter_end): Likewise.
26750 (_IO_list_lock): Likewise.
26751 (_IO_list_unlock): Likewise.
26752 (_IO_list_resetlock): Likewise.
26753 * libio/getchar.c (getchar): Likewise.
26754 * libio/getchar_u.c (getchar_unlocked): Likewise.
26755 * libio/getwchar.c (getwchar): Likewise.
26756 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26757 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26758 * login/getpt.c (__getpt): Likewise.
26759 * login/tst-utmp.c (main): Likewise.
26760 * malloc/hooks.c (__malloc_check_init): Likewise.
26761 * malloc/malloc.c (__malloc_stats): Likewise.
26762 * malloc/mtrace.c (tr_break): Likewise.
26763 (mtrace): Likewise.
26764 (muntrace): Likewise.
26765 * misc/fstab.c (endfsent): Likewise.
26766 * misc/getclktck.c (__getclktck): Likewise.
26767 * misc/getdtsz.c (__getdtablesize): Likewise.
26768 * misc/gethostid.c (gethostid): Likewise.
26769 * misc/getpagesize.c (__getpagesize): Likewise.
26770 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26771 (__get_nprocs): Likewise.
26772 (__get_phys_pages): Likewise.
26773 (__get_avphys_pages): Likewise.
26774 * misc/getttyent.c (getttyent): Likewise.
26775 (setttyent): Likewise.
26776 (endttyent): Likewise.
26777 * misc/getusershell.c (getusershell): Likewise.
26778 (endusershell): Likewise.
26779 (setusershell): Likewise.
26780 (initshells): Likewise.
26781 * misc/hsearch.c (__hdestroy): Likewise.
26782 * misc/sync.c (sync): Likewise.
26783 * misc/syslog.c (closelog_internal): Likewise.
26784 (closelog): Likewise.
26785 * misc/ttyslot.c (ttyslot): Likewise.
26786 * misc/vhangup.c (vhangup): Likewise.
26787 * posix/fork.c (__fork): Likewise.
26788 * posix/getegid.c (__getegid): Likewise.
26789 * posix/geteuid.c (__geteuid): Likewise.
26790 * posix/getgid.c (__getgid): Likewise.
26791 * posix/getpid.c (__getpid): Likewise.
26792 * posix/getppid.c (__getppid): Likewise.
26793 * posix/getuid.c (__getuid): Likewise.
26794 * posix/pause.c (pause): Likewise.
26795 * posix/setpgrp.c (setpgrp): Likewise.
26796 * posix/setsid.c (__setsid): Likewise.
26797 * posix/test-vfork.c (noop): Likewise.
26798 * resolv/gethnamaddr.c (_endhtent): Likewise.
26799 (_gethtent): Likewise.
26800 (ht_endhostent): Likewise.
26801 (gethostent): Likewise.
26802 (dns_service): Likewise.
26803 * stdlib/drand48.c (drand48): Likewise.
26804 * stdlib/lrand48.c (lrand48): Likewise.
26805 * stdlib/mrand48.c (mrand48): Likewise.
26806 * stdlib/rand.c (rand): Likewise.
26807 * stdlib/random.c (__random): Likewise.
26808 * stdlib/setenv.c (clearenv): Likewise.
26809 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26810 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26811 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26812 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26813 (__get_nprocs): Likewise.
26814 (__get_phys_pages): Likewise.
26815 (__get_avphys_pages): Likewise.
26816 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26817 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26818 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26819 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26820 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26821 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26822 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26823 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26824 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26825 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26826 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26827 * sysdeps/mach/hurd/sync.c (sync): Likewise.
26828 * sysdeps/posix/clock.c (clock): Likewise.
26829 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26830 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26831 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26832 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26833 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26834 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26835 (__get_nprocs_conf): Likewise.
26836 (__get_phys_pages): Likewise.
26837 (__get_avphys_pages): Likewise.
26838 * time/clock.c (clock): Likewise.
26839 * time/tzset.c (__tzname_max): Likewise.
26840
2e09a79a
JM
268412013-06-07 Joseph Myers <joseph@codesourcery.com>
26842
26843 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26844 (__bswap_32): Do not use "register".
26845 * crypt/crypt.c (_ufc_doit_r): Likewise.
26846 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26847 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26848 * gmon/gmon.c (__monstartup): Likewise.
26849 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26850 * hurd/hurdmalloc.c (more_memory): Likewise.
26851 (malloc): Likewise.
26852 (free): Likewise.
26853 (realloc): Likewise.
26854 (malloc_fork_prepare): Likewise.
26855 (malloc_fork_parent): Likewise.
26856 (malloc_fork_child): Likewise.
26857 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26858 (_svcauth_des): Likewise.
26859 * inet/inet_lnaof.c (inet_lnaof): Likewise.
26860 * inet/inet_net.c (inet_network): Likewise.
26861 * inet/inet_netof.c (inet_netof): Likewise.
26862 * inet/rcmd.c (__validuser2_sa): Likewise.
26863 * io/fts.c (fts_open): Likewise.
26864 (fts_load): Likewise.
26865 (fts_close): Likewise.
26866 (fts_read): Likewise.
26867 (fts_children): Likewise.
26868 (fts_build): Likewise.
26869 (fts_stat): Likewise.
26870 (fts_sort): Likewise.
26871 (fts_alloc): Likewise.
26872 (fts_lfree): Likewise.
26873 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26874 (_IO_file_xsgetn): Likewise.
26875 (_IO_file_xsgetn_mmap): Likewise.
26876 * libio/iofopncook.c (_IO_cookie_read): Likewise.
26877 (_IO_cookie_write): Likewise.
26878 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26879 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26880 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26881 * malloc/obstack.c (_obstack_begin): Likewise.
26882 (_obstack_begin_1): Likewise.
26883 (_obstack_newchunk): Likewise.
26884 (_obstack_allocated_p): Likewise.
26885 (obstack_free): Likewise.
26886 (_obstack_memory_used): Likewise.
26887 * misc/getttyent.c (getttynam): Likewise.
26888 (getttyent): Likewise.
26889 (skip): Likewise.
26890 (value): Likewise.
26891 * misc/getusershell.c (initshells): Likewise.
26892 * misc/syslog.c (__vsyslog_chk): Likewise.
26893 * misc/ttyslot.c (ttyslot): Likewise.
26894 * nis/nis_hash.c (__nis_hash): Likewise.
26895 * posix/fnmatch_loop.c (FCT): Likewise.
26896 * posix/getconf.c (print_all): Likewise.
26897 (main): Likewise.
26898 * posix/getopt.c (exchange): Likewise.
26899 * posix/glob.c (globfree): Likewise.
26900 (prefix_array): Likewise.
26901 (__glob_pattern_type): Likewise.
26902 * resolv/arpa/nameser.h (NS_GET16): Likewise.
26903 (NS_GET32): Likewise.
26904 (NS_PUT16): Likewise.
26905 (NS_PUT32): Likewise.
26906 * resolv/gethnamaddr.c (getanswer): Likewise.
26907 (gethostbyname2): Likewise.
26908 (gethostbyaddr): Likewise.
26909 (_gethtent): Likewise.
26910 (_gethtbyname2): Likewise.
26911 (_gethtbyaddr): Likewise.
26912 * resolv/ns_print.c (dst_s_get_int16): Likewise.
26913 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26914 * resolv/res_init.c (__res_vinit): Likewise.
26915 (net_mask): Likewise.
26916 * resolv/res_mkquery.c (outchar): Likewise.
26917 (PRINT): Likewise.
26918 * stdio-common/printf_fp.c (outchar): Likewise.
26919 (PRINT): Likewise.
26920 * stdio-common/printf_fphex.c (outchar): Likewise.
26921 (PRINT): Likewise.
26922 * stdio-common/printf_size.c (outchar): Likewise.
26923 (PRINT): Likewise.
26924 * stdio-common/test_rdwr.c (main): Likewise.
26925 * stdio-common/tfformat.c (matches): Likewise.
26926 * stdio-common/vfprintf.c (outchar): Likewise.
26927 (printf_unknown): Likewise.
26928 (buffered_vfprintf): Likewise.
26929 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26930 * stdio-common/xbug.c (AppendToBuffer): Likewise.
26931 (ReadFile): Likewise.
26932 * stdlib/qsort.c (SWAP): Likewise.
26933 (_quicksort): Likewise.
26934 * stdlib/setenv.c (__add_to_environ): Likewise.
26935 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26936 * stdlib/strtol_l.c (__strtol_l): Likewise.
26937 * stdlib/tst-strtod.c (main): Likewise.
26938 * stdlib/tst-strtol.c (main): Likewise.
26939 * stdlib/tst-strtoll.c (main): Likewise.
26940 * string/bits/string2.h (__strcmp_cc): Likewise.
26941 (__strcmp_cg): Likewise.
26942 (__strcspn_c1): Likewise.
26943 (__strcspn_c2): Likewise.
26944 (__strcspn_c3): Likewise.
26945 (__strspn_c1): Likewise.
26946 (__strspn_c2): Likewise.
26947 (__strspn_c3): Likewise.
26948 (__strsep_1c): Likewise.
26949 (__strsep_2c): Likewise.
26950 (__strsep_3c): Likewise.
26951 * string/memccpy.c (__memccpy): Likewise.
26952 * string/stpcpy.c (__stpcpy): Likewise.
26953 * string/strcmp.c (strcmp): Likewise.
26954 * string/strrchr.c (strrchr): Likewise.
26955 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26956 Likewise.
26957 * sysdeps/mach/hurd/getcwd.c
26958 (_hurd_canonicalize_directory_name_internal): Likewise.
26959 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26960 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26961 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26962 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26963 Likewise, in both definitions.
26964 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26965 definitions.
26966 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26967 64] (__bswap_64): Likewise.
26968 * time/test_time.c (main): Likewise.
26969 * time/tzfile.c (__tzfile_read): Likewise.
26970 (__tzfile_compute): Likewise.
26971 * time/tzset.c (__tzset_parse_tz): Likewise.
26972 (tzset_internal): Likewise.
26973 (compute_change): Likewise.
26974 * wcsmbs/wcscat.c (__wcscat): Likewise.
26975 * wcsmbs/wcschr.c (wcschr): Likewise.
26976 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26977 * wcsmbs/wcscspn.c (wcscspn): Likewise.
26978 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26979 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26980 * wcsmbs/wcsspn.c (wcsspn): Likewise.
26981 * wcsmbs/wcsstr.c (wcsstr): Likewise.
26982 * wcsmbs/wmemchr.c (wmemchr): Likewise.
26983 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26984 * wcsmbs/wmemset.c (wmemset): Likewise.
26985
9e54314b
JM
269862013-06-06 Joseph Myers <joseph@codesourcery.com>
26987
26988 * scripts/config.guess: Update to version 2013-05-16.
26989 * scripts/config.sub: Update to version 2013-04-24.
26990 * scripts/install-sh: Update to version 2011-11-20.07.
26991 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26992 * scripts/move-if-change: Update to version 2012-01-06 07:23.
26993
350635a5
OB
269942013-06-06 Ondřej Bílka <neleai@seznam.cz>
26995
26996 * debug/fgetws_u_chk.c: Fix leading whitespaces.
26997 * elf/sln.c: Likewise.
26998 * hurd/hurd/ioctl.h: Likewise.
26999 * hurd/hurdmalloc.c: Likewise.
27000 * hurd/xattr.c: Likewise.
27001 * include/shlib-compat.h: Likewise.
27002 * inet/ruserpass.c: Likewise.
27003 * libio/iofgets_u.c: Likewise.
27004 * libio/iofgetws_u.c: Likewise.
27005 * locale/programs/ld-identification.c: Likewise.
27006 * locale/programs/ld-time.c: Likewise.
27007 * mach/msg-destroy.c: Likewise.
27008 * nss/nss_files/files-netgrp.c: Likewise.
27009 * resolv/res_data.c: Likewise.
27010 * soft-fp/op-1.h: Likewise.
27011 * soft-fp/op-2.h: Likewise.
27012 * soft-fp/op-4.h: Likewise.
27013 * soft-fp/op-common.h: Likewise.
27014 * stdio-common/printf_fphex.c: Likewise.
27015 * stdlib/strtod_l.c: Likewise.
27016 * sunrpc/rpc/clnt.h: Likewise.
27017 * sysdeps/generic/framestate.c: Likewise.
27018 * sysdeps/i386/bsd-_setjmp.S: Likewise.
27019 * sysdeps/i386/bsd-setjmp.S: Likewise.
27020 * sysdeps/i386/__longjmp.S: Likewise.
27021 * sysdeps/i386/setjmp.S: Likewise.
27022 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27023 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27024 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27025 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27026 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27027 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27028 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27029 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27030 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27031 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27032 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27033 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27034 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27035 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27036 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27037 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27038 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27039 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27040 * sysdeps/ieee754/support.c: Likewise.
27041 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27042 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27043 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27044 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27045 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27046 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27047 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27048 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27049 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27050 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27051 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27052 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27053 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27054 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27055 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27056 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27057 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27058 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27059
44a988af
OB
270602013-06-05 Ondřej Bílka <neleai@seznam.cz>
27061
25506f09 27062 * posix/transbug.c: Remove executable mode.
44a988af 27063
9c84384c
JM
270642013-06-05 Joseph Myers <joseph@codesourcery.com>
27065
27066 * crypt/speeds.c: Remove trailing whitespace.
27067 * dlfcn/default.c: Likewise.
27068 * elf/ifuncdep2.c: Likewise.
27069 * elf/ifuncmain1.c: Likewise.
27070 * elf/ifuncmain1vis.c: Likewise.
27071 * elf/testobj.h: Likewise.
27072 * elf/tst-stackguard1.c: Likewise.
27073 * gmon/sys/gmon.h: Likewise.
27074 * hurd/hurdmsg.c: Likewise.
27075 * hurd/new-fd.c: Likewise.
27076 * hurd/ports-get.c: Likewise.
27077 * iconvdata/ibm1008_420.c: Likewise.
27078 * inet/tst-getni1.c: Likewise.
27079 * inet/tst-getni2.c: Likewise.
27080 * libio/ioungetc.c: Likewise.
27081 * libio/wfiledoalloc.c: Likewise.
27082 * manual/libm-err-tab.pl: Likewise.
27083 * math/w_dremf.c: Likewise.
27084 * misc/ftruncate.c: Likewise.
27085 * posix/bug-glob2.c: Likewise.
27086 * posix/tst-pcre.c: Likewise.
27087 * posix/wait4.c: Likewise.
27088 * resolv/README: Likewise.
27089 * resolv/res_debug.h: Likewise.
27090 * resolv/tst-inet_ntop.c: Likewise.
27091 * setjmp/bug269-setjmp.c: Likewise.
27092 * soft-fp/extended.h: Likewise.
27093 * soft-fp/op-1.h: Likewise.
27094 * soft-fp/op-2.h: Likewise.
27095 * soft-fp/op-4.h: Likewise.
27096 * soft-fp/op-8.h: Likewise.
27097 * soft-fp/testit.c: Likewise.
27098 * stdio-common/bug16.c: Likewise.
27099 * stdlib/random.c: Likewise.
27100 * sunrpc/rpcsvc/rquota.x: Likewise.
27101 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27102 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27103 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27104 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27105 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27106 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27107 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27108 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27109 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27110 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27111 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27112 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27113 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27114 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27115 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27116 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27117 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27118 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27119 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27120 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27121 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27122 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27123 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27124 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27125 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27126 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27127 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27128 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27129 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27130 * sysdeps/ieee754/s_lib_version.c: Likewise.
27131 * sysdeps/mach/hurd/check_fds.c: Likewise.
27132 * sysdeps/mach/hurd/getsockname.c: Likewise.
27133 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27134 * sysdeps/mach/hurd/recvfrom.c: Likewise.
27135 * sysdeps/powerpc/bits/link.h: Likewise.
27136 * sysdeps/powerpc/dl-procinfo.c: Likewise.
27137 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27138 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27139 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27140 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27141 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27142 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27143 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27144 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27145 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27146 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27147 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27148 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27149 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27150 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27151 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27152 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27153 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27154 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27155 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27156 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27157 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27158 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27159 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27160 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27161 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27162 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27163 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27164 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27165 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27166 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27167 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27168 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27169 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27170 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27171 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27172 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27173 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27174 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27175 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27176 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27177 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27178 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27179 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27180 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27181 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27182 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27183 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27184 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27185 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27186 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27187 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27188 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27189 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27190 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27191 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27192 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27193 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27194 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27195 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27196 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27197 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27198 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27199 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27200 * sysdeps/powerpc/sysdep.h: Likewise.
27201 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27202 * sysdeps/s390/s390-64/sub_n.S: Likewise.
27203 * sysdeps/sh/dl-trampoline.S: Likewise.
27204 * sysdeps/sh/memset.S: Likewise.
27205 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27206 * sysdeps/sh/strlen.S: Likewise.
27207 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27208 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27209 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27210 * sysdeps/sparc/sparc32/rem.S: Likewise.
27211 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27212 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27213 * sysdeps/sparc/sparc32/strchr.S: Likewise.
27214 * sysdeps/sparc/sparc32/udiv.S: Likewise.
27215 * sysdeps/sparc/sparc32/urem.S: Likewise.
27216 * sysdeps/sparc/sparc64/add_n.S: Likewise.
27217 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27218 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27219 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27220 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27221 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27222 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27223 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27224 * sysdeps/unix/bsd/times.c: Likewise.
27225 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27226 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27227 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27228 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27230 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27231 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27232 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27233 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27234 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27235 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27236 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27237 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27238 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27239 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27240 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27241 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27242 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27243 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27244 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27245 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27246 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27247 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27248 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27249 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27250 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27251 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27252 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27253 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27254 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27255 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27256 * sysdeps/x86_64/strcspn.S: Likewise.
27257
869378a5
RA
272582013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27259
27260 * locale/C-translit.h: Revert #include <stdint.h> because this is a
27261 generated file. Regenerate properly from gen-translit.pl.
27262 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
27263 locale/C-translit.h.
27264
840e2943
AS
272652013-06-05 Andreas Schwab <schwab@suse.de>
27266
27267 [BZ #15100]
27268 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27269 week as 6 instead of -1.
27270 * time/tst-strptime.c (day_tests): Add test case.
27271
4c60cb0c
SP
272722013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
27273
27274 * sysdeps/generic/math_private.h
27275 (libc_feholdexcept_setround_53bit): Replace with
27276 libc_feholdsetround_53bit.
27277 (libc_feupdateenv_53bit): Replace with
27278 libc_feresetround_53bit.
27279 (SET_RESTORE_ROUND_53BIT): Adjust.
27280
d180203e
SP
272812013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
27282
96df079a
SP
27283 * string/test-strchrnul.c: Add copyright header.
27284
d180203e
SP
27285 * posix/tst-getaddrinfo4.c: Increase test timeout.
27286
8b0ccb2d
CD
272872013-06-03 Carlos O'Donell <carlos@redhat.com>
27288
27289 [BZ #15536]
27290 * math/libm-test.inc (MAX_EXP): Remove
27291 (MIN_EXP): Define.
27292 (ulp): Use MIN_EXP - MANT_DIG.
27293 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27294
3b3c4d40
CD
272952013-05-31 Carlos O'Donell <carlos@redhat.com>
27296
27297 * po/be.po: Revert last change.
27298 * po/zh_CN.po: Likewise.
27299 * po/header.pot: Likewise.
27300
fab7ce3f
JM
273012013-05-31 Joseph Myers <joseph@codesourcery.com>
27302
27303 * Makefile ($(common-objpfx)linkobj/libc.so): Define
27304 link-libc-deps to empty as target-specific variable.
27305 * Makerules (link-libc-args): New variable.
27306 (libc-for-link): Likewise.
27307 (link-libc-deps): Likewise.
27308 (lib%.so): Depend on $(link-libc-deps). Link with
27309 $(link-libc-args).
27310 (build-module): Link with $(link-libc-args).
27311 (build-module-asneeded): Likewise.
27312 (build-module-helper-objlist): Filter out $(link-libc-deps) from
27313 list of objects.
27314 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27315 target-specific variable.
27316 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27317 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27318 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27319 libc.
27320 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27321 libc and ld.so.
27322 ($(objpfx)libpcprofile.so): Likewise.
27323 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27324 libc_nonshared.a.
27325 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27326 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27327 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27328 $(link-libc-deps).
27329 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27330 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27331 * login/Makefile ($(objpfx)libutil.so): Likewise.
27332 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27333 * math/Makefile ($(objpfx)libm.so): Likewise.
27334 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27335 $(objpfx)libnsl.so): Define libc-for-link as target-specific
27336 variable instead of depending directly on libc.
27337 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27338 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27339 $(link-libc-deps).
27340 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27341 libc.
27342 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27343 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27344 ($(objpfx)libanl.so): Likewise.
27345 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27346 ld.so.
27347 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27348 $(link-libc-deps).
27349 * sysdeps/i386/fpu/Makefile: Remove file.
27350 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27351 ($(objpfx)libm.so): Remove dependency on ld.so.
27352
eca5920c
PF
273532013-05-30 Patsy Franklin <pfrankli@redhat.com>
27354
27355 [BZ # 15553]
27356 * nis/yp_xdr.c (XDRMAXNAME): Define.
27357 (XDRMAXRECORD): Define.
27358 (xdr_domainname): Use XDRMAXNAME.
27359 (xdr_mapname): Likewise.
27360 (xdr_peername): Likewise.
27361 (xdr_keydat): Use XDRMAXRECORD.
27362 (xdr_valdat): Likewise.
27363
273642013-05-30 Jeff Law <law@redhat.com>
96945714
JL
27365
27366 [BZ #14256]
27367 * manual/errno.texi (ESTALE): Update to account for more than
27368 just NFS file systems.
27369 * sysdeps/gnu/errlist.c: Regenerated.
27370
b9375348
SP
273712013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27372
27373 [BZ #15465]
27374 * elf/Makefile (tests): Add tst-null-argv.
27375 (modules-names): Add tst-null-argv-lib.
27376 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27377 (tst-null-argv-ENV): Set environment for tst-null-argv.
27378 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27379 (RTLD_PROGNAME): New macro.
27380 * elf/tst-null-argv.c: New test case.
27381 * elf/tst-null-argv-lib.c: Library for test case.
27382 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27383 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27384 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27385 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27386 * elf/dl-init.c (call_init): Likewise.
27387 (_dl_init): Likewise.
27388 * elf/dl-load.c (print_search_path): Likewise.
27389 (_dl_map_object): Likewise.
27390 * elf/dl-lookup.c (do_lookup_x): Likewise.
27391 (add_dependency): Likewise.
27392 (_dl_lookup_symbol_x): Likewise.
27393 (_dl_debug_bindings): Likewise.
27394 * elf/dl-open.c (_dl_show_scope): Likewise.
27395 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27396 * elf/dl-version.c (match_symbol): Likewise.
27397 (_dl_check_map_versions): Likewise.
27398 * elf/rtld.c (dl_main): Likewise.
27399 (print_unresolved): Use RTLD_PROGNAME.
27400 (print_missing_version): Likewise.
27401 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27402 (elf_machine_rela): Likewise.
27403 * sysdeps/powerpc/powerpc32/dl-machine.c
27404 (__process_machine_rela): Likewise.
27405 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27406 Likewise.
27407 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27408 Likewise.
27409 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27410 Likewise.
27411 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27412 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27413 Likewise.
27414 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27415 Likewise.
27416 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27417
8a9f20c8
CD
274182013-05-28 Carlos O'Donell <carlos@redhat.com>
27419
27420 * po/be.po: Add descriptive title.
27421 * po/zh_CN.po: Likewise.
27422 * po/header.pot: Likewise.
27423
0e60d68e
MF
274242013-05-28 Mike Frysinger <vapier@gentoo.org>
27425
27426 * locale/programs/locarchive.c (create_archive): Inlucde fname in
27427 error message.
27428 (enlarge_archive): Likewise.
27429
56b672e9
BN
274302013-05-28 Ben North <ben@redfrontdoor.org>
27431
27432 * manual/arith.texi (frexp): It is the magnitude of the return
27433 value which lies in [0.5, 1), not the return value itself.
27434
5e056687
AZ
274352013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27436
27437 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27438
2b66ef5d
TS
274392013-05-26 Thomas Schwinge <thomas@codesourcery.com>
27440
528c2405
TS
27441 * stdio-common/bug26.c (main): Correct fscanf template.
27442
07b4c13d
TS
27443 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27444 declare _dl_skip_args.
27445
ec9dd97c
TS
27446 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27447 Don't declare.
27448
2b66ef5d
TS
27449 * manual/platform.texi: Add missing @end deftypefun.
27450
4f8dfe27
JM
274512013-05-24 Joseph Myers <joseph@codesourcery.com>
27452
0323d086
JM
27453 [BZ #15529]
27454 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27455 bit of mantissa of 2^16382.
27456 * math/libm-test.inc (hypot_test_data): Add more tests.
27457
dd4259b9
JM
27458 * math/libm-test.inc: Add drem and pow10 to list of tested
27459 functions.
27460 (pow10_test): New function.
27461 (drem_test): Likewise.
27462 (drem_test_tonearest): Likewise.
27463 (drem_test_towardzero): Likewise.
27464 (drem_test_downward): Likewise.
27465 (drem_test_upward): Likewise.
27466 (main): Call the new functions.
27467
4f8dfe27
JM
27468 * math/libm-test.inc (finite_test_data): Remove.
27469 (finite_test): Run tests from isfinite_test_data.
27470 (gamma_test_data): Remove.
27471 (gamma_test): Run tests from lgamma_test_data.
27472 * sysdeps/i386/fpu/libm-test-ulps: Update.
27473 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27474
d116b7c4
AZ
274752013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27476
27477 * manual/platform.texi: Add PowerPC PPR function set documentation.
27478 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27479 implementation.
27480
e96e3767
CD
274812013-05-24 Carlos O'Donell <carlos@redhat.com>
27482
27483 * math/libm-test.inc (MAX_EXP): Define.
27484 (ULPDIFF): Define.
27485 (ulp): New function.
27486 (check_float_internal): Use ULPDIFF.
27487 (cpow_test): Disable failing test.
27488 (check_ulp): Test ulp() implemetnation.
27489 (main): Call check_ulp before starting tests.
27490
b679a606
JM
274912013-05-24 Joseph Myers <joseph@codesourcery.com>
27492
e8bdba36
JM
27493 * math/gen-libm-test.pl (generate_testfile): Do not handle
27494 START_DATA and END_DATA.
27495 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27496 END_DATA.
27497 (acos_tonearest_test_data): Likewise.
27498 (acos_towardzero_test_data): Likewise.
27499 (acos_downward_test_data): Likewise.
27500 (acos_upward_test_data): Likewise.
27501 (acosh_test_data): Likewise.
27502 (asin_test_data): Likewise.
27503 (asin_tonearest_test_data): Likewise.
27504 (asin_towardzero_test_data): Likewise.
27505 (asin_downward_test_data): Likewise.
27506 (asin_upward_test_data): Likewise.
27507 (asinh_test_data): Likewise.
27508 (atan_test_data): Likewise.
27509 (atanh_test_data): Likewise.
27510 (atan2_test_data): Likewise.
27511 (cabs_test_data): Likewise.
27512 (cacos_test_data): Likewise.
27513 (cacosh_test_data): Likewise.
27514 (carg_test_data): Likewise.
27515 (casin_test_data): Likewise.
27516 (casinh_test_data): Likewise.
27517 (catan_test_data): Likewise.
27518 (catanh_test_data): Likewise.
27519 (cbrt_test_data): Likewise.
27520 (ccos_test_data): Likewise.
27521 (ccosh_test_data): Likewise.
27522 (ceil_test_data): Likewise.
27523 (cexp_test_data): Likewise.
27524 (cimag_test_data): Likewise.
27525 (clog_test_data): Likewise.
27526 (clog10_test_data): Likewise.
27527 (conj_test_data): Likewise.
27528 (copysign_test_data): Likewise.
27529 (cos_test_data): Likewise.
27530 (cos_tonearest_test_data): Likewise.
27531 (cos_towardzero_test_data): Likewise.
27532 (cos_downward_test_data): Likewise.
27533 (cos_upward_test_data): Likewise.
27534 (cosh_test_data): Likewise.
27535 (cosh_tonearest_test_data): Likewise.
27536 (cosh_towardzero_test_data): Likewise.
27537 (cosh_downward_test_data): Likewise.
27538 (cosh_upward_test_data): Likewise.
27539 (cpow_test_data): Likewise.
27540 (cproj_test_data): Likewise.
27541 (creal_test_data): Likewise.
27542 (csin_test_data): Likewise.
27543 (csinh_test_data): Likewise.
27544 (csqrt_test_data): Likewise.
27545 (ctan_test_data): Likewise.
27546 (ctan_tonearest_test_data): Likewise.
27547 (ctan_towardzero_test_data): Likewise.
27548 (ctan_downward_test_data): Likewise.
27549 (ctan_upward_test_data): Likewise.
27550 (ctanh_test_data): Likewise.
27551 (ctanh_tonearest_test_data): Likewise.
27552 (ctanh_towardzero_test_data): Likewise.
27553 (ctanh_downward_test_data): Likewise.
27554 (ctanh_upward_test_data): Likewise.
27555 (erf_test_data): Likewise.
27556 (erfc_test_data): Likewise.
27557 (exp_test_data): Likewise.
27558 (exp_tonearest_test_data): Likewise.
27559 (exp_towardzero_test_data): Likewise.
27560 (exp_downward_test_data): Likewise.
27561 (exp_upward_test_data): Likewise.
27562 (exp10_test_data): Likewise.
27563 (exp2_test_data): Likewise.
27564 (expm1_test_data): Likewise.
27565 (fabs_test_data): Likewise.
27566 (fdim_test_data): Likewise.
27567 (finite_test_data): Likewise.
27568 (floor_test_data): Likewise.
27569 (fma_test_data): Likewise.
27570 (fma_towardzero_test_data): Likewise.
27571 (fma_downward_test_data): Likewise.
27572 (fma_upward_test_data): Likewise.
27573 (fmax_test_data): Likewise.
27574 (fmin_test_data): Likewise.
27575 (fmod_test_data): Likewise.
27576 (fpclassify_test_data): Likewise.
27577 (frexp_test_data): Likewise.
27578 (gamma_test_data): Likewise.
27579 (hypot_test_data): Likewise.
27580 (ilogb_test_data): Likewise.
27581 (isfinite_test_data): Likewise.
27582 (isgreater_test_data): Likewise.
27583 (isgreaterequal_test_data): Likewise.
27584 (isinf_test_data): Likewise.
27585 (isless_test_data): Likewise.
27586 (islessequal_test_data): Likewise.
27587 (islessgreater_test_data): Likewise.
27588 (isnan_test_data): Likewise.
27589 (isnormal_test_data): Likewise.
27590 (issignaling_test_data): Likewise.
27591 (isunordered_test_data): Likewise.
27592 (j0_test_data): Likewise.
27593 (j1_test_data): Likewise.
27594 (jn_test_data): Likewise.
27595 (ldexp_test_data): Likewise.
27596 (lgamma_test_data): Likewise.
27597 (lrint_test_data): Likewise.
27598 (lrint_tonearest_test_data): Likewise.
27599 (lrint_towardzero_test_data): Likewise.
27600 (lrint_downward_test_data): Likewise.
27601 (lrint_upward_test_data): Likewise.
27602 (llrint_test_data): Likewise.
27603 (llrint_tonearest_test_data): Likewise.
27604 (llrint_towardzero_test_data): Likewise.
27605 (llrint_downward_test_data): Likewise.
27606 (llrint_upward_test_data): Likewise.
27607 (log_test_data): Likewise.
27608 (log10_test_data): Likewise.
27609 (log1p_test_data): Likewise.
27610 (log2_test_data): Likewise.
27611 (logb_test_data): Likewise.
27612 (logb_downward_test_data): Likewise.
27613 (lround_test_data): Likewise.
27614 (llround_test_data): Likewise.
27615 (modf_test_data): Likewise.
27616 (nearbyint_test_data): Likewise.
27617 (nextafter_test_data): Likewise.
27618 (nexttoward_test_data): Likewise.
27619 (pow_test_data): Likewise.
27620 (pow_tonearest_test_data): Likewise.
27621 (pow_towardzero_test_data): Likewise.
27622 (pow_downward_test_data): Likewise.
27623 (pow_upward_test_data): Likewise.
27624 (remainder_test_data): Likewise.
27625 (remainder_tonearest_test_data): Likewise.
27626 (remainder_towardzero_test_data): Likewise.
27627 (remainder_downward_test_data): Likewise.
27628 (remainder_upward_test_data): Likewise.
27629 (remquo_test_data): Likewise.
27630 (rint_test_data): Likewise.
27631 (rint_tonearest_test_data): Likewise.
27632 (rint_towardzero_test_data): Likewise.
27633 (rint_downward_test_data): Likewise.
27634 (rint_upward_test_data): Likewise.
27635 (round_test_data): Likewise.
27636 (scalb_test_data): Likewise.
27637 (scalbn_test_data): Likewise.
27638 (scalbln_test_data): Likewise.
27639 (signbit_test_data): Likewise.
27640 (sin_test_data): Likewise.
27641 (sin_tonearest_test_data): Likewise.
27642 (sin_towardzero_test_data): Likewise.
27643 (sin_downward_test_data): Likewise.
27644 (sin_upward_test_data): Likewise.
27645 (sincos_test_data): Likewise.
27646 (sinh_test_data): Likewise.
27647 (sinh_tonearest_test_data): Likewise.
27648 (sinh_towardzero_test_data): Likewise.
27649 (sinh_downward_test_data): Likewise.
27650 (sinh_upward_test_data): Likewise.
27651 (sqrt_test_data): Likewise.
27652 (tan_test_data): Likewise.
27653 (tan_tonearest_test_data): Likewise.
27654 (tan_towardzero_test_data): Likewise.
27655 (tan_downward_test_data): Likewise.
27656 (tan_upward_test_data): Likewise.
27657 (tanh_test_data): Likewise.
27658 (tgamma_test_data): Likewise.
27659 (trunc_test_data): Likewise.
27660 (y0_test_data): Likewise.
27661 (y1_test_data): Likewise.
27662 (yn_test_data): Likewise.
27663 (significand_test_data): Likewise.
27664
b679a606
JM
27665 * math/gen-libm-test.pl (@functions): Remove variable.
27666 (generate_testfile): Don't handle START and END lines.
27667 * math/libm-test.inc (START): New macro.
27668 (END): Likewise.
27669 (END_COMPLEX): Likewise.
27670 (acos_test): Use END macro without arguments.
27671 (acos_test_tonearest): Likewise.
27672 (acos_test_towardzero): Likewise.
27673 (acos_test_downward): Likewise.
27674 (acos_test_upward): Likewise.
27675 (acosh_test): Likewise.
27676 (asin_test): Likewise.
27677 (asin_test_tonearest): Likewise.
27678 (asin_test_towardzero): Likewise.
27679 (asin_test_downward): Likewise.
27680 (asin_test_upward): Likewise.
27681 (asinh_test): Likewise.
27682 (atan_test): Likewise.
27683 (atanh_test): Likewise.
27684 (atan2_test): Likewise.
27685 (cabs_test): Likewise.
27686 (cacos_test): Use END_COMPLEX macro without arguments.
27687 (cacosh_test): Likewise.
27688 (carg_test): Use END macro without arguments.
27689 (casin_test): Use END_COMPLEX macro without arguments.
27690 (casinh_test): Likewise.
27691 (catan_test): Likewise.
27692 (catanh_test): Likewise.
27693 (cbrt_test): Use END macro without arguments.
27694 (ccos_test): Use END_COMPLEX macro without arguments.
27695 (ccosh_test): Likewise.
27696 (ceil_test): Use END macro without arguments.
27697 (cexp_test): Use END_COMPLEX macro without arguments.
27698 (cimag_test): Use END macro without arguments.
27699 (clog_test): Use END_COMPLEX macro without arguments.
27700 (clog10_test): Likewise.
27701 (conj_test): Likewise.
27702 (copysign_test): Use END macro without arguments.
27703 (cos_test): Likewise.
27704 (cos_test_tonearest): Likewise.
27705 (cos_test_towardzero): Likewise.
27706 (cos_test_downward): Likewise.
27707 (cos_test_upward): Likewise.
27708 (cosh_test): Likewise.
27709 (cosh_test_tonearest): Likewise.
27710 (cosh_test_towardzero): Likewise.
27711 (cosh_test_downward): Likewise.
27712 (cosh_test_upward): Likewise.
27713 (cpow_test): Use END_COMPLEX macro without arguments.
27714 (cproj_test): Likewise.
27715 (creal_test): Use END macro without arguments.
27716 (csin_test): Use END_COMPLEX macro without arguments.
27717 (csinh_test): Likewise.
27718 (csqrt_test): Likewise.
27719 (ctan_test): Likewise.
27720 (ctan_test_tonearest): Likewise.
27721 (ctan_test_towardzero): Likewise.
27722 (ctan_test_downward): Likewise.
27723 (ctan_test_upward): Likewise.
27724 (ctanh_test): Likewise.
27725 (ctanh_test_tonearest): Likewise.
27726 (ctanh_test_towardzero): Likewise.
27727 (ctanh_test_downward): Likewise.
27728 (ctanh_test_upward): Likewise.
27729 (erf_test): Use END macro without arguments.
27730 (erfc_test): Likewise.
27731 (exp_test): Likewise.
27732 (exp_test_tonearest): Likewise.
27733 (exp_test_towardzero): Likewise.
27734 (exp_test_downward): Likewise.
27735 (exp_test_upward): Likewise.
27736 (exp10_test): Likewise.
27737 (exp2_test): Likewise.
27738 (expm1_test): Likewise.
27739 (fabs_test): Likewise.
27740 (fdim_test): Likewise.
27741 (finite_test): Likewise.
27742 (floor_test): Likewise.
27743 (fma_test): Likewise.
27744 (fma_test_towardzero): Likewise.
27745 (fma_test_downward): Likewise.
27746 (fma_test_upward): Likewise.
27747 (fmax_test): Likewise.
27748 (fmin_test): Likewise.
27749 (fmod_test): Likewise.
27750 (fpclassify_test): Likewise.
27751 (frexp_test): Likewise.
27752 (gamma_test): Likewise.
27753 (hypot_test): Likewise.
27754 (ilogb_test): Likewise.
27755 (isfinite_test): Likewise.
27756 (isgreater_test): Likewise.
27757 (isgreaterequal_test): Likewise.
27758 (isinf_test): Likewise.
27759 (isless_test): Likewise.
27760 (islessequal_test): Likewise.
27761 (islessgreater_test): Likewise.
27762 (isnan_test): Likewise.
27763 (isnormal_test): Likewise.
27764 (issignaling_test): Likewise.
27765 (isunordered_test): Likewise.
27766 (j0_test): Likewise.
27767 (j1_test): Likewise.
27768 (jn_test): Likewise.
27769 (ldexp_test): Likewise.
27770 (lgamma_test): Likewise.
27771 (lrint_test): Likewise.
27772 (lrint_test_tonearest): Likewise.
27773 (lrint_test_towardzero): Likewise.
27774 (lrint_test_downward): Likewise.
27775 (lrint_test_upward): Likewise.
27776 (llrint_test): Likewise.
27777 (llrint_test_tonearest): Likewise.
27778 (llrint_test_towardzero): Likewise.
27779 (llrint_test_downward): Likewise.
27780 (llrint_test_upward): Likewise.
27781 (log_test): Likewise.
27782 (log10_test): Likewise.
27783 (log1p_test): Likewise.
27784 (log2_test): Likewise.
27785 (logb_test): Likewise.
27786 (logb_test_downward): Likewise.
27787 (lround_test): Likewise.
27788 (llround_test): Likewise.
27789 (modf_test): Likewise.
27790 (nearbyint_test): Likewise.
27791 (nextafter_test): Likewise.
27792 (nexttoward_test): Likewise.
27793 (pow_test): Likewise.
27794 (pow_test_tonearest): Likewise.
27795 (pow_test_towardzero): Likewise.
27796 (pow_test_downward): Likewise.
27797 (pow_test_upward): Likewise.
27798 (remainder_test): Likewise.
27799 (remainder_test_tonearest): Likewise.
27800 (remainder_test_towardzero): Likewise.
27801 (remainder_test_downward): Likewise.
27802 (remainder_test_upward): Likewise.
27803 (remquo_test): Likewise.
27804 (rint_test): Likewise.
27805 (rint_test_tonearest): Likewise.
27806 (rint_test_towardzero): Likewise.
27807 (rint_test_downward): Likewise.
27808 (rint_test_upward): Likewise.
27809 (round_test): Likewise.
27810 (scalb_test): Likewise.
27811 (scalbn_test): Likewise.
27812 (scalbln_test): Likewise.
27813 (signbit_test): Likewise.
27814 (sin_test): Likewise.
27815 (sin_test_tonearest): Likewise.
27816 (sin_test_towardzero): Likewise.
27817 (sin_test_downward): Likewise.
27818 (sin_test_upward): Likewise.
27819 (sincos_test): Likewise.
27820 (sinh_test): Likewise.
27821 (sinh_test_tonearest): Likewise.
27822 (sinh_test_towardzero): Likewise.
27823 (sinh_test_downward): Likewise.
27824 (sinh_test_upward): Likewise.
27825 (sqrt_test): Likewise.
27826 (tan_test): Likewise.
27827 (tan_test_tonearest): Likewise.
27828 (tan_test_towardzero): Likewise.
27829 (tan_test_downward): Likewise.
27830 (tan_test_upward): Likewise.
27831 (tanh_test): Likewise.
27832 (tgamma_test): Likewise.
27833 (trunc_test): Likewise.
27834 (y0_test): Likewise.
27835 (y1_test): Likewise.
27836 (yn_test): Likewise.
27837 (significand_test): Likewise.
27838
bae143d2
OB
278392013-05-24 Ondřej Bílka <neleai@seznam.cz>
27840
27841 [BZ #15381]
27842 * libio/genops.c (_IO_no_init): Initialize wide struct info.
27843
9323d39b
EM
278442013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
27845
d4ea44a0 27846 [BZ #14894]
9323d39b
EM
27847 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27848 __ppc_mdoio and __ppc_mdoom.
27849 * manual/platform.texi: Document new functions __ppc_yield,
27850 __ppc_mdoio and __ppc_mdoom.
27851
13e23af7
CD
278522013-05-22 Carlos O'Donell <carlos@redhat.com>
27853
27854 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27855 (main): Mention "tls" pseudo-hwcap is legacy.
27856 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27857
351fe550
JM
278582013-05-22 Joseph Myers <joseph@codesourcery.com>
27859
27860 * math/gen-libm-test.pl (parse_args): Output only string of
27861 arguments as text for test name, not full call or descriptions of
27862 tests for extra outputs.
27863 (generate_testfile): Do not pass function name to parse_args.
27864 Generate this_func variable from START.
27865 * math/libm-test.inc (struct test_f_f_data): Rename test_name
27866 field to arg_str.
27867 (struct test_ff_f_data): Likewise.
27868 (test_ff_f_data_nexttoward): Likewise.
27869 (struct test_fi_f_data): Likewise.
27870 (struct test_fl_f_data): Likewise.
27871 (struct test_if_f_data): Likewise.
27872 (struct test_fff_f_data): Likewise.
27873 (struct test_c_f_data): Likewise.
27874 (struct test_f_f1_data): Likewise. Remove field extra_name.
27875 (struct test_fF_f1_data): Likewise.
27876 (struct test_ffI_f1_data): Likewise.
27877 (struct test_c_c_data): Rename test_name field to arg_str.
27878 (struct test_cc_c_data): Likewise.
27879 (struct test_f_i_data): Likewise.
27880 (struct test_ff_i_data): Likewise.
27881 (struct test_f_l_data): Likewise.
27882 (struct test_f_L_data): Likewise.
27883 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
27884 and extra2_name.
27885 (COMMON_TEST_SETUP): New macro.
27886 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27887 (COMMON_TEST_CLEANUP): Likewise.
27888 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27889 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
27890 macros.
27891 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27892 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
27893 macros.
27894 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27895 (RUN_TEST_fff_f): Take argument string. Call new setup and
27896 cleanup macros.
27897 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27898 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
27899 macros.
27900 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27901 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
27902 macros.
27903 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27904 (RUN_TEST_fF_f1): Take argument string. Call new setup and
27905 cleanup macros.
27906 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27907 (RUN_TEST_fI_f1): Take argument string. Call new setup and
27908 cleanup macros.
27909 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27910 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
27911 cleanup macros.
27912 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27913 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
27914 macros.
27915 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27916 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
27917 macros.
27918 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27919 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
27920 macros.
27921 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27922 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
27923 cleanup macros.
27924 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27925 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
27926 cleanup macros.
27927 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27928 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
27929 macros.
27930 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27931 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
27932 cleanup macros.
27933 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27934 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
27935 macros.
27936 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27937 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
27938 macros.
27939 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27940 (RUN_TEST_fFF_11): Take argument string. Call new setup and
27941 cleanup macros.
27942 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27943
85118d4d
EBM
279442013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
27945
27946 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27947 to _sifields.sigfault.
27948 (si_addr_lsb): Define new macro.
27949 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27950 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27951 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27952
7a44c18f
CD
279532013-05-03 Carlos O'Donell <carlos at redhat.com>
27954
27955 [BZ #15441]
27956 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27957 returns -1.
27958 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27959 null return -1.
27960 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27961 loading the domain.
27962
b50a7181
JM
279632013-05-22 Joseph Myers <joseph@codesourcery.com>
27964
27965 * math/gen-libm-test.pl (parse_args): Do not include expected
27966 result in test name.
27967 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27968 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27969 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27970 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27971 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27972 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27973
051063c8
SP
279742013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
27975
3ce9e010
SP
27976 * benchtests/Makefile: Sort function entries.
27977
051063c8
SP
27978 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27979 tanh, asinh, acosh, atanh.
27980 * benchtests/acos-inputs: New file.
27981 * benchtests/acosh-inputs: New file.
27982 * benchtests/asin-inputs: New file.
27983 * benchtests/asinh-inputs: New file.
27984 * benchtests/atanh-inputs: New file.
27985 * benchtests/cosh-inputs: New file.
27986 * benchtests/log-inputs: New file.
27987 * benchtests/sinh-inputs: New file.
27988 * benchtests/tanh-inputs: New file.
27989
47c22455
DL
279902013-05-21 Dmitry V. Levin <ldv@altlinux.org>
27991
27992 [BZ #15339]
27993 * posix/tst-getaddrinfo4.c: New test.
27994 * posix/Makefile (tests): Add it.
27995
3d04f5db
SP
279962013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27997
27998 [BZ #15339]
27999 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28000 when no services were used.
28001 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28002 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28003
d5dd6189
AS
280042013-05-21 Andreas Schwab <schwab@suse.de>
28005
28006 [BZ #15014]
28007 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28008 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28009 successful.
28010 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28011 redundant variable declarations and reallocation of buffer when
28012 parsing as IPv6 address. Always set NSS status when called from
28013 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
28014 buffer too small. Correct computation of needed size.
28015 * nss/Makefile (tests): Add test-digits-dots.
28016 * nss/test-digits-dots.c: New test.
28017
fef94eab
SP
280182013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28019
28020 * benchtests/Makefile: Remove instructions for adding
28021 benchmark tests.
28022 * benchtests/README: New file to explain how to execute and
28023 enhance the benchmark tests.
28024
e39adf43
AS
280252013-05-21 Andreas Schwab <schwab@suse.de>
28026
28027 [BZ #15493]
28028 * setjmp/Makefile (tests): Add tst-sigsetjmp.
28029 * setjmp/tst-sigsetjmp.c: New test.
28030
b2b671b6
OB
280312013-05-20 Ondřej Bílka <neleai@seznam.cz>
28032
28033 * sysdeps/x86_64/memset.S (memset): New implementation.
28034 (__bzero): Likewise.
28035 (__memset_tail): New function.
28036
2d48b41c
OB
280372013-05-20 Ondřej Bílka <neleai@seznam.cz>
28038
28039 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28040 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28041 __memcpy_sse2_unaligned ifunc selection.
28042 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28043 Add memcpy-sse2-unaligned.S.
28044 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28045 Add: __memcpy_sse2_unaligned.
28046
f16cc3eb
JM
280472013-05-19 Joseph Myers <joseph@codesourcery.com>
28048
3e694268
JM
28049 [BZ #15490]
28050 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28051 math_force_eval before restoring floating-point envrionment.
28052 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28053 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28054 Likewise.
28055 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28056 <math_private.h>.
28057 (__nearbyintl): Use math_force_eval before restoring
28058 floating-point environment.
28059 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28060
db62a907
JM
28061 * math/gen-libm-test.pl (special_functions): Remove.
28062 (parse_args): Don't handle TEST_extra. Handle functions with no
28063 return value.
28064 * math/libm-test.inc (struct test_sincos_data): Replace with
28065 struct test_fFF_11_data.
28066 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28067 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28068 (sincos_test_data): Change element type to struct
28069 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
28070 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28071 RUN_TEST_LOOP_sincos.
28072 * math/README.libm-test: Don't mention special handling of
28073 individual functions.
28074 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28075 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28076 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28077 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28078 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28079 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28080
f16cc3eb
JM
28081 * math/gen-libm-test.pl (get_variable): Remove function.
28082 (parse_args): Don't show pointer parameters to call in test
28083 names. Use "extra output N" in test names for extra outputs
28084 rather than naming variables.
28085
3779b5b6
JM
280862013-05-18 Joseph Myers <joseph@codesourcery.com>
28087
2ee094ff
JM
28088 [BZ #15488]
28089 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28090 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28091 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28092 double tests.
28093 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28094 disable.
28095 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28096 check_long_double.
28097
3779b5b6
JM
28098 * math/gen-libm-test.pl (@tests): Remove variable.
28099 ($count): Likewise.
28100 (new_test): Remove function.
28101 (show_exceptions): New function.
28102 (special_functions): Use show_exceptions instead of new_test.
28103 (parse_args): Likewise.
28104 (generate_testfile): Pass only function name in generated call to
28105 print_max_error or print_complex_max_error.
28106 (get_ulps): Do not handle complex tests specially.
28107 (output_test): Rename to ...
28108 (get_all_ulps_for_test): ... this. Return a string rather than
28109 printing to a file. Require ulps to be present.
28110 (output_ulps): Generate arrays rather than #defines.
28111 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28112 (struct ulp_data): New type.
28113 (BUILD_COMPLEX_ULP): Remove macro.
28114 (compare_ulp_data): New function.
28115 (find_ulps): Likewise.
28116 (find_test_ulps): Likewise.
28117 (find_function_ulps): Likewise.
28118 (find_complex_function_ulps): Likewise.
28119 (print_max_error): Determine allowed ulps using
28120 find_function_ulps.
28121 (print_complex_max_error): Determine allowed ulps using
28122 find_complex_function_ulps.
28123 (check_float_internal): Determine max ulps using find_test_ulps.
28124 (check_float): Do not take max_ulp parameter. Update call to
28125 check_float_internal.
28126 (check_complex): Likewise.
28127 (check_int): Do not take max_ulp parameter.
28128 (check_long): Likewise.
28129 (check_bool): Likewise.
28130 (check_longlong): Likewise.
28131 (struct test_f_f_data): Remove max_ulp field.
28132 (struct test_ff_f_data): Likewise.
28133 (struct test_ff_f_data_nexttoward): Likewise.
28134 (struct test_fi_f_data): Likewise.
28135 (struct test_fl_f_data): Likewise.
28136 (struct test_if_f_data): Likewise.
28137 (struct test_fff_f_data): Likewise.
28138 (struct test_c_f_data): Likewise.
28139 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28140 (struct test_fF_f1_data): Likewise.
28141 (struct test_ffI_f1_data): Likewise.
28142 (struct test_c_c_data): Remove max_ulp field.
28143 (struct test_cc_c_data): Likewise.
28144 (struct test_f_i_data): Likewise.
28145 (struct test_ff_i_data): Likewise.
28146 (struct test_f_l_data): Likewise.
28147 (struct test_f_L_data): Likewise.
28148 (struct test_sincos_data): Likewise.
28149 (RUN_TEST_f_f): Do not handle ulps.
28150 (RUN_TEST_LOOP_f_f): Likewise.
28151 (RUN_TEST_2_f): Likewise.
28152 (RUN_TEST_LOOP_2_f): Likewise.
28153 (RUN_TEST_fff_f): Likewise.
28154 (RUN_TEST_LOOP_fff_f): Likewise.
28155 (RUN_TEST_c_f): Likewise.
28156 (RUN_TEST_LOOP_c_f): Likewise.
28157 (RUN_TEST_f_f1): Likewise.
28158 (RUN_TEST_LOOP_f_f1): Likewise.
28159 (RUN_TEST_fF_f1): Likewise.
28160 (RUN_TEST_LOOP_fF_f1): Likewise.
28161 (RUN_TEST_fI_f1): Likewise.
28162 (RUN_TEST_LOOP_fI_f1): Likewise.
28163 (RUN_TEST_ffI_f1): Likewise.
28164 (RUN_TEST_LOOP_ffI_f1): Likewise.
28165 (RUN_TEST_c_c): Likewise.
28166 (RUN_TEST_LOOP_c_c): Likewise.
28167 (RUN_TEST_cc_c): Likewise.
28168 (RUN_TEST_LOOP_cc_c): Likewise.
28169 (RUN_TEST_f_i): Likewise.
28170 (RUN_TEST_LOOP_f_i): Likewise.
28171 (RUN_TEST_f_i_tg): Likewise.
28172 (RUN_TEST_LOOP_f_i_tg): Likewise.
28173 (RUN_TEST_ff_i_tg): Likewise.
28174 (RUN_TEST_LOOP_ff_i_tg): Likewise.
28175 (RUN_TEST_f_b): Likewise.
28176 (RUN_TEST_LOOP_f_b): Likewise.
28177 (RUN_TEST_f_b_tg): Likewise.
28178 (RUN_TEST_LOOP_f_b_tg): Likewise.
28179 (RUN_TEST_f_l): Likewise.
28180 (RUN_TEST_LOOP_f_l): Likewise.
28181 (RUN_TEST_f_L): Likewise.
28182 (RUN_TEST_LOOP_f_L): Likewise.
28183 (RUN_TEST_sincos): Likewise.
28184 (RUN_TEST_LOOP_sincos): Likewise.
28185
8269107f
JM
281862013-05-17 Joseph Myers <joseph@codesourcery.com>
28187
bb38759d
JM
28188 [BZ #15480]
28189 [BZ #15485]
28190 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28191 main case of finite arguments, set rounding mode to FE_TONEAREST
28192 and discard exceptions.
28193 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28194 exceptions.
28195 (remainder_tonearest_test_data): New variable.
28196 (remainder_test_tonearest): New function.
28197 (remainder_towardzero_test_data): New variable.
28198 (remainder_test_towardzero): New function.
28199 (remainder_downward_test_data): New variable.
28200 (remainder_test_downward): New function.
28201 (remainder_upward_test_data): New variable.
28202 (remainder_test_upward): New function.
28203 (main): Call the new test functions.
28204
a00bdcf0
JM
28205 * math/libm-test.inc (struct test_f_f1_data): Remove field
28206 extra_init.
28207 (struct test_fF_f1_data): Likewise.
28208 (struct test_ffI_f1_data): Likewise.
28209 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
28210 based on value of EXTRA_EXPECTED.
28211 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28212 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
28213 EXTRA_VAR based on value of EXTRA_EXPECTED.
28214 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28215 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
28216 EXTRA_VAR based on value of EXTRA_EXPECTED.
28217 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28218 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
28219 EXTRA_VAR based on value of EXTRA_EXPECTED.
28220 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28221 * math/gen-libm-test.pl (parse_args): Don't output initializers
28222 for extra output values.
28223
de407f79
JM
28224 * math/libm-test.inc (check_int): Expect result to be exactly
28225 equal to expected value and do not handle ulps.
28226 (check_long): Likewise.
28227 (check_longlong): Likewise.
28228
8269107f
JM
28229 * math/libm-test.inc (ceil_test_data): Test for "inexact"
28230 exceptions.
28231 (cimag_test_data): Likewise.
28232 (conj_test_data): Likewise.
28233 (copysign_test_data): Likewise.
28234 (cproj_test_data): Likewise.
28235 (creal_test_data): Likewise.
28236 (fabs_test_data): Likewise.
28237 (fdim_test_data): Likewise.
28238 (finite_test_data): Likewise.
28239 (floor_test_data): Likewise.
28240 (fmax_test_data): Likewise.
28241 (fmin_test_data): Likewise.
28242 (fmod_test_data): Likewise.
28243 (fpclassify_test_data): Likewise.
28244 (frexp_test_data): Likewise.
28245 (ilogb_test_data): Likewise.
28246 (isfinite_test_data): Likewise.
28247 (isgreater_test_data): Likewise.
28248 (isgreaterequal_test_data): Likewise.
28249 (isinf_test_data): Likewise.
28250 (isless_test_data): Likewise.
28251 (islessequal_test_data): Likewise.
28252 (islessgreater_test_data): Likewise.
28253 (isnan_test_data): Likewise.
28254 (isnormal_test_data): Likewise.
28255 (issignaling_test_data): Likewise.
28256 (isunordered_test_data): Likewise.
28257 (ldexp_test_data): Likewise.
28258 (lrint_test_data): Likewise.
28259 (lrint_test_data) [TEST_FLOAT]: Disable one test.
28260 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28261 (lrint_tonearest_test_data): Test for "inexact" exceptions.
28262 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28263 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28264 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28265 test input.
28266 (lrint_towardzero_test_data): Test for "inexact" exceptions.
28267 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28268 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28269 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28270 that test input.
28271 (lrint_downward_test_data): Test for "inexact" exceptions.
28272 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28273 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28274 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28275 test input.
28276 (lrint_upward_test_data): Test for "inexact" exceptions.
28277 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28278 test input.
28279 (llrint_test_data): Test for "inexact" exceptions.
28280 (llrint_test_data) [TEST_FLOAT]: Disable one test.
28281 (llrint_tonearest_test_data): Test for "inexact" exceptions.
28282 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28283 (llrint_towardzero_test_data): Test for "inexact" exceptions.
28284 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28285 (llrint_downward_test_data): Test for "inexact" exceptions.
28286 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28287 (llrint_upward_test_data): Test for "inexact" exceptions.
28288 (logb_test_data): Likewise.
28289 (logb_downward_test_data): Likewise.
28290 (nextafter_test_data): Likewise.
28291 (nexttoward_test_data): Likewise.
28292 (remainder_test_data): Likewise.
28293 (remquo_test_data): Likewise.
28294 (scalbn_test_data): Likewise.
28295 (scalbln_test_data): Likewise.
28296 (signbit_test_data): Likewise.
28297 (sqrt_test_data): Likewise.
28298 (significand_test_data): Likewise.
28299
48a18de1
SP
283002013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
28301
28302 [BZ #15424]
28303 * benchtests/bench-modf.c (struct args): Mark arg0 as
28304 volatile.
28305 * scripts/bench.pl: Mark members of struct args as volatile.
28306
13d3b41a
AZ
283072013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28308
68191c1d 28309 [BZ # 15497]
13d3b41a
AZ
28310 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28311 negative infinity on POWER6 or lower.
28312 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28313
2848b105
MR
283142013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
28315
28316 [BZ #15442]
28317 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28318 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28319 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28320 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28321 (_FP_SETQNAN): New macro.
28322 (_FP_SETQNAN_SEMIRAW): Likewise.
28323 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28324 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28325 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28326 (FP_EXTEND): Use _FP_FRAC_SNANP.
28327 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28328 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28329 into account.
28330 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28331 New macro.
28332 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28333 Likewise.
28334
323e5cb7
JM
283352013-05-16 Joseph Myers <joseph@codesourcery.com>
28336
c58b274f
JM
28337 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28338 with DIVIDE_BY_ZERO_EXCEPTION.
28339 (gamma_test_data): Likewise.
28340 (lgamma_test_data): Likewise.
28341 (log_test_data): Likewise.
28342 (log10_test_data): Likewise.
28343 (log2_test_data): Likewise.
28344 (tgamma_test_data): Likewise.
28345
0ab34904
JM
28346 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28347 (acos_test_tonearest): Likewise.
28348 (acos_test_towardzero): Likewise.
28349 (acos_test_downward): Likewise.
28350 (acos_test_upward): Likewise.
28351 (acosh_test): Likewise.
28352 (asin_test): Likewise.
28353 (asin_test_tonearest): Likewise.
28354 (asin_test_towardzero): Likewise.
28355 (asin_test_downward): Likewise.
28356 (asin_test_upward): Likewise.
28357 (asinh_test): Likewise.
28358 (atan_test): Likewise.
28359 (atanh_test): Likewise.
28360 (atan2_test): Likewise.
28361 (cabs_test): Likewise.
28362 (cacos_test): Likewise.
28363 (cacosh_test): Likewise.
28364 (casin_test): Likewise.
28365 (casinh_test): Likewise.
28366 (catan_test): Likewise.
28367 (catanh_test): Likewise.
28368 (cbrt_test): Likewise.
28369 (ccos_test): Likewise.
28370 (ccosh_test): Likewise.
28371 (cexp_test): Likewise.
28372 (clog_test): Likewise.
28373 (clog10_test): Likewise.
28374 (cos_test): Likewise.
28375 (cos_test_tonearest): Likewise.
28376 (cos_test_towardzero): Likewise.
28377 (cos_test_downward): Likewise.
28378 (cos_test_upward): Likewise.
28379 (cosh_test): Likewise.
28380 (cosh_test_tonearest): Likewise.
28381 (cosh_test_towardzero): Likewise.
28382 (cosh_test_downward): Likewise.
28383 (cosh_test_upward): Likewise.
28384 (cpow_test): Likewise.
28385 (csin_test): Likewise.
28386 (csinh_test): Likewise.
28387 (csqrt_test): Likewise.
28388 (ctan_test): Likewise.
28389 (ctan_test_tonearest): Likewise.
28390 (ctan_test_towardzero): Likewise.
28391 (ctan_test_downward): Likewise.
28392 (ctan_test_upward): Likewise.
28393 (ctanh_test): Likewise.
28394 (ctanh_test_tonearest): Likewise.
28395 (ctanh_test_towardzero): Likewise.
28396 (ctanh_test_downward): Likewise.
28397 (ctanh_test_upward): Likewise.
28398 (erf_test): Likewise.
28399 (erfc_test): Likewise.
28400 (exp_test): Likewise.
28401 (exp_test_tonearest): Likewise.
28402 (exp_test_towardzero): Likewise.
28403 (exp_test_downward): Likewise.
28404 (exp_test_upward): Likewise.
28405 (exp10_test): Likewise.
28406 (exp2_test): Likewise.
28407 (expm1_test): Likewise.
28408 (fmod_test): Likewise.
28409 (gamma_test): Likewise.
28410 (hypot_test): Likewise.
28411 (j0_test): Likewise.
28412 (j1_test): Likewise.
28413 (jn_test): Likewise.
28414 (lgamma_test): Likewise.
28415 (log_test): Likewise.
28416 (log10_test): Likewise.
28417 (log1p_test): Likewise.
28418 (log2_test): Likewise.
28419 (logb_test_downward): Likewise.
28420 (pow_test): Likewise.
28421 (pow_test_tonearest): Likewise.
28422 (pow_test_towardzero): Likewise.
28423 (pow_test_downward): Likewise.
28424 (pow_test_upward): Likewise.
28425 (remainder_test): Likewise.
28426 (remquo_test): Likewise.
28427 (sin_test): Likewise.
28428 (sin_test_tonearest): Likewise.
28429 (sin_test_towardzero): Likewise.
28430 (sin_test_downward): Likewise.
28431 (sin_test_upward): Likewise.
28432 (sincos_test): Likewise.
28433 (sinh_test): Likewise.
28434 (sinh_test_tonearest): Likewise.
28435 (sinh_test_towardzero): Likewise.
28436 (sinh_test_downward): Likewise.
28437 (sinh_test_upward): Likewise.
28438 (sqrt_test): Likewise.
28439 (tan_test): Likewise.
28440 (tan_test_tonearest): Likewise.
28441 (tan_test_towardzero): Likewise.
28442 (tan_test_downward): Likewise.
28443 (tan_test_upward): Likewise.
28444 (tanh_test): Likewise.
28445 (tgamma_test): Likewise.
28446 (y0_test): Likewise.
28447 (y1_test): Likewise.
28448 (yn_test): Likewise.
28449
323e5cb7
JM
28450 * math/gen-libm-test.pl (adjust_arg): Remove function.
28451 (special_function): Remove argument $in_func. Only handle
28452 generating output for tables of tests, not inside functions.
28453 (parse_args): Likewise.
28454 (generate_testfile): Remove variable $in_func. Update call to
28455 parse_args.
28456 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28457 (MINUS_ZERO_INIT): Rename macro to minus_zero.
28458 (PLUS_INFTY_INIT): Rename macro to plus_infty.
28459 (MINUS_INFTY_INIT): Rename macro to minus_infty.
28460 (QNAN_VALUE_INIT): Rename macro to qnan_value.
28461 (MAX_VALUE_INIT): Rename macro to max_value.
28462 (MIN_VALUE_INIT): Rename macro to min_value.
28463 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28464 (plus_zero): Remove variable.
28465 (minus_zero): Likewise.
28466 (plus_infty): Likewise.
28467 (minus_infty): Likewise.
28468 (qnan_value): Likewise.
28469 (max_value): Likewise.
28470 (min_value): Likewise.
28471 (min_subnorm_value): Likewise.
28472
e054f494
RA
284732013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
28474
28475 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28476 uint64_t or uint32_t usage.
28477 * crypt/sha256-block.c: Likewise.
28478 * crypt/sha256-crypt.c: Likewise.
28479 * crypt/sha256.c: Likewise.
28480 * crypt/sha512-block.c: Likewise.
28481 * crypt/sha512-crypt.c: Likewise.
28482 * crypt/sha512.c: Likewise.
28483 * debug/backtrace-tst.c: Likewise.
28484 * debug/pcprofiledump.c: Likewise.
28485 * elf/cache.c: Likewise.
28486 * elf/dl-cache.c: Likewise.
28487 * elf/dl-misc.c: Likewise.
28488 * elf/dl-profile.c: Likewise.
28489 * elf/dl-support.c: Likewise.
28490 * elf/ldconfig.c: Likewise.
28491 * elf/sprof.c: Likewise.
28492 * iconv/dummy-repertoire.c: Likewise.
28493 * iconv/iconv_charmap.c: Likewise.
28494 * iconv/skeleton.c: Likewise.
28495 * iconvdata/8bit-generic.c: Likewise.
28496 * iconvdata/cp737.h: Likewise.
28497 * iconvdata/cp775.h: Likewise.
28498 * iconvdata/ibm1008.h: Likewise.
28499 * iconvdata/ibm1025.h: Likewise.
28500 * iconvdata/ibm1046.h: Likewise.
28501 * iconvdata/ibm1097.h: Likewise.
28502 * iconvdata/ibm1112.h: Likewise.
28503 * iconvdata/ibm1122.h: Likewise.
28504 * iconvdata/ibm1123.h: Likewise.
28505 * iconvdata/ibm1124.h: Likewise.
28506 * iconvdata/ibm1129.h: Likewise.
28507 * iconvdata/ibm1130.h: Likewise.
28508 * iconvdata/ibm1132.h: Likewise.
28509 * iconvdata/ibm1133.h: Likewise.
28510 * iconvdata/ibm1137.h: Likewise.
28511 * iconvdata/ibm1140.h: Likewise.
28512 * iconvdata/ibm1141.h: Likewise.
28513 * iconvdata/ibm1142.h: Likewise.
28514 * iconvdata/ibm1143.h: Likewise.
28515 * iconvdata/ibm1144.h: Likewise.
28516 * iconvdata/ibm1145.h: Likewise.
28517 * iconvdata/ibm1146.h: Likewise.
28518 * iconvdata/ibm1147.h: Likewise.
28519 * iconvdata/ibm1148.h: Likewise.
28520 * iconvdata/ibm1149.h: Likewise.
28521 * iconvdata/ibm1153.h: Likewise.
28522 * iconvdata/ibm1154.h: Likewise.
28523 * iconvdata/ibm1155.h: Likewise.
28524 * iconvdata/ibm1156.h: Likewise.
28525 * iconvdata/ibm1157.h: Likewise.
28526 * iconvdata/ibm1158.h: Likewise.
28527 * iconvdata/ibm1160.h: Likewise.
28528 * iconvdata/ibm1161.h: Likewise.
28529 * iconvdata/ibm1162.h: Likewise.
28530 * iconvdata/ibm1163.h: Likewise.
28531 * iconvdata/ibm1164.h: Likewise.
28532 * iconvdata/ibm1166.h: Likewise.
28533 * iconvdata/ibm1167.h: Likewise.
28534 * iconvdata/ibm12712.h: Likewise.
28535 * iconvdata/ibm1390.h: Likewise.
28536 * iconvdata/ibm1399.h: Likewise.
28537 * iconvdata/ibm16804.h: Likewise.
28538 * iconvdata/ibm4517.h: Likewise.
28539 * iconvdata/ibm4899.h: Likewise.
28540 * iconvdata/ibm4909.h: Likewise.
28541 * iconvdata/ibm4971.h: Likewise.
28542 * iconvdata/ibm5347.h: Likewise.
28543 * iconvdata/ibm803.h: Likewise.
28544 * iconvdata/ibm856.h: Likewise.
28545 * iconvdata/ibm901.h: Likewise.
28546 * iconvdata/ibm902.h: Likewise.
28547 * iconvdata/ibm9030.h: Likewise.
28548 * iconvdata/ibm9066.h: Likewise.
28549 * iconvdata/ibm921.h: Likewise.
28550 * iconvdata/ibm922.h: Likewise.
28551 * iconvdata/ibm9448.h: Likewise.
28552 * iconvdata/isiri-3342.h: Likewise.
28553 * iconvdata/jis0201.h: Likewise.
28554 * include/link.h: Likewise.
28555 * include/netdb.h: Likewise.
28556 * inet/check_native.c: Likewise.
28557 * inet/check_pf.c: Likewise.
28558 * inet/getipv4sourcefilter.c: Likewise.
28559 * inet/getnameinfo.c: Likewise.
28560 * inet/getsourcefilter.c: Likewise.
28561 * inet/htonl.c: Likewise.
28562 * inet/setipv4sourcefilter.c: Likewise.
28563 * inet/setsourcefilter.c: Likewise.
28564 * inet/test-inet6_opt.c: Likewise.
28565 * inet/tst-network.c: Likewise.
28566 * locale/C-collate.c: Likewise.
28567 * locale/C-ctype.c: Likewise.
28568 * locale/C-time.c: Likewise.
28569 * locale/C-translit.h: Likewise.
28570 * locale/loadarchive.c: Likewise.
28571 * locale/programs/3level.h: Likewise.
28572 * locale/programs/charmap.c: Likewise.
28573 * locale/programs/charmap.h: Likewise.
28574 * locale/programs/ld-address.c: Likewise.
28575 * locale/programs/ld-collate.c: Likewise.
28576 * locale/programs/ld-ctype.c: Likewise.
28577 * locale/programs/ld-identification.c: Likewise.
28578 * locale/programs/ld-measurement.c: Likewise.
28579 * locale/programs/ld-messages.c: Likewise.
28580 * locale/programs/ld-monetary.c: Likewise.
28581 * locale/programs/ld-name.c: Likewise.
28582 * locale/programs/ld-numeric.c: Likewise.
28583 * locale/programs/ld-paper.c: Likewise.
28584 * locale/programs/ld-telephone.c: Likewise.
28585 * locale/programs/ld-time.c: Likewise.
28586 * locale/programs/linereader.c: Likewise.
28587 * locale/programs/locale.c: Likewise.
28588 * locale/programs/locarchive.c: Likewise.
28589 * locale/programs/locfile.h: Likewise.
28590 * locale/programs/repertoire.c: Likewise.
28591 * locale/programs/simple-hash.c: Likewise.
28592 * locale/programs/simple-hash.h: Likewise.
28593 * malloc/memusage.c: Likewise.
28594 * malloc/memusagestat.c: Likewise.
28595 * nis/nis_defaults.c: Likewise.
28596 * nis/nis_hash.c: Likewise.
28597 * nis/nis_print.c: Likewise.
28598 * nis/nis_xdr.c: Likewise.
28599 * nscd/connections.c: Likewise.
28600 * nscd/hstcache.c: Likewise.
28601 * nscd/nscd_gethst_r.c: Likewise.
28602 * nscd/nscd_getserv_r.c: Likewise.
28603 * nscd/nscd_helper.c: Likewise.
28604 * nscd/servicescache.c: Likewise.
28605 * nss/makedb.c: Likewise.
28606 * nss/nss_db/db-XXX.c: Likewise.
28607 * nss/nss_db/db-initgroups.c: Likewise.
28608 * nss/nss_db/db-netgrp.c: Likewise.
28609 * nss/nss_files/files-network.c: Likewise.
28610 * nss/nss_files/files-parse.c: Likewise.
28611 * posix/bug-regex5.c: Likewise.
28612 * posix/fnmatch_loop.c: Likewise.
28613 * posix/regcomp.c: Likewise.
28614 * posix/regexec.c: Likewise.
28615 * posix/tst-rfc3484-2.c: Likewise.
28616 * posix/tst-rfc3484-3.c: Likewise.
28617 * posix/tst-rfc3484.c: Likewise.
28618 * resolv/nss_dns/dns-canon.c: Likewise.
28619 * resolv/nss_dns/dns-network.c: Likewise.
28620 * resolv/res_init.c: Likewise.
28621 * resolv/res_mkquery.c: Likewise.
28622 * resolv/tst-aton.c: Likewise.
28623 * stdlib/cxa_atexit.c: Likewise.
28624 * stdlib/cxa_finalize.c: Likewise.
28625 * stdlib/gen-fpioconst.c: Likewise.
28626 * stdlib/strtol_l.c: Likewise.
28627 * string/tst-endian.c: Likewise.
28628 * sunrpc/auth_des.c: Likewise.
28629 * sunrpc/clnt_udp.c: Likewise.
28630 * sunrpc/rtime.c: Likewise.
28631 * sunrpc/svcauth_des.c: Likewise.
28632 * sunrpc/xdr.c: Likewise.
28633 * sunrpc/xdr_intXX_t.c: Likewise.
28634 * sunrpc/xdr_rec.c: Likewise.
28635 * sysdeps/generic/ldconfig.h: Likewise.
28636 * sysdeps/generic/ldsodefs.h: Likewise.
28637 * sysdeps/generic/memusage.h: Likewise.
28638 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28639 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28640 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28641 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28642 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28643 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28644 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28645 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28646 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28647 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28648 * sysdeps/posix/getaddrinfo.c: Likewise.
28649 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28650 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28651 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28652 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28653 * sysdeps/powerpc/test-gettimebase.c: Likewise.
28654 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28655 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28656 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28657 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28658 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28659 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28660 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28661 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28662 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28663 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28664 * sysdeps/x86_64/dl-tls.h: Likewise.
28665 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28666 * time/alt_digit.c: Likewise.
28667 * time/era.c: Likewise.
28668 * wcsmbs/tst-c16c32-1.c: Likewise.
28669
8c75f674
JM
286702013-05-16 Joseph Myers <joseph@codesourcery.com>
28671
28672 * math/libm-test.inc (struct test_sincos_data): New type.
28673 (RUN_TEST_LOOP_sincos): New macro.
28674 (sincos_test_data): New variable.
28675 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28676
e6e49e59
RH
286772013-05-16 Richard Henderson <rth@redhat.com>
28678
28679 * math/atest-exp2.c (LIMB64): New macro.
28680 (CONSTSZ): New macro.
28681 (mp_exp1, mp_exp_m1, mp_log2): New variables.
28682 (hexdig): Move ...
28683 (print_mpn_fp): ... to function scope.
28684 (read_mpn_hex): Remove.
28685 (get_log2): Remove.
28686 (exp2_mpn): Use mp_log2.
28687 (main): Use mp_exp1.
28688
15c7c18d
JM
286892013-05-16 Joseph Myers <joseph@codesourcery.com>
28690
105a07df
JM
28691 * math/libm-test.inc: Remove comment about not testing "inexact"
28692 exceptions.
28693 (INEXACT_EXCEPTION): New macro.
28694 (NO_INEXACT_EXCEPTION): Likewise.
28695 (INVALID_EXCEPTION_OK): Update value.
28696 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28697 (OVERFLOW_EXCEPTION_OK): Likewise.
28698 (UNDERFLOW_EXCEPTION_OK): Likewise.
28699 (IGNORE_ZERO_INF_SIGN): Likewise.
28700 (ERRNO_UNCHANGED): Likewise.
28701 (ERRNO_EDOM): Likewise.
28702 (ERRNO_ERANGE): Likewise.
28703 (test_exceptions): Handle testing "inexact" exceptions.
28704 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28705 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28706 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28707 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28708 INEXACT_EXCEPTION.
28709 (rint_towardzero_test_data): Likewise.
28710 (rint_downward_test_data): Likewise.
28711 (rint_upward_test_data): Likewise.
28712
e9eee333
JM
28713 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28714 with OVERFLOW_EXCEPTION.
28715 (exp10_test_data): Likewise.
28716 (exp2_test_data): Likewise.
28717 (expm1_test_data): Likewise.
28718 (lgamma_test_data): Likewise.
28719 (pow_test_data): Likewise.
28720 (tgamma_test_data): Likewise.
28721 (yn_test_data): Remove duplicate test of overflow.
28722
1c38ff73
JM
28723 * math/libm-test.inc (struct test_cc_c_data): New type.
28724 (RUN_TEST_LOOP_cc_c): New macro.
28725 (cpow_test_data): New variable.
28726 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28727
15c7c18d
JM
28728 * math/libm-test.inc (struct test_f_L_data): New type.
28729 (RUN_TEST_LOOP_f_L): New macro.
28730 (llrint_test_data): New variable.
28731 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28732 (llrint_tonearest_test_data): New variable.
28733 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28734 (llrint_towardzero_test_data): New variable.
28735 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28736 (llrint_downward_test_data): New variable.
28737 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28738 (llrint_upward_test_data): New variable.
28739 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28740 (llround_test_data): New variable.
28741 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28742
f137ff13
PC
287432013-05-13 Peter Collingbourne <pcc@google.com>
28744
28745 * math/atest-exp2.c (get_log2): Remove const attribute.
28746
3608cb24
JM
287472013-05-15 Joseph Myers <joseph@codesourcery.com>
28748
28749 * math/libm-test.inc (struct test_f_l_data): New type.
28750 (RUN_TEST_LOOP_f_l): New macro.
28751 (lrint_test_data): New variable.
28752 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28753 (lrint_tonearest_test_data): New variable.
28754 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28755 (lrint_towardzero_test_data): New variable.
28756 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28757 (lrint_downward_test_data): New variable.
28758 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28759 (lrint_upward_test_data): New variable.
28760 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28761 (lround_test_data): New variable.
28762 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28763
39b1f617
PC
287642013-05-15 Peter Collingbourne <pcc@google.com>
28765
1deff3dc
PC
28766 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28767 (EXTRACT_WORDS64) Use where appropriate.
28768 (INSERT_WORDS64) Likewise.
28769
791f3ba0
PC
28770 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28771 constraints with x constraints.
28772 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28773
39b1f617
PC
28774 * malloc/obstack.c (_obstack_compat): Add initializer.
28775
12fba011
EM
287762013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
28777
28778 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28779 si_trapno and add si_addr_lsb to _sifields.sigfault.
28780 (si_trapno): Remove macro.
28781 (si_addr_lsb): Define new macro.
28782 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28783
d369f531
JM
287842013-05-15 Joseph Myers <joseph@codesourcery.com>
28785
b861c6c4
JM
28786 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28787 instead of TEST_f_l.
28788 (llrint_test_tonearest): Likewise.
28789 (llrint_test_towardzero): Likewise.
28790 (llrint_test_downward): Likewise.
28791 (llrint_test_upward): Likewise.
28792 (llround_test): Likewise.
28793
7abeee12
JM
28794 * math/libm-test.inc (struct test_f_i_data): Add comment.
28795 (RUN_TEST_LOOP_f_b): New macro.
28796 (RUN_TEST_LOOP_f_b_tg): Likewise.
28797 (finite_test_data): New variable.
28798 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28799 (isfinite_test_data): New variable.
28800 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28801 (isinf_test_data): New variable.
28802 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28803 (isnan_test_data): New variable.
28804 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28805 (isnormal_test_data): New variable.
28806 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28807 (issignaling_test_data): New variable.
28808 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28809 (signbit_test_data): New variable.
28810 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28811
cbe8c4d3
JM
28812 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28813 with INVALID_EXCEPTION.
28814 (acosh_test_data): Likewise.
28815 (asin_test_data): Likewise.
28816 (atanh_test_data): Likewise.
28817 (fmod_test_data): Likewise.
28818 (log_test_data): Likewise.
28819 (log10_test_data): Likewise.
28820 (log2_test_data): Likewise.
28821 (pow_test_data): Likewise.
28822 (sqrt_test_data): Likewise.
28823 (y0_test_data): Likewise.
28824 (y1_test_data): Likewise.
28825 (yn_test_data): Likewise.
28826
5575c0e5
JM
28827 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28828 function contents.
28829
d369f531
JM
28830 * math/libm-test.inc (struct test_ff_i_data): New type.
28831 (RUN_TEST_LOOP_ff_i_tg): New macro.
28832 (isgreater_test_data): New variable.
28833 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28834 (isgreaterequal_test_data): New variable.
28835 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28836 (isless_test_data): New variable.
28837 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28838 (islessequal_test_data): New variable.
28839 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28840 (islessgreater_test_data): New variable.
28841 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28842 (isunordered_test_data): New variable.
28843 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28844
781fd748
DM
288452013-05-14 David S. Miller <davem@davemloft.net>
28846
28847 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28848
87aa21df
JM
288492013-05-14 Joseph Myers <joseph@codesourcery.com>
28850
5e908270
JM
28851 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28852
f71172e5
JM
28853 * math/libm-test.inc (struct test_fF_f1_data): Change type of
28854 extra_test to int.
28855 (struct test_f_i_data): Change type of max_ulp to int.
28856
8cfa635a
JM
28857 * math/libm-test.inc (test_ffI_f1_data): New type.
28858 (RUN_TEST_LOOP_ffI_f1): New macro.
28859 (remquo_test_data): New variable.
28860 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28861
2bcb36b2
JM
28862 * setjmp/tst-setjmp-fp.c: New file.
28863 * setjmp/Makefile (tests): Add tst-setjmp-fp.
28864 (link-libm): New variable.
28865 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28866
acbd839a
JM
28867 * math/libm-test.inc (struct test_f_i_data): New type.
28868 (RUN_TEST_LOOP_f_i): New macro.
28869 (RUN_TEST_LOOP_f_i_tg): Likewise.
28870 (fpclassify_test_data): New variable.
28871 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28872 (ilogb_test_data): New variable.
28873 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28874
e414d745
JM
28875 * math/libm-test.inc (scalbln_test): Correct function name in END
28876 call.
28877
d9c2a0fd
JM
28878 * math/libm-test.inc (struct test_f_f1_data): Add comment.
28879 (RUN_TEST_LOOP_fI_f1): New macro.
28880 (frexp_test_data): New variable.
28881 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28882
9dc9095d
JM
28883 * math/libm-test.inc (struct test_fF_f1_data): New type.
28884 (RUN_TEST_LOOP_fF_f1): New macro.
28885 (modf_test_data): New variable.
28886 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28887
87aa21df
JM
28888 * math/libm-test.inc (struct test_f_f1_data): New type.
28889 (RUN_TEST_LOOP_f_f1): New macro.
28890 (gamma_test_data): New variable.
28891 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28892 (lgamma_test_data): New variable.
28893 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28894
141af660
CD
288952013-05-13 Carlos O'Donell <carlos@redhat.com>
28896
28897 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28898 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28899 (main): Comment "tls" pseudo-hwcap.
28900
6d33265c
JM
289012013-05-13 Joseph Myers <joseph@codesourcery.com>
28902
68fc074c
JM
28903 * math/libm-test.inc (struct test_fl_f_data): New type.
28904 (RUN_TEST_LOOP_fl_f): New variable.
28905 (scalbln_test_data): New variable.
28906 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28907
243216e1
JM
28908 * math/libm-test.inc (struct test_fi_f_data): New type.
28909 (RUN_TEST_LOOP_fi_f): New macro.
28910 (ldexp_test_data): New variable.
28911 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28912 (scalbn_test_data): New variable.
28913 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28914
6a1992e2
JM
28915 * math/libm-test.inc (struct test_c_f_data): New type.
28916 (RUN_TEST_LOOP_c_f): New macro.
28917 (cabs_test_data): New variable.
28918 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28919 (carg_test_data): New variable.
28920 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28921 (cimag_test_data): New variable.
28922 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28923 (creal_test_data): New variable.
28924 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28925
0e400df5
JM
28926 * math/libm-test.inc (struct test_if_f_data): New type.
28927 (RUN_TEST_LOOP_if_f): New macro.
28928 (jn_test_data): New variable.
28929 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28930 (yn_test_data): New variable.
28931 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28932
6d33265c
JM
28933 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28934
f98ece5f
AZ
289352013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28936
28937 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28938 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28939
0f7d347b
SP
289402013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
28941
43fe811b
SP
28942 * benchtests/Makefile (CPPFLAGS-nonlib): Add
28943 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28944 (bench-deps): Add bench-timing.h.
28945 * benchtests-bench-skeleton.c: Include bench-timing.h.
28946 (main): Use TIMING_* macros instead of clock_gettime.
28947 * benchtests/bench-timing.h: New file.
28948
0f7d347b
SP
28949 [BZ #14582]
28950 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28951 Renamed from _LIB_VERSION.
28952 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28953
601a3a5f
JM
289542013-05-12 Joseph Myers <joseph@codesourcery.com>
28955
4f184d30
JM
28956 * math/libm-test.inc (struct test_fff_f_data): New type.
28957 (RUN_TEST_LOOP_fff_f): New macro.
28958 (fma_test_data): New variable.
28959 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28960 (fma_towardzero_test_data): New variable.
28961 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28962 (fma_downward_test_data): New variable.
28963 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28964 (fma_upward_test_data): New variable.
28965 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28966
08198877
JM
28967 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28968 (struct test_c_c_data): New type.
28969 (RUN_TEST_LOOP_c_c): New macro.
28970 (cacos_test_data): New variable.
28971 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28972 (cacosh_test_data): New variable.
28973 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28974 (casin_test_data): New variable.
28975 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28976 (casinh_test_data): New variable.
28977 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28978 (catan_test_data): New variable.
28979 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28980 (catanh_test_data): New variable.
28981 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28982 (ccos_test_data): New variable.
28983 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28984 (ccosh_test_data): New variable.
28985 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28986 (cexp_test_data): New variable.
28987 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28988 (clog_test_data): New variable.
28989 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28990 (clog10_test_data): New variable.
28991 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28992 (conj_test_data): New variable.
28993 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28994 (cproj_test_data): New variable.
28995 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28996 (csin_test_data): New variable.
28997 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28998 (csinh_test_data): New variable.
28999 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29000 (csqrt_test_data): New variable.
29001 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29002 (ctan_test_data): New variable.
29003 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29004 (ctan_tonearest_test_data): New variable.
29005 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29006 (ctan_towardzero_test_data): New variable.
29007 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29008 (ctan_downward_test_data): New variable.
29009 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29010 (ctan_upward_test_data): New variable.
29011 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29012 (ctanh_test_data): New variable.
29013 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29014 (ctanh_tonearest_test_data): New variable.
29015 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29016 (ctanh_towardzero_test_data): New variable.
29017 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29018 (ctanh_downward_test_data): New variable.
29019 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29020 (ctanh_upward_test_data): New variable.
29021 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29022 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29023 of BUILD_COMPLEX.
29024
601a3a5f
JM
29025 * math/libm-test.inc (struct test_ff_f_data): New type.
29026 (struct test_ff_f_data_nexttoward): Likewise.
29027 (RUN_TEST_LOOP_2_f): New macro.
29028 (RUN_TEST_LOOP_ff_f): Likewise.
29029 (atan2_test_data): New variable.
29030 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29031 (copysign_test_data): New variable.
29032 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29033 (fdim_test_data): New variable.
29034 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29035 (fmax_test_data): New variable.
29036 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29037 (fmin_test_data): New variable.
29038 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29039 (fmod_test_data): New variable.
29040 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29041 (hypot_test_data): New variable.
29042 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29043 (nextafter_test_data): New variable.
29044 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29045 (nexttoward_test_data): New variable.
29046 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29047 (pow_test_data): New variable.
29048 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29049 (pow_tonearest_test_data): New variable.
29050 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29051 (pow_towardzero_test_data): New variable.
29052 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29053 (pow_downward_test_data): New variable.
29054 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29055 (pow_upward_test_data): New variable.
29056 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29057 (remainder_test_data): New variable.
29058 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29059 (scalb_test_data): New variable.
29060 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29061 * sysdeps/i386/fpu/libm-test-ulps: Update.
29062
74c57478
JM
290632013-05-11 Joseph Myers <joseph@codesourcery.com>
29064
8329e4da
JM
29065 * math/libm-test.inc (fma_test): Use max_value instead of local
29066 variable fltmax.
29067 (nextafter_test): Likewise.
29068
74c57478
JM
29069 * math/libm-test.inc (acos_towardzero_test_data): New variable.
29070 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29071 (acos_downward_test_data): New variable.
29072 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29073 (acos_upward_test_data): New variable.
29074 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29075 (acosh_test_data): New variable.
29076 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29077 (asin_test_data): New variable.
29078 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29079 (asin_tonearest_test_data): New variable.
29080 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29081 (asin_towardzero_test_data): New variable.
29082 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29083 (asin_downward_test_data): New variable.
29084 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29085 (asin_upward_test_data): New variable.
29086 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29087 (asinh_test_data): New variable.
29088 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29089 (atan_test_data): New variable.
29090 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29091 (atanh_test_data): New variable.
29092 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29093 (cbrt_test_data): New variable.
29094 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29095 (ceil_test_data): New variable.
29096 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29097 (cos_test_data): New variable.
29098 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29099 (cos_tonearest_test_data): New variable.
29100 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29101 (cos_towardzero_test_data): New variable.
29102 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29103 (cos_downward_test_data): New variable.
29104 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29105 (cos_upward_test_data): New variable.
29106 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29107 (cosh_test_data): New variable.
29108 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29109 (cosh_tonearest_test_data): New variable.
29110 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29111 (cosh_towardzero_test_data): New variable.
29112 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29113 (cosh_downward_test_data): New variable.
29114 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29115 (cosh_upward_test_data): New variable.
29116 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29117 (erf_test_data): New variable.
29118 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29119 (erfc_test_data): New variable.
29120 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29121 (exp_test_data): New variable.
29122 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29123 (exp_tonearest_test_data): New variable.
29124 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29125 (exp_towardzero_test_data): New variable.
29126 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29127 (exp_downward_test_data): New variable.
29128 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29129 (exp_upward_test_data): New variable.
29130 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29131 (exp10_test_data): New variable.
29132 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29133 (exp2_test_data): New variable.
29134 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29135 (expm1_test_data): New variable.
29136 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29137 (fabs_test_data): New variable.
29138 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29139 (floor_test_data): New variable.
29140 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29141 (j0_test_data): New variable.
29142 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29143 (j1_test_data): New variable.
29144 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29145 (log_test_data): New variable.
29146 (log_test): Run tests with RUN_TEST_LOOP_f_f.
29147 (log10_test_data): New variable.
29148 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29149 (log1p_test_data): New variable.
29150 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29151 (log2_test_data): New variable.
29152 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29153 (logb_test_data): New variable.
29154 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29155 (logb_downward_test_data): New variable.
29156 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29157 (nearbyint_test_data): New variable.
29158 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29159 (rint_test_data): New variable.
29160 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29161 (rint_tonearest_test_data): New variable.
29162 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29163 (rint_towardzero_test_data): New variable.
29164 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29165 (rint_downward_test_data): New variable.
29166 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29167 (rint_upward_test_data): New variable.
29168 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29169 (round_test_data): New variable.
29170 (round_test): Run tests with RUN_TEST_LOOP_f_f.
29171 (sin_test_data): New variable.
29172 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29173 (sin_tonearest_test_data): New variable.
29174 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29175 (sin_towardzero_test_data): New variable.
29176 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29177 (sin_downward_test_data): New variable.
29178 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29179 (sin_upward_test_data): New variable.
29180 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29181 (sinh_test_data): New variable.
29182 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29183 (sinh_tonearest_test_data): New variable.
29184 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29185 (sinh_towardzero_test_data): New variable.
29186 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29187 (sinh_downward_test_data): New variable.
29188 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29189 (sinh_upward_test_data): New variable.
29190 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29191 (sqrt_test_data): New variable.
29192 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29193 (tan_test_data): New variable.
29194 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29195 (tan_tonearest_test_data): New variable.
29196 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29197 (tan_towardzero_test_data): New variable.
29198 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29199 (tan_downward_test_data): New variable.
29200 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29201 (tan_upward_test_data): New variable.
29202 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29203 (tanh_test_data): New variable.
29204 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29205 (tgamma_test_data): New variable.
29206 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29207 (trunc_test_data): New variable.
29208 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29209 (y0_test_data): New variable.
29210 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29211 (y1_test_data): New variable.
29212 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29213 (significand_test_data): New variable.
29214 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29215
7187d844
CG
292162013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
29217
29218 [BZ #12387]
29219 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29220
f63fae73
PT
292212013-05-10 Pino Toscano <toscano.pino@tiscali.it>
29222
29223 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29224
8a67a4b3
AJ
292252013-05-10 Andreas Jaeger <aj@suse.de>
29226
29227 [BZ #15448]
29228 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29229 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29230
51df539d
JM
292312013-05-10 Joseph Myers <joseph@codesourcery.com>
29232
29233 * math/gen-libm-test.pl (adjust_arg): New function.
29234 (special_functions): Handle generating output in both functions
29235 and arrays.
29236 (parse_args): Likewise.
29237 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
29238 $in_func argument to parse_args.
29239 * math/libm-test.inc (struct test_f_f_data): New type.
29240 (IF_ROUND_INIT_): New macro.
29241 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29242 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29243 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29244 (IF_ROUND_INIT_FE_UPWARD): Likewise.
29245 (ROUND_RESTORE_): Likewise.
29246 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29247 (ROUND_RESTORE_FE_TONEAREST): Likewise.
29248 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29249 (ROUND_RESTORE_FE_UPWARD): Likewise.
29250 (RUN_TEST_LOOP_f_f): New macro.
29251 (acos_test_data): New variable.
29252 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29253 (acos_tonearest_test_data): New variable.
29254 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29255
5c637fe5
SP
292562013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
29257
29258 * benchtests/bench-skeleton.c (startup): Fix coding style.
29259
ab2b9461
JM
292602013-05-10 Joseph Myers <joseph@codesourcery.com>
29261
29262 [BZ #6809]
29263 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29264 negative infinity argument.
29265 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29266 negative infinity argument.
29267 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29268 negative infinity argument.
29269 * math/libm-test.inc (tgamma_test): Expect errno to be set for
29270 domain errors.
29271
4c0fe6fe
FW
292722013-05-10 Florian Weimer <fweimer@redhat.com>
29273
29274 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29275 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29276 * iconv/iconv_prog.c (main): Likewise.
29277 * locale/programs/charmap-dir.c (charmap_readdir)
29278 (fopen_uncompressed): Likewise.
29279 * locale/programs/locfile.c (siblings_uncached)
29280 (write_locale_data): Use lstat64 instead of lstat.
29281 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29282 stat.
29283
a3375d29
AJ
292842013-05-10 Andreas Jaeger <aj@suse.de>
29285
29286 [BZ #15395]
29287 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29288 localization.
29289 Include <locale.h>.
29290
36129722
CD
292912013-05-09 Carlos O'Donell <carlos@redhat.com>
29292
29293 * elf/dl-close.c (_dl_close_worker): Add comments.
29294
faa7f811
JM
292952013-05-09 Joseph Myers <joseph@codesourcery.com>
29296
ed41ffef
JM
29297 [BZ #15359]
29298 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29299 high part of pi/2.
29300 (__ieee754_rem_pio2l): Update comments.
29301
d0213cd0
JM
29302 [BZ #15429]
29303 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29304 high part of pi/2.
29305 (__ieee754_rem_pio2l): Update comments.
29306
0d3e777a
JM
29307 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29308 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29309
24f56066
JM
29310 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29311 M_PI_4l.
29312
faa7f811
JM
29313 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29314 (M_PI_34_LOG10El): Likewise.
29315 (M_PI2_LOG10El): Likewise.
29316 (M_PI4_LOG10El): Likewise.
29317 (M_PI_LOG10El): Likewise.
29318
e9a5e0fd
AZ
293192013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29320
29321 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29322
d8cd06db
JM
293232013-05-08 Joseph Myers <joseph@codesourcery.com>
29324
a0d9f9d7
JM
29325 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29326 (MINUS_ZERO_INIT): Likewise.
29327 (PLUS_INFTY_INIT): Likewise.
29328 (MINUS_INFTY_INIT): Likewise.
29329 (QNAN_VALUE_INIT): Likewise.
29330 (MAX_VALUE_INIT): Likewise.
29331 (MIN_VALUE_INIT): Likewise.
29332 (MIN_SUBNORM_VALUE_INIT): Likewise.
29333 (plus_zero): Initialize with PLUS_ZERO_INIT.
29334 (minus_zero): Initialize with MINUS_ZERO_INIT.
29335 (plus_infty): Initialize with PLUS_INFTY_INIT.
29336 (minus_infty): Initialize with MINUS_INFTY_INIT.
29337 (qnan_value): Initialize with QNAN_VALUE_INIT.
29338 (max_value): Initialize with MAX_VALUE_INIT.
29339 (min_value): Initialize with MIN_VALUE_INIT.
29340 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29341
ae08db3b
JM
29342 * math/libm-test.inc (RUN_TEST_if_f): New macro.
29343 (jn_test): Use TEST_if_f instead of TEST_ff_f.
29344 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29345 (yn_test): Use TEST_if_f instead of TEST_ff_f.
29346
f44bf14a
JM
29347 * math/libm-test.inc (RUN_TEST_f_f): New macro.
29348 (RUN_TEST_2_f): Likewise.
29349 (RUN_TEST_ff_f): Likewise.
29350 (RUN_TEST_fi_f): Likewise.
29351 (RUN_TEST_fl_f): Likewise.
29352 (RUN_TEST_fff_f): Likewise.
29353 (RUN_TEST_c_f): Likewise.
29354 (RUN_TEST_f_f1): Likewise.
29355 (RUN_TEST_fF_f1): Likewise.
29356 (RUN_TEST_fI_f1): Likewise.
29357 (RUN_TEST_ffI_f1): Likewise.
29358 (RUN_TEST_c_c): Likewise.
29359 (RUN_TEST_cc_c): Likewise.
29360 (RUN_TEST_f_i): Likewise.
29361 (RUN_TEST_f_i_tg): Likewise.
29362 (RUN_TEST_ff_i_tg): Likewise.
29363 (RUN_TEST_f_b): Likewise.
29364 (RUN_TEST_f_b_tg): Likewise.
29365 (RUN_TEST_f_l): Likewise.
29366 (RUN_TEST_f_L): Likewise.
29367 (RUN_TEST_sincos): Likewise.
29368 * math/gen-libm-test.pl (new_test): Take new argument to indicate
29369 whether to show exceptions. Do not include ");\n" in return
29370 value.
29371 (special_functions): Output call to RUN_TEST_sincos instead of
29372 check_float calls. Update calls to new_test.
29373 (parse_args): Output call to single RUN_TEST_* macro instead of
29374 check_* calls and other assignments. Update calls to new_test.
29375
d8cd06db
JM
29376 [BZ #2546]
29377 [BZ #2560]
29378 [BZ #5159]
29379 [BZ #15426]
29380 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29381 input to result for tgamma overflow.
29382 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29383 (gamma_coeff): New variable.
29384 (NCOEFF): New macro.
29385 (gamma_positive): New function.
29386 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29387 underflow here. Use gamma_positive instead of exp (lgamma) for
29388 other arguments.
29389 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29390 (gamma_coeff): New variable.
29391 (NCOEFF): New macro.
29392 (gammaf_positive): New function.
29393 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29394 underflow here. Use gamma_positive instead of exp (lgamma) for
29395 other arguments.
29396 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29397 (gamma_coeff): New variable.
29398 (NCOEFF): New macro.
29399 (gammal_positive): New function.
29400 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29401 underflow here. Use gamma_positive instead of exp (lgamma) for
29402 other arguments.
29403 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29404 (gamma_coeff): New variable.
29405 (NCOEFF): New macro.
29406 (gammal_positive): New function.
29407 (__ieee754_gammal_r): Handle positive infinity, overflow and
29408 underflow here. Handle NaN the same as positive infinity. Remove
29409 check x < 0xffffffff for negative integers. Use gamma_positive
29410 instead of exp (lgamma) for other arguments.
29411 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29412 (gamma_coeff): New variable.
29413 (NCOEFF): New macro.
29414 (gammal_positive): New function.
29415 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29416 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29417 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29418 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29419 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29420 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29421 * sysdeps/generic/math_private.h (__gamma_productf): New
29422 prototype.
29423 (__gamma_product): Likewise.
29424 (__gamma_productl): Likewise.
29425 * math/Makefile (libm-calls): Add gamma_product.
29426 * math/libm-test.inc (tgamma_test): Add more tests.
29427 * sysdeps/i386/fpu/libm-test-ulps: Update.
29428 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29429
bb7cf681
OB
294302013-05-08 Ondřej Bílka <neleai@seznam.cz>
29431
29432 * benchtests/bench-skeleton.c (main): Preheat CPU.
29433
ba853947
AJ
294342013-05-07 Aurelien Jarno <aurelien@aurel32.net>
29435
29436 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29437
8347c74c
RM
294382013-05-07 Roland McGrath <roland@hack.frob.com>
29439
29440 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29441 and _dl_skip_args_internal.
29442
e8dd4791
CD
294432013-05-07 Carlos O'Donell <carlos@redhat.com>
29444
29445 * manual/message.texi (Message Translation): Talk about users.
29446 Message to key mapping impacts design.
29447
c7405830
RM
294482013-05-06 Roland McGrath <roland@hack.frob.com>
29449
a9173057
RM
29450 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29451
976e2f03
RM
29452 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29453
9723ffc5
RM
29454 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29455 * sysdeps/wordsize-64/glob64.c: ... here.
29456
962e6658
RM
29457 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29458 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29459 New macros.
29460
ee586a6d
RM
29461 * debug/getlogin_r_chk.c: Moved to ...
29462 * login/getlogin_r_chk.c: ... here.
29463 * debug/Makefile (routines): Move getlogin_r_chk to ...
29464 * login/Makefile (routines): ... here.
29465 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29466 * login/Versions (libc: GLIBC_2.4): ... here.
29467
355f9165
RM
29468 * io/poll.c (__poll): Renamed from poll.
29469 Add libc_hidden_def.
29470 (poll): Define as weak alias.
29471
bd9ffde6
RM
29472 * debug/ptsname_r_chk.c: Moved to ...
29473 * login/ptsname_r_chk.c: ... here.
29474 * debug/Makefile (routines): Move ptsname_r_chk to ...
29475 * login/Makefile (routines): ... here.
29476 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29477 * login/Versions (libc: GLIBC_2.4): ... here.
29478
8fb16a04
RM
29479 * posix/getlogin.c: Moved to ...
29480 * login/getlogin.c: ... here.
29481 * posix/getlogin_r.c: Moved to ...
29482 * login/getlogin_r.c: ... here.
29483 * posix/getlogin_r.c: Moved to ...
29484 * login/getlogin_r.c: ... here.
29485 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29486 * login/Makefile (routines): ... here.
29487 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29488 * login/Versions (libc: GLIBC_2.0): ... here.
29489
b99b892f
RM
29490 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29491 (setrlimit): Define as weak alias.
29492
c7405830
RM
29493 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29494 Call __ names for open, ftruncate, and close.
29495 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29496 (truncate): Define as weak alias.
29497
5bf96de5
JM
294982013-05-06 Joseph Myers <joseph@codesourcery.com>
29499
9ea3513c
JM
29500 * math/gen-libm-test.pl (parse_args): Initialize x before each
29501 test of frexp, modf and remquo.
29502
5bf96de5
JM
29503 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29504 test signgam value.
29505
16e616a7
AZ
295062013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29507
29508 [BZ #15418]
29509 [BZ #15419]
29510 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29511 internal tests.
29512 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29513
d5e82754
RM
295142013-05-06 Roland McGrath <roland@hack.frob.com>
29515
29516 * elf/dl-writev.h: New file.
29517 * elf/dl-misc.c: Include it.
29518 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29519 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29520
a7548d41
JM
295212013-05-04 Joseph Myers <joseph@codesourcery.com>
29522
b7dab1e4
JM
29523 * math/libm-test.inc (noXFails): Remove variable.
29524 (noXPasses): Likewise.
29525 (BUILD_COMPLEX_INT): Remove macro.
29526 (print_screen): Remove xfail argument.
29527 (print_screen_max_error): Likewise.
29528 (update_stats): Likewise.
29529 (print_max_error): Likewise. Update calls to other affected
29530 functions.
29531 (print_complex_max_error): Likewise.
29532 (test_single_exception): Update calls to print_screen.
29533 (test_single_errno): Likewise.
29534 (check_float_internal): Remove xfail argument. Update calls to
29535 other affected functions.
29536 (check_float): Likewise.
29537 (check_complex): Likewise.
29538 (check_int): Likewise.
29539 (check_long): Likewise.
29540 (check_bool): Likewise.
29541 (check_longlong): Likewise.
29542 (main): Don't print noXFails and noXPasses.
29543 * math/gen-libm-test.pl (top level): Don't mention expected
29544 failure handling in comment.
29545 (new_test): Don't handle expected failures.
29546 (parse_args): Don't mention expected failure handling in comment.
29547 (generate_testfile): Don't handle expected failures.
29548 (parse_ulps): Likewise.
29549 (print_ulps_file): Likewise.
29550 (get_failure): Remove function.
29551 (output_test): Don't handle expected failures.
29552 * make/README.libm-test: Don't mention expected failure handling.
29553
a7548d41
JM
29554 * math/libm-test.inc (plus_zero): Make const. Add initializer.
29555 (minus_zero): Likewise.
29556 (plus_infty): Likewise.
29557 (minus_infty): Likewise.
29558 (qnan_value): Likewise.
29559 (max_value): Likewise.
29560 (min_value): Likewise.
29561 (min_subnorm_value): Likewise.
29562 (initialize): Do not initialize those variables dynamically.
29563
60bfd54c
RM
295642013-05-03 Roland McGrath <roland@hack.frob.com>
29565
cc0e6ed8
RM
29566 * io/open.c (__open_2): Moved to ...
29567 * io/open_2.c: ... this new file.
29568 * io/open64.c (__open64_2): Moved to ...
29569 * io/open64_2.c: ... this new file.
29570 * io/openat.c (__openat_2): Moved to ...
29571 * io/openat_2.c: ... this new file.
29572 * io/openat64.c (__openat64_2): Moved to ...
29573 * io/openat64_2.c: ... this new file.
29574 * io/Makefile (routines): Add them.
29575 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29576 * sysdeps/unix/sysv/linux/open_2.c: File removed.
29577 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29578 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29579 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29580 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29581 (__openat64): Add hidden_ver.
29582 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29583 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29584
60bfd54c
RM
29585 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29586 Separately conditionalize setting of GLRO(dl_sysinfo) so
29587 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29588 as well, but the actual setting is only under [NEED_DL_SYSINFO].
29589
83e7640f
AZ
295902013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29591
29592 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29593 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29594 definition.
29595 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29596 * sysdeps/unix/sysv/linux/powerpc/init-first.c
29597 (_libc_vdso_platform_setup): Add __vdso_time initialization.
29598 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29599 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29600
d5dc2af3
JM
296012013-05-03 Joseph Myers <joseph@codesourcery.com>
29602
c31a5b1e
JM
29603 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29604 test signgam value.
29605
d5dc2af3
JM
29606 * math/libm-test.inc (hypot_test): Do not use
29607 IGNORE_ZERO_INF_SIGN.
29608
164fd39d
AJ
296092013-05-03 Andreas Jaeger <aj@suse.de>
29610
29611 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29612 Linux 3.9.
29613 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29614 (PF_MAX): Adjust for VSOCK change.
29615
8237f48c
AZ
296162013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29617
29618 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29619
9df02941
CD
296202013-05-02 Carlos O'Donell <carlos@redhat.com>
29621
29622 [BZ #15264]
29623 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29624 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29625 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29626
d422395e
DM
296272013-05-02 David S. Miller <davem@davemloft.net>
29628
29629 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29630
a07c5731
OB
296312013-05-01 Ondřej Bílka <neleai@seznam.cz>
29632
29633 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29634
1324e37f
RM
296352013-05-01 Roland McGrath <roland@hack.frob.com>
29636
29637 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29638
0695940b
RS
296392013-05-01 Richard Smith <richard@metafoo.co.uk>
29640
bb5f27ad 29641 [BZ #14952]
0695940b
RS
29642 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29643 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29644 Use __attribute__ ((__gnu_inline__)).
29645 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29646 Don't use __attribute__ ((__gnu_inline__)).
29647
10de07f5
JM
296482013-05-01 Joseph Myers <joseph@codesourcery.com>
29649
29650 [BZ #15423]
29651 * math/s_catan.c (__catan): Handle small real or imaginary part of
29652 input specially to avoid spurious underflow.
29653 * math/s_catanf.c (__catanf): Likewise.
29654 * math/s_catanh.c (__catanh): Likewise.
29655 * math/s_catanhf.c (__catanhf): Likewise.
29656 * math/s_catanhl.c (__catanhl): Likewise.
29657 * math/s_catanl.c (__catanl): Likewise.
29658 * math/libm-test.inc (catan_test): Add more tests.
29659 (catanh_test): Likewise.
29660 * sysdeps/i386/fpu/libm-test-ulps: Update.
29661 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29662
cb4d5414
AZ
296632013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29664
29665 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29666
caf84319
JM
296672013-04-30 Joseph Myers <joseph@codesourcery.com>
29668
29669 [BZ #15416]
29670 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29671 accurately for denominator in atan2.
29672 * math/s_catanf.c (__catanf): Likewise.
29673 * math/s_catanh.c (__catanh): Likewise.
29674 * math/s_catanhf.c (__catanhf): Likewise.
29675 * math/s_catanhl.c (__catanhl): Likewise.
29676 * math/s_catanl.c (__catanl): Likewise.
29677 * math/libm-test.inc (catan_test): Add more tests.
29678 (catanh_test): Likewise.
29679 * sysdeps/i386/fpu/libm-test-ulps: Update.
29680 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29681
d569c6ee
SP
296822013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
29683
6dbe713d
SP
29684 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29685
f0ee064b
SP
29686 * benchtests/Makefile (bench): Remove slow benchmarks.
29687 * benchtests/atan-inputs: Add slow benchmark inputs.
29688 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29689 (BENCH_FUNC): Accept variant offset.
29690 (VARIANT): Define.
29691 * benchtests/bench-skeleton.c (main): Run benchmark for each
29692 variant.
29693 * benchtests/cos-inputs: Add slow benchmark inputs.
29694 * benchtests/exp-inputs: Likewise.
29695 * benchtests/pow-inputs: Likewise.
29696 * benchtests/sin-inputs: Likewise.
29697 * benchtests/slowatan-inputs: Remove.
29698 * benchtests/slowatan.c: Remove.
29699 * benchtests/slowcos-inputs: Remove.
29700 * benchtests/slowcos.c: Remove.
29701 * benchtests/slowexp-inputs: Remove.
29702 * benchtests/slowexp.c: Remove.
29703 * benchtests/slowpow-inputs: Remove.
29704 * benchtests/slowpow.c: Remove.
29705 * benchtests/slowsin-inputs: Remove.
29706 * benchtests/slowsin.c: Remove.
29707 * benchtests/slowtan-inputs: Remove.
29708 * benchtests/slowtan.c: Remove.
29709 * benchtests/tan-inputs: Add slow benchmark inputs.
29710 * scripts/bench.pl: Parse comments and directives.
29711
d569c6ee
SP
29712 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
29713 in CPPFLAGS.
29714 ($(objpfx)bench-%.c): Remove *-ITER.
29715 * benchtests/bench-modf.c: Remove definition of ITER.
29716 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29717 (main): Loop for DURATION seconds instead of fixed number of
29718 iterations.
29719 * scripts/bench.pl: Don't expect iterations in parameters.
29720
a6a242fe
RM
297212013-04-29 Roland McGrath <roland@hack.frob.com>
29722
29723 * io/fchdir.c (__fchdir): Renamed from fchdir.
29724 (fchdir): Define as weak alias.
29725
f2da7793
JM
297262013-04-29 Joseph Myers <joseph@codesourcery.com>
29727
29728 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29729 (ERRNO_EDOM): Likewise.
29730 (ERRNO_ERANGE): Likewise.
29731 (noErrnoTests): New variable.
29732 (init_max_error): Set errno to 0.
29733 (test_single_errno): New function.
29734 (test_errno): Likewise.
29735 (check_float_internal): Call test_errno. Set errno to 0.
29736 (check_complex): Refer to errno tests in comment.
29737 (check_int): Call test_errno. Set errno to 0.
29738 (check_long): Likewise.
29739 (check_bool): Likewise.
29740 (check_longlong): Likewise.
29741 (cos_test): Use ERRNO_* flags for errno tests instead of
29742 check_int.
29743 (expm1_test): Likewise.
29744 (fmod_test): Likewise.
29745 (ilogb_test): Likewise.
29746 (lgamma_test): Likewise.
29747 (pow_test): Likewise.
29748 (remainder_test): Likewise.
29749 (sin_test): Likewise.
29750 (tan_test): Likewise.
29751 (yn_test): Likewise.
29752 (initialize): Set errno to 0.
29753 (main): Print number of errno tests.
29754 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29755
b1a36ceb
AJ
297562013-04-29 Andreas Jaeger <aj@suse.de>
29757
c3ed8088
AJ
29758 [BZ #15084]
29759 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29760 and RES_USEVC.
29761
f1a24198
AJ
29762 [BZ #15085]
29763 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29764 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29765 unimplemented.
29766
9ce3b2cb
AJ
29767 [BZ #15380]
29768 * stdlib/random.c (__initstate): Return NULL if
29769 __initstate fails.
29770
f1a24198 29771 [BZ #15086]
b1a36ceb
AJ
29772 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29773 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29774 RES_SNGLKUPREOP.
29775
7e7b6f36
AZ
297762013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29777
29778 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29779
4d14f449
JM
297802013-04-29 Joseph Myers <joseph@codesourcery.com>
29781
29782 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29783 of individual tests.
29784 (casin_test): Likewise.
29785 (casinh_test): Likewise.
29786
5b4217d7
JM
297872013-04-27 Joseph Myers <joseph@codesourcery.com>
29788
29789 [BZ #15409]
29790 * math/s_catan.c (__catan): Handle arguments with large real or
29791 imaginary part separately without squaring.
29792 * math/s_catanf.c (__catanf): Likewise.
29793 * math/s_catanh.c (__catanh): Likewise.
29794 * math/s_catanhf.c (__catanhf): Likewise.
29795 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29796 and redefine.
29797 (__catanhl): Handle arguments with large real or imaginary part
29798 separately without squaring.
29799 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29800 and redefine.
29801 (__catanl): Handle arguments with large real or imaginary part
29802 separately without squaring.
29803 * math/libm-test.inc (catan_test): Add more tests.
29804 (catanh_test): Likewise.
29805 * sysdeps/i386/fpu/libm-test-ulps: Update.
29806 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29807
4220c3ef
AJ
298082013-04-27 Andreas Jaeger <aj@suse.de>
29809
29810 [BZ #15007]
29811 * stdlib/stdlib.h: Update guards for qecvt.
29812 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29813 <stdlib.h>.
29814
4721b2d1
AM
298152013-04-27 Allan McRae <allan@archlinux.org>
29816
29817 * sysdeps/i386/fpu/libm-test-ulps: Update.
29818
f0302940
JM
298192013-04-26 Joseph Myers <joseph@codesourcery.com>
29820
9457fd95
JM
29821 [BZ #15406]
29822 * math/s_catan.c: Include <float.h>.
29823 (__catan): Ensure underflow exception occurs for underflowed
29824 result.
29825 * math/s_catanf.c: Include <float.h>.
29826 (__catanf): Ensure underflow exception occurs for underflowed
29827 result.
29828 * math/s_catanh.c: Include <float.h>.
29829 (__catanh): Ensure underflow exception occurs for underflowed
29830 result.
29831 * math/s_catanhf.c: Include <float.h>.
29832 (__catanhf): Ensure underflow exception occurs for underflowed
29833 result.
29834 * math/s_catanhl.c: Include <float.h>.
29835 (__catanhl): Ensure underflow exception occurs for underflowed
29836 result.
29837 * math/s_catanl.c: Include <float.h>.
29838 (__catanl): Ensure underflow exception occurs for underflowed
29839 result.
29840 * math/libm-test.inc (catan_test): Add more tests.
29841 (catanh_test): Likewise.
29842
f0302940
JM
29843 [BZ #15405]
29844 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29845 underflowed result.
29846 * math/s_ccoshf.c (__ccoshf): Likewise.
29847 * math/s_ccoshl.c (__ccoshl): Likewise.
29848 * math/s_csin.c (__csin): Likewise.
29849 * math/s_csinf.c (__csinf): Likewise.
29850 * math/s_csinh.c (__csinh): Likewise.
29851 * math/s_csinhf.c (__csinhf): Likewise.
29852 * math/s_csinhl.c (__csinhl): Likewise.
29853 * math/s_csinl.c (__csinl): Likewise.
29854 * math/libm-test.inc (ccos_test): Add more tests.
29855 (ccosh_test): Likewise.
29856 (csin_test): Likewise.
29857 (csinh_test): Likewise.
29858
aa630f59
AZ
298592013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29860
29861 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29862 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29863 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29864 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29865 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29866 powerpc/power5+/fpu folders.
29867 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29868
29869
1b835983
MT
298702013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
29871
29872 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29873
73709b26
JM
298742013-04-25 Joseph Myers <joseph@codesourcery.com>
29875
29876 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29877 additions to variable.
29878 [$(config-machine) = x86_64] (modules-names): Likewise.
29879 ($(objpfx)tst-audit3): Remove dependency.
29880 ($(objpfx)tst-audit3.out): Likewise.
29881 ($(objpfx)tst-audit4): Likewise.
29882 ($(objpfx)tst-audit4.out): Likewise.
29883 ($(objpfx)tst-audit5): Likewise.
29884 ($(objpfx)tst-audit5.out): Likewise.
29885 ($(objpfx)tst-audit6): Likewise.
29886 ($(objpfx)tst-audit6.out): Likewise.
29887 ($(objpfx)tst-audit7): Likewise.
29888 ($(objpfx)tst-audit7.out): Likewise.
29889 (tst-audit3-ENV): Remove variable.
29890 (tst-audit4-ENV): Likewise.
29891 (tst-audit5-ENV): Likewise.
29892 (tst-audit6-ENV): Likewise.
29893 (tst-audit7-ENV): Likewise.
29894 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29895 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29896 addition to variable.
29897 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29898 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29899 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29900 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29901 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29902 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29903 tst-audit3, tst-audit4 and tst-audit5.
29904 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29905 tst-audit6 and tst-audit7.
29906 [$(subdir) = elf] (modules-names): Add audit modules for those
29907 tests.
29908 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29909 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29910 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29911 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29912 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29913 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29914 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29915 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29916 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29917 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29918 [$(subdir) = elf] (tst-audit3-ENV): New variable.
29919 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29920 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29921 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29922 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29923 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29924 Likewise.
29925 [$(subdir) = elf && $(config-cflags-avx) = yes]
29926 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29927 [$(subdir) = elf && $(config-cflags-avx) = yes]
29928 (CFLAGS-tst-auditmod4a.c): Likewise.
29929 [$(subdir) = elf && $(config-cflags-avx) = yes]
29930 (CFLAGS-tst-auditmod4b.c): Likewise.
29931 [$(subdir) = elf && $(config-cflags-avx) = yes]
29932 (CFLAGS-tst-auditmod6b.c): Likewise.
29933 [$(subdir) = elf && $(config-cflags-avx) = yes]
29934 (CFLAGS-tst-auditmod6c.c): Likewise.
29935 [$(subdir) = elf && $(config-cflags-avx) = yes]
29936 (CFLAGS-tst-auditmod7b.c): Likewise.
29937 * elf/tst-audit3.c: Move to ...
29938 * sysdeps/x86_64/tst-audit3.c: ... here.
29939 * elf/tst-audit4.c: Move to ...
29940 * sysdeps/x86_64/tst-audit4.c: ... here.
29941 * elf/tst-audit5.c: Move to ...
29942 * sysdeps/x86_64/tst-audit5.c: ... here.
29943 * elf/tst-audit6.c: Move to ...
29944 * sysdeps/x86_64/tst-audit6.c: ... here.
29945 * elf/tst-audit7.c: Move to ...
29946 * sysdeps/x86_64/tst-audit7.c: ... here.
29947 * elf/tst-auditmod3a.c: Move to ...
29948 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29949 * elf/tst-auditmod3b.c: Move to ...
29950 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29951 * elf/tst-auditmod4a.c: Move to ...
29952 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29953 * elf/tst-auditmod4b.c: Move to ...
29954 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29955 * elf/tst-auditmod5a.c: Move to ...
29956 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29957 * elf/tst-auditmod5b.c: Move to ...
29958 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29959 * elf/tst-auditmod6a.c: Move to ...
29960 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29961 * elf/tst-auditmod6b.c: Move to ...
29962 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29963 * elf/tst-auditmod6c.c: Move to ...
29964 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29965 * elf/tst-auditmod7a.c: Move to ...
29966 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29967 * elf/tst-auditmod7b.c: Move to ...
29968 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29969
1ef74943
PP
299702013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
29971
29972 [BZ #15366]
29973 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29974 define unconditionally.
29975 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29976 define unconditionally.
29977 (INT8_C, INT16_C, etc.): Likewise.
29978
93fd48c5
MR
299792013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
29980
ae9552cf
MR
29981 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29982 __ehdr_start with hidden visibility.
29983
93fd48c5
MR
29984 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29985
418601aa
CD
299862013-04-24 Carlos O'Donell <carlos@redhat.com>
29987
29988 * math/libm-test.inc (cos_test): Use accurate hex constants.
29989 (sincost_test): Likewise.
29990
2f38fbfe
JM
299912013-04-24 Joseph Myers <joseph@codesourcery.com>
29992
5e221800
JM
29993 * math/libm-test.inc (catan_test): Add more tests.
29994 (catanh_test): Likewise.
29995
77f143fd
JM
29996 * math/s_catanf.c (__catanf): Use suffixed floating-point
29997 constants.
29998 * math/s_catanhf.c (__catanhf): Likewise.
29999 * math/s_catanhl.c (__catanhl): Likewise.
30000 * math/s_catanl.c (__catanl): Likewise.
30001
2f38fbfe
JM
30002 [BZ #15394]
30003 * math/s_catan.c (__catan): Calculate imaginary part of result
30004 with log1p not log unless computing log of number close to 0.
30005 * math/s_catanf.c (__catanf): Likewise.
30006 * math/s_catanl.c (__catanl): Likewise.
30007 * math/s_catanh.c (__catanh): Calculate real part of result with
30008 log1p not log unless computing log of number close to 0.
30009 * math/s_catanhf.c (__catanhf): Likewise.
30010 * math/s_catanhl.c (__catanhl): Likewise.
30011 * math/libm-test.inc (catan_test): Add more tests.
30012 (catanh_test): Likewise.
30013 * sysdeps/i386/fpu/libm-test-ulps: Update.
30014 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30015
45d69176
SP
300162013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
30017
30018 * benchtests/Makefile: Mention files in which fast and slow
30019 paths of math functions are implemented.
30020
87f51853
RM
300212013-04-23 Roland McGrath <roland@hack.frob.com>
30022
30023 * sysdeps/posix/timespec_get.c: New file.
30024
3c026539
AZ
300252013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30026
30027 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30028 POWER.
30029 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30030 for POWER.
30031 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30032 powerpc/power5/fpu folders.
30033 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30034 * benchtests/Makefile: Add modf testcase.
30035 * benchtests/bench-modf.c: New file: Benchmark test for mo
30036
ff491d14
SP
300372013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
30038
30039 [BZ #14888]
30040 * time/Makefile (tests): Add tst-strptime-whitespace.
30041 * time/strptime_l.c (get_number): Use ISSPACE.
30042 (__strptime_internal): Likewise.
30043 * time/tst-strptime-whitespace.c: New test case.
30044
7ed3f4e8
AS
300452013-04-23 Andreas Schwab <schwab@linux-m68k.org>
30046
30047 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30048 member.
30049 (_nss_files_init): Set it here.
30050
5c95f7b6
HC
300512013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
30052
30053 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30054 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30055 unsigned.
30056
d34c9158
JBG
300572013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
30058
30059 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30060
2169712d
SP
300612013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
30062
30063 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30064 size just once.
30065
29c5de99
DM
300662013-04-21 David S. Miller <davem@davemloft.net>
30067
30068 * po/ru.po: Update Russion translation from translation project.
30069
ccdad15d
AC
300702013-04-17 Adam Conrad <adconrad@0c3.net>
30071
30072 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30073 and setfsgid.
30074
0f122b8d
CD
300752013-04-17 Carlos O'Donell <carlos@redhat.com>
30076
5c5b07da 30077 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 30078 * configure: Regenerate.
5c5b07da 30079 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
30080 Add example to error message.
30081 * sysdeps/i386/configure: Regenerate.
30082
037714dd
SP
300832013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
30084
30085 * benchtests/Makefile (bench): Add cos, tan, slowcos and
30086 slowtan.
30087 * benchtests/cos-inputs: New file.
30088 * benchtests/slowcos-inputs: New file.
30089 * benchtests/slowcos.c: New file.
30090 * benchtests/slowtan-inputs: New file.
30091 * benchtests/slowtan.c: New file.
30092 * benchtests/tan-inputs: New file.
30093
e913141d
RM
300942013-04-16 Roland McGrath <roland@hack.frob.com>
30095
30096 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30097 considered kosher.
30098
a2964074
SP
300992013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30100
4856bcd2
SP
30101 * benchtests/Makefile: Include cppflags-iterator.mk to add
30102 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30103
a2964074
SP
30104 * Makefile.in (bench-clean): New target.
30105 * benchtests/Makefile (bench-clean): Likewise.
30106
9fbf9aca
DH
301072013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
30108
30109 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30110
207d1e2a
TS
301112013-04-15 Thomas Schwinge <thomas@codesourcery.com>
30112
30113 * stdio-common/tstdiomisc.c: Fix coding-style violation.
30114
306dfba9
AS
301152013-04-15 Andreas Schwab <schwab@suse.de>
30116
30117 * nscd/grpcache.c (cache_addgr): Properly check for short write.
30118 * nscd/initgrcache.c (addinitgroupsX): Likewise.
30119 * nscd/pwdcache.c (cache_addpw): Likewise.
30120 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
30121 more than recsize.
30122
206a6699
SP
301232013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30124
30125 * benchtests/Makefile (bench): Write all output to
30126 bench-out.tmp together.
30127
0582f6b3
AS
301282013-04-15 Andreas Schwab <schwab@suse.de>
30129
30130 * nscd/nscd.c (main): Don't fork again after closing files.
30131
acb4325f
SP
301322013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30133
5cb26d0a
SP
30134 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30135
acb4325f
SP
30136 * benchtests/Rules (bench-deps): Collect dependencies into a
30137 single variable. Add Makefile to dependencies.
30138 ($(objpfx)bench-%.c): Depend on bench-deps.
30139
47792506
RM
301402013-04-12 Roland McGrath <roland@hack.frob.com>
30141 Xavier Roche <roche+kml2@exalead.com>
30142
30143 [BZ #15361]
30144 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30145 just that it's a file descriptor.
30146 * manual/llio.texi (Synchronizing AIO Operations): Update description
30147 for EBADF error from aio_fsync.
30148
8fc1bee5
SP
301492013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
30150
30151 * Rules (bench): Move target definition...
30152 * benchtests/Makefile: ... here.
30153
aba5e333
CD
301542013-04-11 Carlos O'Donell <carlos@redhat.com>
30155
30156 * math/libm-test.inc (cos_test): Fix PI/2 test.
30157 (sincos_test): Likewise.
30158 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30159 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30160
273cdee8
AS
301612013-04-11 Andreas Schwab <schwab@suse.de>
30162
6ecec3b6
AS
30163 [BZ #13988]
30164 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30165 accept exponent character only when digits were seen.
30166 * stdio-common/Makefile (tests): Add bug26.
30167 * stdio-common/bug26.c: New file.
30168
273cdee8
AS
30169 [BZ #14293]
30170 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30171 non-freeable.
30172
8da491f5
SP
301732013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
30174
01dc6df9
SP
30175 * Makeconfig (rtld-prefix): Define built linker prefix.
30176 * Rules (run-bench): Use it.
30177 * math/Makefile (run-regen-ulps): Likewise.
30178
8da491f5
SP
30179 * Rules (bench): Remove eval.
30180
abe7f530
SP
301812013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30182 Roland McGrath <roland@hack.frob.com>
30183 Ondrej Bilka <neleai@seznam.cz>
30184
30185 [BZ #15346]
30186 * time/getdate.c: Include ctype.h and alloca.h.
30187 (__getdate_r): Trim leading and trailing spaces of input.
30188 * time/tst-getdate.c (tests): Add tests with leading and
30189 trailing spaces.
30190
61c23e62
RM
301912013-04-08 Roland McGrath <roland@hack.frob.com>
30192
30193 [BZ #14280]
30194 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30195 when computing value.
30196
7208a313
CD
301972013-04-06 Carlos O'Donell <carlos@redhat.com>
30198
085b2d41
CD
30199 * math/README.libm-test (How can I generate "libm-test-ulps"?):
30200 Use testrun.sh to run libm tests.
30201
7208a313
CD
30202 [BZ #15309]
30203 * elf/dl-open.c (dl_open_worker): memset all of seen array.
30204
872c0acd
MM
302052013-04-06 Marko Myllynen <myllynen@redhat.com>
30206
30207 [BZ #15264]
30208 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30209
26510bdd
CD
302102013-04-06 Carlos O'Donell <carlos@redhat.com>
30211
30212 * Makefile.in (regen-ulps): New target.
30213 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30214 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30215 [ifneq (no,$(PERL)] (regen-ulps): New target.
30216 [ifeq (no,$(PERL)] (regen-ulps): New target.
30217 * math/libm-test.inc (ulps_file_name): Define.
30218 (output_dir): New variable.
30219 (options): Add "output-dir" option.
30220 (parse_opt): Handle 'o' case.
30221 (main): If output_dir is non-NULL use it as a prefix
30222 otherwise use "".
30223 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30224
a01f19c8
CD
302252013-04-06 Carlos O'Donell <carlos@redhat.com>
30226
30227 [BZ #10060, #10062]
30228 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30229 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30230 fail configure if __sync_val_compare_and_swap is not inlined.
30231 * sysdeps/i386/configure: Regenerate.
30232 * configure.in: Build for i686 when configured for i386.
30233 * configure: Regenerate.
30234 * README: Remove i386 reference.
30235
b7a329a5
CD
302362013-04-06 Carlos O'Donell <carlos@redhat.com>
30237
30238 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30239 * sysdeps/s390/s390-64/sysdep.h: Likewise.
30240
bf0f50df
TS
302412013-04-05 Thomas Schwinge <thomas@codesourcery.com>
30242
ee091edf
TS
30243 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30244 (lmsnanval): New variables.
30245 (F): Add conversion tests.
30246 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30247 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30248
a8b792d6
TS
30249 * stdio-common/tstdiomisc.c (F): Properly collect individual
30250 tests' results.
30251
a1cbf437
TS
30252 [BZ #14686, #15336]
30253 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30254 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30255 Instead, use input NaN values or generate a qNaN by arithmetic
30256 operation. Also fix bugs to comply with the standard.
30257 * math/libm-test.inc (remainder_test): Add more tests.
30258
8b43a0c9
TS
30259 [BZ #15335, #15342]
30260 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30261 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30262 input NaN values or generate a qNaN by arithmetic operation.
30263
d91da4ce
TS
30264 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30265 unreachable code.
30266
bf0f50df
TS
30267 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30268 definitions.
30269
05e166c8
JM
302702013-04-03 Joseph Myers <joseph@codesourcery.com>
30271
30272 [BZ #14478]
30273 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30274 underflowed result.
30275 * math/s_cexpf.c (__cexpf): Likewise.
30276 * math/s_cexpl.c (__cexpl): Likewise.
30277 * math/libm-test.inc (cexp_test): Add more tests.
30278
1cef1b19
AS
302792013-04-03 Andreas Schwab <schwab@suse.de>
30280
30281 [BZ #15330]
30282 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30283 order arrays from heap if bigger than alloca cutoff.
30284
74d87055
TS
302852013-04-03 Thomas Schwinge <thomas@codesourcery.com>
30286
30287 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30288 (SNAN_TESTS_double): Refer to GCC PR56831.
30289 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30290 GCC PR56828.
30291
d755bba4
SP
302922013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
30293
90d5d5bb
SP
30294 * Rules (bench): Move bench.out after the run is complete.
30295
73e0cd5d
SP
30296 * Rules (bench): Echo currently running benchmark.
30297
64aabd4b
SP
30298 * benchtests/Makefile (bench): Add atan and slowatan.
30299 * benchtests/atan-inputs: New file.
30300 * benchtests/slowatan-inputs: New file.
30301 * benchtests/slowatan.c: New file.
30302
c871eccd
SP
30303 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30304 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30305 its value.
30306
d755bba4
SP
30307 [BZ #15305]
30308 * sysdeps/unix/sysv/linux/kernel-features.h
30309 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30310 __ASSUME_XFS_RESTRICTED_CHOWN.
30311 * sysdeps/unix/sysv/linux/pathconf.c
30312 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30313 Save and restore errno.
30314
52ce4860
JM
303152013-04-02 Joseph Myers <joseph@codesourcery.com>
30316
30317 [BZ #15327]
30318 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30319 arguments using __kernel_casinh.
30320 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30321 arguments using __kernel_casinhf.
30322 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30323 arguments using __kernel_casinhl.
30324 * math/libm-test.inc (cacosh_test): Add more tests.
30325 * sysdeps/i386/fpu/libm-test-ulps: Update.
30326 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30327
81f311c2
SP
303282013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
30329
e7906a47
SP
30330 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30331 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30332
92e3664b
SP
30333 * bench/Makefile (bench): Add sin and slowsin.
30334 * benchtests/sin-inputs: New file.
30335 * benchtests/slowsin-inputs: New file.
30336 * benchtests/slowsin.c: New file.
30337
81f311c2
SP
30338 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30339 (bench): Add slowexp and slowpow.
30340 (exp-ITER): Increase iterations.
30341 (pow-ITER): Likewise.
30342 * benchtests/exp-inputs: Change input.
30343 * benchtests/pow-inputs: Likewise.
30344 * benchtests/slowexp-inputs: New file.
30345 * benchtests/slowexp.c: New file.
30346 * benchtests/slowpow-inputs: New file.
30347 * benchtests/slowpow.c: New file.
30348
ab0f1aa9
AZ
303492013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30350
30351 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30352 instructions.
30353 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30354 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30355 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30356 * benchtests/Makefile: Add rint benchtest.
30357 * benchtests/rint-inputs: Input for rint benchtest.
30358
57267616
TS
303592013-04-02 Thomas Schwinge <thomas@codesourcery.com>
30360
30361 * Versions.def (libm): Add GLIBC_2.18.
30362 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30363 hidden libm prototypes.
30364 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30365 * math/Makefile (libm-calls): Add s_issignaling.
30366 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30367 __issignalingf, __issignalingl. Adjust all libm.abilist files.
30368 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30369 declaration.
30370 * math/math.h [__USE_GNU] (issignaling): New macro.
30371 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30372 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30373 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30374 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30375 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30376 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30377 * manual/arith.texi (issignaling): New section.
30378 * manual/libm-err-tab.pl (@all_functions): Update comment.
30379 * math/gen-libm-test.pl (parse_args): Apply special handling for
30380 issignaling.
30381 * math/libm-test.inc (print_float, issignaling_test): New
30382 functions.
30383 (check_float_internal): Add issignaling checks.
30384 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30385 default definition.
30386 * sysdeps/powerpc/math-tests.h: New file.
30387 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30388 tests.
30389 * math/test-snan.c (TEST_FUNC): Likewise.
30390
6142896d
DM
303912013-03-30 David S. Miller <davem@davemloft.net>
30392
30393 * po/de.po: Update from translation team.
30394
ccc8cadf
JM
303952013-03-30 Joseph Myers <joseph@codesourcery.com>
30396
30397 [BZ #10357]
30398 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30399 imaginary part less than 1.0 and real part less than 0.5
30400 specially.
30401 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30402 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30403 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30404 (cacos_test): Add more tests.
30405 (casin_test): Likewise.
30406 (casinh_test): Likewise.
30407 * sysdeps/i386/fpu/libm-test-ulps: Update.
30408 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30409
0f6a8d4b
SP
304102013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
30411
0d1029de
SP
30412 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30413 ONE with its value.
30414
c2d94018
SP
30415 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30416 (__pow_mp): Replace ONE and MONE with their values.
30417 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30418 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30419 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30420 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30421 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30422 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30423
27ec37f1
SP
30424 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30425
a64d7e0e
SP
30426 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30427 (__pow_mp): Replace ZERO and MZERO with their values.
30428 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30429 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30430 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30431 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30432 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30433 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30434 (__sqr): Likewise.
30435
d26dd3eb
SP
30436 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30437
0f6a8d4b
SP
30438 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30439
e57b0c61
RM
304402013-03-28 Roland McGrath <roland@hack.frob.com>
30441
30442 * include/stdlib.h [!SHARED] (__call_tls_dtors):
30443 Declare with __attribute__ ((weak)).
30444 * stdlib/exit.c (__libc_atexit) [!SHARED]:
30445 Call __call_tls_dtors only if it's not NULL.
30446
356b3480
RM
304472013-03-28 Roland McGrath <roland@hack.frob.com>
30448
288f7d79
RM
30449 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30450 didn't do it already, then set _dl_phdr and _dl_phnum based on the
30451 magic __ehdr_start linker symbol if it's defined.
30452 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30453 them up here if it was already done.
30454
dc0a0263
RM
30455 * elf/dl-support.c (_dl_phdr): Make pointer to const.
30456 (_dl_aux_init): Use const in cast when setting it.
30457 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30458 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30459 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30460
3d3436ae
RM
30461 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30462 Declare them here.
30463 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30464 * csu/libc-tls.c: Nor here.
30465 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30466
356b3480
RM
30467 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30468 (__libc_message): Never call vsyslog.
30469
b0f1246a
AM
304702013-03-28 Alan Modra <amodra@gmail.com>
30471
30472 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30473 Define as empty.
30474 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30475 Likewise.
30476
fbbe2b9a
AZ
304772013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30478
30479 [BZ #15214]
30480 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30481 underflow.
30482 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30483
1728ab37
SP
304842013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30485
7a86be6e
SP
30486 [BZ #15304]
30487 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30488 Don't add gid passed as argument.
30489
1728ab37
SP
30490 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30491
3a7182a1
JM
304922013-03-27 Joseph Myers <joseph@codesourcery.com>
30493
30494 [BZ #15307]
30495 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30496 imaginary part between 1.0 and 1.5 and real part less than 0.5
30497 specially.
30498 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30499 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30500 * math/libm-test.inc (cacos_test): Add more tests.
30501 (casin_test): Likewise.
30502 (casinh_test): Likewise.
30503 * sysdeps/i386/fpu/libm-test-ulps: Update.
30504 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30505
6f2e90e7
SP
305062013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30507
5739f705
SP
30508 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30509 constants.
30510 (norm): Likewise.
30511 (denorm): Likewise.
30512 (__dbl_mp): Likewise.
30513 (add_magnitudes): Likewise.
30514 (sub_magnitudes): Likewise.
30515 (__add): Likewise.
30516 (__sub): Likewise.
30517 (__mul): Likewise.
30518 (__sqr): Likewise.
30519 (__inv): Likewise.
30520 (__dvd): Likewise.
30521
e375e83d
SP
30522 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30523 commented code.
30524 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30525 (__dubcos): Likewise.
30526 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30527 (__ieee754_acos): Likewise.
30528 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30529 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30530 (__exp1): Likewise.
30531 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30532 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30533 (log1): Likewise.
30534 (my_log2): Likewise.
30535 (checkint): Likewise.
30536 * sysdeps/ieee754/dbl-64/e_remainder.c
30537 (__ieee754_remainder): Likewise.
30538 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30539 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30540 (bsloww): Likewise.
30541 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30542
6f2e90e7
SP
30543 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30544 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30545 MANTISSA_STORE_T to store computations on mantissa. Use
30546 macros for rounding and division.
30547 (denorm): Likewise.
30548 (__dbl_mp): Likewise.
30549 (add_magnitudes): Likewise.
30550 (sub_magnitudes): Likewise.
30551 (__mul): Likewise.
30552 (__sqr): Likewise.
30553 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
30554 powers of two in terms of TWOPOW macro.
30555 (mp_no): Make type of mantissa as MANTISSA_T.
30556 [!RADIXI]: Define RADIXI.
30557 [!TWO52]: Define TWO52.
30558 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30559
fce14d4e
AZ
305602013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30561
30562 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30563 llroundl symbol when building for PPC32.
30564
9ad027fb
MW
305652013-03-24 Mark H Weaver <mhw@netris.org>
30566
30567 * manual/arith.texi (Normalization Functions): Fix prototypes for
30568 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30569
e42a38dd
AZ
305702013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30571
30572 [BZ #13889]
30573 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30574 high value to check if expl overflow.
30575 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30576 to check for underflow and overflow.
30577 * math/libm-test.inc: Add exp test.
30578
2e0fb521
DL
305792013-03-21 Dmitry V. Levin <ldv@altlinux.org>
30580
30581 [BZ #11120]
30582 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30583 with NOT_IN_libc.
30584
b5784d95
AZ
305852013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30586
30587 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30588 symbol.
30589
5aa4a1a1
TS
305902013-03-21 Thomas Schwinge <thomas@codesourcery.com>
30591
bdef0be7
TS
30592 * math/gen-libm-test.pl (parse_args, special_functions): Properly
30593 wrap blocks consisting of several statements.
30594
5aa4a1a1
TS
30595 * sysdeps/generic/math-tests.h: New file.
30596 * sysdeps/i386/fpu/math-tests.h: Likewise.
30597 * math/test-snan.c: Include it.
30598 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30599
98c48fe5
JM
306002013-03-21 Joseph Myers <joseph@codesourcery.com>
30601
30602 [BZ #15285]
30603 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30604 (__ieee754_j0l): Do not improve calculations using cos of twice
30605 input for inputs above LDBL_MAX / 2.0L.
30606 (__ieee754_y0l): Likewise.
30607 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30608 (__ieee754_j1l): Do not improve calculations using cos of twice
30609 input for inputs above LDBL_MAX / 2.0L.
30610 (__ieee754_y1l): Likewise.
30611 * math/libm-test.inc (j0_test): Add another test.
30612 (j1_test): Likewise.
30613 (y0_test): Likewise.
30614 (y1_test): Likewise.
30615 * sysdeps/i386/fpu/libm-test-ulps: Update.
30616
3775a8bc
SP
306172013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30618
30619 * Rules ($(objpfx)bench-%.c): Include code from a C source
30620 file.
30621
0a1b2ae6
JM
306222013-03-21 Joseph Myers <joseph@codesourcery.com>
30623
30624 [BZ #15287]
30625 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30626 imaginary part 1.0 and real part less than 0.5 specially.
30627 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30628 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30629 * math/libm-test.inc (cacos_test): Add more tests.
30630 (casin_test): Likewise.
30631 (casinh_test): Likewise.
30632 * sysdeps/i386/fpu/libm-test-ulps: Update.
30633 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30634
b33d4ce4
SP
306352013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30636
30637 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30638 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30639
bef0b507
JM
306402013-03-20 Joseph Myers <joseph@codesourcery.com>
30641
30642 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30643 * config.make.in (config-cflags-sse4): Remove variable.
30644 (config-cflags-avx): Likewise.
30645 (config-cflags-sse2avx): Likewise.
30646 (config-cflags-novzeroupper): Likewise.
30647 (config-asflags-i686): Likewise.
30648 (have-mfma4): Likewise.
30649 (have-as-vis3): Likewise.
30650 (MIG): Likewise.
30651 * configure.in (MIG): Do not AC_SUBST.
30652 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30653 (libc_cv_cc_sse4): Do not AC_SUBST.
30654 (libc_cv_cc_avx): Likewise.
30655 (libc_cv_cc_sse2avx): Likewise.
30656 (libc_cv_cc_novzeroupper): Likewise.
30657 (libc_cv_cc_fma4): Likewise.
30658 (libc_cv_as_i686): Likewise.
30659 (libc_cv_sparc_as_vis3): Likewise.
30660 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30661 LIBC_CONFIG_VAR.
30662 (config-asflags-i686): Likewise.
30663 (config-cflags-avx): Likewise.
30664 (config-cflags-sse2avx): Likewise.
30665 (have-mfma4): Likewise.
30666 (config-cflags-novzeroupper): Likewise.
30667 * sysdeps/mach/configure.in (MIG): Likewise.
30668 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30669 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30670 LIBC_CONFIG_VAR.
30671 (config-cflags-avx): Likewise.
30672 (config-cflags-sse2avx): Likewise.
30673 (have-mfma4): Likewise.
30674 (config-cflags-novzeroupper): Likewise.
30675 * configure: Regenerated.
30676 * sysdeps/i386/configure: Likewise.
30677 * sysdeps/mach/configure: Likewise.
30678 * sysdeps/sparc/configure: Likewise.
30679 * sysdeps/x86_64/configure: Likewise.
30680
912cc4b3
RM
306812013-03-20 Roland McGrath <roland@hack.frob.com>
30682
30683 [BZ #14812]
30684 * locale/programs/localedef.c (options): Put N_ translation marker
30685 on argument names, not just descriptions.
30686
04eed2b0
MS
306872013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
30688
30689 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30690
a065ceff
OB
306912013-03-20 Ondřej Bílka <neleai@seznam.cz>
30692
9bb2a810 30693 [BZ #14176]
a065ceff
OB
30694 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30695
a600e5ce
RM
306962013-03-19 Roland McGrath <roland@hack.frob.com>
30697
30698 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30699 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30700 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30701 [!BEFORE_ABORT] (before_abort): New function.
30702 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30703 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30704 (writev_for_fatal): New function.
30705 (WRITEV_FOR_FATAL): New macro; call that.
30706 (backtrace_and_maps): New function.
30707 (BEFORE_ABORT): New macro; call that.
30708 (struct str_list): Type removed.
30709 (__libc_message, __libc_fatal): Functions removed.
30710 Include <sysdeps/posix/libc_fatal.c> instead.
30711
6b18bea6
JM
307122013-03-19 Joseph Myers <joseph@codesourcery.com>
30713
30714 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30715 constants.
30716 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30717 double constants.
30718
aaa8cb4b
AS
307192013-03-19 Andreas Schwab <schwab@suse.de>
30720
44673770
AS
30721 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30722 * sysdeps/gnu/configure: Regenerate.
30723
aaa8cb4b
AS
30724 * configure.in: Substitute libc_cv_rtlddir.
30725 * configure: Regenerate.
30726 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30727 * Makeconfig (rtlddir, inst_rtlddir): New variables.
30728 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30729 * elf/Makefile (install-others, CFLAGS-interp.c)
30730 (ldso_install, common-ldd-rewrite): Likewise.
30731 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30732 $(inst_slibdir)/$(rtld-installed-name).
30733 * scripts/rellns-sh: Add -p option.
30734 * Makerules (make-shlib-link): Use rellns-sh to get relative name
30735 for source.
30736
d3cfc668
SP
307372013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
30738
30739 * manual/nptl.texi: Renamed to ...
30740 * manual/threads.texi: ... this.
30741 * manual/Makefile (chapters): Update.
30742
0e2b9cdd
RM
307432013-03-18 Roland McGrath <roland@hack.frob.com>
30744
30745 [BZ #14812]
30746 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30747 on argument names, not just descriptions.
0e2b9cdd
RM
30748 * malloc/memusagestat.c (options): Likewise.
30749 * nss/getent.c (options): Likewise.
63270c24
RM
30750
307512013-03-18 Benno Schulenberg <bensberg@justemail.net>
30752
30753 [BZ #14812]
30754 * iconv/iconv_prog.c (options): Put N_ translation marker
30755 on argument names, not just descriptions.
30756 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 30757
b2e1393c
OB
307582013-03-18 Ondrej Bilka <neleai@seznam.cz>
30759
30760 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30761 implementation which is faster on all x86_64 architectures.
30762 Tested on AMD, Intel Nehalem, SNB, IVB.
30763 * sysdeps/x86_64/strnlen.S: Likewise.
30764
30765 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30766 Remove all multiarch strlen and strnlen versions.
30767 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30768 Remove strlen and strnlen related parts.
30769
30770 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30771 Inline strlen part.
30772 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30773
30774 * sysdeps/x86_64/multiarch/strlen.S: Remove.
30775 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30776 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30777 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30778 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30779 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30780
ec4ff04d
CD
307812013-03-17 Carlos O'Donell <carlos@redhat.com>
30782
30783 * manual/memory.texi (Malloc Tunable Parameters):
30784 Sort parameters alphabetically. Add comments for missing entries.
30785
cd18e90a
DM
307862013-03-17 David S. Miller <davem@davemloft.net>
30787
30788 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30789
2a185d32
JM
307902013-03-16 Joseph Myers <joseph@codesourcery.com>
30791
d2f9799e
JM
30792 [BZ #15283]
30793 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30794 for arguments at most half maximum finite value.
30795 * math/libm-test.inc (j0_test): Add more tests.
30796 (j1_test): Likewise.
30797 (y0_test): Likewise.
30798 (y1_test): Likewise.
30799 * sysdeps/i386/fpu/libm-test-ulps: Update.
30800 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30801
2a185d32
JM
30802 [BZ #14155]
30803 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30804 1 / x and functions P and Q for arguments above 0x1p256L.
30805 (__ieee754_y0l): Likewise.
30806 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30807 (__ieee754_y1l): Likewise.
30808 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30809 (j1_test): Likewise.
30810 (y0_test): Likewise.
30811 (y1_test): Likewise.
30812
6cbec759
TS
308132013-03-16 Thomas Schwinge <thomas@codesourcery.com>
30814
30815 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30816 variable.
30817
bc16e260
RM
308182013-03-15 Roland McGrath <roland@hack.frob.com>
30819
aefc9b8c
RM
30820 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30821 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30822 zero since it's initialized to EXEC_PAGESIZE.
30823
bc16e260
RM
30824 * sysdeps/unix/sysv/linux/ldsodefs.h
30825 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30826 * sysdeps/generic/ldsodefs.h: ... here.
30827
a57da955
TS
308282013-03-15 Thomas Schwinge <thomas@codesourcery.com>
30829
af00a34d
TS
30830 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30831
495ded2c
TS
30832 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30833 math/test-snan.c.
30834 * math/test-snan.c: Renamed from
30835 sysdeps/powerpc/fpu/test-powerpc-snan.c.
30836 * math/Makefile (tests): Add test-snan.
30837 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30838 test-powerpc-snan.
30839
777b0332
TS
30840 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30841 SUFFIX. Initialize qNaN_var with __builtin_nan family of
30842 functions.
30843 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
30844 __builtin_nan family of functions.
30845 * math/libm-test.inc (initialize): Initialize qnan_value with
30846 __builtin_nan family of functions.
30847 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30848 Remove variables.
30849 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30850 Remove functions.
30851 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
30852 storage class. Initialize qNaN_var and sNaN_var with
30853 __builtin_nan and __builtin_nans families of functions,
30854 respectively.
30855
64d063b8
TS
30856 * math/libm-test.inc (acosh_test): Also test with qNaN input.
30857 (sqrt_test): Remove duplicate test with qNaN input.
30858 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30859 (round_test, signbit_test, significand_test): Note missing +/-Inf
30860 as well as qNaN tests.
30861
67e971f1
TS
30862 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30863 qNaN_var. Fix a few strings, too.
30864 * math/libm-test.inc (nan_value): Rename to qnan_value.
30865 * math/gen-libm-test.pl (%beautify): Adjust to that.
30866 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30867 * math/test-misc.c (main): Likewise.
30868 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30869 to __qnan_bytes, and __qnan_union, respectively.
30870 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30871 Likewise.
30872 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30873 and lqnanval, respectively.
30874 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30875 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30876 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30877 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30878
64487e12
TS
30879 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30880 * math/test-misc.c (main) [__x86_64__]: Enable test for long
30881 doubles.
30882
e015e27b
TS
30883 * math/test-misc.c (main): Fix copy'n'pastos.
30884 * misc/tst-efgcvt.c (special): Likewise.
30885
a57da955
TS
30886 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30887 Remove declarations.
30888
1e380345
SP
308892013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30890
30891 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30892 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30893 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30894 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30895
ef26eece
AZ
308962013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30897
30898 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30899 macro to return vdso values correctly in IFUNC implementations.
30900 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30901 Optimization by using IFUNC.
30902
8cfdb7e0
SP
309032013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30904 Richard Henderson <rth@redhat.com>
30905 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30906
30907 * Makefile.in (bench): New target.
30908 * NEWS: Mention the benchmark framework.
30909 * Rules (bench): Likewise.
30910 (binaries-bench): Generate binaries for functions to
30911 benchmark.
30912 * benchtests/Makefile: New makefile for benchmark tests.
30913 * benchtests/bench-skeleton.c: New skeleton file for benchmark
30914 programs.
30915 * benchtests/exp-inputs: New input file for EXP function.
30916 * benchtests/pow-inputs: New input file for POW function.
30917 * scripts/bench.pl: New script to generate source files for
30918 benchmark programs.
30919
bcda9880
SP
309202013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30921
d22ca8cd
SP
30922 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30923 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30924 computations on mantissa. Use macros for rounding and
30925 division.
30926 (denorm): Likewise.
30927 (__dbl_mp): Likewise.
30928 (add_magnitudes): Likewise.
30929 (sub_magnitudes): Likewise.
30930 (__mul): Likewise.
30931 (__sqr): Likewise.
30932 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
30933 powers of two in terms of TWOPOW macro.
30934 (mp_no): Make type of mantissa as MANTISSA_T.
30935 [!RADIXI]: Define RADIXI.
30936 [!TWO52]: Define TWO52.
30937 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30938
bcda9880
SP
30939 * manual/nptl.texi (cindex): Modify threads to pthreads.
30940
06d5adfb
JM
309412013-03-15 Joseph Myers <joseph@codesourcery.com>
30942
30943 * sysdeps/x86_64/preconfigure: Regenerated.
30944
41c7328e
JM
309452013-03-14 Joseph Myers <joseph@codesourcery.com>
30946
30947 [BZ #14155]
30948 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30949 0x1p28 and above.
30950 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30951 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30952 0x1p28 and above.
30953 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30954 * math/libm-test.inc (j0_test): Do not allow one spurious
30955 underflow exception.
30956 (y1_test): Likewise.
30957
e25cfa60
SP
309582013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
30959
0409959c
SP
30960 * manual/Makefile (chapters): Add nptl.
30961 * manual/debug.texi (Debugging Support): Add link to Threads
30962 chapter.
30963 * manual/nptl.texi: New file.
30964
e25cfa60
SP
30965 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30966
58a1335e
PB
309672013-03-14 Petr Baudis <pasky@ucw.cz>
30968
30969 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30970 for non-NULL pointer before the memory validity test. Pointed
30971 out by Holger Brunck <holger.brunck@keymile.com>.
30972
9dc7c64f
AS
309732013-03-13 Andreas Schwab <schwab@suse.de>
30974
30975 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30976 instead of .os.
30977
54206aa6
JM
309782013-03-13 Joseph Myers <joseph@codesourcery.com>
30979
30980 * timezone/zic.c: Update from tzcode 2013b.
30981
e98cdb38
CD
309822013-03-12 Carlos O'Donell <carlos@redhat.com>
30983
30984 * manual/install.texi (Configuring and compiling):
30985 Mention i686 and i586.
30986 * INSTALL: Regenerate.
30987
9967e003
RM
309882013-03-12 Roland McGrath <roland@hack.frob.com>
30989
30990 * sysdeps/init_array/elf-init.c: New file.
30991 * csu/elf-init.c
30992 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30993 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30994
30995 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30996 __gmon_start__ as global, but as static with a .preinit_array pointer.
30997 * sysdeps/init_array/gmon-start.c: New file. Use that.
30998 * sysdeps/init_array/crti.S: New file, empty except for comments.
30999 * sysdeps/init_array/crtn.S: Likewise.
31000
e6b5a293 310012013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
31002
31003 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31004 definining bcopy.
80f844c9
OB
31005 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31006 Remove Prefer_SSE_for_memop.
31007 * sysdeps/x86_64/multiarch/init-arch.h: Remove
31008 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31009 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
31010 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31011 memset-x86-64.
80f844c9 31012 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 31013 Remove bzero, memset ifunc support.
80f844c9
OB
31014 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31015 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31016 * sysdeps/x86_64/multiarch/memset.S: Likewise.
31017 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31018
fb6b0fcb
AS
310192013-03-11 Andreas Schwab <schwab@suse.de>
31020
31021 [BZ #15234]
31022 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31023 by SHLIB_COMPAT.
31024 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31025 (GLIBC_2.16): Remove pthread_atfork.
31026
3e6bd4b1
PP
310272013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
31028
31029 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31030 (ptestcases.h): Likewise.
31031
222d7f00
RM
310322013-03-08 Roland McGrath <roland@hack.frob.com>
31033
31034 * Makeconfig ($(common-objpfx)config.status): Depend on
31035 sysdeps/*/preconfigure{,.in} too.
31036
1ba4f030
JM
310372013-03-08 Joseph Myers <joseph@codesourcery.com>
31038
a222d91a
JM
31039 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31040 (__free_hook): Use void * instead of __malloc_ptr_t.
31041 (__malloc_hook): Likewise.
31042 (__realloc_hook): Likewise.
31043 (__memalign_hook): Likewise.
31044 (__after_morecore_hook): Likewise.
31045 * malloc/arena.c (save_malloc_hook): Likewise.
31046 (save_free_hook): Likewise.
31047 * malloc/hooks.c (malloc_hook_ini): Likewise.
31048 (realloc_hook_ini): Likewise.
31049 (memalign_hook_ini): Likewise.
31050 * malloc/malloc.c (malloc_hook_ini): Likewise.
31051 (realloc_hook_ini): Likewise.
31052 (memalign_hook_ini): Likewise.
31053 (__free_hook): Likewise.
31054 (__malloc_hook): Likewise.
31055 (__realloc_hook): Likewise.
31056 (__memalign_hook): Likewise.
31057 (__libc_malloc): Likewise.
31058 (__libc_free): Likewise.
31059 (__libc_realloc): Likewise.
31060 (__libc_memalign): Likewise.
31061 (__libc_valloc): Likewise.
31062 (__libc_pvalloc): Likewise.
31063 (__libc_calloc): Likewise.
31064 (__posix_memalign): Likewise.
31065 * malloc/morecore.c (__sbrk): Likewise.
31066 (__default_morecore): Likewise.
31067
5cc45e10
JM
31068 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31069
dd54b864
JM
31070 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31071 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31072 __malloc_ptrdiff_t.
31073
1ba4f030
JM
31074 * malloc/malloc.h (__malloc_size_t): Remove macro.
31075 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31076 __malloc_size_t.
31077 (old_memalign_hook): Likewise.
31078 (old_realloc_hook): Likewise.
31079 (struct hdr): Likewise.
31080 (flood): Likewise.
31081 (mallochook): Likewise.
31082 (memalignhook): Likewise.
31083 (reallochook): Likewise.
31084 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31085 (tr_old_realloc_hook): Likewise.
31086 (tr_old_memalign_hook): Likewise.
31087 (tr_mallochook): Likewise.
31088 (tr_reallochook): Likewise.
31089 (tr_memalignhook): Likewise.
31090
edf66e57
AZ
310912013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31092
31093 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31094 default_ldbl_pack and using as default implementation.
31095 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31096 implementation.
31097 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31098 redundant definition.
31099 (ldbl_insert_mantissa): Likewise.
31100 (ldbl_canonicalize): Likewise.
31101 (ldbl_nearbyint): Likewise.
31102 (ldbl_pack): Rename to ldbl_pack_ppc.
31103 (ldbl_unpack): Rename to ldbl_unpack_ppc.
31104 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31105 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31106
6d9145d8
SP
311072013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
31108
31109 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31110 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31111 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31112 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31113 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31114 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31115 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31116 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31117
4dd4e157
AJ
311182013-03-07 Andreas Jaeger <aj@suse.de>
31119
31120 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31121 bits/mman-linux.h.
31122
adbb8027
SP
311232013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
31124
ce544b5b
SP
31125 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31126 Include mpa.h and declare __MPEXP.
31127 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31128 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31129 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31130 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31131 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31132 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31133 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31134
4cc149fd
SP
31135 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31136 (__slowpow): Use long double EXPL and LOGL functions to
31137 compute POW.
31138 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31139 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31140 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31141 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31142 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31143 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31144
e6ebd4a7
SP
31145 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31146 intermediate variable to calculate exponent.
31147 (__sqr): Likewise.
31148 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31149 Likewise.
31150 (__sqr): Likewise.
31151
82a9811d
SP
31152 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31153 [!NO__SQR]: Define __sqr.
31154 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31155 and NO__SQR. Remove all code except __mul and __sqr. Include
31156 sysdeps/ieee754/dbl-64/mpa.c.
31157 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31158
adbb8027
SP
31159 [BZ #12723]
31160 * posix/Makefile (tests): Add tst-pathconf.
31161 * posix/tst-pathconf.c: New test case.
31162 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31163 _PC_PIPE_BUF.
31164 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31165
39120df9
PF
311662013-03-06 Patsy Franklin <pfrankli@redhat.com>
31167
31168 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31169
67525cb8
AJ
311702013-03-06 Andreas Jaeger <aj@suse.de>
31171
664a9ce4
AJ
31172 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31173 definition via __MAP_ANONYMOUS.
31174
8e39047d
AJ
31175 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31176 it's not part of Linux headers.
31177
67525cb8
AJ
31178 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31179 (MAP_HUGE_MASK): Define.
31180
31181 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31182 Define.
31183 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31184 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31185 Define.
31186 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31187 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31188 Define.
31189 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31190 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31191 Define.
31192 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31193
31194 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31195 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31196 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31197 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31198 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31199 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31200
31201 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31202 Handle f2fs.
31203
31204 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31205 Handle f2fs and efivarfs.
31206
31207 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31208 f2fs.
31209
31210 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31211 (EFIVARFS_MAGIC): Add.
31212 (F2FS_LINK_MAX): Add.
31213
e1b42695
PP
312142013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
31215
31216 * stdio-common/vfprintf.c: Replace __builtin_expect with
31217 __glibc_unlikely.
31218
2d67d91a
JM
312192013-03-06 Joseph Myers <joseph@codesourcery.com>
31220
31221 [BZ #13550]
31222 * sysdeps/generic/bp-sym.h: Remove file.
31223 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31224 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31225 <bp-sym.h> and <bp-asm.h>.
31226 (__longjmp): Don't use BP_SYM.
31227 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31228 and <bp-asm.h>.
31229 (memcpy): Don't use BP_SYM.
31230 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31231 <bp-sym.h> and <bp-asm.h>.
31232 (memcpy): Don't use BP_SYM.
31233 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31234 <bp-asm.h>.
31235 (memcpy): Don't use BP_SYM.
31236 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31237 <bp-asm.h>.
31238 (memset): Don't use BP_SYM.
31239 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31240 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31241 (__bzero): Don't use BP_SYM.
31242 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31243 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31244 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31245 <bp-sym.h> and <bp-asm.h>.
31246 (memcmp): Don't use BP_SYM. Remove comment about bounded
31247 pointers.
31248 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31249 <bp-sym.h> and <bp-asm.h>.
31250 (memcpy): Don't use BP_SYM.
31251 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31252 <bp-sym.h> and <bp-asm.h>.
31253 (memset): Don't use BP_SYM.
31254 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31255 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31256 (__bzero): Don't use BP_SYM.
31257 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31258 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31259 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31260 <bp-sym.h> and <bp-asm.h>.
31261 (strncmp): Don't use BP_SYM. Remove comment about bounded
31262 pointers.
31263 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31264 <bp-sym.h> and <bp-asm.h>.
31265 (memcpy): Don't use BP_SYM.
31266 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31267 <bp-sym.h> and <bp-asm.h>.
31268 (memset): Don't use BP_SYM.
31269 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31270 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31271 (__bzero): Don't use BP_SYM.
31272 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31273 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31274 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31275 <bp-sym.h> and <bp-asm.h>.
31276 (__memchr): Don't use BP_SYM.
31277 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31278 <bp-sym.h> and <bp-asm.h>.
31279 (memcmp): Don't use BP_SYM. Remove comment about bounded
31280 pointers.
31281 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31282 <bp-sym.h> and <bp-asm.h>.
31283 (memcpy): Don't use BP_SYM.
31284 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31285 <bp-sym.h> and <bp-asm.h>.
31286 (__mempcpy): Don't use BP_SYM.
31287 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31288 <bp-sym.h> and <bp-asm.h>.
31289 (__memrchr): Don't use BP_SYM.
31290 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31291 <bp-sym.h> and <bp-asm.h>.
31292 (memset): Don't use BP_SYM.
31293 (__bzero): Likewise.
31294 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31295 <bp-sym.h> and <bp-asm.h>.
31296 (__rawmemchr): Don't use BP_SYM.
31297 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31298 <bp-sym.h> and <bp-asm.h>.
31299 (__STRCMP): Don't use BP_SYM.
31300 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31301 <bp-sym.h> and <bp-asm.h>.
31302 (strchr): Don't use BP_SYM.
31303 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31304 <bp-sym.h> and <bp-asm.h>.
31305 (__strchrnul): Don't use BP_SYM.
31306 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31307 <bp-sym.h> and <bp-asm.h>.
31308 (strlen): Don't use BP_SYM.
31309 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31310 <bp-sym.h> and <bp-asm.h>.
31311 (strncmp): Don't use BP_SYM. Remove comment about bounded
31312 pointers.
31313 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31314 <bp-sym.h> and <bp-asm.h>.
31315 (__strnlen): Don't use BP_SYM.
31316 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31317 <bp-sym.h> and <bp-asm.h>.
31318 (__GI__setjmp): Don't use BP_SYM.
31319 (_setjmp): Likewise.
31320 (__sigsetjmp): Likewise.
31321 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31322 (L(start_addresses)): Don't use BP_SYM.
31323 (_start): Likewise.
31324 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31325 <bp-asm.h>.
31326 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31327 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31328 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31329 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31330 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31331 <bp-asm.h>.
31332 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31333 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
31334 about bounded pointers.
31335 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31336 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31337 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31338 <bp-asm.h>.
31339 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
31340 about bounded pointers. Remove GKM FIXME comments.
31341 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31342 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31343 <bp-asm.h>.
31344 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31345 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
31346 Remove GKM FIXME comments.
31347 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31348 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31349 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31350 <bp-asm.h>.
31351 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
31352 about bounded pointers. Remove GKM FIXME comment.
31353 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31354 and <bp-asm.h>.
31355 (strncmp): Don't use BP_SYM. Remove comment about bounded
31356 pointers.
31357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31358 <bp-sym.h> and <bp-asm.h>.
31359 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31360 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31361 <bp-sym.h> and <bp-asm.h>.
31362 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
31363 comment.
31364
cdcf361f
PP
313652013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
31366
31367 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31368 call free(NULL).
31369
3c4a2b15
DM
313702013-03-05 David S. Miller <davem@davemloft.net>
31371
31372 * po/es.po: Update from translation team.
31373
cdcf361f 313742013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
31375
31376 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31377 <bits/mman-linux.h>.
31378 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31379 is fine.
31380 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31381 <bits/mman-linux.h> to end of file.
31382 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31383 is fine.
31384 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31385 <bits/mman-linux.h> to end of file.
31386 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31387 is fine.
31388 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31389 <bits/mman-linux.h> to end of file.
31390
31391 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31392 (MCL_CURRENT, MCL_FUTURE): Define here.
31393
5f67c04f
AK
313942013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31395
8a4473cc 31396 [BZ #15232]
5f67c04f
AK
31397 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31398 attribute_hidden.
31399 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31400
c3e94a95
AK
314012013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31402
31403 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31404 fourth parameter needed for rt_sigprocmask syscall.
31405 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31406 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31407 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31408 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31409 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31410 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31411
cfb6382a
JM
314122013-03-04 Joseph Myers <joseph@codesourcery.com>
31413
31414 [BZ #13550]
31415 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31416 comment about bounded pointers.
31417 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31418 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31419
539d8e01
AJ
314202013-03-04 Andreas Jaeger <aj@suse.de>
31421
31422 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31423 common definitions.
31424
31425 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31426 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31427 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31428 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31429 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
31430 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31431
2e167a70 314322013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
31433
31434 [BZ #15055]
31435 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31436 __ieee754_sqrl instead of __sqrl.
31437
68508633
JM
314382013-03-01 Joseph Myers <joseph@codesourcery.com>
31439
31440 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31441 * sysdeps/powerpc/fpu_control.h: ... here.
31442 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31443 * sysdeps/powerpc/bits/fenvinline.h: ... here.
31444 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31445 * sysdeps/powerpc/bits/mathinline.h: ... here.
31446
7775448e
RM
314472013-03-01 Roland McGrath <roland@hack.frob.com>
31448
31449 * elf/dl-hwcaps.c (_dl_important_hwcaps):
31450 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31451 to just [NEED_DL_SYSINFO_DSO].
31452 * elf/dl-support.c: Likewise.
31453 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31454 * elf/rtld.c (dl_main): Likewise.
31455 * elf/setup-vdso.h (setup_vdso): Likewise.
31456 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31457 * sysdeps/unix/sysv/linux/dl-sysdep.c
31458 (_dl_discover_osversion): Likewise.
31459
4e9b5995
CD
314602013-03-01 Carlos O'Donell <carlos@redhat.com>
31461
31462 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31463 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31464
e23872c8
SP
314652013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
31466
e5c74c63
SP
31467 * NEWS: Mention libm performance improvements and non-x86 PI
31468 futex support.
31469
e23872c8
SP
31470 * csu/libc-start.c (__pthread_initialize_minimal): Change
31471 function arguments.
31472 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31473
b5510883
JM
314742013-02-28 Joseph Myers <joseph@codesourcery.com>
31475
31476 [BZ #13550]
31477 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31478 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31479 <bp-sym.h> and <bp-asm.h>.
31480 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31481 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31482 and <bp-asm.h>.
31483 (memcpy): Don't use BP_SYM.
31484 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31485 <bp-asm.h>.
31486 (__mpn_add_n): Don't use BP_SYM.
31487 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31488 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31489 and <bp-asm.h>.
31490 (__mpn_addmul_1): Don't use BP_SYM.
31491 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31492 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31493 <bp-sym.h>.
31494 (_setjmp): Don't use BP_SYM.
31495 (__novmx_setjmp): Likewise.
31496 (__GI__setjmp): Likewise.
31497 (__vmx_setjmp): Likewise.
31498 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31499 <bp-sym.h>.
31500 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31501 (__bzero): Don't use BP_SYM.
31502 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31503 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31504 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31505 <bp-sym.h> and <bp-asm.h>.
31506 (memcpy): Don't use BP_SYM.
31507 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31508 <bp-sym.h> and <bp-asm.h>.
31509 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31510 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31511 <bp-sym.h> and <bp-asm.h>.
31512 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31513 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31514 <bp-asm.h>.
31515 (__mpn_lshift): Don't use BP_SYM.
31516 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31517 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31518 <bp-asm.h>.
31519 (memset): Don't use BP_SYM.
31520 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31521 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31522 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31523 <bp-asm.h>.
31524 (__mpn_mul_1): Don't use BP_SYM.
31525 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31526 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31527 <bp-sym.h> and <bp-asm.h>.
31528 (memcmp): Don't use BP_SYM.
31529 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31530 <bp-sym.h> and <bp-asm.h>.
31531 (memcpy): Don't use BP_SYM.
31532 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31533 <bp-sym.h> and <bp-asm.h>.
31534 (memset): Don't use BP_SYM.
31535 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31536 <bp-sym.h> and <bp-asm.h>.
31537 (strncmp): Don't use BP_SYM.
31538 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31539 <bp-sym.h> and <bp-asm.h>.
31540 (memcpy): Don't use BP_SYM.
31541 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31542 <bp-sym.h> and <bp-asm.h>.
31543 (memset): Don't use BP_SYM.
31544 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31545 <bp-sym.h> and <bp-asm.h>.
31546 (__memchr): Don't use BP_SYM.
31547 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31548 <bp-sym.h> and <bp-asm.h>.
31549 (memcmp): Don't use BP_SYM.
31550 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31551 <bp-sym.h> and <bp-asm.h>.
31552 (memcpy): Don't use BP_SYM.
31553 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31554 <bp-sym.h> and <bp-asm.h>.
31555 (__mempcpy): Don't use BP_SYM.
31556 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31557 <bp-sym.h> and <bp-asm.h>.
31558 (__memrchr): Don't use BP_SYM.
31559 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31560 <bp-sym.h> and <bp-asm.h>.
31561 (memset): Don't use BP_SYM.
31562 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31563 <bp-sym.h> and <bp-asm.h>.
31564 (__rawmemchr): Don't use BP_SYM.
31565 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31566 <bp-sym.h> and <bp-asm.h>.
31567 (__STRCMP): Don't use BP_SYM.
31568 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31569 <bp-sym.h> and <bp-asm.h>.
31570 (strchr): Don't use BP_SYM.
31571 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31572 <bp-sym.h> and <bp-asm.h>.
31573 (__strchrnul): Don't use BP_SYM.
31574 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31575 <bp-sym.h> and <bp-asm.h>.
31576 (strlen): Don't use BP_SYM.
31577 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31578 <bp-sym.h> and <bp-asm.h>.
31579 (strncmp): Don't use BP_SYM.
31580 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31581 <bp-sym.h> and <bp-asm.h>.
31582 (__strnlen): Don't use BP_SYM.
31583 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31584 <bp-asm.h>.
31585 (__mpn_rshift): Don't use BP_SYM.
31586 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31587 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31588 <bp-sym.h> and <bp-asm.h>.
31589 (__sigsetjmp): Don't use BP_SYM.
31590 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31591 (L(start_addresses)): Don't use BP_SYM.
31592 (_start): Likewise.
31593 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31594 <bp-asm.h>.
31595 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31596 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31597 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31598 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31599 <bp-asm.h>.
31600 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31601 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31602 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31603 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31604 <bp-asm.h>.
31605 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
31606 comments.
31607 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31608 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31609 <bp-asm.h>.
31610 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
31611 FIXME comments.
31612 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31613 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31614 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31615 <bp-asm.h>.
31616 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
31617 comment.
31618 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31619 and <bp-asm.h>.
31620 (strncmp): Don't use BP_SYM,
31621 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31622 <bp-asm.h>.
31623 (__mpn_sub_n): Don't use BP_SYM.
31624 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31625 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31626 and <bp-asm.h>.
31627 (__mpn_submul_1): Don't use BP_SYM.
31628 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31629 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31630 <bp-sym.h> and <bp-asm.h>.
31631 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31632 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31633 <bp-sym.h> and <bp-asm.h>.
31634 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
31635 comment.
31636
8d19fe64
SP
316372013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31638
31639 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31640 Use ZK to minimize writes to Z.
31641 (sub_magnitudes): Simplify code a bit.
31642 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31643 Use ZK to minimize writes to Z.
31644 (sub_magnitudes): Simplify code a bit.
31645
85bd816a
RM
316462013-02-27 Roland McGrath <roland@hack.frob.com>
31647
31648 * csu/gmon-start.c: Add special exception to license text.
31649
b5977bf2
RH
316502013-02-27 Richard Henderson <rth@redhat.com>
31651
31652 * scripts/config.guess: Update from config.git.
31653 * scripts/config.sub: Likewise.
31654
11d6e2f2
SP
316552013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31656
09c14ed2
SP
31657 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31658
a688864e
SP
31659 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31660
6295157a
SP
31661 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31662
b8de2202
SP
31663 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31664
11d6e2f2
SP
31665 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31666
7e80ddb8
RM
316672013-02-26 Roland McGrath <roland@hack.frob.com>
31668
31669 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31670 [$(build-shared = yes].
7e80ddb8 31671
7da6d9ed
SP
316722013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
31673
45f05884
SP
31674 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31675 (__mul): Reduce iterations for calculating mantissa.
31676
2236d359
SP
31677 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31678 MPTWO.
31679 (__mpranred): Likewise.
31680
7da6d9ed
SP
31681 [BZ #15160]
31682 * malloc/memusagestat.c (main): Draw graphs for heap and stack
31683 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31684
b7688c42
PE
316852013-02-26 Paul Eggert <eggert@cs.ucla.edu>
31686
31687 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31688 Define __attribute__.
31689
53a5c423
SP
316902013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
31691
31692 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31693 unused.
31694 * posix/regex_internal.h (__attribute): Remove.
31695 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31696 (re_string_context_at): Likewise.
31697 (bitset_not): Use __attribute__ and mark function as possibly
31698 unused.
31699 (bitset_merge): Likewise.
31700 (bitset_mask): Likewise.
31701 (re_string_char_size_at): Likewise.
31702 (re_string_wchar_at): Likewise.
31703 (re_string_elem_size_at): Likewise.
31704
60f5a8b5
SP
317052013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
31706
2a983a2e
SP
31707 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31708 code.
31709 (cc32): Likewise.
31710
e69804d1
SP
31711 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31712 (__acr): Likewise.
31713 (__cpy): Likewise.
31714 (norm): Likewise.
31715 (denorm): Likewise.
31716 (__dbl_mp): Likewise.
31717 (add_magnitudes): Likewise.
31718 (sub_magnitudes): Likewise.
31719 (__mul): Likewise.
31720 (__inv): Likewise.
31721
2f22a1e8
SP
31722 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31723 style.
31724
8930ddc7
SP
31725 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31726 style.
31727
dc60cb11
SP
31728 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31729 code.
31730
60f5a8b5
SP
31731 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31732 up changes with default code.
31733 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31734 Likewise.
31735
b4d1fd33
AM
317362013-02-24 Allan McRae <allan@archlinux.org>
31737
faf6f8bc
AM
31738 * manual/socket.texi (The Internet Namespace): Order menu items
31739 to match that in the file.
31740
b4d1fd33
AM
31741 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31742 node listing of the info page menu.
31743
2366713d
JM
317442013-02-21 Joseph Myers <joseph@codesourcery.com>
31745
31746 [BZ #13550]
31747 * sysdeps/i386/bp-asm.h: Remove file.
31748 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31749 (PARMS): Do not use macros from bp-asm.h.
31750 (S1): Likewise.
31751 (S2): Likewise.
31752 (SIZE): Likewise.
31753 (__mpn_add_n): Do not use BP_SYM
31754 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31755 "bp-asm.h".
31756 (PARMS): Do not use macros from bp-asm.h.
31757 (S1): Likewise.
31758 (SIZE): Likewise.
31759 (__mpn_addmul_1): Do not use BP_SYM
31760 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31761 "bp-asm.h".
31762 (PARMS): Do not use macros from bp-asm.h.
31763 (SIGMSK): Likewise.
31764 (_setjmp): Likewise. Do not use BP_SYM.
31765 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31766 "bp-asm.h".
31767 (PARMS): Do not use macros from bp-asm.h.
31768 (SIGMSK): Likewise.
31769 (setjmp): Likewise. Do not use BP_SYM.
31770 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31771 "bp-asm.h".
31772 (PARMS): Do not use macros from bp-asm.h.
31773 (__frexp): Do not use BP_SYM.
31774 (frexp): Likewise.
31775 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31776 "bp-asm.h".
31777 (PARMS): Do not use macros from bp-asm.h.
31778 (__frexpf): Do not use BP_SYM.
31779 (frexpf): Likewise.
31780 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31781 "bp-asm.h".
31782 (PARMS): Do not use macros from bp-asm.h.
31783 (__frexpl): Do not use BP_SYM.
31784 (frexpl): Likewise.
31785 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31786 "bp-asm.h".
31787 (PARMS): Do not use macros from bp-asm.h.
31788 (__remquo): Do not use BP_SYM.
31789 (remquo): Likewise.
31790 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31791 "bp-asm.h".
31792 (PARMS): Do not use macros from bp-asm.h.
31793 (__remquof): Do not use BP_SYM.
31794 (remquof): Likewise.
31795 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31796 "bp-asm.h".
31797 (PARMS): Do not use macros from bp-asm.h.
31798 (__remquol): Do not use BP_SYM.
31799 (remquol): Likewise.
31800 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31801 "bp-asm.h".
31802 (PARMS): Do not use macros from bp-asm.h.
31803 (DEST): Likewise.
31804 (SRC): Likewise.
31805 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
31806 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31807 "bp-asm.h".
31808 (PARMS): Do not use macros from bp-asm.h.
31809 (strlen): Do not use BP_SYM.
31810 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31811 "bp-asm.h".
31812 (PARMS): Do not use macros from bp-asm.h.
31813 (S1): Likewise.
31814 (S2): Likewise.
31815 (SIZE): Likewise.
31816 (__mpn_add_n): Do not use BP_SYM.
31817 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31818 "bp-asm.h".
31819 (PARMS): Do not use macros from bp-asm.h.
31820 (S1): Likewise.
31821 (SIZE): Likewise.
31822 (__mpn_addmul_1): Do not use BP_SYM.
31823 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31824 weak_alias.
31825 (bzero): Likewise.
31826 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31827 "bp-asm.h".
31828 (PARMS): Do not use macros from bp-asm.h.
31829 (S): Likewise.
31830 (SIZE): Likewise.
31831 (__mpn_lshift): Do not use BP_SYM.
31832 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31833 "bp-asm.h".
31834 (PARMS): Do not use macros from bp-asm.h.
31835 (DEST): Likewise.
31836 (SRC): Likewise.
31837 (LEN): Likewise.
31838 (memcpy): Likewise. Do not use BP_SYM.
31839 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31840 libc_hidden_def and weak_alias.
31841 (mempcpy): Do not use BP_SYM in weak_alias.
31842 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31843 "bp-asm.h".
31844 (PARMS): Do not use macros from bp-asm.h.
31845 (DEST): Likewise.
31846 (LEN): Likewise.
31847 [!BZERO_P] (CHR): Likewise.
31848 (memset): Likewise. Do not use BP_SYM.
31849 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31850 "bp-asm.h".
31851 (PARMS): Do not use macros from bp-asm.h.
31852 (S1): Likewise.
31853 (SIZE): Likewise.
31854 (__mpn_mul_1): Do not use BP_SYM.
31855 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31856 "bp-asm.h".
31857 (PARMS): Do not use macros from bp-asm.h.
31858 (S): Likewise.
31859 (SIZE): Likewise.
31860 (__mpn_rshift): Do not use BP_SYM.
31861 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31862 "bp-asm.h".
31863 (PARMS): Do not use macros from bp-asm.h.
31864 (STR): Likewise.
31865 (CHR): Likewise.
31866 (strchr): Likewise. Do not use BP_SYM.
31867 (index): Do not use BP_SYM in weak_alias.
31868 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31869 "bp-asm.h".
31870 (PARMS): Do not use macros from bp-asm.h.
31871 (DEST): Likewise.
31872 (SRC): Likewise.
31873 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
31874 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31875 "bp-asm.h".
31876 (PARMS): Do not use macros from bp-asm.h.
31877 (strlen): Do not use BP_SYM.
31878 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31879 "bp-asm.h".
31880 (PARMS): Do not use macros from bp-asm.h.
31881 (S1): Likewise.
31882 (S2): Likewise.
31883 (SIZE): Likewise.
31884 (__mpn_sub_n): Do not use BP_SYM.
31885 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31886 "bp-asm.h".
31887 (PARMS): Do not use macros from bp-asm.h.
31888 (S1): Likewise.
31889 (SIZE): Likewise.
31890 (__mpn_submul_1): Do not use BP_SYM.
31891 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31892 "bp-asm.h".
31893 (PARMS): Do not use macros from bp-asm.h.
31894 (S1): Likewise.
31895 (S2): Likewise.
31896 (SIZE): Likewise.
31897 (__mpn_add_n): Do not use BP_SYM.
31898 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31899 weak_alias.
31900 (bzero): Likewise.
31901 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31902 "bp-asm.h".
31903 (PARMS): Do not use macros from bp-asm.h.
31904 (BLK2): Likewise.
31905 (LEN): Likewise.
31906 (memcmp): Do not use BP_SYM.
31907 (bcmp): Do not use BP_SYM in weak_alias.
31908 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31909 "bp-asm.h".
31910 (PARMS): Do not use macros from bp-asm.h.
31911 (DEST): Likewise.
31912 (SRC): Likewise.
31913 (LEN): Likewise.
31914 (memcpy): Likewise. Do not use BP_SYM.
31915 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31916 "bp-asm.h".
31917 (PARMS): Do not use macros from bp-asm.h.
31918 (DEST): Likewise.
31919 (SRC): Likewise.
31920 (LEN): Likewise.
31921 (memmove): Likewise. Do not use BP_SYM.
31922 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31923 "bp-asm.h".
31924 (PARMS): Do not use macros from bp-asm.h.
31925 (DEST): Likewise.
31926 (SRC): Likewise.
31927 (LEN): Likewise.
31928 (__mempcpy): Likewise. Do not use BP_SYM.
31929 (mempcpy): Do not use BP_SYM in weak_alias.
31930 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31931 "bp-asm.h".
31932 (PARMS): Do not use macros from bp-asm.h.
31933 (DEST): Likewise.
31934 (LEN): Likewise.
31935 [!BZERO_P] (CHR): Likewise.
31936 (memset): Likewise. Do not use BP_SYM.
31937 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31938 "bp-asm.h".
31939 (PARMS): Do not use macros from bp-asm.h.
31940 (STR2): Likewise.
31941 (strcmp): Do not use BP_SYM.
31942 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31943 "bp-asm.h".
31944 (PARMS): Do not use macros from bp-asm.h.
31945 (STR): Likewise.
31946 (DELIM): Likewise.
31947 [USE_AS_STRTOK_R] (SAVE): Likewise.
31948 (FUNCTION): Likewise. Do not use BP_SYM.
31949 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31950 aliases.
31951 (strtok_r): Likewise.
31952 (__GI___strtok_r): Likewise.
31953 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31954 (PARMS): Do not use macros from bp-asm.h.
31955 (S): Likewise.
31956 (SIZE): Likewise.
31957 (__mpn_lshift): Do not use BP_SYM.
31958 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31959 (PARMS): Do not use macros from bp-asm.h.
31960 (STR): Likewise.
31961 (CHR): Likewise.
31962 (__memchr): Do not use BP_SYM.
31963 (memchr): Do not use BP_SYM in weak_alias.
31964 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31965 (PARMS): Do not use macros from bp-asm.h.
31966 (BLK2): Likewise.
31967 (LEN): Likewise.
31968 (memcmp): Do not use BP_SYM.
31969 (bcmp): Do not use BP_SYM in weak_alias.
31970 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31971 (PARMS): Do not use macros from bp-asm.h.
31972 (S1): Likewise.
31973 (SIZE): Likewise.
31974 (__mpn_mul_1): Do not use BP_SYM.
31975 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31976 "bp-asm.h".
31977 (PARMS): Do not use macros from bp-asm.h.
31978 (STR): Likewise.
31979 (CHR): Likewise.
31980 (__rawmemchr): Do not use BP_SYM.
31981 (rawmemchr): Do not use BP_SYM in weak_alias.
31982 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31983 (PARMS): Do not use macros from bp-asm.h.
31984 (S): Likewise.
31985 (SIZE): Likewise.
31986 (__mpn_rshift): Do not use BP_SYM.
31987 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31988 (PARMS): Do not use macros from bp-asm.h.
31989 (SIGMSK): Likewise.
31990 (__sigsetjmp): Likewise. Do not use BP_SYM.
31991 * sysdeps/i386/start.S: Do not include "bp-sym.h".
31992 (_start): Do not use BP_SYM.
31993 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31994 (PARMS): Do not use macros from bp-asm.h.
31995 (DEST): Likewise.
31996 (SRC): Likewise.
31997 (__stpcpy): Likewise. Do not use BP_SYM.
31998 (stpcpy): Do not use BP_SYM in weak_alias.
31999 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32000 "bp-asm.h".
32001 (PARMS): Do not use macros from bp-asm.h.
32002 (DEST): Likewise.
32003 (SRC): Likewise.
32004 (LEN): Likewise.
32005 (__stpncpy): Likewise. Do not use BP_SYM.
32006 (stpncpy): Do not use BP_SYM in weak_alias.
32007 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32008 (PARMS): Do not use macros from bp-asm.h.
32009 (STR): Likewise.
32010 (CHR): Likewise.
32011 (strchr): Likewise. Do not use BP_SYM.
32012 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32013 "bp-asm.h".
32014 (PARMS): Do not use macros from bp-asm.h.
32015 (STR): Likewise.
32016 (CHR): Likewise.
32017 (__strchrnul): Likewise. Do not use BP_SYM.
32018 (strchrnul): Do not use BP_SYM in weak_alias.
32019 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32020 "bp-asm.h".
32021 (PARMS): Do not use macros from bp-asm.h.
32022 (STOP): Likewise.
32023 (strcspn): Do not use BP_SYM.
32024 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32025 "bp-asm.h".
32026 (PARMS): Do not use macros from bp-asm.h.
32027 (STR): Likewise.
32028 (STOP): Likewise.
32029 (strpbrk): Likewise. Do not use BP_SYM.
32030 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32031 "bp-asm.h".
32032 (PARMS): Do not use macros from bp-asm.h.
32033 (STR): Likewise.
32034 (CHR): Likewise.
32035 (strrchr): Likewise. Do not use BP_SYM.
32036 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32037 (PARMS): Do not use macros from bp-asm.h.
32038 (SKIP): Likewise.
32039 (strspn): Do not use BP_SYM.
32040 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32041 (PARMS): Do not use macros from bp-asm.h.
32042 (STR): Likewise.
32043 (DELIM): Likewise.
32044 (SAVE): Likewise.
32045 (FUNCTION): Likewise. Do not use BP_SYM.
32046 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32047 aliases.
32048 (strtok_r): Likewise.
32049 (__GI___strtok_r): Likewise.
32050 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32051 (PARMS): Do not use macros from bp-asm.h.
32052 (S1): Likewise.
32053 (S2): Likewise.
32054 (SIZE): Likewise.
32055 (__mpn_sub_n): Do not use BP_SYM.
32056 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32057 "bp-asm.h".
32058 (PARMS): Do not use macros from bp-asm.h.
32059 (S1): Likewise.
32060 (SIZE): Likewise.
32061 (__mpn_submul_1): Do not use BP_SYM.
32062 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32063 <bp-sym.h>.
32064 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32065 and <bp-asm.h>.
32066 (PARMS): Do not use macros from bp-asm.h.
32067 (FLAGS): Likewise.
32068 (PTID): Likewise.
32069 (TLS): Likewise.
32070 (CTID): Likewise.
32071 (__clone): Do not use BP_SYM.
32072 (clone): Do not use BP_SYM in weak_alias.
32073 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32074 and <bp-asm.h>.
32075 (PARMS): Do not use macros from bp-asm.h.
32076 (LEN): Likewise.
32077 (__mmap64): Do not use BP_SYM.
32078 (mmap64): Do not use BP_SYM in weak_alias.
32079 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32080 <bp-sym.h> and <bp-asm.h>.
32081 (PARMS): Do not use macros from bp-asm.h.
32082 (__posix_fadvise64_l64): Do not use BP_SYM.
32083 * sysdeps/unix/sysv/linux/i386/semtimedop.S
32084 (PARMS): Do not use macros from bp-asm.h.
32085 (NSOPS): Likewise.
32086 (semtimedop): Do not use BP_SYM.
32087 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32088 and <bp-asm.h>.
32089
582a3cff
AM
320902013-02-21 Allan McRae <allan@archlinux.org>
32091
32092 * manual/message.texi (Charset conversion in gettext):
32093 Move @end statement to beginning of line.
32094
bab8a695
SP
320952013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
32096
80945231
SP
32097 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32098 static.
32099 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32100 Likewise.
32101
bab8a695
SP
32102 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32103 (denorm): Likewise.
32104 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32105 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32106
e21d7aa7
AK
321072013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32108
32109 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32110 tail-call to the resolved function if pltexit isn't needed.
32111
4c7a4263
SP
321122013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
32113
32114 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32115 or Y being zero as being unlikely.
32116 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32117 Likewise.
32118
41f49342
CD
321192013-02-20 Carlos O'Donell <carlos@redhat.com>
32120
32121 * manual/nss.texi (System Databases and Name Service Switch):
32122 Remove frobnicate @pxref.
32123
50022a93
TS
321242013-02-20 Thomas Schwinge <thomas@codesourcery.com>
32125
32126 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32127 __attribute__ ((unused)) to __attribute__ ((__unused__)).
32128
08cbd996
PM
321292013-02-20 Petr Machata <pmachata@redhat.com>
32130
32131 * elf/elf.h (R_ARM_TARGET1): New macro.
32132 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32133 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32134 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32135 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32136 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32137 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32138 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32139 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32140 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32141 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32142 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32143 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32144 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32145 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32146 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32147 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32148 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32149 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32150 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32151 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32152 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32153 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32154 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32155 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32156 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32157 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32158 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32159 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32160 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32161 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32162 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32163 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32164 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32165 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32166 (R_ARM_THM_GOT_BREL12): Likewise.
32167 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32168 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32169 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32170 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32171 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32172 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32173 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32174 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32175 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32176
c7b275d6
TS
321772013-02-20 Thomas Schwinge <thomas@codesourcery.com>
32178
32179 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32180 __attribute_used__ to __attribute__ ((unused)).
32181
20cd7fb3
SP
321822013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
32183
32184 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32185 powerpc mpa.c.
32186 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32187 comment formatting.
32188 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32189
92945b52
JM
321902013-02-19 Joseph Myers <joseph@codesourcery.com>
32191
32192 [BZ #13550]
32193 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32194 Remove macro.
32195 (ENTER): Remove both macro definitions.
32196 (LEAVE): Likewise.
32197 (CHECK_BOUNDS_LOW): Likewise.
32198 (CHECK_BOUNDS_HIGH): Likewise.
32199 (CHECK_BOUNDS_BOTH): Likewise.
32200 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32201 (RETURN_BOUNDED_POINTER): Likewise.
32202 (RETURN_NULL_BOUNDED_POINTER): Likewise.
32203 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32204 (POP_ERRNO_LOCATION_RETURN): Likewise.
32205 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32206 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32207 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32208 macros.
32209 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32210 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32211 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32212 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32213 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32214 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32215 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32216 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32217 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32218 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32219 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32220 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32221 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32222 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32223 removed macros.
32224 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32225 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32226 macros.
32227 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32228 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32229 * sysdeps/i386/i586/memset.S (memset): Likewise.
32230 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32231 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32232 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32233 macros.
32234 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32235 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32236 Change uses of L(2) to L(out).
32237 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32238 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32239 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32240 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32241 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32242 removed macros.
32243 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32244 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32245 macros.
32246 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32247 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32248 (RETURN): Do not use macro LEAVE.
32249 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32250 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32251 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32252 * sysdeps/i386/i686/memset.S (memset): Likewise.
32253 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32254 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32255 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32256 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32257 Likewise.
32258 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32259 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
32260 L(1_2) and L(1_3) into L(1).
32261 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32262 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32263 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32264 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32265 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32266 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32267 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32268 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32269 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32270 macros.
32271 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32272 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32273 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32274 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32275 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32276 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32277 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32278 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32279 * sysdeps/i386/strcspn.S (strcspn): Likewise.
32280 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32281 * sysdeps/i386/strrchr.S (strrchr): Likewise.
32282 * sysdeps/i386/strspn.S (strspn): Likewise.
32283 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32284 conditional code.
32285 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32286 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32287 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32288 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
32289 L(1_3) into L(1_1).
32290 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32291 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32292 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32293 macros.
32294 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32295
2389741a
JJ
322962013-02-19 Jakub Jelinek <jakub@redhat.com>
32297
32298 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32299 macro.
32300
2016b3cd
SP
323012013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
32302
e4f22324
SP
32303 * math/atest-exp.c (exp_mpn): Remove ROUND.
32304 * math/atest-exp2.c (exp_mpn): Likewise.
32305 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32306
2016b3cd
SP
32307 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32308 * stdlib/tst-tls-atexit-lib.c: Likewise.
32309 * stdlib/tst-tls-atexit.c: Likewise.
32310
4be9b544
MF
323112013-02-18 Mike Frysinger <vapier@gentoo.org>
32312
32313 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32314 and __attribute_alloc_size__.
32315
2f62b9ee
MF
323162013-02-18 Mike Frysinger <vapier@gentoo.org>
32317
32318 * include/programs/xmalloc.h: Change __attribute_alloc_size to
32319 __attribute_alloc_size__.
32320 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32321 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32322
6ff444c4
MF
323232013-02-18 Mike Frysinger <vapier@gentoo.org>
32324
32325 * include/programs/xmalloc.h: New file.
32326 * catgets/gencat.c: Include it.
32327 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32328 * elf/pldd.c: Likewise.
32329 * iconv/iconv_charmap.c: Likewise.
32330 * iconv/iconvconfig.c: Likewise.
32331 * iconv/strtab.c: Likewise.
32332 * locale/programs/locale.c: Likewise.
32333 * locale/programs/localedef.h: Likewise.
32334 * locale/programs/simple-hash.c: Likewise.
32335 * nscd/nscd.h: Likewise.
32336 * nss/makedb.c: Likewise.
32337 * sysdeps/generic/ldconfig.h: Likewise.
32338
be179c8a
SP
323392013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
32340
ba384f6e
SP
32341 * Versions.def: Add GLIBC_2.18.
32342 * include/link.h (struct link_map): New member l_tls_dtor_count.
32343 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32344 (__call_tls_dtors): Likewise.
32345 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32346 __cxa_thread_atexit_impl.
32347 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32348 Likewise.
32349 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32350 Likewise.
32351 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32352 Likewise.
32353 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32354 Likewise.
32355 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32356 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32357 Likewise.
32358 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32359 Likewise.
32360 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32361 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32362 Likewise.
32363 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32364 (tests): Add test case tst-tls-atexit.
32365 (modules-names): Add shared library for tst-tls-atexit.
85891aca 32366 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
32367 (GLIBC_PRIVATE): Add __call_tls_dtors.
32368 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32369 for libstdc++.
32370 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32371 * stdlib/tst-tls-atexit.c: New test case.
32372 * stdlib/tst-tls-atexit-lib.c: New test case.
32373
ffaa74cf 32374 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 32375
be179c8a
SP
32376 * elf/Versions (ld): Add _dl_find_dso_for_object.
32377 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32378 * elf/dl-open.c (_dl_find_dso_for_object): New function.
32379 (dl_open_worker): Use _dl_find_dso_for_object.
32380 * elf/dl-sym.c (do_sym): Likewise.
32381 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32382
f78b5caa
AK
323832013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32384
32385 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32386 Syntactic changes only.
32387 (_dl_runtime_profile): Do a tail-call to the resolved function.
32388
29691210
JM
323892013-02-17 Joseph Myers <joseph@codesourcery.com>
32390
32391 [BZ #13550]
32392 * sysdeps/x86_64/bp-asm.h: Remove file.
32393 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32394 <bp-sym.h> and <bp-asm.h>.
32395 (__clone): Do not use BP_SYM.
32396 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32397 <bp-sym.h> and <bp-asm.h>.
32398 * sysdeps/unix/x86_64/sysdep.S: Likewise.
32399 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32400 "bp-asm.h".
32401 (_setjmp): Do not use BP_SYM.
32402 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32403 "bp-asm.h".
32404 (setjmp): Do not use BP_SYM.
32405 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32406 libc_hidden_def.
32407 (mempcpy): Do not use BP_SYM in weak_alias.
32408 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32409 "bp-asm.h".
32410 (strchr): Do not use BP_SYM.
32411 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32412 "bp-asm.h".
32413 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32414 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32415 (_start): Do not use BP_SYM.
32416 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32417 "bp-asm.h".
32418 (strcat): Do not use BP_SYM.
32419 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32420 "bp-asm.h".
32421 (STRCMP): Do not use BP_SYM.
32422 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32423 "bp-asm.h".
32424 (STRCPY): Do not use BP_SYM.
32425 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32426 "bp-asm.h".
32427 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32428 "bp-asm.h".
32429 (FUNCTION): Do not use BP_SYM.
32430 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32431 weak_alias.
32432 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32433
f238fd19
AJ
324342013-02-17 Andreas Jaeger <aj@suse.de>
32435
32436 * time/Versions: Sort entries.
32437 * string/Versions: Likewise.
32438 * resolv/Versions: Likewise.
32439 * posix/Versions: Likewise.
32440 * iconv/Versions: Likewise.
32441 * elf/Versions: Likewise.
32442 * wcsmbs/Versions: Likewise.
32443
bd07f23c 324442013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 32445
22af19f9
SP
32446 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32447 loop termination condition.
32448
4709fe76
SP
32449 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32450 variable to calculate EZ.
32451 (__sqr): Likewise.
2d0e0f29
SP
32452
32453 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32454 the lower precision input.
32455
daaa7713
JM
324562013-02-15 Joseph Myers <joseph@codesourcery.com>
32457
32458 [BZ #13550]
32459 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32460 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32461 (run-via-rtld-prefix): Do not handle %-bp tests.
32462 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32463 (all-object-suffixes): Remove .ob.
32464 (bppfx): Remove variable.
32465 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32466 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32467 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32468 [$(build-bounded) = yes] (libtype.ob): Likewise.
32469 * Makerules (elide-routines.ob): Remove variable.
32470 (do-tests-clean): Do not handle *-bp.out.
32471 (common-mostlyclean): Do not handle *-bp and *-bp.out.
32472 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32473 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32474 (tests): Do not include $(tests-bp.out).
32475 (xtests): Do not include $(xtests-bp.out).
32476 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32477 [$(build-bounded) = yes] ($(addprefix
32478 $(objpfx),$(binaries-bounded))): Remove rule.
32479 ($(objpfx)%-bp.out): Remove rule.
32480 * config.make.in (build-bounded): Remove variable.
32481 * crypt/Makefile [$(build-bounded) = yes]
32482 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32483 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32484 append to variable.
32485 [$(build-bounded) = yes] (install-lib): Likewise.
32486 [$(build-bounded) = yes] (generated): Likewise.
32487 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32488 Remove rule.
32489 * intl/Makefile [$(build-bounded) = yes]
32490 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32491 * math/Makefile [$(build-bounded) = yes]
32492 ($(tests:%=$(objpfx)%-bp): Likewise.
32493 * misc/Makefile [$(build-bounded) = yes]
32494 ($(objpfx)tst-tsearch-bp): Likewise.
32495 * nptl/Makeconfig (bounded-thread-library): Remove variable.
32496 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32497 Remove dependency.
32498 * string/Makefile (o-objects.ob): Remove variable.
32499 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32500 (CFLAGS-.ob): Remove variable.
32501 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32502 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32503 both definitions of variable.
32504 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32505 (ASFLAGS-.ob): Remove variable.
32506
e97ed6dd
JM
325072013-02-14 Joseph Myers <joseph@codesourcery.com>
32508
2bdd4ca6
JM
32509 [BZ #13550]
32510 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32511 Remove __BOUNDED_POINTERS__ from condition.
32512 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32513 * string/bits/string2.h [!__NO_STRING_INLINES &&
32514 !__BOUNDED_POINTERS__]: Likewise.
32515 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32516 Likewise.
32517 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32518 Remove conditional code.
32519 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32520 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32521 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32522 condition.
32523
e97ed6dd
JM
32524 [BZ #13550]
32525 * csu/libc-start.c: Do not include <bp-sym.h>.
32526 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32527 * elf/dl-open.c: Do not include <bp-sym.h>.
32528 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32529 * math/fegetenv.c: Do not include <bp-sym.h>.
32530 (fegetenv): Do not use BP_SYM in versioned symbols.
32531 * nptl/sysdeps/pthread/bits/libc-lockP.h
32532 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32533 <bp-sym.h>.
32534 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32535 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32536 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32537 (__pthread_mutex_destroy): Likewise.
32538 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32539 (__pthread_mutex_lock): Likewise.
32540 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32541 (__pthread_mutex_trylock): Likewise.
32542 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32543 (__pthread_mutex_unlock): Likewise.
32544 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32545 (__pthread_mutexattr_init): Likewise.
32546 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32547 (__pthread_mutexattr_destroy): Likewise.
32548 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32549 (__pthread_mutexattr_settype): Likewise.
32550 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32551 (__pthread_rwlock_init): Likewise.
32552 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32553 (__pthread_rwlock_destroy): Likewise.
32554 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32555 (__pthread_rwlock_rdlock): Likewise.
32556 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32557 (__pthread_rwlock_tryrdlock): Likewise.
32558 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32559 (__pthread_rwlock_wrlock): Likewise.
32560 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32561 (__pthread_rwlock_trywrlock): Likewise.
32562 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32563 (__pthread_rwlock_unlock): Likewise.
32564 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32565 (__pthread_key_create): Likewise.
32566 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32567 (__pthread_setspecific): Likewise.
32568 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32569 (__pthread_getspecific): Likewise.
32570 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32571 Likewise.
32572 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32573 (_pthread_cleanup_push_defer): Likewise.
32574 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32575 (_pthread_cleanup_pop_restore): Likewise.
32576 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32577 (pthread_setcancelstate): Likewise.
32578 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32579 <bp-sym.h>.
32580 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32581 (memchr): Do not use BP_SYM in weak_alias.
32582 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32583 (fegetenv): Do not use BP_SYM in versioned symbols.
32584 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32585 (fesetenv): Do not use BP_SYM in versioned symbols.
32586 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32587 (feupdateenv): Do not use BP_SYM in versioned symbols.
32588 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32589 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32590 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32591 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32592 (open64): Do not use BP_SYM in weak_alias.
32593 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32594 (fegetenv): Do not use BP_SYM in versioned symbols.
32595 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32596 (fesetenv): Do not use BP_SYM in versioned symbols.
32597 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32598 (feupdateenv): Do not use BP_SYM in versioned symbols.
32599 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32600 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32601 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32602 (feraiseexcept): Do not use BP_SYM in versioned symbols.
32603 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32604 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32605 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32606 <bp-sym.h>.
32607 (__libc_start_main): Do not use BP_SYM.
32608
d6752ccd
SP
326092013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
32610
cb57ce60
SP
32611 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32612 redundant return line.
32613 (norm): Likewise.
32614 (denorm): Likewise.
32615 (dbl_mp): Likewise.
32616 (sub_magnitudes): Likewise.
32617 (__add): Likewise.
32618 (__sub): Likewise.
32619 (__mul): Likewise.
32620 (__inv): Likewise.
32621 (__dvd): Likewise.
32622 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32623 (norm): Likewise.
32624 (denorm): Likewise.
32625 (dbl_mp): Likewise.
32626 (sub_magnitudes): Likewise.
32627 (__add): Likewise.
32628 (__sub): Likewise.
32629 (__mul): Likewise.
32630 (__inv): Likewise.
32631 (__dvd): Likewise.
32632
f414520d
SP
32633 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32634 instead of __mul.
32635 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32636 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32637 (cc32): Likewise.
32638
d6752ccd
SP
32639 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32640 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32641 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32642 of __mul for squares.
32643 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32644 function
32645 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32646 Likewise.
32647 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32648 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32649
70d9946a
JM
326502013-02-13 Joseph Myers <joseph@codesourcery.com>
32651
32652 [BZ #13550]
32653 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32654 code.
32655 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32656 prototype or function definition. Rename ubp_* variables and
32657 parameters. Remove argv definitions conditional on
32658 [__BOUNDED_POINTERS__].
32659 * debug/backtrace.c (__backtrace): Do not use __unbounded.
32660 * elf/dl-runtime.c (_dl_fixup): Likewise.
32661 * include/set-hooks.h (RUN_HOOK): Likewise.
32662 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32663 definition.
32664 * string/strcpy.c (strcpy): Do not use __unbounded.
32665 * sysdeps/generic/frame.h (struct layout): Likewise.
32666 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32667 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32668 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32669 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32670 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32671 (__backtrace): Likewise.
32672 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32673 use __ptrvalue.
32674 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32675 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32676 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32677 Likewise.
32678 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32679 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32680 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32681 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32682 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32683 Do not use __unbounded.
32684 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32685 Rename __unboundedrlimits parameter to rlimits in prototype.
32686 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32687 Do not use __unbounded.
32688 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32689 not use __ptrvalue.
32690 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32691 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32692 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32693 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32694 __ptrvalue or __unbounded.
32695 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32696 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32697 use __unbounded.
32698 (__new_msgctl): Do not use __ptrvalue.
32699 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32700 __unbounded.
32701 (__libc_msgrcv): Do not use __ptrvalue.
32702 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32703 startup_info): Do not use __unbounded.
32704 (__libc_start_main): Likewise. Rename ubp_* variables and
32705 parameters. Remove argv definitions conditional on
32706 [__BOUNDED_POINTERS__].
32707 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32708 __ptrvalue.
32709 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32710 use __unbounded.
32711 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32712 or __ptrvalue.
32713 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32714 use __unbounded.
32715 (__new_shmctl): Do not use __ptrvalue.
32716 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32717 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32718 Likewise.
32719 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32720 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32721 (__libc_sigaction): Likewise.
32722 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32723 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32724 Likewise.
32725 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32726
cc7834d6
OB
327272013-02-13 Ondřej Bílka <neleai@seznam.cz>
32728
ffb1ec7b 32729 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
32730
32731 * string/mempcpy.c: Implement by calling memcpy.
32732
bdf02814
SP
327332013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
32734
c2af38aa
SP
32735 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32736
4e92d59e
SP
32737 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32738 evaluation.
32739
909279a5
SP
32740 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32741 values in the mantissa.
32742
bdf02814
SP
32743 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32744 minimize writes to Z.
32745 (sub_magnitudes): Simplify code a bit.
32746
cd525923
RM
327472013-02-12 Roland McGrath <roland@hack.frob.com>
32748
32749 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32750 from the message. The linker prefixes all warnings with that already.
32751
7e2f0d2d
AS
327522013-02-12 Andreas Schwab <schwab@suse.de>
32753
a445af0b
AS
32754 [BZ #15078]
32755 * posix/regexec.c (extend_buffers): Add parameter min_len.
32756 (check_matching): Pass minimum needed length.
32757 (clean_state_log_if_needed): Likewise.
32758 (get_subexp): Likewise.
32759 * posix/Makefile (tests): Add bug-regex34.
32760 (bug-regex34-ENV): Define.
32761 * posix/bug-regex34.c: New file.
32762
7e2f0d2d
AS
32763 [BZ #11561]
32764 * posix/regcomp.c (parse_bracket_exp): When looking up collating
32765 elements compare against the byte sequence of it, not its name.
32766 * posix/Makefile (tests): Add bug-regex35.
32767 (bug-regex35-ENV): Define.
32768 * posix/bug-regex35.c: New file.
32769
a175b684
TV
327702013-02-11 Tom de Vries <tom@codesourcery.com>
32771
32772 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
32773 comment.
32774 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32775 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32776 (CHECK_EOL): Add undef.
32777
310998fe 327782013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
32779
32780 * bits/stdlib-bsearch.h: New file.
32781 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 32782 * stdlib/stdlib.h: Likewise.
41eda41d 32783
8ded91fb
RM
327842013-02-11 Roland McGrath <roland@hack.frob.com>
32785
32786 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32787 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32788 declaration.
32789 * manual/search.texi (Array Search Function): Add missing const in
32790 lfind prototype.
32791 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32792 declaration to use rlim_t.
32793 (Basic Scheduling Functions): Remove erroneous const from
32794 sched_getparam prototype. Remove erroneous * from
32795 sched_get_priority_max and sched_get_priority_min prototypes.
32796 (Resource Usage): Fix summary @comment on vtimes to refer to
32797 sys/vtimes.h rather than vtimes.h.
32798 Add missing *s in vtimes prototype.
32799 (Limits on Resources): Fix ulimit prototype to return long int.
32800 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32801 prototypes to use long int rather than double.
32802 (BSD Random): Fix initstate and setstate to use char *, not void *.
32803 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32804 prototype to make second argument 'struct aiocb64 *const[]'.
32805 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32806 (Status of AIO Operations): Remove erroneous const in aio_return and
32807 aio_return64 prototypes.
32808 (Synchronizing I/O): Fix sync prototype to return void.
32809 * manual/startup.texi (Suboptions): Remove an erroneous const in
32810 getsubopt prototype.
32811 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32812 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32813 use size_t rather than int.
32814 (Scanning All Users): Likewise for getpwent_r.
32815 (Setting Groups): Add missing const to setgroups prototype.
32816 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32817 * manual/socket.texi (Host Names): Fix gethostbyaddr and
32818 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32819 'const void *' rather than 'const char *'.
32820 (Host Address Functions): Likewise for inet_ntop.
32821 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32822 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32823 ssize_t for return value.
32824 (Sending Data): Likewise for send, sendto, sendmsg.
32825 (Socket Option Functions): Add a missing const in setsockopt prototype.
32826 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32827 use wchar_t for the argument.
32828 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32829 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32830 take no arguments.
32831 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32832 double/float/long double for second argument.
32833 Fix return types of significand, significandf, significandl.
32834 * manual/filesys.texi (Setting Permissions): Use mode_t for second
32835 argument in fchmod prototype.
32836 (File Owner): Use uid_t and gid_t in fchown prototype.
32837 (File Times): Add const to utimes, futimes, and lutimes prototypes.
32838 (Making Special Files): Use mode_t and dev_t in mknod prototype.
32839 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32840 use 'const struct dirent **' as argument types to CMP function pointer
32841 argument.
32842 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32843 (File Times): Fix summary magic @comment for struct utimbuf and utime
32844 to refer to utime.h, not time.h.
32845 * manual/string.texi (Argz Functions): Add missing const in
32846 argz_extract and argz_next prototypes.
32847 (Finding Tokens in a String): Likewise for basename.
32848 (String/Array Comparison): Fix typo in wcscasecmp prototype.
32849 (Copying and Concatenation): Fix typo in wmemmove prototype.
32850 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32851 (Signal Stack): Remove erroneous const in sigstack prototype.
32852 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32853 prototype.
32854 (Simple Calendar Time): Likewise for stime.
32855 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32856 prototype.
32857 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32858 say sys/sysctl.h instead.
32859 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32860 and vsyslog prototypes.
32861
fe77fe6d
TV
328622013-02-11 Tom de Vries <tom@codesourcery.com>
32863
32864 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32865 Remove.
32866
3a09b620
RM
328672013-02-11 Roland McGrath <roland@hack.frob.com>
32868
32869 * misc/sys/mman.h: Fix typo in mremap comment.
32870
550a0b89
RM
328712013-02-08 Roland McGrath <roland@hack.frob.com>
32872
32873 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32874 the '\0' terminator.
32875
a2da1673
JM
328762013-02-08 Joseph Myers <joseph@codesourcery.com>
32877
32878 [BZ #13550]
32879 * debug/segfault.c: Don't include <bp-checks.h>.
32880 * sysdeps/generic/bp-checks.h: Remove file.
32881 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32882 (__GETDENTS): Don't use CHECK_N.
32883 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32884 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32885 (__getgroups): Don't use CHECK_N.
32886 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32887 (setgroups): Don't use CHECK_N.
32888 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32889 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32890 (__libc_msgrcv): Don't use CHECK_N.
32891 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32892 (__libc_msgsnd): Don't use CHECK_N.
32893 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32894 <bp-checks.h>.
32895 (__libc_pread): Don't use CHECK_N.
32896 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32897 include <bp-checks.h>.
32898 (__libc_pread64): Don't use CHECK_N.
32899 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32900 include <bp-checks.h>.
32901 (__libc_pwrite): Don't use CHECK_N.
32902 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32903 include <bp-checks.h>.
32904 (__libc_pwrite64): Don't use CHECK_N.
32905 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32906 <bp-checks.h>.
32907 (__libc_pread): Don't use CHECK_N.
32908 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32909 include <bp-checks.h>.
32910 (__libc_pread64): Don't use CHECK_N.
32911 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32912 include <bp-checks.h>.
32913 (__libc_pwrite): Don't use CHECK_N.
32914 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32915 include <bp-checks.h>.
32916 (__libc_pwrite64): Don't use CHECK_N.
32917 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32918 (do_pread): Don't use CHECK_N.
32919 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32920 (do_pread64): Don't use CHECK_N.
32921 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32922 (do_pwrite): Don't use CHECK_N.
32923 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32924 (do_pwrite64): Don't use CHECK_N.
32925 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32926 (__libc_readv): Don't use CHECK_N.
32927 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32928 (semop): Don't use CHECK_N.
32929 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32930 <bp-checks.h>.
32931 (semtimedop): Don't use CHECK_N.
32932 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32933 (__libc_pread): Don't use CHECK_N.
32934 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32935 <bp-checks.h>.
32936 (__libc_pread64): Don't use CHECK_N.
32937 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32938 <bp-checks.h>.
32939 (__libc_pwrite): Don't use CHECK_N.
32940 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32941 <bp-checks.h>.
32942 (__libc_pwrite64): Don't use CHECK_N.
32943 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32944 <bp-checks.h>.
32945 (__libc_msgrcv): Don't use CHECK_N.
32946 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32947 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
32948 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32949 (__libc_writev): Don't use CHECK_N.
32950
b84660a8
RM
329512013-02-08 Roland McGrath <roland@hack.frob.com>
32952
7f3e75f8
RM
32953 * string/strcpy.c: Removed unused variable.
32954
b84660a8
RM
32955 * Makeconfig (+sysdep-includes): Define with := rather than =.
32956 Use an existing include/ subdir of each sysdeps dir before it.
32957
471514d3
CD
329582013-02-08 Carlos O'Donell <carlos@redhat.com>
32959
32960 * nscd/connection.c (register_traced_file): Comment function.
32961 [HAVE_INOTIFY] (union __inev): Define.
32962 [HAVE_INOTIFY] (inotify_check_files): New function.
32963 [HAVE_INOTIFY] (clear_db_cache): Likewise.
32964 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32965 clear_db_cache.
32966 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32967
b2d3c3be
CD
329682013-02-08 Carlos O'Donell <carlos@redhat.com>
32969
32970 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32971 loaded if not already and that a failure is permanent.
32972
b39949d2
CD
329732013-02-08 Carlos O'Donell <carlos@redhat.com>
32974
ddacd1db 32975 [BZ #15006]
b39949d2
CD
32976 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32977 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32978
b2c9eff4
JM
329792013-02-08 Joseph Myers <joseph@codesourcery.com>
32980
f3aae3f3
JM
32981 [BZ #13550]
32982 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32983 (CHECK_1_NULL_OK): Likewise.
32984 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32985 (__fxstat): Do not use CHECK_1.
32986 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32987 <bp-checks.h>.
32988 (___fxstat64): Do not use CHECK_1.
32989 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32990 <bp-checks.h>.
32991 (__fxstatat): Do not use CHECK_1.
32992 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32993 <bp-checks.h>.
32994 (__fxstatat64): Do not use CHECK_1.
32995 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32996 <bp-checks.h>.
32997 (__fxstat): Do not use CHECK_1.
32998 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32999 <bp-checks.h>.
33000 (__fxstatat): Do not use CHECK_1.
33001 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33002 <bp-checks.h>.
33003 (__getresgid): Do not use CHECK_1.
33004 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33005 <bp-checks.h>.
33006 (__getresuid): Do not use CHECK_1.
33007 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33008 <bp-checks.h>.
33009 (__lxstat): Do not use CHECK_1.
33010 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33011 <bp-checks.h>.
33012 (__old_msgctl): Do not use CHECK_1.
33013 (__new_msgctl): Likewise.
33014 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33015 <bp-checks.h>.
33016 (__new_setrlimit): Do not use CHECK_1.
33017 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33018 <bp-checks.h>.
33019 (__old_shmctl): Do not use CHECK_1.
33020 (__new_shmctl): Likewise.
33021 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33022 <bp-checks.h>.
33023 (__xstat): Do not use CHECK_1.
33024 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33025 (__lxstat): Do not use CHECK_1.
33026 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33027 <bp-checks.h>.
33028 (___lxstat64): Do not use CHECK_1.
33029 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33030 (__old_msgctl): Do not use CHECK_1.
33031 (__new_msgctl): Likewise.
33032 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33033 <bp-checks.h>.
33034 (__gettimeofday): Do not use CHECK_1.
33035 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33036 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33037 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33038 <bp-checks.h>.
33039 (__gettimeofday): Do not use CHECK_1.
33040 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33041 (__old_shmctl): Do not use CHECK_1_NULL_OK.
33042 (__new_shmctl): Do not use CHECK_1.
33043 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33044 <bp-checks.h>.
33045 (do_sigtimedwait): Do not use CHECK_1.
33046 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33047 <bp-checks.h>.
33048 (do_sigwaitinfo): Do not use CHECK_1.
33049 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33050 <bp-checks.h>.
33051 (msgctl): Do not use CHECK_1.
33052 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33053 <bp-checks.h>.
33054 (shmctl): Do not use CHECK_1.
33055 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33056 (ustat): Do not use CHECK_1.
33057 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33058 <bp-checks.h>.
33059 (__fxstat): Do not use CHECK_1.
33060 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33061 <bp-checks.h>.
33062 (__fxstatat): Do not use CHECK_1.
33063 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33064 <bp-checks.h>.
33065 (__lxstat): Do not use CHECK_1.
33066 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33067 <bp-checks.h>.
33068 (__xstat): Do not use CHECK_1.
33069 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33070 (__xstat): Do not use CHECK_1.
33071 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33072 (___xstat64): Do not use CHECK_1.
33073
b2c9eff4
JM
33074 [BZ #13550]
33075 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33076 definitions.
33077 (CHECK_BOUNDS_HIGH): Likewise.
33078 * string/strcpy.c: Do not include <bp-checks.h>.
33079 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33080
f1d70dad
RM
330812013-02-07 Roland McGrath <roland@hack.frob.com>
33082
33083 * nscd/nscd-client.h (__nscd_drop_map_ref):
33084 Add __attribute__ ((unused)).
33085 * nis/nss-nisplus.h (niserr2nss): Likewise.
33086
33087 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33088 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33089
33090 * csu/libc-tls.c (init_static_tls, init_slotinfo):
33091 Remove inline keyword.
33092 * include/rounding-mode.h (round_away): Likewise.
33093 * libio/wfileops.c (adjust_wide_data): Likewise.
33094 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33095 (__m128i_strloadu_tolower): Likewise.
33096 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33097 (__m128i_strloadu_tolower): Likewise.
33098 * time/mktime.c (ydhms_diff): Likewise.
33099 * locale/elem-hash.h (elem_hash): Likewise.
33100 * locale/setlocale.c (setdata): Likewise.
33101 * posix/regex_internal.h (re_string_char_size_at): Likewise.
33102 (re_string_wchar_at): Likewise.
33103 (bitset_not, bitset_merge, bitset_mask): Likewise.
33104 [!(__GNUC__ > 3)] (inline): Remove macro.
33105 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33106 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33107 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33108 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33109 * string/memcmp.c (memcmp_bytes): Likewise.
33110 * locale/programs/locarchive.c (compute_hashval): Likewise.
33111 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33112 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33113 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33114 * nss/getent.c (print_rpc, print_protocols): Likewise.
33115 (print_passwd, print_group, print_aliases): Likewise.
33116 * nis/nss-nisplus.h (niserr2nss): Likewise.
33117 * nscd/connections.c (restart_p): Likewise.
33118 Change return type to bool.
33119
eab55bfb
RM
331202013-02-05 Roland McGrath <roland@hack.frob.com>
33121
7bd642f5
RM
33122 * Makeconfig (all-Depend-files): Add existing
33123 $(sorted-subdirs:=/Depend) files.
33124 (all-subdirs): Remove nss.
33125 * sysdeps/unix/inet/Subdirs: Add it here instead.
33126 * hesiod/Depend: New file.
33127
573c29b2
RM
33128 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33129 instead of calling alloca.
33130
b2e25af0
RM
33131 * io/lseek.c (__lseek): Rename to __libc_lseek.
33132 Define __lseek as an alias.
33133
eab55bfb
RM
33134 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33135
9a0d1941
CD
331362013-02-04 Carlos O'Donell <carlos@redhat.com>
33137
33138 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33139 else clause and remove check for non-standard endianness.
33140
b83bbec4
DM
331412013-02-04 David S. Miller <davem@davemloft.net>
33142
33143 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33144
6277fdab
JM
331452013-02-04 Joseph Myers <joseph@codesourcery.com>
33146
33147 [BZ #13550]
33148 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33149 (__ubp_memchr): Remove prototype.
33150 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33151 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33152 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33153 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33154 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33155 Remove alias.
33156 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33157 (__ubp_memchr): Likewise.
33158 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33159 (__ubp_memchr): Likewise.
33160 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33161 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33162 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33163 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33164 CHECK_STRING.
33165 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33166 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33167 (__getcwd): Do not use CHECK_STRING.
33168 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33169 <bp-checks.h>.
33170 (__real_chown): Do not use CHECK_STRING.
33171 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33172 <bp-checks.h>.
33173 (fchownat): Do not use CHECK_STRING.
33174 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33175 CHECK_STRING.
33176 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33177 <bp-checks.h>.
33178 (__lchown): Do not use CHECK_STRING.
33179 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33180 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33181 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33182 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33183 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33184 include <bp-checks.h>.
33185 (truncate64): Do not use CHECK_STRING.
33186 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33187 <bp-checks.h>.
33188 (__real_chown): Do not use CHECK_STRING.
33189 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33190 <bp-checks.h>.
33191 (__lchown): Do not use CHECK_STRING.
33192 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33193 <bp-checks.h>.
33194 (__chown): Do not use CHECK_STRING.
33195 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33196 <bp-checks.h>.
33197 (truncate64): Do not use CHECK_STRING.
33198 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33199 Likewise.
33200 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33201 (__xmknod): Do not use CHECK_STRING.
33202 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33203 <bp-checks.h>.
33204 (__xmknodat): Do not use CHECK_STRING.
33205 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33206 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33207
903ae060
AS
332082013-02-04 Andreas Schwab <schwab@suse.de>
33209
33210 [BZ #14142]
33211 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33212 * include/netdb.h: Likewise for h_errno.
33213 * elf/tst-stackguard1.c: Include <tls.h>.
33214
542f9466
JK
332152013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
33216
33217 * elf/link.h (struct link_map): Extend the l_addr comment.
33218 * include/link.h (struct link_map): Likewise.
33219
e782a927
JM
332202013-02-01 Joseph Myers <joseph@codesourcery.com>
33221
33222 [BZ #13550]
33223 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33224 (BOUNDED_1): Remove macro.
33225 * debug/backtrace.c: Don't include <bp-checks.h>.
33226 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33227 (__backtrace): Likewise.
33228 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33229 <bp-checks.h>.
33230 (__backtrace): Don't use BOUNDED_1.
33231 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33232 <bp-checks.h>.
33233 (__backtrace): Don't use BOUNDED_1.
33234 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33235 (__backtrace): Don't use BOUNDED_1.
33236 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33237 (shmat): Don't use BOUNDED_N.
33238
8cf28c5e
JM
332392013-01-31 Joseph Myers <joseph@codesourcery.com>
33240
3a7ac8a0
JM
33241 [BZ #13550]
33242 * sysdeps/generic/bp-start.h: Remove file.
33243 * csu/libc-start.c: Don't include <bp-start.h>.
33244 (LIBC_START_MAIN): Set up __environ directly instead of using
33245 INIT_ARGV_and_ENVIRON.
33246 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33247 <bp-start.h>.
33248
f3499f95
JM
33249 [BZ #13550]
33250 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33251 definitions.
33252 (CHECK_FCNTL): Likewise.
33253 (CHECK_N_PAGES): Likewise.
33254
32a45bea
JM
33255 [BZ #13550]
33256 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33257 definitions.
33258 (CHECK_SIGSET_NULL_OK): Likewise.
33259 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33260 <bp-checks.h>.
33261 (sigpending): Don't use CHECK_SIGSET.
33262 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33263 <bp-checks.h>.
33264 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33265 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33266 <bp-checks.h>.
33267 (do_sigsuspend): Don't use CHECK_SIGSET.
33268 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33269 use CHECK_SIGSET.
33270 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33271 (do_sigwait): Don't use CHECK_SIGSET.
33272 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33273 use CHECK_SIGSET.
33274 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33275 include <bp-checks.h>.
33276 (sigpending): Don't use CHECK_SIGSET.
33277 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33278 include <bp-checks.h>.
33279 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33280 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33281 <bp-checks.h>.
33282 (sigpending): Don't use CHECK_SIGSET.
33283 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33284 <bp-checks.h>.
33285 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33286
2e8a5c8c
JM
33287 [BZ #13550]
33288 * sysdeps/generic/bp-semctl.h: Remove file.
33289 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33290 <bp-checks.h> and <bp-semctl.h>.
33291 (__old_semctl): Don't use CHECK_SEMCTL.
33292 (__new_semctl): Likewise.
33293 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33294 and <bp-semctl.h>.
33295 (__old_semctl): Don't use CHECK_SEMCTL.
33296 (__new_semctl): Likewise.
33297 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33298 <bp-checks.h> and <bp-semctl.h>.
33299 (__old_semctl): Don't use CHECK_SEMCTL.
33300 (__new_semctl): Likewise.
33301 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33302 <bp-checks.h> and <bp-semctl.h>.
33303 (semctl): Don't use CHECK_SEMCTL.
33304
c2d54929
JM
33305 [BZ #13550]
33306 * Makerules (elide-bp-thunks): Remove variable.
33307 (elide-routines.oS): Don't use $(elide-bp-thunks).
33308 (elide-routines.os): Likewise.
33309 (elide-routines.o): Likewise.
33310 (elide-routines.op): Likewise.
33311 (elide-routines.og): Likewise.
33312 (objects): Don't use $(bp-thunks).
33313 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33314 include.
33315 (common-generated): Do not add s-proto-bp.d.
33316 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33317 (int): Likewise.
33318 (typ): Likewise.
33319 Do not generate makefile rules for bounded-pointer thunks.
33320 * sysdeps/generic/bp-thunks.h: Remove file.
33321 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33322 * sysdeps/unix/s-proto-bp.S: Likewise.
33323
8cf28c5e
JM
33324 [BZ #15062]
33325 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33326 parts of result separately when argument is not close to line from
33327 -i to i and one part of argument is small.
33328 * math/k_casinhf.c (__kernel_casinhf): Likewise.
33329 * math/k_casinhl.c (__kernel_casinhl): Likewise.
33330 * math/libm-test.inc (cacos_test): Add more tests.
33331 (casin_test): Likewise.
33332 (casinh_test): Likewise.
33333 * sysdeps/i386/fpu/libm-test-ulps: Update.
33334 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33335
c4e33b8d
DM
333362013-01-31 David S. Miller <davem@davemloft.net>
33337
33338 * po/de.po: Update from translation team.
33339
3b60b421
MK
333402013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
33341
33342 * time/tzfile.c: Include stdint.h for SIZE_MAX.
33343
bb931195
TS
333442013-01-25 Thomas Schwinge <thomas@codesourcery.com>
33345
b5a5da23
TS
33346 * configure.in (_AC_PROG_CC_C89): New definition.
33347 * configure: Regenerate.
33348
bb931195
TS
33349 * configure.in (AC_PROG_CPP): New definition.
33350 * configure: Regenerate.
33351
8c53a12c
JM
333522013-01-23 Joseph Myers <joseph@codesourcery.com>
33353
33354 * debug/tst-backtrace.h: New file.
33355 * debug/tst-backtrace2.c: Include tst-backtrace.h.
33356 (ret): Remove variable.
33357 (x): Likewise.
33358 (FAIL): Remove macro.
33359 (NO_INLINE): Likewise.
33360 (fn1): Use match function instead of strstr.
33361 * debug/tst-backtrace3.c: Include tst-backtrace.h.
33362 (ret): Remove variable.
33363 (x): Likewise.
33364 (FAIL): Remove macro.
33365 (NO_INLINE): Likewise.
33366 (fn): Use match function instead of strstr.
33367 * debug/tst-backtrace4.c: Include tst-backtrace.h.
33368 (ret): Remove variable.
33369 (x): Likewise.
33370 (FAIL): Remove macro.
33371 (NO_INLINE): Likewise.
33372 (handle_signal): Use match function instead of strstr.
33373 * debug/tst-backtrace5.c: Include tst-backtrace.h.
33374 (ret): Remove variable.
33375 (x): Likewise.
33376 (FAIL): Remove macro.
33377 (NO_INLINE): Likewise.
33378 (handle_signal): Use match function instead of strstr.
33379
4858fa2a
RM
333802013-01-23 Roland McGrath <roland@hack.frob.com>
33381
33382 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33383
bae8e7f5
DM
333842013-01-23 David S. Miller <davem@davemloft.net>
33385
33386 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33387 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33388 argument of CAS if possible.
33389 * sysdeps/sparc/sparc64/bits/atomic.h
33390 (__arch_compare_and_exchange_val_32_acq): Likewise.
33391 (__arch_compare_and_exchange_val_64_acq): Likewise.
33392
9cbbc4ae
PT
333932013-01-23 Pino Toscano <toscano.pino@tiscali.it>
33394
33395 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33396 * sysdeps/posix/ulimit.c: ... this.
92a601b8 33397 Include <limits.h>.
67b3f58c 33398 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 33399
5655a0b5
AC
334002013-01-23 Adam Conrad <adconrad@0c3.net>
33401
33402 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33403 (LDFLAGS-tst-array5): Likewise.
33404
052aff95
JM
334052013-01-23 Joseph Myers <joseph@codesourcery.com>
33406
33407 [BZ #15036]
33408 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33409 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33410 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33411 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33412
7c1e01aa
DM
334132013-01-21 David S. Miller <davem@davemloft.net>
33414
33415 * sysdeps/sparc/backtrace.c: New file.
33416 * sysdeps/sparc/sparc32/backtrace.h: New file.
33417 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33418 * sysdeps/sparc/sparc64/backtrace.h: New file.
33419 * sysdeps/sparc/sparc64/backtrace.c: Delete.
33420 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33421 -funwind-tables.
33422
ab087e0a
AS
334232013-01-21 Andreas Schwab <schwab@suse.de>
33424
33425 [BZ #15020]
33426 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33427 closed its stdout.
33428
ed689c2f
AS
334292013-01-20 Andreas Schwab <schwab@linux-m68k.org>
33430
33431 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33432 "mpa2.h".
33433 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33434
31d470ac
JM
334352013-01-18 Joseph Myers <joseph@codesourcery.com>
33436 Mark Mitchell <mark@codesourcery.com>
33437 Tom de Vries <tom@codesourcery.com>
33438 Paul Pluzhnikov <ppluzhnikov@google.com>
33439
33440 * debug/tst-backtrace2.c: New file.
33441 * debug/tst-backtrace3.c: Likewise.
33442 * debug/tst-backtrace4.c: Likewise.
33443 * debug/tst-backtrace5.c: Likewise.
33444 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33445 (CFLAGS-tst-backtrace3.c): Likewise.
33446 (CFLAGS-tst-backtrace4.c): Likewise.
33447 (CFLAGS-tst-backtrace5.c): Likewise.
33448 (LDFLAGS-tst-backtrace2): Likewise.
33449 (LDFLAGS-tst-backtrace3): Likewise.
33450 (LDFLAGS-tst-backtrace4): Likewise.
33451 (LDFLAGS-tst-backtrace5): Likewise.
33452 (tests): Add new tests tst-backtrace2, tst-backtrace3,
33453 tst-backtrace4 and tst-backtrace5.
33454
90567f30 334552013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
33456 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
33457
33458 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33459 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33460 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33461 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33462 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33463 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33464 "+r" and remove output regs list as redundant. Add explicit inline
33465 asm to specify register of return val to work around compiler codegen
33466 bug. Remove (int) cast on return value. Add return type parameter to
33467 use in macro so that this macro does not truncate return value for
33468 64-bit values.
33469 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33470 pass to INTERNAL_VSYSCALL_NCS.
33471 (INLINE_VSYSCALL): Add 'long int' as return type to
33472 INTERNAL_VSYSCALL_NCS macro invocation.
33473 (INTERNAL_VSYSCALL): Add 'long int' as return type to
33474 INTERNAL_VSYSCALL_NCS macro invocation.
33475 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33476
d3b9ea61
SP
334772013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
33478
0b57daeb
SP
33479 [BZ #14496]
33480 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33481 Fix application of SIMD FP exception mask.
33482
caa99d06
SP
33483 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33484 mp_no from a power of two.
33485 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33486 __mpexp_twomm1. Use __pow_mp.
33487
d3b9ea61
SP
33488 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33489 multiplication.
33490
1dbaee3c
DM
334912013-01-17 David S. Miller <davem@davemloft.net>
33492
33493 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33494
728d7b43
JM
334952013-01-17 Joseph Myers <joseph@codesourcery.com>
33496
33497 [BZ #15023]
33498 * include/complex.h: Condition contents on [!_COMPLEX_H].
33499 (__kernel_casinhf): New prototype.
33500 (__kernel_casinh): Likewise.
33501 (__kernel_casinhl): Likewise.
33502 * math/Makefile (libm_calls): Add k_casinh.
33503 * math/k_casinh.c: New file.
33504 * math/k_casinhf.c: Likewise.
33505 * math/k_casinhl.c: Likewise.
33506 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33507 finite nonzero arguments.
33508 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33509 finite nonzero arguments.
33510 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33511 finite nonzero arguments.
33512 * math/s_casinh.c: Do not include <float.h>.
33513 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33514 * math/s_casinhf.c: Do not include <float.h>.
33515 (__casinhf): Move code for finite nonzero arguments to
33516 k_casinhf.c.
33517 * math/s_casinhl.c: Do not include <float.h>.
33518 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33519 redefine.
33520 (__casinhl): Move code for finite nonzero arguments to
33521 k_casinhl.c.
33522 * math/libm-test.inc (cacos_test): Add more tests.
33523 * sysdeps/i386/fpu/libm-test-ulps: Update.
33524 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33525
2a26ef3a
PT
335262013-01-17 Pino Toscano <toscano.pino@tiscali.it>
33527
33528 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33529 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33530 [!HAVE_MREMAP]: Remove [defined linux] case.
33531 * malloc/arena.c: Do not include <malloc-sysdep.h>.
33532
a897655d
SP
335332013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
33534
33535 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33536
881ebe89 335372013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
33538
33539 * elf/elf.h (R_386_SIZE32): New relocation.
33540 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33541 R_386_SIZE32.
33542 (elf_machine_rela): Likewise.
33543 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33544 R_X86_64_SIZE64 and R_X86_64_SIZE32.
33545
59981e9b
JM
335462013-01-17 Joseph Myers <joseph@codesourcery.com>
33547
33548 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33549 (FP_FAST_FMA): Do not define.
33550 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33551 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33552 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33553 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33554 !_SOFT_FLOAT]: Likewise.
33555 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33556 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33557 value.
33558 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33559 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33560 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33561 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33562 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33563 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33564 file.
33565
cfa8054f
AS
335662013-01-16 Andreas Schwab <schwab@suse.de>
33567
33568 [BZ #14327]
33569 * include/stdlib.h (__mktemp): Add declaration.
33570 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33571 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33572
dd930cc5
SP
335732013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
33574
881ebe89
SP
33575 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33576 definitions.
33577 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33578 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33579 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33580 definitions here.
33581 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33582 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33583 definitions.
33584 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33585 and ONE.
33586 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33587 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33588 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33589 definitions.
33590 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33591 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33592 definitions.
33593 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 33594
dd930cc5
SP
33595 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33596
c19a9f89
DM
335972013-01-15 David S. Miller <davem@davemloft.net>
33598
1aa61767
DM
33599 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33600 trunc{,f} to libm-sysdep_routes.
33601 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33602 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33603 file.
33604 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33605 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33606 file.
33607 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33608 file.
33609 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33610 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33611 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33612 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33613 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33614 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33615 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33616 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33617
c42d5e98
DM
33618 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33619 nearbyint{,f} to libm-sysdep_routes.
33620 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33621 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33622 New file.
33623 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33624 file.
33625 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33626 New file.
33627 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33628 file.
33629 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33630 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33631 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33632 file.
33633 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33634 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33635 file.
33636 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33637 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33638 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33639
c19a9f89
DM
33640 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33641 libc_feholdexcept and libc_fesetenv.
33642
357679d2
MF
336432013-01-15 Mike Frysinger <vapier@gentoo.org>
33644
33645 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33646
65a82e3d
DM
336472013-01-14 David S. Miller <davem@davemloft.net>
33648
8b954ab9
DM
33649 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33650 (SPARC_ASM_VIS2_IFUNC): Likewise.
33651 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33652 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33653 use of 'siam' instruction.
33654 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33655 Likewise.
33656 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33657 Likewise.
33658 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33659 Likewise.
33660 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33661 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33662 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33663 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33664 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33665 file.
33666 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33667 file.
33668 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33669 file.
33670 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33671 file.
33672 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33673 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33674 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33675 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33676 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33677 new VIS2 routines.
33678 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33679 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33680 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33681 Likewise.
33682 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33683 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33684 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33685 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33686 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33687 routines to libm-sysdep_routines.
33688 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33689
65a82e3d
DM
33690 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33691 fdim/fdimf to libm-sysdep_routines.
33692 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33693 file.
33694 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33695 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33696 file.
33697 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33698 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33699 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33700 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33701 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33702 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33703 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33704
e34ab705
SP
337052013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
33706
2a91b573
SP
33707 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33708 to optimize copies.
33709
1066a534
SP
33710 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33711 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33712 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33713
e34ab705
SP
33714 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33715 local variable MPTWO.
33716 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33717 Likewise.
33718
aba5e596
MF
337192013-01-13 Mike Frysinger <vapier@gentoo.org>
33720
33721 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33722 GLOB_NOESCAPE.
33723
e557e9e5
MF
337242013-01-13 Mike Frysinger <vapier@gentoo.org>
33725
33726 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33727
0428cec9
MF
337282013-01-13 Mike Frysinger <vapier@gentoo.org>
33729
33730 * manual/pattern.texi (glob_t): Document gl_flags.
33731 (glob64_t): Likewise.
33732
8794a964
DM
337332013-01-11 David S. Miller <davem@davemloft.net>
33734
66438c3f
RM
33735 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33736 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33737 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
33738 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33739 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33740 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33741 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33742 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33743 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33744 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33745 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33746 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33747 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33748
4ae4244d
DM
33749 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33750 sparc V9 rather than using V8 code.
33751 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33752 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33753
8794a964
DM
33754 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33755 Move to...
33756 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33757 Here.
33758
6270516e
RM
337592013-01-11 Roland McGrath <roland@hack.frob.com>
33760
33761 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33762 not in the main loop.
33763 * configure: Regenerated.
33764
6a57d931
JM
337652013-01-11 Joseph Myers <joseph@codesourcery.com>
33766
33767 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33768 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33769 to just #else.
33770 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
33771 [!__GLIBC_HAVE_LONG_LONG] case.
33772 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33773 condition to just #else.
33774 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33775 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33776 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33777 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33778 unconditional.
33779 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33780 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33781 #elif condition to just #else.
33782 * sysdeps/unix/sysv/linux/sys/sysmacros.h
33783 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33784 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33785 #elif condition to just #else.
33786
0e8529e9
SE
337872013-01-11 Steve Ellcey <sellcey@mips.com>
33788
33789 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33790 (EF_MIPS_ARCH_64): Fix value.
33791 (EF_MIPS_ARCH_32R2): New.
33792 (EF_MIPS_ARCH_64R2): New.
33793
740b3dbe
L
337942013-01-11 H.J. Lu <hongjiu.lu@intel.com>
33795
33796 * Makeconfig (+link-pie-before-libc): New.
33797 (+link-pie-after-libc): Likewise.
33798 (+link-pie-tests): Likewise.
33799 (+link-pie): Rewritten.
33800 (link-before-libc): Remove $(config-LDFLAGS).
33801 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33802 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33803 (config-LDFLAGS): Renamed to ...
33804 (rtld-LDFLAGS): This.
33805 (rtld-tests-LDFLAGS): New macro.
33806 (link-libc-rpath-link): Likewise.
33807 (link-libc-tests-rpath-link): Likewise.
33808 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33809 (link-libc): Prepand $(link-libc-rpath-link).
33810 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33811 (test-program-prefix): New macro.
33812 (test-via-rtld-prefix): Likewise.
33813 (test-program-cmd): Likewise.
33814 (host-test-program-cmd): Likewise.
33815 * Makefile ($(common-objpfx)testrun.sh): Replace
33816 $(run-program-prefix) with $(test-program-prefix).
33817 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33818 $(rtld-LDFLAGS).
33819 ($(common-objpfx)shlib.lds): Likewise.
33820 (build-module-helper): Likewise.
33821 ($(common-objpfx)format.lds): Likewise.
33822 * Rules (binaries-pie-tests): New.
33823 (binaries-pie-notests): Likewise.
33824 (binaries-pie): Rewritten.
33825 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33826 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33827 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33828 (make-test-out): Replace $(host-built-program-cmd) with
33829 $(host-test-program-cmd).
33830 * config.make.in (build-hardcoded-path-in-tests): New variable.
33831 * configure.in (--enable-hardcoded-path-in-tests): New configure
33832 option.
33833 (hardcoded_path_in_tests): New AC_SUBST.
33834 * configure: Regenerated.
33835 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33836 $(built-program-cmd) with $(test-program-cmd).
33837 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33838 (test_program_cmd): This.
33839 * elf/Makefile ($(objpfx)order.out): Run test with
33840 $(test-program-prefix).
33841 ($(objpfx)order2.out): Likewise.
33842 ($(objpfx)tst-initorder.out): Likewise.
33843 ($(objpfx)tst-initorder2.out): Likewise.
33844 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33845 $(test-program-cmd).
33846 ($(objpfx)tst-array1-static.out): Likewise.
33847 ($(objpfx)tst-array2.out): Likewise.
33848 ($(objpfx)tst-array3.out): Likewise.
33849 ($(objpfx)tst-array4.out): Likewise.
33850 ($(objpfx)tst-array5.out): Likewise.
33851 ($(objpfx)tst-array5-static.out): Likewise.
33852 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33853 $(test-program-cmd).
33854 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33855 $(run-program-prefix) with $(test-program-prefix).
33856 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33857 (test_program_prefix): This.
33858 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33859 $(run-program-prefix) with $(test-program-prefix).
33860 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33861 (test_program_prefix): This.
33862 * iconvdata/tst-tables.sh: Likewise.
33863 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33864 $(run-program-prefix) with $(test-program-prefix).
33865 ($(objpfx)tst-translit.out): Likewise.
33866 ($(objpfx)tst-gettext2.out): Likewise.
33867 ($(objpfx)tst-gettext4.out): Likewise.
33868 ($(objpfx)tst-gettext6.out): Likewise.
33869 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33870 (test_program_prefix): This.
33871 * intl/tst-gettext2.sh: Likewise.
33872 * intl/tst-gettext4.sh Likewise.
33873 * intl/tst-gettext6.sh: Likewise.
33874 * intl/tst-translit.sh: Likewise.
33875 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33876 with $(test-program-cmd).
33877 * libio/Makefile ($(objpfx)test-freopen.out): Replace
33878 $(run-program-prefix) with $(test-program-prefix).
33879 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33880 (test_program_prefix): This.
33881 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33882 $(run-program-prefix) with $(test-program-prefix).
33883 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33884 (test_program_prefix): This.
33885 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33886 * posix/Makefile ($(objpfx)globtest.out): Replace
33887 $(run-via-rtld-prefix) and $(test-wrapper) with
33888 $(test-program-prefix) and $(test-via-rtld-prefix).
33889 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33890 $(test-program-prefix).
33891 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33892 $(host-test-program-cmd).
33893 (tst-spawn-ARGS): Likewise.
33894 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33895 $(test-program-prefix).
33896 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33897 (test_via_rtld_prefix): This.
33898 (test_wrapper): Renamed to ...
33899 (test_program_prefix): This.
33900 (run_program_prefix): Replaced by test_program_prefix.
33901 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33902 (test_program_prefix): This.
33903 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33904 with $(host-test-program-cmd).
33905 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33906 $(run-program-prefix) with $(test-program-prefix).
33907 ($(objpfx)tst-printf.out): Likewise.
33908 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33909 $(test-program-cmd).
33910 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33911 (test_program_prefix): This.
33912 * stdio-common/tst-unbputc.sh: Likewise.
33913 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33914 $(run-program-prefix) with $(test-program-prefix).
33915 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33916 (test_program_prefix): This.
33917 * string/Makefile ($(objpfx)tst-svc.out): Replace
33918 $(built-program-cmd) with $(test-program-cmd).
33919
c6fe55cf
AJ
339202013-01-11 Andreas Jaeger <aj@suse.de>
33921
33922 [BZ #15003]
33923 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33924 value. Sync with Linux 3.7.
33925
9e6919c8
DM
339262013-01-10 David S. Miller <davem@davemloft.net>
33927
33928 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33929 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33930 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33931
1c9f1a02
RM
339322013-01-10 Roland McGrath <roland@hack.frob.com>
33933
33934 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33935 never set.
33936 * configure: Regenerated.
33937
b9de2dde
DM
339382013-01-10 David S. Miller <davem@davemloft.net>
33939
33940 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33941 sparc V9 rather than using V8 code.
33942 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33943 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33944
e7f68ef4
RM
339452013-01-10 Roland McGrath <roland@hack.frob.com>
33946
33947 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33948 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33949 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33950 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33951 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33952 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33953 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33954 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33955 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33956 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33957 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33958 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33959 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33960 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33961 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33962 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33963 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33964 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33965 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33966 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33967 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33968 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33969 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33970 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33971 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33972 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33973 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33974
5a47cc9c
DM
339752013-01-10 David S. Miller <davem@davemloft.net>
33976
33977 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33978
4cf8f209
L
339792013-01-10 H.J. Lu <hongjiu.lu@intel.com>
33980
33981 * posix/Makefile (tests-static): New variable.
33982 (tests): Add $(tests-static).
33983 (tst-exec-static-ARGS): New variable.
33984 (tst-spawn-static-ARGS): Likewise.
33985 * posix/tst-exec-static.c: New file.
33986 * posix/tst-spawn-static.c: Likewise.
33987 * posix/tst-exec.c: Support run directly.
33988 * posix/tst-spawn.c: Likewise.
33989
fed0faa1
JM
339902013-01-10 Joseph Myers <joseph@codesourcery.com>
33991
828beb13
JM
33992 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33993 long.
33994 * math/bits/mathcalls.h (llrint): Likewise.
33995 (llround): Likewise.
33996 * stdlib/stdlib.h (struct drand48_data): Likewise.
33997 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33998 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33999 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34000 Likewise.
34001 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34002 Likewise.
34003 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34004 (elf_greg_t): Likewise.
34005 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34006 (__jmp_buf): Likewise.
34007 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34008 definitions.
34009 (llrint): Likewise, for all definitions.
34010 (llrintl): Likewise.
34011
fed0faa1
JM
34012 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34013 Remove [__GNUC__] condition.
34014 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34015 condition to just [__USE_ISOC99].
34016 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34017
1a20cb20
L
340182013-01-10 H.J. Lu <hongjiu.lu@intel.com>
34019
34020 [BZ #14200]
34021 * sysdeps/unix/sysv/linux/x86/bits/environments.h
34022 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34023 defined.
34024 (_POSIX_V6_ILP32_OFF32): Likewise.
34025 (_XBS5_ILP32_OFF32): Likewise.
34026 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34027 (__ILP32_OFFBIG_LDFLAGS): Likewise.
34028
751b85f7
SP
340292013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
34030
7490eb81
SP
34031 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34032
751b85f7
SP
34033 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34034 doubles __mpexp_twomm1. Adjust usage.
34035 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34036 Remove.
34037
988197f0
AS
340382013-01-10 Andreas Schwab <schwab@suse.de>
34039
34040 [BZ #14964]
34041 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34042 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34043
e83d7298
DM
340442013-01-09 David S. Miller <davem@davemloft.net>
34045
034ed64b 34046 [BZ #15003]
57f41c40
AS
34047 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34048 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34049 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34050 (TCP_FASTOPEN): Define.
e83d7298
DM
34051 (tcp_repair_opt): New structure.
34052 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34053 enum values.
57f41c40
AS
34054 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34055 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34056 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
34057 (tcp_cookie_transactions): New structure.
34058
d5e0b9bd
AB
340592013-01-09 Anton Blanchard <anton@samba.org>
34060
34061 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34062 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34063 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34064 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34065
0c07e3ea
JM
340662013-01-09 Joseph Myers <joseph@codesourcery.com>
34067
34068 * include/features.h (__USE_ANSI): Remove.
34069
232f7002
RM
340702013-01-09 Roland McGrath <roland@hack.frob.com>
34071
ad98e30c
RM
34072 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34073
232f7002
RM
34074 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34075
950c99ca
SP
340762013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
34077
b5792741
SP
34078 * sysdeps/s390/fpu/libm-test-ulps: Update.
34079
47cf2278
SP
34080 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34081
950c99ca
SP
34082 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34083 (__acr): Likewise.
34084 (__cpy): Likewise.
34085 (norm): Likewise.
34086 (denorm): Likewise.
34087 (__mp_dbl): Likewise.
34088 (__dbl_mp): Likewise.
34089 (add_magnitudes): Likewise.
34090 (sub_magnitudes): Likewise.
34091 (__add): Likewise.
34092 (__sub): Likewise.
34093 (__mul): Likewise.
34094 (__inv): Likewise.
34095 (__dvd): Likewise.
34096 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34097 (__acr): Likewise.
34098 (__cpy): Likewise.
34099 (norm): Likewise.
34100 (denorm): Likewise.
34101 (__mp_dbl): Likewise.
34102 (__dbl_mp): Likewise.
34103 (add_magnitudes): Likewise.
34104 (sub_magnitudes): Likewise.
34105 (__add): Likewise.
34106 (__sub): Likewise.
34107 (__mul): Likewise.
34108 (__inv): Likewise.
34109 (__dvd): Likewise.
34110 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34111 (__acr): Likewise.
34112 (__cpy): Likewise.
34113 (norm): Likewise.
34114 (denorm): Likewise.
34115 (__mp_dbl): Likewise.
34116 (__dbl_mp): Likewise.
34117 (add_magnitudes): Likewise.
34118 (sub_magnitudes): Likewise.
34119 (__add): Likewise.
34120 (__sub): Likewise.
34121 (__mul): Likewise.
34122 (__inv): Likewise.
34123 (__dvd): Likewise.
34124
eede9df9
JM
341252013-01-08 Joseph Myers <joseph@codesourcery.com>
34126
34127 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34128 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34129 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34130 2 && __USE_EXTERN_INLINES]: Likewise.
34131
c40ea3d9
AJ
341322013-01-08 Andreas Jaeger <aj@suse.de>
34133
34134 [BZ# 14985]
34135 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34136 Remove.
34137 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34138 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34139
2ccdea26
AB
341402013-01-07 Anton Blanchard <anton@samba.org>
34141
34142 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34143 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34144 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34145 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34146 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34147 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34148 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34149 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34150 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34151 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34152 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34153 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34154 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34155 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34156 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34157 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34158 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34159 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34160 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34161 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34162 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34163 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34164 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34165 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34166 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34167 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34168 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34169 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34170 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34171 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34172 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34173 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34174 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34175 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34176 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34177 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34178 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34179 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34180 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34181 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34182 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34183 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34184 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34185
a9708fed
JM
341862013-01-07 Joseph Myers <joseph@codesourcery.com>
34187
375607b9
JM
34188 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34189 (__MALLOC_PMT): Likewise.
34190 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34191 [__GNUC__], only on [_LIBC].
34192 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34193 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34194 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34195 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34196 forward declaration.
34197 (realloc_hook_ini): Likewise.
34198 (memalign_hook_ini): Likewise.
34199 (__libc_memalign): Do not use __MALLOC_PMT in variable
34200 declaration.
34201 (__libc_valloc): Likewise.
34202 (__libc_pvalloc): Likewise.
34203 (__libc_calloc): Likewise.
34204 (__posix_memalign): Likewise.
34205
a9708fed
JM
34206 [BZ #14996]
34207 * math/s_casinh.c: Include <float.h>.
34208 (__casinh): Do not do computation with squaring and square root
34209 for large arguments.
34210 * math/s_casinhf.c: Include <float.h>.
34211 (__casinhf): Do not do computation with squaring and square root
34212 for large arguments.
34213 * math/s_casinhl.c: Include <float.h>.
34214 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34215 (__casinhl): Do not do computation with squaring and square root
34216 for large arguments.
34217 * math/libm-test.inc (casin_test): Add more tests.
34218 (casinh_test): Likewise.
34219 * sysdeps/i386/fpu/libm-test-ulps: Update.
34220 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34221
afec409a
L
342222013-01-04 H.J. Lu <hongjiu.lu@intel.com>
34223
34224 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34225 (__x86_64_raw_data_cache_size): Likewise.
34226 (__x86_64_data_cache_size_half): Likewise.
34227 (__x86_64_raw_data_cache_size_half): Likewise.
34228 (__x86_64_shared_cache_size): Likewise.
34229 (__x86_64_raw_shared_cache_size): Likewise.
34230 (__x86_64_shared_cache_size_half): Likewise.
34231 (__x86_64_raw_shared_cache_size_half): Likewise.
34232 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34233 to ...
34234 (__x86_data_cache_size): This.
34235 (__x86_64_raw_data_cache_size): Renamed to ...
34236 (__x86_raw_data_cache_size): This.
34237 (__x86_64_data_cache_size_half): Renamed to ...
34238 (__x86_data_cache_size_half): This.
34239 (__x86_64_raw_data_cache_size_half): Renamed to ...
34240 (__x86_raw_data_cache_size_half): This.
34241 (__x86_64_shared_cache_size): Renamed to ...
34242 (__x86_shared_cache_size): This.
34243 (__x86_64_raw_shared_cache_size): Renamed to ...
34244 (__x86_raw_shared_cache_size): This.
34245 (__x86_64_shared_cache_size_half): Renamed to ...
34246 (__x86_shared_cache_size_half): This.
34247 (__x86_64_raw_shared_cache_size_half): Renamed to ...
34248 (__x86_raw_shared_cache_size_half): This.
34249 * sysdeps/x86_64/memcpy.S: Updated.
34250 * sysdeps/x86_64/memset.S: Likewise.
34251 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34252 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34253 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34254
0b3986d0
DM
342552013-01-04 David S. Miller <davem@davemloft.net>
34256
34257 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34258
e47686e9
AS
342592013-01-04 Andreas Schwab <schwab@linux-m68k.org>
34260
d643bac1
AS
34261 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34262 1 to avoid redefinition warning.
34263 (__USE_GNU): Don't define.
34264 (init_signaling_nan): Protoize.
34265
e47686e9
AS
34266 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34267
b18decba
SP
342682013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34269
fffb407f
SP
34270 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34271 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34272 (__cpymn): Likewise.
34273 (norm): Remove commented code.
34274 (denorm): Likewise.
34275 (__mp_dbl): Likewise.
34276 (__inv): Likewise.
34277 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34278 (__cpymn): Likewise.
34279 (norm): Remove commented code.
34280 (denorm): Likewise.
34281 (__mp_dbl): Likewise.
34282 (__inv): Likewise.
34283
b18decba
SP
34284 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34285 mp_no value for 1.0 and 2.0.
34286 (norm): Use RADIXI instead of radixi.d.
34287 (denorm): Likewise.
34288 (__mul): Use 0.0 instead of zero.d.
34289 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34290 mp_no value for 1.0 and 2.0.
34291 (norm): Use RADIXI instead of radixi.d.
34292 (denorm): Likewise.
34293 (__mul): Use 0.0 instead of zero.d.
34294
cdc1c96f
JM
342952013-01-04 Joseph Myers <joseph@codesourcery.com>
34296
34297 [BZ #14994]
34298 * math/s_casinh.c (__casinh): Reduce finite argument to first
34299 quadrant then set signs of results at the end.
34300 * math/s_casinhf.c (__casinhf): Likewise.
34301 * math/s_casinhl.c (__casinhl): Likewise.
34302 * math/libm-test.inc (casin_test): Add more tests.
34303 (casinh_test): Likewise.
34304 * sysdeps/i386/fpu/libm-test-ulps: Update.
34305 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34306
302913e1
SP
343072013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34308
6420d207
SP
34309 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34310
a9e48ab4
SP
34311 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34312
b7837264
SP
34313 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34314 declarations.
34315 (denorm): Likewise.
34316 (__mp_dbl): Likewise.
34317 (__inv): Likewise.
34318
f8af25d2
SP
34319 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34320 and adjust the header comment.
34321
302913e1
SP
34322 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34323 variable name from declaration.
34324
5d7dd1ca
L
343252013-01-03 H.J. Lu <hongjiu.lu@intel.com>
34326
34327 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34328 Initialize COMMON_CPUID_INDEX_7 element.
34329 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34330 (CPUID_RTM): Likewise.
34331 (HAS_RTM): Likewise.
34332 (COMMON_CPUID_INDEX_7): New enum.
34333
2f5f40f4
AS
343342013-01-03 Andreas Schwab <schwab@linux-m68k.org>
34335
34336 [BZ #14981]
34337 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34338 size is zero, record memory as freed.
34339
4056f4a0
AJ
343402013-01-03 Andreas Jaeger <aj@suse.de>
34341
34342 * po/ia.po: Add new Interlingua translation.
34343
ab15736f 343442012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
34345
34346 * locale/programs/localedef.c: Fix description of '--posix' flag.
34347
568035b7
JM
343482013-01-02 Joseph Myers <joseph@codesourcery.com>
34349
e6898b8d
JM
34350 * NEWS: Update dates in second copyright notice.
34351 * README: Update copyright dates in example.
34352 * manual/libc.texinfo: Update copyright dates.
34353 * scripts/test-installation.pl: Update copyright date in --version
34354 output.
34355
0e2f9562
JM
34356 * hurd/ctty-input.c: Fix copyright notice formatting.
34357 * hurd/ctty-output.c: Likewise.
34358 * hurd/dtable.c: Likewise.
34359 * hurd/hurd-raise.c: Likewise.
34360 * hurd/hurdprio.c: Likewise.
34361 * hurd/msgportdemux.c: Likewise.
34362 * misc/sys/file.h: Likewise.
34363 * misc/sys/ioctl.h: Likewise.
34364 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34365 * sysdeps/mach/hurd/chdir.c: Likewise.
34366 * sysdeps/mach/hurd/fchdir.c: Likewise.
34367 * sysdeps/mach/hurd/rename.c: Likewise.
34368 * sysdeps/mach/hurd/rmdir.c: Likewise.
34369 * sysdeps/mach/hurd/seekdir.c: Likewise.
34370 * sysdeps/mach/hurd/setsid.c: Likewise.
34371 * sysdeps/posix/wait3.c: Likewise.
34372
568035b7
JM
34373 * All files with FSF copyright notices: Update copyright dates
34374 using scripts/update-copyrights.
34375 * intl/plural.c: Regenerated.
34376 * locale/programs/charmap-kw.h: Likewise.
34377 * locale/programs/locfile-kw.h: Likewise.
34378
da08f647
SP
343792013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
34380
0f5477af
SP
34381 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34382 four values.
34383
44e0d4c2
SP
34384 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34385 calculation loop and add branch prediction.
34386
4d55b4e5
SP
34387 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34388 check access beyond bounds of m1np.
34389
da08f647
SP
34390 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34391 MPTWO.
34392 (__inv): Remove local variable MPTWO to use the global
34393 constant.
34394 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34395 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34396 variable MPTWO.
34397 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34398 MP3HALFS static const.
34399
8e051029
DM
344002013-01-01 David S. Miller <davem@davemloft.net>
34401
34402 * po/ca.po: Update from translation team.
34403
f4cf5f2d
JM
344042013-01-01 Joseph Myers <joseph@codesourcery.com>
34405
34406 * scripts/update-copyrights: New file.
34407 * Makeconfig: Reformat copyright notice.
34408 * ctype/ctype.h: Likewise.
34409 * debug/swprintf_chk.c: Likewise.
34410 * elf/dl-cache.c: Likewise.
34411 * elf/dl-debug.c: Likewise.
34412 * elf/dl-object.c: Likewise.
34413 * grp/initgroups.c: Likewise.
34414 * hurd/Makefile: Likewise.
34415 * hurd/hurd/signal.h: Likewise.
34416 * hurd/hurdfault.c: Likewise.
34417 * hurd/hurdioctl.c: Likewise.
34418 * hurd/hurdlookup.c: Likewise.
34419 * hurd/intr-msg.c: Likewise.
34420 * iconv/gconv_open.c: Likewise.
34421 * libio/swprintf.c: Likewise.
34422 * locale/lc-ctype.c: Likewise.
34423 * locale/nl_langinfo.c: Likewise.
34424 * mach/Machrules: Likewise.
34425 * mach/Makefile: Likewise.
34426 * malloc/obstack.h: Likewise.
34427 * manual/Makefile: Likewise.
34428 * manual/tsort.awk: Likewise.
34429 * misc/bits/stab.def: Likewise.
34430 * nis/nis_print_group_entry.c: Likewise.
34431 * nis/nis_table.c: Likewise.
34432 * nis/nss_compat/compat-pwd.c: Likewise.
34433 * nis/nss_compat/compat-spwd.c: Likewise.
34434 * po/Makefile: Likewise.
34435 * posix/fnmatch.c: Likewise.
34436 * posix/regex.h: Likewise.
34437 * resolv/Makefile: Likewise.
34438 * resolv/nss_dns/dns-network.c: Likewise.
34439 * resolv/res_hconf.c: Likewise.
34440 * scripts/gen-sorted.awk: Likewise.
34441 * soft-fp/soft-fp.h: Likewise.
34442 * stdio-common/printf.h: Likewise.
34443 * stdlib/monetary.h: Likewise.
34444 * stdlib/random.c: Likewise.
34445 * stdlib/random_r.c: Likewise.
34446 * sysdeps/generic/Makefile: Likewise.
34447 * sysdeps/gnu/Makefile: Likewise.
34448 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34449 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34450 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34451 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34452 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34453 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34454 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34455 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34456 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34457 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34458 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34459 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34460 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34461 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34462 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34463 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34464 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34465 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34466 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34467 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34468 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34469 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34470 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34471 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34472 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34473 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34474 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34475 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34476 * sysdeps/mach/hurd/errnos.awk: Likewise.
34477 * sysdeps/mach/hurd/fork.c: Likewise.
34478 * sysdeps/mach/hurd/getcwd.c: Likewise.
34479 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34480 * sysdeps/mach/hurd/mmap.c: Likewise.
34481 * sysdeps/mach/hurd/utimes.c: Likewise.
34482 * sysdeps/mach/hurd/xmknod.c: Likewise.
34483 * sysdeps/posix/profil.c: Likewise.
34484 * sysdeps/posix/readdir_r.c: Likewise.
34485 * sysdeps/powerpc/bits/mathdef.h: Likewise.
34486 * sysdeps/powerpc/bits/setjmp.h: Likewise.
34487 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34488 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34489 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34490 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34491 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34492 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34493 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34494 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34495 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34496 * sysdeps/pthread/lio_listio.c: Likewise.
34497 * sysdeps/sparc/dl-procinfo.h: Likewise.
34498 * sysdeps/unix/i386/sysdep.S: Likewise.
34499 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34500 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34501 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34502 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34503 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34504 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34505 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34506 * sysdeps/unix/sysv/linux/speed.c: Likewise.
34507 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34508 * sysdeps/wordsize-32/divdi3.c: Likewise.
34509 * time/sys/time.h: Likewise.
34510 * wcsmbs/Makefile: Likewise.
34511
0549fbba
DM
345122013-01-01 David S. Miller <davem@davemloft.net>
34513
a141f1a7
DM
34514 * po/fr.po: Update from translation team.
34515
0549fbba
DM
34516 * catgets/gencat.c: Update copyright year.
34517 * csu/version.c: Likewise.
34518 * debug/catchsegv.sh: Likewise.
34519 * debug/pcprofiledump.c: Likewise.
34520 * debug/xtrace.sh: Likewise.
34521 * elf/ldconfig.c: Likewise.
34522 * elf/ldd.bash.in: Likewise.
34523 * elf/pldd.c: Likewise.
34524 * elf/sotruss.ksh: Likewise.
34525 * elf/sprof.c: Likewise.
34526 * iconv/iconv_prog.c: Likewise.
34527 * iconv/iconvconfig.c: Likewise.
34528 * locale/programs/locale.c: Likewise.
34529 * locale/programs/localedef.c: Likewise.
34530 * login/programs/pt_chown.c: Likewise.
34531 * malloc/memusage.sh: Likewise.
34532 * malloc/memusagestat.c: Likewise.
34533 * malloc/mtrace.pl: Likewise.
34534 * nscd/nscd.c: Likewise.
34535 * nss/getent.c: Likewise.
34536 * nss/makedb.c: Likewise.
34537 * posix/getconf.c: Likewise.
34538
18ea052c
SP
345392012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
34540
34541 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34542 numbers.
34543
9c89fca6
MF
345442012-12-30 Mike Frysinger <vapier@gentoo.org>
34545
34546 * math/bits/mathcalls.h (modf): Use __nonnull.
34547
085ec079
SP
345482012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
34549
34550 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34551 (split): Use macro CN instead of the bare value.
34552 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34553 could be used.
34554 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34555 instead of the bare value.
34556 (power1): Likewise.
34557
6d9f97e1
SP
345582012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34559
d63f73be
SP
34560 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34561 __ATAN_TWOM.
34562 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34563
6d9f97e1
SP
34564 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34565 their values.
34566 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34567 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34568 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34569 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34570
4c4febf5
AJ
345712012-12-28 Andreas Jaeger <aj@suse.de>
34572
af5843ef
AJ
34573 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
34574 values are from Linux 3.7.
34575
4c4febf5
AJ
34576 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34577 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
34578
99136f82
SP
345792012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34580
2f216c3c 34581 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
34582 TRUE case.
34583
99136f82
SP
34584 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34585 (norm): Likewise.
34586 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34587 variables with preprocessor constants.
34588 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34589 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34590 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34591
7fffbdff
BH
345922012-12-27 Bruno Haible <bruno@clisp.org>
34593
34594 [BZ #14317]
34595 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34596 only if needed.
34597
b76eb5f0
SP
345982012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
34599
31a7fe5c
SP
34600 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34601 and use variable directly.
34602 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34603
b76eb5f0
SP
34604 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34605 MPONE.
34606 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34607 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34608 variable MPONE.
34609 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34610 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34611 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34612 include directive. Remove local variable MPONE.
34613 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34614 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34615 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34616
2c8bfe7d
DM
346172012-12-25 David S. Miller <davem@davemloft.net>
34618
34619 * version.h (RELEASE): Set to "development".
34620 (VERSION): Set to "2.17.90".
34621 * NEWS: Add 2.18 section.
34622
147d03b0
DM
346232012-12-21 David S. Miller <davem@davemloft.net>
34624
34625 * po/hr.po: Update from translation team.
34626
a8ebb2b9
AK
346272012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34628
34629 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34630
95b4f1b6
SE
346312012-12-19 Steve Ellcey <sellcey@mips.com>
34632
b2d94007 34633 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 34634
cedb2a90
MS
346352012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34636
34637 * manual/contrib.texi (Contributors): Spelling correction.
34638
bbf527d6
DM
346392012-12-15 David S. Miller <davem@davemloft.net>
34640
34641 * po/ru.po: Update from translation team.
34642
bc38c906
DM
346432012-12-13 David S. Miller <davem@davemloft.net>
34644
85429b1a
DM
34645 * NEWS: Mention IFUNC testsuite enhancements.
34646
d283e353
DM
34647 * po/pl.po: Update from translation team.
34648 * po/bg.po: Likewise.
34649
bc38c906
DM
34650 * manual/contrib.texi (Contributors): Update entries for Hongjiu
34651 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
34652
a181b0d7
DM
346532012-12-11 David S. Miller <davem@davemloft.net>
34654
4641d57e
DM
34655 * po/sv.po: Update from translation team.
34656
f7bc6495
DM
34657 * po/vi.po: Update from translation team.
34658
6fc9048f
DM
34659 * po/cs.po: Update from translation team.
34660
a181b0d7
DM
34661 * po/de.po: Update from translation team.
34662 * po/eo.po: Likewise.
34663 * po/nl.po: Likewise.
34664
f70bfe80
SP
346652012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
34666
3c8b4190
SP
34667 [BZ #14246]
34668 * manual/argp.texi (Argp Helper Functions): Move node to follow
34669 Argp Parsing State.
34670
f70bfe80
SP
34671 [BZ #14872]
34672 * manual/conf.texi (Limits on File System Capacity): Mention if
34673 terminating null is included in the max size.
34674
188f0adf
AJ
346752012-12-10 Andreas Jaeger <aj@suse.de>
34676
34677 * po/cs.po: Update from translation team.
34678
56e7d3ad
SP
346792012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
34680
34681 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34682 void pointer and cast to uintptr_t.
34683 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34684 path.
34685 * sysdeps/s390/s390-64/memcpy.S: Likewise.
34686 * sysdeps/s390/s390-64/memset.S: Likewise.
34687
76f2d2ea 346882012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
34689
34690 [BZ #14833]
34691 * menual/message.texi (Message Translation): Fix typos.
34692 (Helper programs for gettext): Likewise.
34693
67cbf9a2
AS
346942012-12-07 Andreas Schwab <schwab@linux-m68k.org>
34695
34696 [BZ #14898]
34697 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34698 Change to -1.
34699
682d0e9a
DM
347002012-12-07 David S. Miller <davem@davemloft.net>
34701
34702 * po/libc.pot: Update.
34703
573cd484
RH
347042012-12-07 Richard Henderson <rth@redhat.com>
34705
7e9da188 34706 [BZ #10114]
573cd484
RH
34707 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34708 normal/normal case to before the switch.
34709 (_FP_DIV): Likewise.
34710
e933a943
MF
347112012-12-06 Carlos O'Donell <carlos@systemhalted.org>
34712 Mike Frysinger <vapier@gentoo.org>
34713
34714 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34715 check for __NR_fadvise64_64.
34716
82123268
CM
347172012-12-06 Chris Metcalf <cmetcalf@tilera.com>
34718
34719 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34720 0, not just to plain "0" as a statement.
34721 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34722 with cw.
34723
d9814526
JM
347242012-12-06 Joseph Myers <joseph@codesourcery.com>
34725
34726 * NEWS: Use sourceware.org in Bugzilla URL.
34727
7728c574
SP
347282012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
34729
f16946dd
SP
34730 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34731 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34732
5704bbcb
SP
34733 * stdio-common/tst-put-error.c (do_test): Add newline to the
34734 padded test to ensure flush.
34735
17aa0516
JL
347362012-12-05 Jeff Law <law@redhat.com>
34737
34738 * sunrpc/etc.rpc (fedfs_admin): Add entry.
34739
363313b5
JM
347402012-12-05 Joseph Myers <joseph@codesourcery.com>
34741
effbd42a
JM
34742 * README: Don't refer to ports add-on as distributed separately.
34743 Mention AArch64 in list of systems supported in the ports add-on.
34744
87600365
JM
34745 * LICENSES: Add more non-FSF copyright and license notices.
34746
a0d7066a
JM
34747 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34748 ((unused)).
34749
66ca5a5b
JM
34750 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34751
363313b5
JM
34752 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34753 10000 as width of padded output.
34754
b37984ad
JM
347552012-12-04 Joseph Myers <joseph@codesourcery.com>
34756
9003570a
JM
34757 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34758
b37984ad
JM
34759 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34760 variable LX with __attribute__ ((unused)).
34761 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34762 Likewise.
34763 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34764 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34765 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34766 with __attribute__ ((unused)).
34767
c8df52ec
DM
347682012-12-04 David S. Miller <davem@abraco.davemloft.net>
34769
34770 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34771
b3b099af
JM
347722012-12-04 Joseph Myers <joseph@codesourcery.com>
34773
c33aa6e3
JM
34774 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34775 (CFLAGS-nldbl-acos.c): New variable.
34776 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34777 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34778 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34779 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34780 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34781 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34782 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34783 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34784 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34785 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34786 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34787 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34788 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34789 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34790 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34791 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34792 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34793 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34794 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34795 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34796 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34797 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34798 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34799 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34800 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34801 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34802 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34803 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34804 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34805 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34806 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34807 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34808 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34809 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34810 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34811 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34812 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34813 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34814 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34815 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34816 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34817 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34818 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34819 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34820 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34821 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34822 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34823 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34824 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34825 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34826 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34827 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34828 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34829 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34830 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34831 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34832 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34833 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34834 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34835 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34836 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34837 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34838 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34839 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34840 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34841 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34842 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34843 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34844 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34845 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34846 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34847 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34848 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34849 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34850 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34851 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34852 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34853 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34854 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34855 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34856 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34857 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34858 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34859 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34860 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34861 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34862 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34863 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34864 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34865 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34866 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34867 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34868 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34869 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34870 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34871 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34872 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34873
20f0018d
JM
34874 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34875 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34876
b3b099af
JM
34877 [BZ #14914]
34878 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34879 whole low double instead of just low 47 bits when splitting values
34880 into two parts.
34881
029264d1
AM
348822012-12-03 Allan McRae <allan@archlinux.org>
34883
34884 * manual/stdio.texi (Predefined Printf Handlers): Remove
34885 @hsep and @vsep usage.
34886
c9d6789e
MF
348872012-12-03 Mike Frysinger <vapier@gentoo.org>
34888
34889 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34890 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34891
4b7634a5
JL
348922012-12-03 Jeff Law <law@redhat.com>
34893
34894 * time/sys/time.h (settimeofday): Do not mark TV argument
34895 as __nonnull.
34896
eb6cbd24
MF
348972012-12-01 Mike Frysinger <vapier@gentoo.org>
34898
34899 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34900 when currently writing and seek to current position when not.
34901 * libio/Makefile (tests): Remove bug-fclose1.
34902 * libio/bug-fclose1.c: Delete.
34903
f638872a
JM
349042012-12-01 Joseph Myers <joseph@codesourcery.com>
34905
34906 * manual/arith.texi (feenableexcept): Fix typo.
34907 (fedisableexcept): Likewise.
34908
48085d14
RM
349092012-11-30 Roland McGrath <roland@hack.frob.com>
34910
34911 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34912 second, differently-typed declaration, rather than a cast.
34913
1a538b9f
SP
349142012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
34915
34916 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34917 * include/rpc/svc.h: ... here.
34918
d07f2ff1 349192012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
34920
34921 [BZ #13013]
34922 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34923 depending n and resplen2 to catch cases where answer
34924 equals answerp2.
34925
c93ec1f0
CD
349262012-11-29 Carlos O'Donell <carlos@systemhalted.org>
34927
34928 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34929 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34930
37db69de
MF
349312012-11-29 Mike Frysinger <vapier@gentoo.org>
34932
34933 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34934
e10c4e4f
RM
349352012-11-29 Roland McGrath <roland@hack.frob.com>
34936
34937 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34938
2af1b328
JL
349392012-11-28 Jeff Law <law@redhat.com>
34940
34941 [BZ #13761]
34942 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34943 dataset_temporary. Track alloca usage into alloca_used.
34944 If dataset is large allocate and release it via malloc/free.
34945
111db5b1
FW
349462012-06-04 Florian Weimer <fweimer@redhat.com>
34947
f06cc227 34948 [BZ #14197]
111db5b1
FW
34949 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34950
dd694abd
DM
349512012-11-28 David S. Miller <davem@davemloft.net>
34952
34953 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34954
9984dd01
JM
349552012-11-28 Joseph Myers <joseph@codesourcery.com>
34956
34957 [BZ #14803]
34958 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34959 of pi/2 rounded to nearest to 64 bits.
34960 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34961 nearest to 64 bits.
34962 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34963 bits.
34964
14bc93a9
JL
349652012-11-28 Jeff Law <law@redhat.com>
34966 Martin Osvald <mosvald@redhat.com>
34967
34968 [BZ #14889]
34969 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34970 * sunrpc/svc.c: Include time.h.
34971 (__svc_accept_failed): New function.
34972 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34973 any reason other than EINTR, call __svc_accept_failed.
34974 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34975 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34976
e3c6aa3a
AS
349772012-11-28 Andreas Schwab <schwab@suse.de>
34978
34979 * scripts/abilist.awk: Also handle indirect functions in .opd
34980 section.
34981
1bead169
JM
349822012-11-28 Joseph Myers <joseph@codesourcery.com>
34983
34984 [BZ #13881]
34985 * sysdeps/x86/fpu/powl_helper.c: New file.
34986 * sysdeps/x86/fpu/Makefile: Likewise.
34987 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34988 (p3): New object.
34989 (__ieee754_powl): Use __powl_helper for finite arguments except
34990 integer exponents below 8.
34991 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34992 (p3): New object.
34993 (__ieee754_powl): Use __powl_helper for finite arguments except
34994 integer exponents below 8.
34995 * math/libm-test.inc (pow_test): Add more tests and enable some
34996 previously disabled tests.
34997 * sysdeps/i386/fpu/libm-test-ulps: Update.
34998 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34999
0817d63d
SP
350002012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35001 Carlos O'Donell <carlos_odonell@mentor.com>
35002
35003 * nss/makedb.c (is_prime): Assert that input is odd and greater
35004 than 4. Note that fact in a comment too.
35005 (next_prime): Add 4 to input.
35006
de2fd463
SP
350072012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
35008
35009 [BZ #11741]
35010 * libio/Makefile (tests): Add test case tst-fwrite-error.
35011 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35012 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35013 * libio/tst-fwrite-error.c: New test case.
35014
c515fb51
L
350152012-11-26 H.J. Lu <hongjiu.lu@intel.com>
35016
35017 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35018 before casting to void *.
35019 * include/libc-internal.h (__pointer_type): New macro.
35020 (__integer_if_pointer_type_sub): Likewise.
35021 (__integer_if_pointer_type): Likewise.
35022 (cast_to_integer): Likewise.
35023 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35024 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35025 before casting to atomic64_t.
35026 (atomic_exchange_acq): Likewise.
35027 (__arch_exchange_and_add_body): Likewise.
35028 (__arch_add_body): Likewise.
35029 (atomic_add_negative): Likewise.
35030 (atomic_add_zero): Likewise.
35031
4cf77aa9
JM
350322012-11-26 Joseph Myers <joseph@codesourcery.com>
35033
35034 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35035 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35036 (add_fdes): Likewise.
35037 (linear_search_fdes): Likewise.
35038 (binary_search_unencoded_fdes): Likewise.
35039
d260b3b4
AS
350402012-11-26 Andreas Schwab <schwab@linux-m68k.org>
35041
35042 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35043
67060746
AC
350442012-11-24 Adam Conrad <adconrad@0c3.net>
35045
35046 * configure.in: Autodetect C++ header directories.
35047 * configure: Regenerated.
35048
800938a1
MF
350492012-11-23 Mike Frysinger <vapier@gentoo.org>
35050
35051 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35052
4e6e34e6
AS
350532012-11-23 Andreas Schwab <schwab@linux-m68k.org>
35054
35055 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35056
7c7feb47
JM
350572012-11-22 Joseph Myers <joseph@codesourcery.com>
35058
7184dcdf
JM
35059 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35060 LDBL_MANT_DIG == 106]: Disable some tests.
35061 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35062 Likewise.
35063 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35064 Likewise.
35065
0a42601f
JM
35066 [BZ #14871]
35067 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35068 input for small inputs. Return +/- pi/2 for large inputs.
35069 * math/libm-test.inc (atan_test): Add more tests.
35070
79c9b9fe
JM
35071 * sysdeps/generic/unwind-dw2-fde-glibc.c
35072 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35073 __attribute__ ((unused)).
35074
c60d3bf2
JM
35075 [BZ #14645]
35076 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35077 x * y if x and y are nonzero and z is zero.
35078
ef1e0867
JM
35079 [BZ #14811]
35080 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35081 nonzero exponents with absolute value below 0x1p-117 to +/-
35082 0x1p-117.
35083
1468ded3
JM
35084 [BZ #14869]
35085 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35086 up arguments below 2**-450, not just those below 2**-500.
35087 * math/libm-test.inc (hypot_test): Add another test.
35088
8e27e3cc
JM
35089 [BZ #14868]
35090 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35091 Return a+b for ratio over 2**120, not 2**60.
35092 * math/libm-test.inc (hypot_test): Add another test.
35093
c9c0279b
JM
35094 * math/libm-test.inc (clog_test): Use
35095 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35096 (clog10_test): Likewise.
35097
7c7feb47
JM
35098 [BZ #6778]
35099 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35100
fff1530e
AS
351012012-11-22 Andreas Schwab <schwab@suse.de>
35102
35103 * sysdeps/i386/fpu/libm-test-ulps: Update.
35104
94558d30
PT
351052012-11-22 Pino Toscano <toscano.pino@tiscali.it>
35106
35107 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35108 printf output with newline.
35109
7e1be741
L
351102012-11-21 H.J. Lu <hongjiu.lu@intel.com>
35111
6bfea974
L
35112 [BZ #14865]
35113 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35114 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35115 -z nodlopen, -z initfirst and -z execstack support.
35116 * configure: Regenerated.
35117
7e1be741
L
35118 * elf/elf.h (DF_1_NODIRECT): New macro.
35119 (DF_1_IGNMULDEF): Likewise.
35120 (DF_1_NOKSYMS): Likewise.
35121 (DF_1_NOHDR): Likewise.
35122 (DF_1_EDITED): Likewise.
35123 (DF_1_NORELOC): Likewise.
35124 (DF_1_SYMINTPOSE): Likewise.
35125 (DF_1_GLOBAUDIT): Likewise.
35126 (DF_1_SINGLETON): Likewise.
35127 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35128 DT_1_SUPPORTED_MASK bits.
35129 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35130
105ce2ce
CD
351312012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
35132
35133 * sysdeps/unix/make-syscalls.sh: Document prefixes.
35134
123be9de
TS
351352012-11-20 Thomas Schwinge <thomas@codesourcery.com>
35136
d072f3f7
TS
35137 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35138 macro.
35139
123be9de
TS
35140 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35141 (sendmmsg): Move declarations...
35142 * socket/sys/socket.h: ... here.
35143 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35144 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35145 include it from...
35146 * socket/recvmmsg.c: ... this new file.
35147 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35148 (sendmmsg): Rename to __sendmmsg, create weak alias and make
35149 definition of __sendmmsg hidden.
35150 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35151 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35152 Move ENOSYS stub into and include it from...
35153 * socket/sendmmsg.c: ... this new file.
35154 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35155 (sysdep_routines): Move recvmmsg and sendmmsg...
35156 * socket/Makefile (routines): ... here.
35157 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35158 (GLIBC_PRIVATE): Add __sendmmsg.
35159 * include/sys/socket.h (__sendmmsg): Add declarations.
35160 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35161 sendmmsg.
35162
cf9a5d18
JM
351632012-11-20 Joseph Myers <joseph@codesourcery.com>
35164
35165 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35166 variable I1 with __attribute__ ((unused)).
35167 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35168
ecd4caf9
JM
351692012-11-19 Joseph Myers <joseph@codesourcery.com>
35170
be14d48f
JM
35171 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35172 DUMMY variables with __attribute__ ((unused)).
35173
ecd4caf9
JM
35174 * bits/byteswap.h: Include <bits/types.h>.
35175 (__bswap_64): Use __uint64_t instead of unsigned long long int.
35176
986cab95
PT
351772012-11-19 Pino Toscano <toscano.pino@tiscali.it>
35178
35179 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35180 string_t. Do not manually set errno.
35181 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35182 length with __strnlen. Make sure to both set errno and return it on
35183 failure.
35184
6d33cc9d
DM
351852012-11-19 David S. Miller <davem@davemloft.net>
35186
35187 With help from Joseph Myers.
35188 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35189 very large arguments properly.
35190 * math/libm-test.inc (atan_test): New tests.
35191 (atan2_test): New tests.
35192 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35193 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35194
ee663277
JM
351952012-11-19 Joseph Myers <joseph@codesourcery.com>
35196
877f2d8e
JM
35197 [BZ #14856]
35198 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35199 Define to 3.
35200
116fc08a
JM
35201 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35202 [POSIX] (EADDRNOTAVAIL): Likewise.
35203 [POSIX] (EAFNOSUPPORT): Likewise.
35204 [POSIX] (EALREADY): Likewise.
35205 [POSIX] (ECONNABORTED): Likewise.
35206 [POSIX] (ECONNREFUSED): Likewise.
35207 [POSIX] (ECONNRESET): Likewise.
35208 [POSIX] (EDESTADDRREQ): Likewise.
35209 [POSIX] (EDQUOT): Likewise.
35210 [POSIX] (EHOSTUNREACH): Likewise.
35211 [POSIX] (EIDRM): Likewise.
35212 [POSIX] (EISCONN): Likewise.
35213 [POSIX] (ELOOP): Likewise.
35214 [POSIX] (EMULTIHOP): Likewise.
35215 [POSIX] (ENETDOWN): Likewise.
35216 [POSIX] (ENETUNREACH): Likewise.
35217 [POSIX] (ENOBUFS): Likewise.
35218 [POSIX] (ENODATA): Likewise.
35219 [POSIX] (ENOLINK): Likewise.
35220 [POSIX] (ENOMSG): Likewise.
35221 [POSIX] (ENOPROTOOPT): Likewise.
35222 [POSIX] (ENOSR): Likewise.
35223 [POSIX] (ENOSTR): Likewise.
35224 [POSIX] (ENOTCONN): Likewise.
35225 [POSIX] (ENOTSOCK): Likewise.
35226 [POSIX] (EOPNOTSUPP): Likewise.
35227 [POSIX] (EOVERFLOW): Likewise.
35228 [POSIX] (EPROTO): Likewise.
35229 [POSIX] (EPROTONOSUPPORT): Likewise.
35230 [POSIX] (EPROTOTYPE): Likewise.
35231 [POSIX] (ESTALE): Likewise.
35232 [POSIX] (ETIME): Likewise.
35233 [POSIX] (ETXTBSY): Likewise.
35234 [POSIX] (EWOULDBLOCK): Likewise.
35235 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35236 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35237 [POSIX] (SEEK_CUR): Likewise.
35238 [POSIX] (SEEK_END): Likewise.
35239 [POSIX || UNIX98] (mode_t): Do not require.
35240 [POSIX] (off_t): Likewise.
35241 [POSIX] (pid_t): Likewise.
35242 [POSIX] (sys/stat.h): Do not allow header.
35243 [POSIX] (unistd.h): Likewise.
35244 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35245 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35246 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35247 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35248 require.
35249 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35250 sigevent): Specify elements.
35251 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35252 entry.
35253 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35254 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35255
a483863f
JM
35256 * conform/data/cpio.h-data [POSIX]: Disable whole file.
35257 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35258 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35259 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35260 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35261 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35262 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35263 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35264 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35265 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35266 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35267 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35268 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35269 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35270 Likewise.
35271 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35272 Likewise.
35273 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35274 Likewise.
35275 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35276 Likewise.
35277 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35278 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35279 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35280 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35281 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35282 Specify lower bound on value.
35283 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35284 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35285 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35286 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35287 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35288 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35289 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35290 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35291 value.
35292 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35293 as optional.
35294 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35295 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35296 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35297 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35298 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35299 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35300 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35301 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35302 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35303 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35304 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35305 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35306 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35307 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35308 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35309 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35310 entry.
35311 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35312 optional.
35313 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35314 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35315 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35316 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35317 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35318 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35319 Likewise.
35320 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35321 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35322 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35323 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35324 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
35325 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35326 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35327 as optional.
35328 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35329 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35330 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35331 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35332 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35333 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35334 specify as optional.
35335 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35336 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35337 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35338 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35339 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35340 [XPG3] (NL_LANGMAX): Likewise.
35341 [POSIX || XPG3] (NL_MSGMAX): Likewise.
35342 [POSIX || XPG3] (NL_NMAX): Likewise.
35343 [POSIX || XPG3] (NL_SETMAX): Likewise.
35344 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35345 [XPG3] (NZERO): Likewise.
35346 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35347 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35348 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35349 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35350 (REG_ERANGE): Expect.
35351 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35352 optional-constant.
35353 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35354 Use (void) in prototype.
35355 [POSIX] (*_t): Allow.
35356 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35357 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35358 (WRDE_BADVAL): Expect.
35359
5ba924e3
JM
35360 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35361 expect.
35362 [XPG3 || XPG4] (O_RSYNC): Likewise.
35363 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35364 Likewise.
35365 [XPG3 || XPG4] (pthread_sigmask): Likewise.
35366 [XPG3 || XPG4] (sigqueue): Likewise.
35367 [XPG3 || XPG4] (sigtimedwait): Likewise.
35368 [XPG3 || XPG4] (sigwaitinfo): Likewise.
35369 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35370 [XPG3 || XPG4] (vsnprintf): Likewise.
35371 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35372 Likewise.
35373 [XPG3 || XPG4] (blksize_t): Likewise.
35374 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35375 Likewise.
35376 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35377 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35378 [XPG3 || XPG4] (struct itimerspec): Likewise.
35379 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35380 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35381 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35382 [XPG3 || XPG4] (clockid_t): Likewise.
35383 [XPG3 || XPG4] (timer_t): Likewise.
35384 [XPG3 || XPG4] (clock_getres): Likewise.
35385 [XPG3 || XPG4] (clock_gettime): Likewise.
35386 [XPG3 || XPG4] (clock_settime): Likewise.
35387 [XPG3 || XPG4] (nanosleep): Likewise.
35388 [XPG3 || XPG4] (timer_create): Likewise.
35389 [XPG3 || XPG4] (timer_delete): Likewise.
35390 [XPG3 || XPG4] (timer_gettime): Likewise.
35391 [XPG3 || XPG4] (timer_getoverrun): Likewise.
35392 [XPG3 || XPG4] (timer_settime): Likewise.
35393 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35394 [XPG3 || XPG4] (getlogin_r): Likewise.
35395 [XPG3 || XPG4] (pread): Likewise.
35396 [XPG3 || XPG4] (pthread_atfork): Likewise.
35397 [XPG3 || XPG4] (pwrite): Likewise.
35398
ee663277
JM
35399 [BZ #14835]
35400 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35401 <bits/siginfo.h>.
35402
942caa16
PT
354032012-11-19 Pino Toscano <toscano.pino@tiscali.it>
35404
e19af380
PT
35405 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35406 finalizing MALLSTREAM.
35407
942caa16
PT
35408 * sysdeps/mach/hurd/syncfs.c: New file.
35409
cfde9b46
SP
354102012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
35411
35412 [BZ #14719]
35413 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35414 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35415 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35416 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35417 (_nss_dns_gethostbyname4_r): Likewise.
35418 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35419 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35420
f6da27e5
PH
354212012-11-19 Peng Haitao <penght@cn.fujitsu.com>
35422
35423 [BZ #13763]
35424 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35425
6665d4a2
SM
354262012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
35427
1f51ee92
SM
35428 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35429 * elf/cache.c (print_entry): Print ",AArch64" for
35430 FLAG_AARCH64_LIB64
35431
6665d4a2
SM
35432 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35433 * elf/cache.c (print_entry): Print ",hard-float" for
35434 FLAG_ARM_LIBHF.
35435
05b227bd
DM
354362012-11-18 David S. Miller <davem@davemloft.net>
35437
35438 With help from Joseph Myers.
35439 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35440 cutoff to 2**-13.
35441 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35442 cutoff to 2**-25.
35443 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35444 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35445 small.
35446 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35447 * math/libm-test.inc (y0_test): New tests.
35448 (y1_test): New tests.
35449 * sysdeps/i386/fpu/libm-test-ulps: Update.
35450 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35451 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35452
786b0b67
AS
354532012-11-18 Andreas Schwab <schwab@linux-m68k.org>
35454
35455 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35456 64-bit targets.
35457 * configure: Regenerated.
35458
8e18b86d
DM
354592012-11-17 David S. Miller <davem@davemloft.net>
35460
35461 [BZ #14811]
35462 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35463 nonzero exponents with absolute value below 0x1p-128 to +/-
35464 0x1p-128.
35465
531f1ae0
JM
354662012-11-17 Joseph Myers <joseph@codesourcery.com>
35467
12df29e2
JM
35468 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35469
150dc1a0
JM
35470 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35471
531f1ae0
JM
35472 * posix/getconf-speclist.c: New file.
35473 * posix/posix-envs.def: Likewise.
35474 * posix/confstr.c (START_ENV_GROUP): New macro.
35475 (END_ENV_GROUP): Likewise.
35476 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35477 (KNOWN_PRESENT_ENV_STRING): Likewise.
35478 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35479 (UNKNOWN_ENVIRONMENT): Likewise.
35480 (confstr): Include posix-envs.def instead of handling
35481 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35482 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35483 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35484 (END_ENV_GROUP): Likewise.
35485 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35486 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35487 (UNKNOWN_ENVIRONMENT): Likewise.
35488 (__sysconf): Include posix-envs.def instead of handling associated
35489 cases directly here.
35490 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35491 preprocessing getconf-speclist.c rather than running getconf or
35492 generating empty file.
35493
a93f9cbc
PT
354942012-11-16 Pino Toscano <toscano.pino@tiscali.it>
35495
35496 * scripts/check-local-headers.sh: Ignore 'mach' headers.
35497
d64d9f87
AL
354982012-11-16 Andrej Lajovic <natrij@gmail.com>
35499
35500 [BZ #14672]
35501 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35502
447885eb
DM
355032012-11-16 David S. Miller <davem@davemloft.net>
35504
35505 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35506 smaller than LDBL_EPSILON/2.0L, just return xm1.
35507
bcbf9830
L
355082012-11-16 H.J. Lu <hongjiu.lu@intel.com>
35509
35510 * elf/tst-array1.c (init): Set constructor priority to 1000.
35511 (fini): Set destructor priority to 1000.
35512 * elf/tst-array2dep.c: Likewise.
35513
2b766585
SP
355142012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
35515
35516 [BZ #11741]
35517 * libio/fileops.c (_IO_new_file_write): Correctly return error.
35518 (_IO_new_file_xsputn): Also return EOF if none of the input
35519 data was written when overflow failed.
35520 * libio/iopadn.c (_IO_padn): Likewise.
35521 * libio/iowpadn.c (_IO_wpadn): Likewise.
35522 * stdio-common/tst-put-error.c: Add copyright notice.
35523 (do_test): Add case for printing padded string.
35524 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35525 _IO_padn returned error.
35526 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35527 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35528 return EOF.
35529
b1848fde
SP
355302012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
35531
35532 * libio/libioP.h: Add comment note that the references to C++
35533 bits are now obsolete.
35534
2fd89785
MS
355352012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35536
35537 * math/libm-test.inc (check_complex): Use asprintf.
35538
e3ea5409
JM
355392012-11-14 Joseph Myers <joseph@codesourcery.com>
35540
35541 * debug/pcprofiledump.c (print_version): Update copyright year.
35542 * malloc/memusagestat.c (print_version): Likewise.
35543
2e64d265
L
355442012-11-14 H.J. Lu <hongjiu.lu@intel.com>
35545
35546 [BZ #14831]
35547 * elf/Makefile (tests): Add tst-audit8.
35548 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35549 ($(objpfx)tst-audit8.out): New target.
35550 (tst-audit8-ENV): New variable.
35551 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35552 audit if l_reloc_result is NULL.
35553 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35554 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35555 * elf/tst-audit8.c: New file.
35556
c485e4d2
MS
355572012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35558
35559 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35560 * misc/Makefile (CFLAGS-select.c): Define.
35561 * posix/Makefile (CFLAGS-pause.c): Define.
35562
3a0d900a
DM
355632012-11-13 David S. Miller <davem@davemloft.net>
35564
35565 * crypt/Makefile: Move test targets after toplevel Rules
35566 inclusion. Grab any necessary sysdep routines when linking.
35567 * crypt/md5.c (md5_process_block): Remove define, we will always
35568 name it __md5_process_block.
35569 (md5_finish_ctx): Update md5_process_block call.
35570 (md5_stream): Likewise.
35571 (md5_process_bytes): Likewise.
35572 (md5_process_block): Rename to __md5_process_block and move to ...
35573 * crypt/md5-block.c: ... here.
35574 * crypt/sha256.c (sha256_process_block): Move to ...
35575 * crypt/sha256-block.c: ... here.
35576 * crypt/sha512.c (sha512_process_block): Move to ...
35577 * crypt/sha512-block.c: ... here.
35578 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35579 path.
35580 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35581 * sysdeps/sparc/sparc64/multiarch/Makefile
35582 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35583 crypt subdir.
35584 (localedef-aux): Add md5 crypto assembler when in locale subdir.
35585 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35586 multiarch changes.
35587 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35588 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35589 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35590 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35591 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35592 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35593 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35594 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35595 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35596 file.
35597 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35598 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35599 file.
35600 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35601
8ca89318
JM
356022012-11-13 Joseph Myers <joseph@codesourcery.com>
35603
e27d476a
JM
35604 * timezone/tzselect.ksh: Update from tzcode git revision
35605 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35606 * timezone/zdump.c: Likewise.
35607 * timezone/zic.c: Likewise.
35608 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35609 in TZVERSION setting, not $(PKGVERSION).
35610 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
35611 REPORT_BUGS_TO settings.
35612
8ca89318
JM
35613 [BZ #14838]
35614 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35615 macro.
35616
47594329
MS
356172012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35618
35619 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35620 detection to immediately after _FP_ROUND().
35621 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35622 bits are 0.
35623
640ac3f1
DM
356242012-11-11 David S. Miller <davem@davemloft.net>
35625
35626 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35627 inttypes.h
35628 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35629 __close rather than their public counterparts.
35630
3d2577bb
JM
356312012-11-10 Joseph Myers <joseph@codesourcery.com>
35632
35633 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35634 file.
35635 [UNIX98] (sem_timedwait): Do not expect.
35636 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35637 [XPG4 || UNIX98] (sockatmark): Do not expect.
35638 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35639 (clock_getcpuclockid): Do not expect.
35640 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35641 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35642 Do not expect.
35643 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35644 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35645 [UNIX98] (vwscanf): Likewise.
35646 [UNIX98] (vswscanf): Likewise.
35647
fb1ae1ee
JM
356482012-11-09 Joseph Myers <joseph@codesourcery.com>
35649
9ec6f8bd
JM
35650 * timezone/version.h: Remove file.
35651 * timezone/README: Do not refer to version.h.
35652 * timezone/Makefile ($(objpfx)zic.o): New dependency on
35653 $(objpfx)version.h.
35654 ($(objpfx)zdump.o): Likewise.
c3f81911 35655 ($(objpfx)version.h): New target.
9ec6f8bd 35656
0aa8f8a1
JM
35657 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35658 2012i.
35659 * timezone/README: Don't mention modification to tzselect.ksh.
35660 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35661 work on unmodified tzselect.ksh. Substitute version numbers in
35662 tzselect.ksh.
35663
4e87147f
JM
35664 * Makefile (format-me): Remove.
35665 (INSTALL): Adjust indentation. Use commands directly instead of
35666 using $(format-me).
35667
8b748aed
JM
35668 * aclocal.m4 (ACX_PKGVERSION): New macro.
35669 (ACX_BUGURL): Likewise.
35670 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35671 (PKGVERSION): New AC_DEFINE_UNQUOTED.
35672 (REPORT_BUGS_TO): Likewise.
35673 * configure: Regenerated.
35674 * config.h.in (PKGVERSION): New macro.
35675 (REPORT_BUGS_TO): Likewise.
35676 * config.make.in (PKGVERSION): New variable.
35677 (PKGVERSION_TEXI): Likewise.
35678 (REPORT_BUGS_TO): Likewise.
35679 (REPORT_BUGS_TEXI): Likewise.
35680 * Makefile (format-me): Use -I$(common-objpfx)manual.
35681 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35682 ($(common-objpfx)manual/%): New target.
35683 (manual/%): Remove target.
35684 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35685 (print_version): Use PKGVERSION.
35686 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35687 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35688 and REPORT_BUGS_TO.
35689 ($(objpfx)xtrace): Likewise.
35690 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35691 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35692 (print_version): Use PKGVERSION.
35693 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35694 (do_version): Use PKGVERSION.
35695 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35696 REPORT_BUGS_TO.
35697 (common-ldd-rewrite): Likewise.
35698 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35699 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35700 (print_version): Use PKGVERSION.
35701 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35702 * elf/pldd.c (argp_program_bug_address): Remove variable.
35703 (more_help): New function.
35704 (argp): Use more_help.
35705 (print_version): Use PKGVERSION.
35706 * elf/sln.c (main): Use PKGVERSION.
35707 (usage): Use REPORT_BUGS_TO.
35708 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35709 (top level): Use PKGVERSION.
35710 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35711 (print_version): Use PKGVERSION.
35712 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35713 (print_version): Use PKGVERSION.
35714 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35715 (print_version): Use PKGVERSION.
35716 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35717 (print_version): Use PKGVERSION.
35718 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35719 (print_version): Use PKGVERSION.
35720 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35721 (print_version): Use PKGVERSION.
35722 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35723 and BUGURL.
35724 ($(objpfx)memusage): Likewise.
35725 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35726 (do_version): Use PKGVERSION.
35727 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35728 (print_version): Use PKGVERSION.
35729 * malloc/mtrace.pl ($PACKAGE): Remove variable.
35730 ($PKGVERSION): New variable.
35731 ($REPORT_BUGS_TO): Likewise.
35732 (usage): Use $REPORT_BUGS_TO.
35733 (top level): Use $PKGVERSION.
35734 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35735 ($(objpfx)pkgvers.texi): New rule.
35736 ($(objpfx)stamp-pkgvers): Likewise.
35737 * manual/install.texi: Include pkgvers.texi.
35738 (--with-pkgversion): Document new configure option.
35739 (--with-bugurl): Likewise.
35740 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35741 than necessarily for this particular distribution. Use
35742 REPORT_BUGS_TO for where to report bugs.
35743 * INSTALL: Regenerated.
35744 * manual/libc.texinfo: Include pkgvers.texi.
35745 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35746 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35747 (print_version): Use PKGVERSION.
35748 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35749 (print_version): Use PKGVERSION.
35750 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35751 (print_version): Use PKGVERSION.
35752 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35753 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35754 macro.
35755 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35756 (print_version): Use PKGVERSION.
35757 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35758 (print_version): Use PKGVERSION.
35759 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35760 and PKGVERSION.
35761
92e4b6a9
JM
35762 * timezone/checktab.awk: Update from tzcode 2012i.
35763 * timezone/ialloc.c: Likewise.
35764 * timezone/private.h: Likewise.
35765 * timezone/scheck.c: Likewise.
35766 * timezone/tzfile.h: Likewise.
35767 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35768 (TZVERSION): Hardcode tzcode version number.
35769 * timezone/zdump.c: Update from tzcode 2012i.
35770 * timezone/zic.c: Likewise.
35771 * timezone/version.h: New file.
35772 * timezone/README: Describe version.h. Update upstream location.
35773
9bde902c
JM
35774 [BZ #14824]
35775 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35776 (mktemp): Enable declaration.
35777 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35778 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35779 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35780 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35781 Likewise.
35782 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35783 Likewise.
35784 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35785 Likewise.
35786 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35787 Likewise.
35788 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35789 Likewise.
35790 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35791 Likewise.
35792
fb1ae1ee
JM
35793 [BZ #14821]
35794 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35795 offset in buffer as u_int32_t not u_long. Consistently use memcpy
35796 for copies of such integer values.
35797 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35798 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35799
2c1adbcb
AJ
358002012-11-09 Andreas Jaeger <aj@suse.de>
35801
35802 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35803 definitions and declarations that are provided by
35804 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35805
d0f8457e
AK
358062012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35807
3a235abb 35808 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
35809 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35810 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35811 definition.
35812
57241e26
MS
358132012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35814
35815 * elf/elf.h: Update comment before AArch64 relocations.
35816
60e8270d
DM
358172012-11-07 David S. Miller <davem@davemloft.net>
35818
35819 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35820 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35821 (__start_context): Declare.
35822 (__makecontext_ret): Delete.
35823 (__makecontext): Hook up __start_context instead of
35824 __makecontext_ret.
35825 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35826 (sysdep_routines): Add __start_context when in stdlib.
35827
0fbb0fbc
JM
358282012-11-07 Joseph Myers <joseph@codesourcery.com>
35829
35830 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35831 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35832 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
35833 hardcoded "nm".
35834 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
35835 (READELF): New variable. Use it instead of hardcoded "readelf".
35836
eb48db7e
L
358372012-11-07 H.J. Lu <hongjiu.lu@intel.com>
35838
35839 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35840 * sysdeps/x86/Makefile: Here.
35841 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35842 * sysdeps/x86/tst-xmmymm.sh: This.
35843
05bcf62a
JM
358442012-11-07 Joseph Myers <joseph@codesourcery.com>
35845
c4b6cf53
JM
35846 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35847 expectations.
35848 [UNIX98] (pthread_barrier_t): Do not expect.
35849 [UNIX98] (pthread_barrierattr_t): Likewise.
35850 [UNIX98] (pthread_spinlock_t): Likewise.
35851 [UNIX98] (pthread_barrier_destroy): Likewise.
35852 [UNIX98] (pthread_barrier_init): Likewise.
35853 [UNIX98] (pthread_barrier_wait): Likewise.
35854 [UNIX98] (pthread_barrierattr_destroy): Likewise.
35855 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35856 [UNIX98] (pthread_barrierattr_init): Likewise.
35857 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35858 [UNIX98] (pthread_getcpuclockid): Likewise.
35859 [UNIX98] (pthread_mutex_timedlock): Likewise.
35860 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35861 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35862 [UNIX98] (pthread_sigmask): Likewise.
35863 [UNIX98] (pthread_spin_destroy): Likewise.
35864 [UNIX98] (pthread_spin_init): Likewise.
35865 [UNIX98] (pthread_spin_lock): Likewise.
35866 [UNIX98] (pthread_spin_trylock): Likewise.
35867 [UNIX98] (pthread_spin_unlock): Likewise.
35868 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35869 Do not expect.
35870 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35871 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35872 [XPG3 || XPG4] (pthread_cond_t): Likewise.
35873 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35874 [XPG3 || XPG4] (pthread_key_t): Likewise.
35875 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35876 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35877 [XPG3 || XPG4] (pthread_once_t): Likewise.
35878 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35879 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35880 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35881 [XPG3 || XPG4] (pthread_t): Likewise.
35882
cbe6e120
JM
35883 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35884 not expect.
35885 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35886
1b126443
JM
35887 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35888 Change function return type to int.
35889
b961a573
JM
35890 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35891 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35892 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35893 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35894 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35895 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35896 [!POSIX] (posix_madvise): Likewise.
35897 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35898 && !UNIX98].
35899 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35900 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35901 (mode_t): Likewise.
35902 (posix_mem_offset): Likewise.
35903 (posix_typed_mem_get_info): Likewise.
35904 (posix_typed_mem_open): Likewise.
35905
9e188909
JM
35906 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35907 Change condition to [XOPEN2K8].
35908
05bcf62a
JM
35909 * conform/conformtest.pl: Preprocess allow-header data with -x c
35910 instead of from stdin.
35911 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35912 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35913 [C99-based standards] (cerfc): Likewise.
35914 [C99-based standards] (cexp2): Likewise.
35915 [C99-based standards] (cexpm1): Likewise.
35916 [C99-based standards] (clog10): Likewise.
35917 [C99-based standards] (clog1p): Likewise.
35918 [C99-based standards] (clog2): Likewise.
35919 [C99-based standards] (clgamma): Likewise.
35920 [C99-based standards] (ctgamma): Likewise.
35921 [C99-based standards] (cerff): Likewise.
35922 [C99-based standards] (cerfcf): Likewise.
35923 [C99-based standards] (cexp2f): Likewise.
35924 [C99-based standards] (cexpm1f): Likewise.
35925 [C99-based standards] (clog10f): Likewise.
35926 [C99-based standards] (clog1pf): Likewise.
35927 [C99-based standards] (clog2f): Likewise.
35928 [C99-based standards] (clgammaf): Likewise.
35929 [C99-based standards] (ctgammaf): Likewise.
35930 [C99-based standards] (cerfl): Likewise.
35931 [C99-based standards] (cerfcl): Likewise.
35932 [C99-based standards] (cexp2l): Likewise.
35933 [C99-based standards] (cexpm1l): Likewise.
35934 [C99-based standards] (clog10l): Likewise.
35935 [C99-based standards] (clog1pl): Likewise.
35936 [C99-based standards] (clog2l): Likewise.
35937 [C99-based standards] (clgammal): Likewise.
35938 [C99-based standards] (ctgammal): Likewise.
35939 * conform/data/inttypes.h-data [C99-based standards]: Include
35940 stdint.h-data. Remove all expectations for stdint.h contents.
35941 [C99-based standards] (PRI*): Do not allow.
35942 [C99-based standards] (SCN*): Likewise.
35943 [C99-based standards] (*_t): Likewise.
35944 [C99-based-standards] (PRId8): Expect macro.
35945 [C99-based-standards] (PRIi8): Likewise.
35946 [C99-based-standards] (PRIo8): Likewise.
35947 [C99-based-standards] (PRIu8): Likewise.
35948 [C99-based-standards] (PRIx8): Likewise.
35949 [C99-based-standards] (PRIX8): Likewise.
35950 [C99-based-standards] (SCNd8): Likewise.
35951 [C99-based-standards] (SCNi8): Likewise.
35952 [C99-based-standards] (SCNo8): Likewise.
35953 [C99-based-standards] (SCNu8): Likewise.
35954 [C99-based-standards] (SCNx8): Likewise.
35955 [C99-based-standards] (PRIdLEAST8): Likewise.
35956 [C99-based-standards] (PRIiLEAST8): Likewise.
35957 [C99-based-standards] (PRIoLEAST8): Likewise.
35958 [C99-based-standards] (PRIuLEAST8): Likewise.
35959 [C99-based-standards] (PRIxLEAST8): Likewise.
35960 [C99-based-standards] (PRIXLEAST8): Likewise.
35961 [C99-based-standards] (SCNdLEAST8): Likewise.
35962 [C99-based-standards] (SCNiLEAST8): Likewise.
35963 [C99-based-standards] (SCNoLEAST8): Likewise.
35964 [C99-based-standards] (SCNuLEAST8): Likewise.
35965 [C99-based-standards] (SCNxLEAST8): Likewise.
35966 [C99-based-standards] (PRIdFAST8): Likewise.
35967 [C99-based-standards] (PRIiFAST8): Likewise.
35968 [C99-based-standards] (PRIoFAST8): Likewise.
35969 [C99-based-standards] (PRIuFAST8): Likewise.
35970 [C99-based-standards] (PRIxFAST8): Likewise.
35971 [C99-based-standards] (PRIXFAST8): Likewise.
35972 [C99-based-standards] (SCNdFAST8): Likewise.
35973 [C99-based-standards] (SCNiFAST8): Likewise.
35974 [C99-based-standards] (SCNoFAST8): Likewise.
35975 [C99-based-standards] (SCNuFAST8): Likewise.
35976 [C99-based-standards] (SCNxFAST8): Likewise.
35977 [C99-based-standards] (PRId16): Likewise.
35978 [C99-based-standards] (PRIi16): Likewise.
35979 [C99-based-standards] (PRIo16): Likewise.
35980 [C99-based-standards] (PRIu16): Likewise.
35981 [C99-based-standards] (PRIx16): Likewise.
35982 [C99-based-standards] (PRIX16): Likewise.
35983 [C99-based-standards] (SCNd16): Likewise.
35984 [C99-based-standards] (SCNi16): Likewise.
35985 [C99-based-standards] (SCNo16): Likewise.
35986 [C99-based-standards] (SCNu16): Likewise.
35987 [C99-based-standards] (SCNx16): Likewise.
35988 [C99-based-standards] (PRIdLEAST16): Likewise.
35989 [C99-based-standards] (PRIiLEAST16): Likewise.
35990 [C99-based-standards] (PRIoLEAST16): Likewise.
35991 [C99-based-standards] (PRIuLEAST16): Likewise.
35992 [C99-based-standards] (PRIxLEAST16): Likewise.
35993 [C99-based-standards] (PRIXLEAST16): Likewise.
35994 [C99-based-standards] (SCNdLEAST16): Likewise.
35995 [C99-based-standards] (SCNiLEAST16): Likewise.
35996 [C99-based-standards] (SCNoLEAST16): Likewise.
35997 [C99-based-standards] (SCNuLEAST16): Likewise.
35998 [C99-based-standards] (SCNxLEAST16): Likewise.
35999 [C99-based-standards] (PRIdFAST16): Likewise.
36000 [C99-based-standards] (PRIiFAST16): Likewise.
36001 [C99-based-standards] (PRIoFAST16): Likewise.
36002 [C99-based-standards] (PRIuFAST16): Likewise.
36003 [C99-based-standards] (PRIxFAST16): Likewise.
36004 [C99-based-standards] (PRIXFAST16): Likewise.
36005 [C99-based-standards] (SCNdFAST16): Likewise.
36006 [C99-based-standards] (SCNiFAST16): Likewise.
36007 [C99-based-standards] (SCNoFAST16): Likewise.
36008 [C99-based-standards] (SCNuFAST16): Likewise.
36009 [C99-based-standards] (SCNxFAST16): Likewise.
36010 [C99-based-standards] (PRId32): Likewise.
36011 [C99-based-standards] (PRIi32): Likewise.
36012 [C99-based-standards] (PRIo32): Likewise.
36013 [C99-based-standards] (PRIu32): Likewise.
36014 [C99-based-standards] (PRIx32): Likewise.
36015 [C99-based-standards] (PRIX32): Likewise.
36016 [C99-based-standards] (SCNd32): Likewise.
36017 [C99-based-standards] (SCNi32): Likewise.
36018 [C99-based-standards] (SCNo32): Likewise.
36019 [C99-based-standards] (SCNu32): Likewise.
36020 [C99-based-standards] (SCNx32): Likewise.
36021 [C99-based-standards] (PRIdLEAST32): Likewise.
36022 [C99-based-standards] (PRIiLEAST32): Likewise.
36023 [C99-based-standards] (PRIoLEAST32): Likewise.
36024 [C99-based-standards] (PRIuLEAST32): Likewise.
36025 [C99-based-standards] (PRIxLEAST32): Likewise.
36026 [C99-based-standards] (PRIXLEAST32): Likewise.
36027 [C99-based-standards] (SCNdLEAST32): Likewise.
36028 [C99-based-standards] (SCNiLEAST32): Likewise.
36029 [C99-based-standards] (SCNoLEAST32): Likewise.
36030 [C99-based-standards] (SCNuLEAST32): Likewise.
36031 [C99-based-standards] (SCNxLEAST32): Likewise.
36032 [C99-based-standards] (PRIdFAST32): Likewise.
36033 [C99-based-standards] (PRIiFAST32): Likewise.
36034 [C99-based-standards] (PRIoFAST32): Likewise.
36035 [C99-based-standards] (PRIuFAST32): Likewise.
36036 [C99-based-standards] (PRIxFAST32): Likewise.
36037 [C99-based-standards] (PRIXFAST32): Likewise.
36038 [C99-based-standards] (SCNdFAST32): Likewise.
36039 [C99-based-standards] (SCNiFAST32): Likewise.
36040 [C99-based-standards] (SCNoFAST32): Likewise.
36041 [C99-based-standards] (SCNuFAST32): Likewise.
36042 [C99-based-standards] (SCNxFAST32): Likewise.
36043 [C99-based-standards] (PRId64): Likewise.
36044 [C99-based-standards] (PRIi64): Likewise.
36045 [C99-based-standards] (PRIo64): Likewise.
36046 [C99-based-standards] (PRIu64): Likewise.
36047 [C99-based-standards] (PRIx64): Likewise.
36048 [C99-based-standards] (PRIX64): Likewise.
36049 [C99-based-standards] (SCNd64): Likewise.
36050 [C99-based-standards] (SCNi64): Likewise.
36051 [C99-based-standards] (SCNo64): Likewise.
36052 [C99-based-standards] (SCNu64): Likewise.
36053 [C99-based-standards] (SCNx64): Likewise.
36054 [C99-based-standards] (PRIdLEAST64): Likewise.
36055 [C99-based-standards] (PRIiLEAST64): Likewise.
36056 [C99-based-standards] (PRIoLEAST64): Likewise.
36057 [C99-based-standards] (PRIuLEAST64): Likewise.
36058 [C99-based-standards] (PRIxLEAST64): Likewise.
36059 [C99-based-standards] (PRIXLEAST64): Likewise.
36060 [C99-based-standards] (SCNdLEAST64): Likewise.
36061 [C99-based-standards] (SCNiLEAST64): Likewise.
36062 [C99-based-standards] (SCNoLEAST64): Likewise.
36063 [C99-based-standards] (SCNuLEAST64): Likewise.
36064 [C99-based-standards] (SCNxLEAST64): Likewise.
36065 [C99-based-standards] (PRIdFAST64): Likewise.
36066 [C99-based-standards] (PRIiFAST64): Likewise.
36067 [C99-based-standards] (PRIoFAST64): Likewise.
36068 [C99-based-standards] (PRIuFAST64): Likewise.
36069 [C99-based-standards] (PRIxFAST64): Likewise.
36070 [C99-based-standards] (PRIXFAST64): Likewise.
36071 [C99-based-standards] (SCNdFAST64): Likewise.
36072 [C99-based-standards] (SCNiFAST64): Likewise.
36073 [C99-based-standards] (SCNoFAST64): Likewise.
36074 [C99-based-standards] (SCNuFAST64): Likewise.
36075 [C99-based-standards] (SCNxFAST64): Likewise.
36076 [C99-based-standards] (PRIdMAX): Likewise.
36077 [C99-based-standards] (PRIiMAX): Likewise.
36078 [C99-based-standards] (PRIoMAX): Likewise.
36079 [C99-based-standards] (PRIuMAX): Likewise.
36080 [C99-based-standards] (PRIxMAX): Likewise.
36081 [C99-based-standards] (PRIXMAX): Likewise.
36082 [C99-based-standards] (SCNdMAX): Likewise.
36083 [C99-based-standards] (SCNiMAX): Likewise.
36084 [C99-based-standards] (SCNoMAX): Likewise.
36085 [C99-based-standards] (SCNuMAX): Likewise.
36086 [C99-based-standards] (SCNxMAX): Likewise.
36087 [C99-based-standards] (PRIdPTR): Likewise.
36088 [C99-based-standards] (PRIiPTR): Likewise.
36089 [C99-based-standards] (PRIoPTR): Likewise.
36090 [C99-based-standards] (PRIuPTR): Likewise.
36091 [C99-based-standards] (PRIxPTR): Likewise.
36092 [C99-based-standards] (PRIXPTR): Likewise.
36093 [C99-based-standards] (SCNdPTR): Likewise.
36094 [C99-based-standards] (SCNiPTR): Likewise.
36095 [C99-based-standards] (SCNoPTR): Likewise.
36096 [C99-based-standards] (SCNuPTR): Likewise.
36097 [C99-based-standards] (SCNxPTR): Likewise.
36098 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36099 allow.
36100 * conform/data/stdint.h-data: Update comments to clarify
36101 requirements.
36102 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
36103 type.
36104 [C99-based standards] (INT8_MAX): Likewise.
36105 [C99-based standards] (INT16_MIN): Likewise.
36106 [C99-based standards] (INT16_MAX): Likewise.
36107 [C99-based standards] (INT32_MIN): Likewise.
36108 [C99-based standards] (INT32_MAX): Likewise.
36109 [C99-based standards] (INT64_MIN): Likewise.
36110 [C99-based standards] (INT64_MAX): Likewise.
36111 [C99-based standards] (UINT8_MAX): Likewise.
36112 [C99-based standards] (UINT16_MAX): Likewise.
36113 [C99-based standards] (UINT32_MAX): Likewise.
36114 [C99-based standards] (UINT64_MAX): Likewise.
36115 [C99-based standards] (INT_LEAST8_MIN): Likewise.
36116 [C99-based standards] (INT_LEAST8_MAX): Likewise.
36117 [C99-based standards] (INT_LEAST16_MIN): Likewise.
36118 [C99-based standards] (INT_LEAST16_MAX): Likewise.
36119 [C99-based standards] (INT_LEAST32_MIN): Likewise.
36120 [C99-based standards] (INT_LEAST32_MAX): Likewise.
36121 [C99-based standards] (INT_LEAST64_MIN): Likewise.
36122 [C99-based standards] (INT_LEAST64_MAX): Likewise.
36123 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36124 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36125 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36126 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36127 [C99-based standards] (INT_FAST8_MIN): Likewise.
36128 [C99-based standards] (INT_FAST8_MAX): Likewise.
36129 [C99-based standards] (INT_FAST16_MIN): Likewise.
36130 [C99-based standards] (INT_FAST16_MAX): Likewise.
36131 [C99-based standards] (INT_FAST32_MIN): Likewise.
36132 [C99-based standards] (INT_FAST32_MAX): Likewise.
36133 [C99-based standards] (INT_FAST64_MIN): Likewise.
36134 [C99-based standards] (INT_FAST64_MAX): Likewise.
36135 [C99-based standards] (UINT_FAST8_MAX): Likewise.
36136 [C99-based standards] (UINT_FAST16_MAX): Likewise.
36137 [C99-based standards] (UINT_FAST32_MAX): Likewise.
36138 [C99-based standards] (UINT_FAST64_MAX): Likewise.
36139 [C99-based standards] (INTPTR_MIN): Likewise.
36140 [C99-based standards] (INTPTR_MAX): Likewise.
36141 [C99-based standards] (UINTPTR_MAX): Likewise.
36142 [C99-based standards] (INTMAX_MIN): Likewise.
36143 [C99-based standards] (INTMAX_MAX): Likewise.
36144 [C99-based standards] (UINTMAX_MAX): Likewise.
36145 [C99-based standards] (PTRDIFF_MIN): Likewise.
36146 [C99-based standards] (PTRDIFF_MAX): Likewise.
36147 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36148 [C99-based standards] (SIZE_MAX): Likewise.
36149 [C99-based standards] (WCHAR_MAX): Likewise.
36150 [C99-based standards] (WINT_MAX): Likewise.
36151 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
36152 constraint on value.
36153 [C99-based standards] (WCHAR_MIN): Likewise.
36154 [C99-based standards] (WINT_MIN): Likewise.
36155 [C99-based standards] (*_t): Allow.
36156 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36157 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36158 Include math.h-data and complex.h-data. Remove all expectations
36159 of math.h and complex.h contents.
36160 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36161 at end of line.
36162 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36163 (struct tm): Expect tag.
36164 [C99-based-standards] (wcstof): Expect function.
36165 [C99-based-standards] (wcstold): Likewise.
36166 [C99-based-standards] (wcstoll): Likewise.
36167 [C99-based-standards] (wcstoull): Likewise.
36168 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36169 macro-int-constant. Specify type.
36170 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
36171 constraint on value.
36172 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36173 Specify type.
36174 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36175 Specify value.
36176 [ISO C standards]: Do not allow headers.
36177 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36178 wcs[abcdefghijklmnopqrstuvwxyz]*.
36179 [ISO C standards] (*_t): Do not allow.
36180 * conform/data/wctype.h-data [C99-based standards] (iswblank):
36181 Expect function.
36182 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36183 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36184 Specify type.
36185 [ISO C standards]: Do not allow headers.
36186 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36187 is[abcdefghijklmnopqrstuvwxyz]*.
36188 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36189 to[abcdefghijklmnopqrstuvwxyz]*.
36190 [ISO C standards] (*_t): Do not allow.
36191 * conform/data/stdalign.h-data: New file.
36192 * conform/data/stdbool.h-data: Likewise.
36193 * conform/data/stdnoreturn.h-data: Likewise.
36194
7514feb8
RM
361952012-11-07 Roland McGrath <roland@hack.frob.com>
36196
36197 [BZ #14815]
36198 * manual/filesys.texi (Directory Entries): Typo fix.
36199 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36200
19b2ecfc
MS
362012012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36202
36203 * elf/elf.h (EM_AARCH64): New macro.
36204 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36205 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36206 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36207 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36208 (R_AARCH64_TLSDESC): Likewise.
36209 (NT_ARM_TLS): Likewise.
36210 (NT_ARM_HW_BREAK): Likewise.
36211 (NT_ARM_HW_WATCH): Likewise.
36212
60e235ee
JM
362132012-11-07 Joseph Myers <joseph@codesourcery.com>
36214
36215 [BZ #14811]
36216 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36217 (__ieee754_powl): Saturate nonzero exponents with absolute value
36218 below 0x1p-79 to +/- 0x1p-79.
36219 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36220 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36221 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36222 nonzero exponents with absolute value below 0x1p-32 to +/-
36223 0x1p-32.
36224 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36225 (__ieee754_powl): Saturate nonzero exponents with absolute value
36226 below 0x1p-79 to +/- 0x1p-79.
36227 * math/libm-test.inc (pow_test): Add more tests.
36228
0ab234b7
AK
362292012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36230
36231 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36232 _dl_s390_cap_flags with kernel. Increase string length.
36233 (_dl_s390_platforms): Add z196 and zEC12.
36234
45832f74
JM
362352012-11-07 Joseph Myers <joseph@codesourcery.com>
36236
36237 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36238 Change XOPEN21K to XOPEN2K.
36239
19218757
MK
362402012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
36241
36242 * string/memmove.c: Use memcpy when possible.
36243
c5f45721
AJ
362442012-11-06 Andreas Jaeger <aj@suse.de>
36245
36246 * po/eo.po: Update from translation team.
36247
82477c28
JM
362482012-11-06 Joseph Myers <joseph@codesourcery.com>
36249
36250 [BZ #14793]
36251 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36252 exponent and small x and y exponents, scale x or y up. Increase
36253 by 2 the exponent used in scaling up.
36254 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36255 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36256 * math/libm-test.inc (fma_test): Add more tests.
36257 (fma_test_towardzero): Likewise.
36258 (fma_test_downward): Likewise.
36259 (fma_test_upward): Likewise.
36260
99252c8c
JM
362612012-11-05 Joseph Myers <joseph@codesourcery.com>
36262
acfa885f
JM
36263 [BZ #14805]
36264 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36265 fenv_t *.
36266
99252c8c
JM
36267 [BZ #14801]
36268 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36269 namespace for names of struct fields.
36270 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36271 fenv_t fields.
36272 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36273 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36274
d6d98dea
ST
362752012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
36276
36277 [BZ #3665]
36278 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36279
e10bb107
TS
362802012-11-04 Thomas Schwinge <thomas@codesourcery.com>
36281
36282 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36283 PTR_DEMANGLE.
36284
36285 [BZ #5246]
36286 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36287 PTR_DEMANGLE.
36288
a0c2940d
JM
362892012-11-04 Joseph Myers <joseph@codesourcery.com>
36290
36291 [BZ #14797]
36292 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36293 definitely overflow as x * y not x * y + z.
36294 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36295 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36296 * math/libm-test.inc (fma_test): Add more tests.
36297 (fma_test_towardzero): Likewise.
36298 (fma_test_downward): Likewise.
36299 (fma_test_upward): Likewise.
36300
b830319d
TS
363012012-11-04 Thomas Schwinge <thomas@codesourcery.com>
36302
36303 [BZ #157]
36304
36305 * include/stub-tag.h: Remove file.
36306 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36307 '#include' of it.
36308 * manual/maint.texi (Porting): Don't reference it.
36309 * Makerules ($(objpfx)stubs): Likewise.
36310 * dirent/closedir.c: Don't include <stub-tag.h>.
36311 * dirent/dirfd.c: Likewise.
36312 * dirent/fdopendir.c: Likewise.
36313 * dirent/getdents.c: Likewise.
36314 * dirent/getdents64.c: Likewise.
36315 * dirent/opendir.c: Likewise.
36316 * dirent/readdir.c: Likewise.
36317 * dirent/readdir64.c: Likewise.
36318 * dirent/readdir64_r.c: Likewise.
36319 * dirent/readdir_r.c: Likewise.
36320 * dirent/rewinddir.c: Likewise.
36321 * dirent/seekdir.c: Likewise.
36322 * dirent/telldir.c: Likewise.
36323 * gmon/profil.c: Likewise.
36324 * grp/setgroups.c: Likewise.
36325 * inet/if_index.c: Likewise.
36326 * io/access.c: Likewise.
36327 * io/chdir.c: Likewise.
36328 * io/chmod.c: Likewise.
36329 * io/chown.c: Likewise.
36330 * io/close.c: Likewise.
36331 * io/dup.c: Likewise.
36332 * io/dup2.c: Likewise.
36333 * io/dup3.c: Likewise.
36334 * io/euidaccess.c: Likewise.
36335 * io/faccessat.c: Likewise.
36336 * io/fchdir.c: Likewise.
36337 * io/fchmod.c: Likewise.
36338 * io/fchmodat.c: Likewise.
36339 * io/fchown.c: Likewise.
36340 * io/fchownat.c: Likewise.
36341 * io/fcntl.c: Likewise.
36342 * io/flock.c: Likewise.
36343 * io/fstatfs.c: Likewise.
36344 * io/fstatfs64.c: Likewise.
36345 * io/fstatvfs.c: Likewise.
36346 * io/fstatvfs64.c: Likewise.
36347 * io/futimens.c: Likewise.
36348 * io/fxstat.c: Likewise.
36349 * io/fxstat64.c: Likewise.
36350 * io/fxstatat.c: Likewise.
36351 * io/fxstatat64.c: Likewise.
36352 * io/getcwd.c: Likewise.
36353 * io/isatty.c: Likewise.
36354 * io/lchmod.c: Likewise.
36355 * io/lchown.c: Likewise.
36356 * io/link.c: Likewise.
36357 * io/linkat.c: Likewise.
36358 * io/lseek.c: Likewise.
36359 * io/lseek64.c: Likewise.
36360 * io/lxstat64.c: Likewise.
36361 * io/mkdir.c: Likewise.
36362 * io/mkdirat.c: Likewise.
36363 * io/mkfifo.c: Likewise.
36364 * io/mkfifoat.c: Likewise.
36365 * io/open.c: Likewise.
36366 * io/open64.c: Likewise.
36367 * io/openat.c: Likewise.
36368 * io/openat64.c: Likewise.
36369 * io/pipe.c: Likewise.
36370 * io/pipe2.c: Likewise.
36371 * io/poll.c: Likewise.
36372 * io/posix_fadvise.c: Likewise.
36373 * io/posix_fadvise64.c: Likewise.
36374 * io/posix_fallocate.c: Likewise.
36375 * io/posix_fallocate64.c: Likewise.
36376 * io/read.c: Likewise.
36377 * io/readlink.c: Likewise.
36378 * io/readlinkat.c: Likewise.
36379 * io/rmdir.c: Likewise.
36380 * io/sendfile.c: Likewise.
36381 * io/sendfile64.c: Likewise.
36382 * io/statfs.c: Likewise.
36383 * io/statfs64.c: Likewise.
36384 * io/statvfs.c: Likewise.
36385 * io/statvfs64.c: Likewise.
36386 * io/symlink.c: Likewise.
36387 * io/symlinkat.c: Likewise.
36388 * io/ttyname.c: Likewise.
36389 * io/ttyname_r.c: Likewise.
36390 * io/umask.c: Likewise.
36391 * io/unlink.c: Likewise.
36392 * io/unlinkat.c: Likewise.
36393 * io/utime.c: Likewise.
36394 * io/utimensat.c: Likewise.
36395 * io/write.c: Likewise.
36396 * io/xmknod.c: Likewise.
36397 * io/xmknodat.c: Likewise.
36398 * io/xstat.c: Likewise.
36399 * io/xstat64.c: Likewise.
36400 * login/getpt.c: Likewise.
36401 * login/grantpt.c: Likewise.
36402 * login/unlockpt.c: Likewise.
36403 * math/e_acoshl.c: Likewise.
36404 * math/e_acosl.c: Likewise.
36405 * math/e_asinl.c: Likewise.
36406 * math/e_atan2l.c: Likewise.
36407 * math/e_atanhl.c: Likewise.
36408 * math/e_coshl.c: Likewise.
36409 * math/e_expl.c: Likewise.
36410 * math/e_fmodl.c: Likewise.
36411 * math/e_gammal_r.c: Likewise.
36412 * math/e_hypotl.c: Likewise.
36413 * math/e_j0l.c: Likewise.
36414 * math/e_j1l.c: Likewise.
36415 * math/e_jnl.c: Likewise.
36416 * math/e_lgammal_r.c: Likewise.
36417 * math/e_log10l.c: Likewise.
36418 * math/e_log2l.c: Likewise.
36419 * math/e_logl.c: Likewise.
36420 * math/e_powl.c: Likewise.
36421 * math/e_rem_pio2l.c: Likewise.
36422 * math/e_sinhl.c: Likewise.
36423 * math/e_sqrtl.c: Likewise.
36424 * math/fclrexcpt.c: Likewise.
36425 * math/fedisblxcpt.c: Likewise.
36426 * math/feenablxcpt.c: Likewise.
36427 * math/fegetenv.c: Likewise.
36428 * math/fegetexcept.c: Likewise.
36429 * math/fegetround.c: Likewise.
36430 * math/feholdexcpt.c: Likewise.
36431 * math/fesetenv.c: Likewise.
36432 * math/fesetround.c: Likewise.
36433 * math/feupdateenv.c: Likewise.
36434 * math/fgetexcptflg.c: Likewise.
36435 * math/fraiseexcpt.c: Likewise.
36436 * math/fsetexcptflg.c: Likewise.
36437 * math/ftestexcept.c: Likewise.
36438 * math/k_cosl.c: Likewise.
36439 * math/k_rem_pio2l.c: Likewise.
36440 * math/k_sinl.c: Likewise.
36441 * math/k_tanl.c: Likewise.
36442 * math/s_asinhl.c: Likewise.
36443 * math/s_atanl.c: Likewise.
36444 * math/s_cbrtl.c: Likewise.
36445 * math/s_erfl.c: Likewise.
36446 * math/s_expm1l.c: Likewise.
36447 * math/s_log1pl.c: Likewise.
36448 * math/s_tanhl.c: Likewise.
36449 * misc/acct.c: Likewise.
36450 * misc/brk.c: Likewise.
36451 * misc/chflags.c: Likewise.
36452 * misc/chroot.c: Likewise.
36453 * misc/fchflags.c: Likewise.
36454 * misc/fgetxattr.c: Likewise.
36455 * misc/flistxattr.c: Likewise.
36456 * misc/fremovexattr.c: Likewise.
36457 * misc/fsetxattr.c: Likewise.
36458 * misc/fsync.c: Likewise.
36459 * misc/ftruncate.c: Likewise.
36460 * misc/futimes.c: Likewise.
36461 * misc/futimesat.c: Likewise.
36462 * misc/getdomain.c: Likewise.
36463 * misc/getdtsz.c: Likewise.
36464 * misc/gethostid.c: Likewise.
36465 * misc/gethostname.c: Likewise.
36466 * misc/getloadavg.c: Likewise.
36467 * misc/getpagesize.c: Likewise.
36468 * misc/getsysstats.c: Likewise.
36469 * misc/getxattr.c: Likewise.
36470 * misc/gtty.c: Likewise.
36471 * misc/ioctl.c: Likewise.
36472 * misc/lgetxattr.c: Likewise.
36473 * misc/listxattr.c: Likewise.
36474 * misc/llistxattr.c: Likewise.
36475 * misc/lremovexattr.c: Likewise.
36476 * misc/lsetxattr.c: Likewise.
36477 * misc/lutimes.c: Likewise.
36478 * misc/madvise.c: Likewise.
36479 * misc/mincore.c: Likewise.
36480 * misc/mlock.c: Likewise.
36481 * misc/mlockall.c: Likewise.
36482 * misc/mmap.c: Likewise.
36483 * misc/mprotect.c: Likewise.
36484 * misc/msync.c: Likewise.
36485 * misc/munlock.c: Likewise.
36486 * misc/munlockall.c: Likewise.
36487 * misc/munmap.c: Likewise.
36488 * misc/preadv.c: Likewise.
36489 * misc/preadv64.c: Likewise.
36490 * misc/ptrace.c: Likewise.
36491 * misc/pwritev.c: Likewise.
36492 * misc/pwritev64.c: Likewise.
36493 * misc/readv.c: Likewise.
36494 * misc/reboot.c: Likewise.
36495 * misc/remap_file_pages.c: Likewise.
36496 * misc/removexattr.c: Likewise.
36497 * misc/revoke.c: Likewise.
36498 * misc/select.c: Likewise.
36499 * misc/setdomain.c: Likewise.
36500 * misc/setegid.c: Likewise.
36501 * misc/seteuid.c: Likewise.
36502 * misc/sethostid.c: Likewise.
36503 * misc/sethostname.c: Likewise.
36504 * misc/setregid.c: Likewise.
36505 * misc/setreuid.c: Likewise.
36506 * misc/setxattr.c: Likewise.
36507 * misc/sstk.c: Likewise.
36508 * misc/stty.c: Likewise.
36509 * misc/swapoff.c: Likewise.
36510 * misc/swapon.c: Likewise.
36511 * misc/sync.c: Likewise.
36512 * misc/syncfs.c: Likewise.
36513 * misc/syscall.c: Likewise.
36514 * misc/truncate.c: Likewise.
36515 * misc/ualarm.c: Likewise.
36516 * misc/usleep.c: Likewise.
36517 * misc/ustat.c: Likewise.
36518 * misc/utimes.c: Likewise.
36519 * misc/vhangup.c: Likewise.
36520 * misc/writev.c: Likewise.
36521 * posix/_exit.c: Likewise.
36522 * posix/alarm.c: Likewise.
36523 * posix/execve.c: Likewise.
36524 * posix/fexecve.c: Likewise.
36525 * posix/fork.c: Likewise.
36526 * posix/fpathconf.c: Likewise.
36527 * posix/getaddrinfo.c: Likewise.
36528 * posix/getegid.c: Likewise.
36529 * posix/geteuid.c: Likewise.
36530 * posix/getgid.c: Likewise.
36531 * posix/getgroups.c: Likewise.
36532 * posix/getlogin.c: Likewise.
36533 * posix/getlogin_r.c: Likewise.
36534 * posix/getpgid.c: Likewise.
36535 * posix/getpid.c: Likewise.
36536 * posix/getppid.c: Likewise.
36537 * posix/getresgid.c: Likewise.
36538 * posix/getresuid.c: Likewise.
36539 * posix/getsid.c: Likewise.
36540 * posix/getuid.c: Likewise.
36541 * posix/glob64.c: Likewise.
36542 * posix/nanosleep.c: Likewise.
36543 * posix/pathconf.c: Likewise.
36544 * posix/pause.c: Likewise.
36545 * posix/posix_madvise.c: Likewise.
36546 * posix/pread.c: Likewise.
36547 * posix/pread64.c: Likewise.
36548 * posix/pwrite.c: Likewise.
36549 * posix/pwrite64.c: Likewise.
36550 * posix/sched_getaffinity.c: Likewise.
36551 * posix/sched_getp.c: Likewise.
36552 * posix/sched_gets.c: Likewise.
36553 * posix/sched_primax.c: Likewise.
36554 * posix/sched_primin.c: Likewise.
36555 * posix/sched_rr_gi.c: Likewise.
36556 * posix/sched_setaffinity.c: Likewise.
36557 * posix/sched_setp.c: Likewise.
36558 * posix/sched_sets.c: Likewise.
36559 * posix/sched_yield.c: Likewise.
36560 * posix/setgid.c: Likewise.
36561 * posix/setlogin.c: Likewise.
36562 * posix/setpgid.c: Likewise.
36563 * posix/setresgid.c: Likewise.
36564 * posix/setresuid.c: Likewise.
36565 * posix/setsid.c: Likewise.
36566 * posix/setuid.c: Likewise.
36567 * posix/sleep.c: Likewise.
36568 * posix/spawni.c: Likewise.
36569 * posix/sysconf.c: Likewise.
36570 * posix/times.c: Likewise.
36571 * posix/wait.c: Likewise.
36572 * posix/wait3.c: Likewise.
36573 * posix/wait4.c: Likewise.
36574 * posix/waitpid.c: Likewise.
36575 * resolv/gai_sigqueue.c: Likewise.
36576 * resource/getpriority.c: Likewise.
36577 * resource/getrlimit.c: Likewise.
36578 * resource/getrusage.c: Likewise.
36579 * resource/nice.c: Likewise.
36580 * resource/setpriority.c: Likewise.
36581 * resource/setrlimit.c: Likewise.
36582 * resource/ulimit.c: Likewise.
36583 * rt/aio_cancel.c: Likewise.
36584 * rt/aio_fsync.c: Likewise.
36585 * rt/aio_read.c: Likewise.
36586 * rt/aio_sigqueue.c: Likewise.
36587 * rt/aio_suspend.c: Likewise.
36588 * rt/aio_write.c: Likewise.
36589 * rt/clock_getres.c: Likewise.
36590 * rt/clock_gettime.c: Likewise.
36591 * rt/clock_nanosleep.c: Likewise.
36592 * rt/clock_settime.c: Likewise.
36593 * rt/lio_listio.c: Likewise.
36594 * rt/mq_close.c: Likewise.
36595 * rt/mq_getattr.c: Likewise.
36596 * rt/mq_notify.c: Likewise.
36597 * rt/mq_open.c: Likewise.
36598 * rt/mq_receive.c: Likewise.
36599 * rt/mq_send.c: Likewise.
36600 * rt/mq_setattr.c: Likewise.
36601 * rt/mq_timedreceive.c: Likewise.
36602 * rt/mq_timedsend.c: Likewise.
36603 * rt/mq_unlink.c: Likewise.
36604 * rt/shm_open.c: Likewise.
36605 * rt/shm_unlink.c: Likewise.
36606 * rt/timer_create.c: Likewise.
36607 * rt/timer_delete.c: Likewise.
36608 * rt/timer_getoverr.c: Likewise.
36609 * rt/timer_gettime.c: Likewise.
36610 * rt/timer_settime.c: Likewise.
36611 * setjmp/__longjmp.c: Likewise.
36612 * setjmp/setjmp.c: Likewise.
36613 * signal/kill.c: Likewise.
36614 * signal/killpg.c: Likewise.
36615 * signal/raise.c: Likewise.
36616 * signal/sigaction.c: Likewise.
36617 * signal/sigaltstack.c: Likewise.
36618 * signal/sigblock.c: Likewise.
36619 * signal/sigignore.c: Likewise.
36620 * signal/sigintr.c: Likewise.
36621 * signal/signal.c: Likewise.
36622 * signal/sigpause.c: Likewise.
36623 * signal/sigpending.c: Likewise.
36624 * signal/sigqueue.c: Likewise.
36625 * signal/sigreturn.c: Likewise.
36626 * signal/sigset.c: Likewise.
36627 * signal/sigsetmask.c: Likewise.
36628 * signal/sigstack.c: Likewise.
36629 * signal/sigsuspend.c: Likewise.
36630 * signal/sigtimedwait.c: Likewise.
36631 * signal/sigvec.c: Likewise.
36632 * signal/sigwait.c: Likewise.
36633 * signal/sigwaitinfo.c: Likewise.
36634 * signal/sysv_signal.c: Likewise.
36635 * socket/accept.c: Likewise.
36636 * socket/accept4.c: Likewise.
36637 * socket/bind.c: Likewise.
36638 * socket/connect.c: Likewise.
36639 * socket/getpeername.c: Likewise.
36640 * socket/getsockname.c: Likewise.
36641 * socket/getsockopt.c: Likewise.
36642 * socket/isfdtype.c: Likewise.
36643 * socket/listen.c: Likewise.
36644 * socket/recv.c: Likewise.
36645 * socket/recvfrom.c: Likewise.
36646 * socket/recvmsg.c: Likewise.
36647 * socket/send.c: Likewise.
36648 * socket/sendmsg.c: Likewise.
36649 * socket/sendto.c: Likewise.
36650 * socket/setsockopt.c: Likewise.
36651 * socket/shutdown.c: Likewise.
36652 * socket/sockatmark.c: Likewise.
36653 * socket/socket.c: Likewise.
36654 * socket/socketpair.c: Likewise.
36655 * stdio-common/ctermid.c: Likewise.
36656 * stdio-common/cuserid.c: Likewise.
36657 * stdio-common/remove.c: Likewise.
36658 * stdio-common/rename.c: Likewise.
36659 * stdio-common/renameat.c: Likewise.
36660 * stdio-common/tempname.c: Likewise.
36661 * stdlib/getcontext.c: Likewise.
36662 * stdlib/makecontext.c: Likewise.
36663 * stdlib/setcontext.c: Likewise.
36664 * stdlib/swapcontext.c: Likewise.
36665 * stdlib/system.c: Likewise.
36666 * streams/fattach.c: Likewise.
36667 * streams/fdetach.c: Likewise.
36668 * streams/getmsg.c: Likewise.
36669 * streams/getpmsg.c: Likewise.
36670 * streams/putmsg.c: Likewise.
36671 * streams/putpmsg.c: Likewise.
36672 * sysdeps/unix/bsd/getpt.c: Likewise.
36673 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36674 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36675 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36677 Likewise.
36678 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36679 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36680 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36681 * sysvipc/msgctl.c: Likewise.
36682 * sysvipc/msgget.c: Likewise.
36683 * sysvipc/msgrcv.c: Likewise.
36684 * sysvipc/msgsnd.c: Likewise.
36685 * sysvipc/semctl.c: Likewise.
36686 * sysvipc/semget.c: Likewise.
36687 * sysvipc/semop.c: Likewise.
36688 * sysvipc/semtimedop.c: Likewise.
36689 * sysvipc/shmat.c: Likewise.
36690 * sysvipc/shmctl.c: Likewise.
36691 * sysvipc/shmdt.c: Likewise.
36692 * sysvipc/shmget.c: Likewise.
36693 * termios/tcdrain.c: Likewise.
36694 * termios/tcflow.c: Likewise.
36695 * termios/tcflush.c: Likewise.
36696 * termios/tcgetattr.c: Likewise.
36697 * termios/tcgetpgrp.c: Likewise.
36698 * termios/tcsendbrk.c: Likewise.
36699 * termios/tcsetattr.c: Likewise.
36700 * termios/tcsetpgrp.c: Likewise.
36701 * time/adjtime.c: Likewise.
36702 * time/clock.c: Likewise.
36703 * time/getitimer.c: Likewise.
36704 * time/gettimeofday.c: Likewise.
36705 * time/setitimer.c: Likewise.
36706 * time/settimeofday.c: Likewise.
36707 * time/stime.c: Likewise.
36708 * time/time.c: Likewise.
36709
367102012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 36711
a20492cf
PT
36712 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36713 /usr/old/bin.
36714
72e182e3
PT
36715 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36716 instead of spaces.
36717 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36718
fbeafede
JM
367192012-11-03 Joseph Myers <joseph@codesourcery.com>
36720
5b5b04d6
JM
36721 [BZ #14796]
36722 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36723 FE_TONEAREST before applying Dekker multiplication and Knuth
36724 addition. Clear inexact exceptions and check for exact zero
36725 results afterwards.
36726 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36727 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36728 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36729 * math/libm-test.inc (fma_test): Add more tests.
36730 (fma_test_towardzero): Likewise.
36731 (fma_test_downward): Likewise.
36732 (fma_test_upward): Likewise.
36733 * sysdeps/generic/math_private.h (default_libc_fesetround): New
36734 function.
36735 (libc_fesetround): New macro.
36736 (libc_fesetroundf): Likewise.
36737 (libc_fesetroundl): Likewise.
36738 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36739 function.
36740 (libc_fesetround_387): Likewise.
36741 (libc_fesetroundf): New macro.
36742 (libc_fesetround): Likewise.
36743 (libc_fesetroundl): Likewise.
36744 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36745 function.
36746 (libc_fesetroundf): New macro.
36747 (libc_fesetround): Likewise.
36748 (libc_fesetroundl): Likewise.
36749 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36750 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36751 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36752 libm_hidden_ver.
36753 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36754 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36755 libm_hidden_def.
36756 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36757 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36758 libm_hidden_ver.
36759 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36760 libm_hidden_def.
36761
fbeafede
JM
36762 [BZ #3439]
36763 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36764 integer constant usable in #if and use that to give value to enum
36765 constant.
36766 (FE_DIVBYZERO): Likewise.
36767 (FE_UNDERFLOW): Likewise.
36768 (FE_OVERFLOW): Likewise.
36769 (FE_INVALID): Likewise.
36770 (FE_INVALID_SNAN): Likewise.
36771 (FE_INVALID_ISI): Likewise.
36772 (FE_INVALID_IDI): Likewise.
36773 (FE_INVALID_ZDZ): Likewise.
36774 (FE_INVALID_IMZ): Likewise.
36775 (FE_INVALID_COMPARE): Likewise.
36776 (FE_INVALID_SOFTWARE): Likewise.
36777 (FE_INVALID_SQRT): Likewise.
36778 (FE_INVALID_INTEGER_CONVERSION): Likewise.
36779 (FE_TONEAREST): Likewise.
36780 (FE_TOWARDZERO): Likewise.
36781 (FE_UPWARD): Likewise.
36782 (FE_DOWNWARD): Likewise.
36783 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36784 (FE_DIVBYZERO): Likewise.
36785 (FE_OVERFLOW): Likewise.
36786 (FE_UNDERFLOW): Likewise.
36787 (FE_INEXACT): Likewise.
36788 (FE_TONEAREST): Likewise.
36789 (FE_DOWNWARD): Likewise.
36790 (FE_UPWARD): Likewise.
36791 (FE_TOWARDZERO): Likewise.
36792 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36793 (FE_UNDERFLOW): Likewise.
36794 (FE_OVERFLOW): Likewise.
36795 (FE_DIVBYZERO): Likewise.
36796 (FE_INVALID): Likewise.
36797 (FE_TONEAREST): Likewise.
36798 (FE_TOWARDZERO): Likewise.
36799 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36800 (FE_OVERFLOW): Likewise.
36801 (FE_UNDERFLOW): Likewise.
36802 (FE_DIVBYZERO): Likewise.
36803 (FE_INEXACT): Likewise.
36804 (FE_TONEAREST): Likewise.
36805 (FE_TOWARDZERO): Likewise.
36806 (FE_UPWARD): Likewise.
36807 (FE_DOWNWARD): Likewise.
36808 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36809 (FE_DIVBYZERO): Likewise.
36810 (FE_OVERFLOW): Likewise.
36811 (FE_UNDERFLOW): Likewise.
36812 (FE_INEXACT): Likewise.
36813 (FE_TONEAREST): Likewise.
36814 (FE_DOWNWARD): Likewise.
36815 (FE_UPWARD): Likewise.
36816 (FE_TOWARDZERO): Likewise.
36817
105ca950
CM
368182012-11-02 Chris Metcalf <cmetcalf@tilera.com>
36819
36820 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36821
a542b389
AS
368222012-11-03 Andreas Schwab <schwab@linux-m68k.org>
36823
36824 * scripts/cross-test-ssh.sh (command): Use newlines to separate
36825 commands. Quote $PWD.
36826 (blacklist_exports): Don't use remove_newlines. Replace "declare
36827 -x" by "export".
36828 (remove_newlines): Remove.
36829
f62c8abc
L
368302012-11-02 H.J. Lu <hongjiu.lu@intel.com>
36831
36832 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36833 * stdlib/stdlib.h (atof): Moved to ...
36834 * include/bits/stdlib-float.h: Here. New file.
36835 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36836 * stdlib/bits/stdlib-float.h: New file.
36837 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36838 -mno-sse -mno-mmx.
36839 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36840 <xmmintrin.h>.
36841
0155d5b2
JM
368422012-11-02 Joseph Myers <joseph@codesourcery.com>
36843
a68d0680
JM
36844 * conform/conformtest.pl (@headers): Add fenv.h.
36845 * conform/data/fenv.h-data: New file.
36846 * include/fenv.h [_ISOMAC]: Disable all contents of file except
36847 include of <math/fenv.h>.
36848
caf7f573
JM
36849 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36850 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36851 && !UNIX98]. Enables tests for XOPEN2K8.
36852 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36853 POSIX2008]: Likewise.
36854
6c073ad6
JM
36855 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36856 (struct rusage): Do not expect type or its members.
36857
0155d5b2
JM
36858 [BZ #3439]
36859 * math/math.h (FP_NAN): Define macro to integer constant usable in
36860 #if and use that to give value to enum constant.
36861 (FP_INFINITE): Likewise.
36862 (FP_ZERO): Likewise.
36863 (FP_SUBNORMAL): Likewise.
36864 (FP_NORMAL): Likewise.
36865
b5dcacb4
AS
368662012-11-02 Andreas Schwab <schwab@linux-m68k.org>
36867
36868 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36869 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36870 arguments.
36871
f7934be8
RM
368722012-11-02 Roland McGrath <roland@hack.frob.com>
36873
36874 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36875 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36876 autoconf-time if not.
36877 * configure.in: Remove AC_PREREQ.
36878
d7d08bde
TMQMF
368792012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36880
36881 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36882 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36883 of the internal implementation.
36884
dcdae19a
JM
368852012-11-02 Joseph Myers <joseph@codesourcery.com>
36886
36887 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36888 except include of <misc/sys/syslog.h>.
36889
d6cffd3e
AS
368902012-11-01 Andreas Schwab <schwab@linux-m68k.org>
36891
36892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36893 function returns with a NULL context exit with zero.
36894
b3563932
TMQMF
368952012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36896
36897 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36898
b288a93d
L
368992012-11-01 H.J. Lu <hongjiu.lu@intel.com>
36900
36901 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36902 (run_program_cmd): This.
36903 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36904 (tst_langinfo): New variable. Use it.
36905
a2421a68
SAS
369062012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
36907
36908 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36909 floating point opcodes.
36910
6f796e1b
TS
369112012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36912
7402596b
TS
36913 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36914 variable.
36915
d0d4f868
TS
36916 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36917
6f796e1b
TS
36918 * sysdeps/mach/hurd/powerpc: Remove directory.
36919 * sysdeps/mach/powerpc: Likewise.
36920
4da224a2
AS
369212012-11-01 Andreas Schwab <schwab@linux-m68k.org>
36922
36923 * scripts/check-local-headers.sh: Ignore c++ headers.
36924
341dd673
TS
369252012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36926
36927 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36928 __libc_cleanup_region_start argument.
36929
473611b2
JM
369302012-11-01 Joseph Myers <joseph@codesourcery.com>
36931
36932 [BZ #14784]
36933 [BZ #14785]
36934 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36935 x * y using scaling, not as x * y + z.
36936 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36937 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36938 * math/libm-test.inc (fma_test): Add more tests.
36939 (fma_test_towardzero): Likewise.
36940 (fma_test_downward): Likewise.
36941 (fma_test_upward): Likewise.
36942
4078da3d
TS
369432012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36944
36945 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36946
903252aa
JM
369472012-10-31 Joseph Myers <joseph@codesourcery.com>
36948
36949 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36950 New variable.
36951
cbc818d0
TS
369522012-10-31 Thomas Schwinge <thomas@codesourcery.com>
36953
36954 * rt/tst-shm.c (worker): Correct checking for mmap failure.
36955
5a03cb1e
AS
369562012-10-31 Andreas Schwab <schwab@linux-m68k.org>
36957
36958 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36959 Fix sort order.
36960 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36961 Likewise.
36962
90aff2ff
TMQMF
369632012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36964
36965 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36966 Fix the order of the list for glibc 2.17.
36967 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36968 Likewise.
36969
1818fcb7
AS
369702012-10-31 Andreas Schwab <schwab@linux-m68k.org>
36971
36972 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36973
ef82f4da
JM
369742012-10-31 Joseph Myers <joseph@codesourcery.com>
36975
16a0e2ec
JM
36976 [BZ #14610]
36977 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36978 for low part of x being zero before using __atanl (y).
36979 * math/libm-test.inc (atan2_test): Add another test.
36980
0eb69512
JM
36981 * manual/install.texi (Configuring and compiling): Document
36982 general use of test-wrapper and test-wrapper-env.
36983 * INSTALL: Regenerated.
36984
ef82f4da
JM
36985 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36986 (__fma): Do not extract and scale down low bits on after-rounding
36987 systems when result rounded to normal precision would have normal
36988 exponent.
36989 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36990 (__fmal): Do not extract and scale down low bits on after-rounding
36991 systems when result rounded to normal precision would have normal
36992 exponent.
36993 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36994 (__fmal): Do not extract and scale down low bits on after-rounding
36995 systems when result rounded to normal precision would have normal
36996 exponent.
36997 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36998 macro.
36999 (fma_test): Add more tests.
37000 (fma_test_towardzero): Likewise.
37001 (fma_test_downward): Likewise.
37002 (fma_test_upward): Likewise.
37003
954ef0d9
L
370042012-10-30 H.J. Lu <hongjiu.lu@intel.com>
37005
37006 * sysdeps/i386/tininess.h: Renamed to ...
37007 * sysdeps/x86/tininess.h: This.
37008 * sysdeps/x86_64/tininess.h: Removed.
37009
df61ffb2
JM
370102012-10-30 Joseph Myers <joseph@codesourcery.com>
37011
37012 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37013 input. Use $(build-program-cmd).
37014 ($(objpfx)tst-array1-static.out): Likewise.
37015 ($(objpfx)tst-array2.out): Likewise.
37016 ($(objpfx)tst-array3.out): Likewise.
37017 ($(objpfx)tst-array4.out): Likewise.
37018 ($(objpfx)tst-array5.out): Likewise.
37019 ($(objpfx)tst-array5-static.out): Likewise.
37020
01767843
CM
370212012-10-30 Chris Metcalf <cmetcalf@tilera.com>
37022
47cc1490
CM
37023 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37024 if defined.
37025
01767843
CM
37026 * nss/nsswitch.h (nss_interface_function): Provide new
37027 macro for use with NSS functions.
37028 * grp/initgroups.c: Use new macro.
37029 * nss/getXXbyYY.c: Likewise.
37030 * nss/getXXbyYY_r.c: Likewise.
37031 * nss/getXXent.c: Likewise.
37032 * nss/getXXent_r.c: Likewise.
37033 * sysdeps/posix/getaddrinfo.c: Likewise.
37034
8321aa97
AJ
370352012-10-30 Andreas Jaeger <aj@suse.de>
37036
37037 * po/ru.po: Update Russion translation from translation project.
37038
2a27fd6d
JM
370392012-10-30 Joseph Myers <joseph@codesourcery.com>
37040
8627a232
JM
37041 [BZ #14152]
37042 [BZ #14783]
37043 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37044 result and shift together with sticky bit instead of replicating
37045 round-to-nearest rounding.
37046 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37047 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37048 * math/libm-test.inc (fma_test): Add more tests. Do not permit
37049 missing underflow exceptions.
37050 (fma_test_towardzero): Add more tests.
37051 (fma_test_downward): Likewise.
37052 (fma_test_upward): Likewise.
37053
2a27fd6d
JM
37054 [BZ #14047]
37055 * sysdeps/generic/tininess.h: New file.
37056 * sysdeps/i386/tininess.h: Likewise.
37057 * sysdeps/sh/tininess.h: Likewise.
37058 * sysdeps/x86_64/tininess.h: Likewise.
37059 * stdlib/tst-strtod-underflow.c: Likewise.
37060 * stdlib/tst-tininess.c: Likewise.
37061 * stdlib/strtod_l.c: Include <tininess.h>.
37062 (round_and_return): Do not set errno for exact underflow cases.
37063 Force an underflow exception when setting errno for underflow.
37064 Determine underflow based on rounding to normal precision if
37065 TININESS_AFTER_ROUNDING.
37066 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37067 ERANGE for exact underflow cases.
37068 * stdlib/Makefile (tests): Add tst-tininess and
37069 tst-strtod-underflow.
37070 ($(objpfx)tst-tininess): Use $(link-libm).
37071 ($(objpfx)tst-strtod-underflow): Likewise.
37072
e7170363
AJ
370732012-10-30 Andreas Jaeger <aj@suse.de>
37074
e5088dc6
AJ
37075 [BZ#14767]
37076 * elf/Makefile (tests): Remove conditional for have-initfini-array
37077 since this is now always required and the variable does not exist
37078 anymore.
37079 (tests-static): Likewise.
37080 (modules-names): Likewise.
37081
e7170363 37082 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
37083
37084 * elf/tst-array1.c (fini_array): Make writeable so that it can be
37085 merged with constructor/destructor.
37086 (init_array): Likewise.
37087 * elf/tst-array2dep.c (fini_array): Likewise.
37088 (init_array): Likewise.
37089
60457d8a
MF
370902012-10-29 Mike Frysinger <vapier@gentoo.org>
37091
37092 * manual/message.texi: Delete @cartouche tags.
37093
8bece752
PT
370942012-10-29 Pino Toscano <toscano.pino@tiscali.it>
37095
94ce799f
PT
37096 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37097 EOPNOTSUPP.
37098 * sysdeps/mach/hurd/fsync.c: Likewise.
37099
8bece752
PT
37100 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37101 [_POSIX_REALTIME_SIGNALS]: Change condition to
37102 [_POSIX_REALTIME_SIGNALS > 0].
37103
86ebe6b1
AJ
371042012-10-27 Andreas Jaeger <aj@suse.de>
37105
37106 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37107 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37108 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37109 [__WORDSIZE != 64]: Likewise.
37110
54399c08
L
371112012-10-26 H.J. Lu <hongjiu.lu@intel.com>
37112
37113 * iconvdata/tst-table.sh: Remove ${SHELL}.
37114 * iconvdata/tst-tables.sh: Likewise.
37115
e2211bed
DM
371162012-10-25 David S. Miller <davem@davemloft.net>
37117
37118 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37119 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37120 of strtoull.
37121
f303f97c
DM
37122 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37123 ifunc-impl-list.c
37124 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37125 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37126 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37127 file.
37128
1e9d84cd
RM
371292012-10-25 Roland McGrath <roland@hack.frob.com>
37130
37131 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37132 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37133 __getdirentries.
37134
df381762
JM
371352012-10-25 Joseph Myers <joseph@codesourcery.com>
37136 Jim Blandy <jimb@codesourcery.com>
37137
37138 * scripts/cross-test-ssh.sh: New file.
37139 * manual/install.texi (Configuring and compiling): Document use of
37140 cross-test-ssh.sh.
37141 * INSTALL: Regenerated.
37142
bff64913
PT
371432012-10-25 Pino Toscano <toscano.pino@tiscali.it>
37144
37145 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37146 EOPNOTSUPP.
37147
25fe8932
JM
371482012-10-25 Joseph Myers <joseph@codesourcery.com>
37149
37150 * Makeconfig (run-program-prefix): Fix comment.
37151
cc1290d0
JM
371522012-10-24 Joseph Myers <joseph@codesourcery.com>
37153 Jim Blandy <jimb@codesourcery.com>
37154
37155 * Makeconfig (test-wrapper): New variable,
37156 (test-wrapper-env): Likewise.
37157 [$(cross-compiling) = yes && $(test-wrapper) != ""]
37158 (run-built-tests): Define to yes.
37159 (run-program-prefix): Use $(test-wrapper).
37160 (built-program-cmd): Likewise.
37161 * Rules (make-test-out): Use $(test-wrapper-env) and
37162 $(host-built-program-cmd).
37163 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37164 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37165 tst-pathopt.sh.
37166 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37167 $(test-wrapper-env) to tst-rtld-load-self.sh.
37168 ($(objpfx)order2.out): Use $(test-wrapper).
37169 ($(objpfx)tst-initorder.out): Likewise.
37170 ($(objpfx)tst-initorder2.out): Likewise.
37171 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37172 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37173 (test_wrapper_env): New variable. Use it to run ld.so.
37174 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37175 Use it to run ld.so.
37176 (test_wrapper_env): Likewise.
37177 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37178 $(test-wrapper) to run-iconv-test.sh.
37179 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37180 (ICONV): Use $test_wrapper.
37181 * posix/Makefile ($(objpfx)globtest.out): Pass
37182 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37183 globtest.sh, not $(run-program-prefix).
37184 * posix/globtest.sh (run_via_rtld_prefix): New variable.
37185 (test_wrapper): Likewise.
37186 (test_wrapper_env): Likewise. Use it to run globtest with HOME
37187 set together with run_via_rtld_prefix.
37188 (run_program_prefix): Define in terms of test_wrapper and
37189 run_via_rtld_prefix.
37190
6e6249d0
RM
371912012-10-24 Roland McGrath <roland@hack.frob.com>
37192
37193 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37194 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37195 Targets removed.
37196
37197 [BZ #14743]
37198 * include/time.h: Remove librt_hidden_proto (clock_gettime).
37199 Declare __clock_getres, __clock_gettime, __clock_settime,
37200 __clock_nanosleep, and __clock_getcpuclockid.
37201 * rt/clock_gettime.c: Define __clock_gettime as an alias.
37202 Remove librt_hidden_def (clock_gettime).
37203 * sysdeps/unix/clock_gettime.c: Likewise.
37204 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37205 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37206 * rt/clock_getres.c: Define __clock_getres as an alias.
37207 * sysdeps/posix/clock_getres.c: Likewise.
37208 * rt/clock_settime.c: Define __clock_settime as an alias.
37209 * sysdeps/unix/clock_settime.c: Likewise.
37210 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37211 * sysdeps/unix/clock_nanosleep.c: Likewise.
37212 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37213 * rt/clock-compat.c: New file.
37214 * rt/Makefile (librt-routines): Add clock-compat and move
37215 $(clock-routines) to ...
37216 (routines): ... here, new variable.
37217 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37218 Don't add get_clockfreq here.
37219 * rt/Versions (libc: GLIBC_2.17): New version set.
37220 Add clock_* symbols here.
37221 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
37222 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37223 (GLIBC_2.17): Add clock_* symbols.
37224 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37225 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37226 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37227 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37228 Likewise.
37229 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37230 Likewise.
37231 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37232 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37233 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37234 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37235 * NEWS: Mention the move.
37236
37237 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37238 Use __open, __read, __close rather than their public counterparts.
37239 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37240 (__get_clockfreq_via_cpuinfo): Likewise.
37241 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37242 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37243
37244 * config.h.in (HAVE_IFUNC): New #undef.
37245 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37246 was successful.
37247 * configure: Regenerated.
37248
0cae3f4b
MF
372492012-10-24 Mike Frysinger <vapier@gentoo.org>
37250
37251 * configure.in: Move READELF check to start of file.
37252 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37253 libc_cv_asm_gnu_indirect_function in the process.
37254 * configure: Regenerated.
37255
8175a253
MF
372562012-10-24 Mike Frysinger <vapier@gentoo.org>
37257
37258 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37259 send the output to /dev/null.
37260 (libc_cv_cc_with_libunwind): Likewise.
37261 (libc_cv_as_noexecstack): Likewise.
37262 * configure: Regenerate.
37263
0708a7d1
JM
372642012-10-24 Joseph Myers <joseph@codesourcery.com>
37265
10b40d85
JM
37266 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37267
0708a7d1
JM
37268 * posix/globtest.sh (TMPDIR): Do not set.
37269 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37270 (testout): Likewise.
37271
9fddec1a
AJ
372722012-10-24 Andreas Jaeger <aj@suse.de>
37273
3a8db22f
AJ
37274 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37275 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37276 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37277 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37278 posix_fadvise64, posix_fallocate64.
37279
9fddec1a
AJ
37280 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37281 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37282 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37283 Likewise.
37284 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37285 Likewise.
37286 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37287
37288 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37289 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37290 <bits/fcntl-linux.h>.
37291 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37292
37293 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37294 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37295 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37296 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37297 [__WORDSIZE != 64]: Likewise.
37298
ebfd1bbd
JM
372992012-10-23 Joseph Myers <joseph@codesourcery.com>
37300
03ac099f
JM
37301 * Makeconfig (run-built-tests): New variable.
37302 * Rules [$(cross-compiling) = yes]: Change condition to
37303 [$(run-built-tests) = no].
37304 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37305 to [$(run-built-tests) = yes].
37306 * elf/Makefile [$(cross-compiling) = no]: Likewise
37307 * grp/Makefile [$(cross-compiling) = no]: Likewise.
37308 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37309 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37310 * intl/Makefile [$(cross-compiling) = no]: Likewise.
37311 * io/Makefile [$(cross-compiling) = no]: Likewise.
37312 * libio/Makefile [$(cross-compiling) = no]: Likewise.
37313 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37314 * misc/Makefile [$(cross-compiling) = no]: Likewise.
37315 * posix/Makefile [$(cross-compiling) = no]: Likewise.
37316 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37317 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37318 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37319 * string/Makefile [$(cross-compiling) = no]: Likewise.
37320
ebfd1bbd
JM
37321 * posix/Makefile ($(objpfx)globtest.out): Pass
37322 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37323 $(rtld-installed-name).
37324 * posix/globtest.sh (elf_objpfx): Remove variable.
37325 (rtld_installed_name): Likewise.
37326 (library_path): Likewise.
37327 (run_program_prefix): New variable. Use for running globtest
37328 binary.
37329
166bca24
JB
373302012-10-23 Jim Blandy <jimb@codesourcery.com>
37331 Joseph Myers <joseph@codesourcery.com>
37332
37333 * Makeconfig (host-built-program-cmd): New variable.
37334 * elf/Makefile (tst-stackguard1-ARGS): Use
37335 $(host-built-program-cmd).
37336 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37337 (tst-spawn-ARGS): Likewise.
37338 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37339
88866099
JM
373402012-10-23 Joseph Myers <joseph@codesourcery.com>
37341 Jim Blandy <jimb@codesourcery.com>
37342
37343 * Makeconfig (run-via-rtld-prefix): New variable.
37344 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37345 (built-program-cmd): Likewise.
37346
b4b4c296
AJ
373472012-10-22 Andreas Jaeger <aj@suse.de>
37348
37349 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37350 __O_RSYNC if it exists, otherwise to O_SYNC.
37351
6fb54a22
JB
373522012-10-22 Jim Blandy <jimb@codesourcery.com>
37353 Joseph Myers <joseph@codesourcery.com>
37354
37355 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37356 /dev/null.
37357 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37358 from /dev/null
37359 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37360 /dev/null.
37361
481b90b9
AJ
373622012-10-22 Andreas Jaeger <aj@suse.de>
37363
2a0e2669
AJ
37364 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37365 Define always.
37366 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37367
76e38f9a
AJ
37368 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37369 bits/fcntl-linux.h.
37370
7cd37b43
AJ
37371 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37372 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37373
481b90b9
AJ
37374 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37375 to __O_LARGEFILE.
37376 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37377 to __O_LARGEFILE.
37378
aba75984
JB
373792012-10-21 Jim Blandy <jimb@codesourcery.com>
37380 Joseph Myers <joseph@codesourcery.com>
37381
37382 * config.make.in (NM): New variable.
37383
88d4247f
AJ
373842012-10-21 Andreas Jaeger <aj@suse.de>
37385
37386 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37387 definitions and declarations that are provided by
37388 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37389
f2eed205
L
373902012-10-20 H.J. Lu <hongjiu.lu@intel.com>
37391
37392 [BZ #14683]
37393 * elf/Makefile (tests-static): Add tst-leaks1-static.
37394 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37395 ($(objpfx)tst-leaks1-static): New rule.
37396 ($(objpfx)tst-leaks1-static-mem): Likewise.
37397 (tst-leaks1-static-ENV): New macro.
37398 * elf/dl-open.c (dl_open_worker): Check the main application
37399 only if SHARED is defined.
37400 * elf/tst-leaks1-static.c: New file.
37401
335e6931
AJ
374022012-10-20 Andreas Jaeger <aj@suse.de>
37403
37404 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37405 generic values for Linux.
37406 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37407 and declarations that are provided by <bits/fcntl-linux.h> and
37408 include <bits/fcntl-linux.h>.
37409 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37410 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37411
ac5c94d3
RM
374122012-10-20 Roland McGrath <roland@hack.frob.com>
37413
37414 * io/fcntl.h: Move include of <bits/types.h> to the top and
37415 include it unconditionally.
37416
de54b33a
L
374172012-10-20 H.J. Lu <hongjiu.lu@intel.com>
37418
228cfb01
L
37419 * wcsmbs/Makefile (tests-ifunc): New variable.
37420 (tests): Add $(tests-ifunc).
37421 * wcsmbs/test-wcschr-ifunc.c: New file.
37422 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37423 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37424 * wcsmbs/test-wcslen-ifunc.c: Likewise.
37425 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37426 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37427
69f07e5f
L
37428 * string/Makefile (tests-ifunc): New variable.
37429 (tests): Add $(tests-ifunc).
37430 * string/test-memccpy.c (TEST_NAME): New macro.
37431 * string/test-memchr.c (TEST_NAME): Likewise.
37432 * string/test-memcmp.c (TEST_NAME): Likewise.
37433 * string/test-memcpy.c (TEST_NAME): Likewise.
37434 * string/test-memmem.c (TEST_NAME): Likewise.
37435 * string/test-memmove.c (TEST_NAME): Likewise.
37436 * string/test-memset.c (TEST_NAME): Likewise.
37437 * string/test-rawmemchr.c (TEST_NAME): Likewise.
37438 * string/test-stpcpy.c (TEST_NAME): Likewise.
37439 * string/test-stpncpy.c (TEST_NAME): Likewise.
37440 * string/test-strcasecmp.c (TEST_NAME): Likewise.
37441 * string/test-strcasestr.c (TEST_NAME): Likewise.
37442 * string/test-strcat.c (TEST_NAME): Likewise.
37443 * string/test-strchr.c (TEST_NAME): Likewise.
37444 * string/test-strcmp.c(TEST_NAME): Likewise.
37445 * string/test-strcpy.c (TEST_NAME): Likewise.
37446 * string/test-strcspn.c (TEST_NAME): Likewise.
37447 * string/test-strlen.c (TEST_NAME): Likewise.
37448 * string/test-strncasecmp.c (TEST_NAME): Likewise.
37449 * string/test-strncmp.c (TEST_NAME): Likewise.
37450 * string/test-strncpy.c (TEST_NAME): Likewise.
37451 * string/test-strnlen.c (TEST_NAME): Likewise.
37452 * string/test-strpbrk.c (TEST_NAME): Likewise.
37453 * string/test-strrchr.c (TEST_NAME): Likewise.
37454 * string/test-strspn.c (TEST_NAME): Likewise.
37455 * string/test-strstr.c (TEST_NAME): Likewise.
37456 * string/test-bcopy-ifunc.c: New file.
37457 * string/test-bzero-ifunc.c: Likewise.
37458 * string/test-memccpy-ifunc.c: Likewise.
37459 * string/test-memchr-ifunc.c: Likewise.
37460 * string/test-memcmp-ifunc.c: Likewise.
37461 * string/test-memcpy-ifunc.c: Likewise.
37462 * string/test-memmem-ifunc.c: Likewise.
37463 * string/test-memmove-ifunc.c: Likewise.
37464 * string/test-mempcpy-ifunc.c: Likewise.
37465 * string/test-memset-ifunc.c: Likewise.
37466 * string/test-rawmemchr-ifunc.c: Likewise.
37467 * string/test-stpcpy-ifunc.c: Likewise.
37468 * string/test-stpncpy-ifunc.c: Likewise.
37469 * string/test-strcasecmp-ifunc.c: Likewise.
37470 * string/test-strcasestr-ifunc.c: Likewise.
37471 * string/test-strcat-ifunc.c: Likewise.
37472 * string/test-strchr-ifunc.c: Likewise.
37473 * string/test-strchrnul-ifunc.c: Likewise.
37474 * string/test-strcmp-ifunc.c: Likewise.
37475 * string/test-strcpy-ifunc.c: Likewise.
37476 * string/test-strcspn-ifunc.c: Likewise.
37477 * string/test-strlen-ifunc.c: Likewise.
37478 * string/test-strncasecmp-ifunc.c: Likewise.
37479 * string/test-strncat-ifunc.c: Likewise.
37480 * string/test-strncmp-ifunc.c: Likewise.
37481 * string/test-strncpy-ifunc.c: Likewise.
37482 * string/test-strnlen-ifunc.c: Likewise.
37483 * string/test-strpbrk-ifunc.c: Likewise.
37484 * string/test-strrchr-ifunc.c: Likewise.
37485 * string/test-strspn-ifunc.c: Likewise.
37486 * string/test-strstr-ifunc.c: Likewise.
37487
de54b33a
L
37488 * debug/Makefile (tests-ifunc): New variable.
37489 (tests): Add $(tests-ifunc).
37490 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37491 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37492 * debug/test-stpcpy_chk-ifunc.c: New file.
37493 * debug/test-strcpy_chk-ifunc.c: Likewise.
37494
88481c16
SP
374952012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
37496
37497 [BZ #13601]
37498 * elf/dl-load.c (open_verify): Retry read if the entire ELF
37499 header is not read in.
37500
135948bd
JM
375012012-10-19 Joseph Myers <joseph@codesourcery.com>
37502
89f1c388
JM
37503 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
37504 script to $(SHELL) as $<. Pass $(common-objpfx) to script
37505 directly. Pass built executable to script as
37506 $(built-program-cmd).
37507 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
37508 $testprogram without using LD_LIBRARY_PATH and $ldso.
37509
e40a0d21
JM
37510 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37511 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37512 $(rtld-installed-name).
37513 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37514 (rtld_installed_name): Likewise.
37515 (library_path): Likewise.
37516 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
37517 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37518 $(run-program-prefix) to tst-tables.sh.
37519 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
37520 it to run tst-table-from and tst-table-to.
37521 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37522 Pass it to tst-table.sh.
37523 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37524 $(run-program-prefix) to tst-gettext.sh.
37525 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37526 tst-translit.sh.
37527 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37528 tst-gettext2.sh.
37529 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
37530 to run tst-gettext.
37531 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
37532 to run tst-gettext2.
37533 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
37534 to run tst-translit.
37535 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37536 $(run-program-prefix) to tst-mtrace.sh.
37537 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
37538 to run tst-mtrace.
37539 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37540 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37541 $(rtld-installed-name).
37542 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37543 (rtld_installed_name): Likewise.
37544 (run_program_prefix): New variable. Use it to run wordexp-test.
37545
728e272a
JM
37546 * Makeconfig (ARCH): Remove all definitions.
37547 (machine): Likewise.
37548 [ARCH]: Remove conditional code.
37549 [!objdir]: Give error.
37550 [!objdir] (objpfx): Remove.
37551 [!objdir] (common-objpfx): Likewise.
37552 [!objdir] (common-objdir): Likewise.
37553 * configure.in (config_makefile): Remove. Hardcode Makefile in
37554 AC_CONFIG_FILES call.
37555 * configure: Regenerated.
37556
d528cdcf
JM
37557 [BZ #13888]
37558 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37559 or TMPDIR.
37560 (testout): Likewise.
37561
135948bd
JM
37562 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37563 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37564 $(rtld-installed-name).
37565 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37566 (rtld_installed_name): Likwise.
37567 (runit): Remove function.
37568 (run_getconf): New variable, Use it for running getconf binary.
37569
38c78296
L
375702012-10-18 H.J. Lu <hongjiu.lu@intel.com>
37571
37572 [BZ #14716]
37573 * string/test-memmem.c (check_result): New function.
37574 (do_one_test): Use it.
37575 (check1): New function.
37576 (test_main): Use it.
37577
d077f65f
MT
375782012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
37579
37580 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37581
ced52c71
JM
375822012-10-18 Joseph Myers <joseph@codesourcery.com>
37583
37584 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37585 (_G_LSEEK64): Likewise.
37586 (_G_MMAP64): Likewise.
37587 (_G_FSTAT64): Likewise.
37588 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37589 (_G_LSEEK64): Likewise.
37590 (_G_MMAP64): Likewise.
37591 (_G_FSTAT64): Likewise.
37592 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37593 unconditional. Call __mmap64 directly.
37594 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37595 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
37596 __lseek64 directly.
37597 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37598 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
37599 __mmap64 directly.
37600 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37601 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
37602 __lseek64 directly.
37603 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37604 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
37605 __lseek64 directly.
37606 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37607 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
37608 __lseek64 directly.
37609 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37610 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
37611 __fxstat64 directly.
37612 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37613 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37614 unconditional.
37615 (freopen64) [!_G_OPEN64]: Remove conditional code.
37616 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37617 unconditional.
37618 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37619 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37620 unconditional.
37621 (ftello64) [!_G_LSEEK64]: Remove conditional code.
37622 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37623 unconditional.
37624 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37625 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37626 unconditional.
37627 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37628 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37629 unconditional.
37630 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37631 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37632 unconditional.
37633 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37634 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37635 unconditional.
37636 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37637
b741de23
SP
376382012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
37639
37640 [BZ #12140]
37641 * manual/memory.texi (Malloc Tunable Parameters): Add note
37642 about free list pointers overwriting some perturb bytes.
37643 Wording suggested by Roland McGrath.
37644
f9b9d9c9
JM
376452012-10-17 Joseph Myers <joseph@codesourcery.com>
37646
37647 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37648 (lgamma_test): Likewise.
37649 (tgamma_test): Likewise.
37650
172a631a
FW
376512012-10-16 Florian Weimer <fweimer@redhat.com>
37652
37653 [BZ #14700]
37654 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37655 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37656
e9f37252
MK
376572012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
37658
37659 * NEWS: Mention BZ #14716.
37660 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37661 when removing AVAILABLE1_USES_J macro.
37662
d394eb74
L
376632012-10-12 H.J. Lu <hongjiu.lu@intel.com>
37664
37665 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37666 (__bswap_64): __uint64_t for unsigned 64-bit int.
37667
ca38dc17
AS
376682012-10-12 Andreas Schwab <schwab@linux-m68k.org>
37669
37670 * include/string.h (memmem): Declare libc hidden alias.
37671 * string/memmem.c (memmem): Define libc hidden alias.
37672 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37673 __read, __close instead of open, read, close.
37674
9a387d1f
L
376752012-10-11 H.J. Lu <hongjiu.lu@intel.com>
37676
ac49ecaf
L
37677 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37678 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37679 global and hidden.
37680 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37681 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37682 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37683 Likewise.
37684 (__rawmemchr_sse2): Likewise.
37685 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37686 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37687 (__strchr_sse2): Likewise.
37688 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37689 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37690 (__strcasecmp_sse2): Likewise.
37691 (__strncasecmp_sse2): Likewise.
37692 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37693 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37694 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37695 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37696 (__strrchr_sse2): Likewise.
37697 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37698 ifunc-impl-list.c.
37699 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37700 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37701 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37702 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37703 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37704 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37705 * sysdeps/x86_64/multiarch/memset.S: Likewise.
37706 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37707 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37708 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37709 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37710 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37711 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37712 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37713 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37714 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37715 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37716 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37717 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37718 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37719 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37720 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37721 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37722 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37723 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37724 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37725 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37726 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37727 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37728 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37729
b090e8ea
L
37730 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37731 global and hidden.
37732 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37733 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37734 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37735 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37736 Likewise.
37737 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37738 Likewise.
37739 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37740 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37741 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37742 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37743 ifunc-impl-list.c.
37744 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37745 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37746 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37747 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37748 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37749 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37750 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37751 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37752 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37753 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37754 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37755 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37756 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37757 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37758 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37759 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37760 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37761 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37762 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37763 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37764 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37765 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37766 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37767 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37768 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37769 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37770 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37771 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37772 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37773 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37774 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37775 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37776 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37777 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37778 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37779 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37780 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37781 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37782 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37783 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37784 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37785
11dd4af6
L
37786 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37787 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37788 * include/ifunc-impl-list.h: New file.
37789 * misc/ifunc-impl-list.c: Likewise.
37790 * misc/Makefile (routines): Add ifunc-impl-list.
37791 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37792 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
37793 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37794 TEST_NAME]: New variables.
11dd4af6
L
37795 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37796 are defined.
37797 (test_init): Call __libc_ifunc_impl_list to initialize
37798 func_list if TEST_IFUNC and TEST_NAME are defined.
37799
9a387d1f
L
37800 * string/Makefile (strop-tests): Add bcopy and bzero.
37801 * string/test-bcopy.c: New file.
37802 * string/test-bzero.c: Likewise.
37803 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37804 defined.
37805 * string/test-memset.c: Support bzero test if TEST_BZERO is
37806 defined.
37807 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37808 __libc_memmove.
37809 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37810 __libc_memset.
37811 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37812 of memset.
37813
472371b9
JM
378142012-10-10 Joseph Myers <joseph@codesourcery.com>
37815
1e4a9536
JM
37816 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37817 * configure: Regenerated.
37818
d173d12e
JM
37819 * Makeconfig (+link-static-before-libc): Don't include
37820 $(link-static-libc).
37821
472371b9
JM
37822 * libio/libio.h (_IO_pos_t): Remove.
37823
89a3ad0b
AO
378242012-10-10 Alexandre Oliva <aoliva@redhat.com>
37825
37826 * NEWS: Add note about FIPS mode. Wording suggested by Roland
37827 McGrath.
37828
e7451425
AO
378292012-10-10 Alexandre Oliva <aoliva@redhat.com>
37830
37831 * crypt/crypt-entry.c: Include fips-private.h.
37832 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37833 * crypt/md5c-test.c (main): Tolerate disabled MD5.
37834 * sysdeps/unix/sysv/linux/fips-private.h: New file.
37835 * sysdeps/generic/fips-private.h: New file, dummy fallback.
37836
4ba74a35
AO
378372012-10-10 Alexandre Oliva <aoliva@redhat.com>
37838
37839 * crypt/crypt-private.h: Include stdbool.h.
37840 (_ufc_setup_salt_r): Return bool.
37841 * crypt/crypt-entry.c: Include errno.h.
37842 (__crypt_r): Return NULL with EINVAL for bad salt.
37843 * crypt/crypt_util.c (bad_for_salt): New.
37844 (_ufc_setup_salt_r): Check that salt is long enough and within
37845 the specified alphabet.
37846 * crypt/badsalttest.c: New file.
37847 * crypt/Makefile (tests): Add it.
37848 ($(objpfx)badsalttest): New.
37849
f96f1242
MK
378502012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
37851
37852 * NEWS: Add entry for BZ #14602.
37853
0e8e0c1c
JM
378542012-10-09 Joseph Myers <joseph@codesourcery.com>
37855
37856 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37857 type-generic.
37858 * math/libm-test.inc: Update comment listing what functions and
37859 macros are tested.
37860 (isgreater_test): New function.
37861 (isgreaterequal_test): Likewise.
37862 (isless_test): Likewise.
37863 (islessequal_test): Likewise.
37864 (islessgreater_test): Likewise.
37865 (isunordered_test): Likewise.
37866 (main): Call the new functions.
37867
273edc5e
RM
378682012-10-09 Roland McGrath <roland@hack.frob.com>
37869
b8493de0
RM
37870 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37871 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37872 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37873 * sysdeps/i386/configure: Regenerated.
37874 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37875 * sysdeps/mach/configure: Regenerated.
37876 * sysdeps/mach/hurd/configure: Regenerated.
37877 * sysdeps/powerpc/configure: Regenerated.
37878 * sysdeps/powerpc/powerpc32/configure: Regenerated.
37879 * sysdeps/powerpc/powerpc64/configure: Regenerated.
37880 * sysdeps/s390/s390-32/configure: Regenerated.
37881 * sysdeps/s390/s390-64/configure: Regenerated.
37882 * sysdeps/sh/configure: Regenerated.
37883 * sysdeps/sparc/configure: Regenerated.
37884 * sysdeps/unix/sysv/linux/configure: Regenerated.
37885 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37886 * sysdeps/x86_64/configure: Regenerated.
37887
273edc5e
RM
37888 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37889 defined. Don't check if MAP is NULL.
37890
c8450f70
JM
378912012-10-09 Joseph Myers <joseph@codesourcery.com>
37892
37893 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37894 (_G_stat64): Likewise.
37895 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37896 (_G_stat64): Likewise.
37897 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37898 instead of struct _G_stat64.
37899 * libio/fileops.c (mmap_remap_check): Likewise.
37900 (decide_maybe_mmap): Likewise.
37901 (_IO_new_file_seekoff): Likewise.
37902 (_IO_file_stat): Likewise.
37903 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37904 _G_off64_t.
37905 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37906 instead of struct _G_stat64.
37907 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37908
57e605ba
MK
379092012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
37910
37911 [BZ #14602]
37912 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37913 Replace with ...
37914 (CHECK_EOL): New macro.
37915 (two_way_short_needle): Check beginning of haystack for EOL. Use
37916 CHECK_EOL.
37917 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37918 Replace with CHECK_EOL.
37919 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37920 Replace with CHECK_EOL.
37921
ef1bb361
JM
379222012-10-08 Joseph Myers <joseph@codesourcery.com>
37923
37924 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37925 type-generic.
37926 * math/libm-test.inc: Update comment listing what functions and
37927 macros are tested.
37928 (finite_test): New function.
37929 (isinf_test): Likewise.
37930 (isnan_test): Likewise.
37931 (fpclassify_test): Test subnormal input.
37932 (isfinite_test): Likewise.
37933 (isnormal_test): Likewise.
37934 (main): Call the new functions.
37935
55f11534
JN
379362012-10-08 Jonathan Nieder <jrnieder@gmail.com>
37937
37938 [BZ #14660]
37939 * Makerules (%.dynsym): Force C locale when running
37940 $(OBJDUMP) --dynamic-syms.
37941
1ab29350
AS
379422012-10-08 Andreas Schwab <schwab@linux-m68k.org>
37943
37944 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37945 <stdint.h>.
37946
f1ecb7ef
DM
379472012-10-06 David S. Miller <davem@davemloft.net>
37948
37949 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37950 upper 32-bits of the length value in %o2 since we use branch-on-register
37951 tests which consider the entire 64-bit register.
37952
5d41d91a
L
379532012-10-06 H.J. Lu <hongjiu.lu@intel.com>
37954
37955 * string/test-strstr.c (check2): Add a test for page boundary.
37956
3baddb72
DM
379572012-10-05 David S. Miller <davem@davemloft.net>
37958
37959 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37960 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37961 file.
37962 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37963 sysdep_routines.
37964 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37965 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37966 and bzero when HWCAP_SPARC_CRYPTO is present.
37967
9cee5585
L
379682012-10-05 H.J. Lu <hongjiu.lu@intel.com>
37969
d7e0dab9
L
37970 [BZ #14602]
37971 * string/test-strstr.c (check2): New function.
37972 (test_main): Call check2.
37973
03759f47
L
37974 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37975 and bug-strchr1.
37976 * string/bug-strcasestr1.c (do_test): Moved to ...
37977 * string/test-strcasestr.c (check1): Here. New function.
37978 (do_one_test): Break out result checking code into ...
37979 (check_result): This. New function.
37980 (do_one_test): Call check_result.
37981 (test_main): Call check1.
37982 * string/bug-strchr1.c (do_test): Moved to ...
37983 * string/test-strchr.c (check1): Here. New function.
37984 (do_one_test): Break out result checking code into ...
37985 (check_result): This. New function.
37986 (do_one_test): Call check_result.
37987 (test_main): Call check1.
37988 * string/bug-strstr1.c (main): Moved to ...
046f153e 37989 * string/test-strstr.c (check1): Here. New function.
03759f47
L
37990 (do_one_test): Break out result checking code into ...
37991 (check_result): This. New function.
37992 (do_one_test): Call check_result.
37993 (test_main): Call check1.
37994 * string/bug-strcasestr1.c: Removed.
37995 * string/bug-strchr1.c: Likewise.
37996 * string/bug-strstr1.c: Likewise.
37997
53cea63e
L
37998 * elf/Makefile (dl-routines): Add hwcaps.
37999 * elf/dl-support.c (_dl_important_hwcaps): Removed.
38000 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38001 (_dl_important_hwcaps): Moved to ...
38002 * elf/dl-hwcaps.c: Here. New file.
38003 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38004
9cee5585 38005 [BZ #14557]
bb859b06
L
38006 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38007 if IS_IN_rtld isn't defined.
38008
9cee5585
L
38009 * elf/dl-support.c (_dl_sysinfo_map): New.
38010 Include "get-dynamic-info.h" and "setup-vdso.h".
38011 (_dl_non_dynamic_init): Call setup_vdso.
38012 * elf/dynamic-link.h: Don't include <assert.h>.
38013 (elf_get_dynamic_info): Moved to ...
38014 * elf/get-dynamic-info.h: Here. New file.
38015 * elf/dynamic-link.h: Include "get-dynamic-info.h".
38016 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38017 * elf/setup-vdso.h: Here. New file.
38018 * elf/rtld.c: Include "setup-vdso.h".
38019 (dl_main): Call setup_vdso.
38020
23c31b76
JM
380212012-10-05 Joseph Myers <joseph@codesourcery.com>
38022
28234b07
JM
38023 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38024 creal in comment listing functions tested. List finite, isinf,
38025 isnan, isless, islessequal, isgreater, isgreaterequal,
38026 islessgreater, isunordered, lgamma_r and pow10 as functions and
38027 macros not tested. Mention which functions not tested are aliases
38028 for other functions. Fix typo. Note that signs of NaNs are not
38029 tested.
38030
23c31b76
JM
38031 * scripts/config.guess: Update from config.git.
38032 * scripts/config.sub: Likewise.
38033
9043e228
RM
380342012-10-04 Roland McGrath <roland@hack.frob.com>
38035
38036 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38037 * misc/madvise.c (madvise): Renamed to __madvise.
38038 Make madvise a weak alias.
38039 * include/sys/mman.h: Declare __madvise.
38040 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38041 * sysdeps/unix/syscalls.list
38042 (madvise): Make __madvise the strong name, and madvise a weak alias.
38043 * sysdeps/unix/sysv/linux/syscalls.list
38044 (madvise, mmap): Remove redundant entries.
38045 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38046 * malloc/malloc.c (mtrim): Likewise.
38047 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38048
f57f8055
RM
380492012-10-03 Roland McGrath <roland@hack.frob.com>
38050
38051 * sysdeps/mach/hurd/dl-cache.c: File removed.
38052 * config.h.in (USE_LDCONFIG): New #undef.
38053 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38054 * configure: Regenerated.
38055 * elf/Makefile (dl-routines): Add dl-cache only under
38056 [$(use-ldconfig) = yes].
38057 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38058 cache on [USE_LDCONFIG].
38059 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38060 [USE_LDCONFIG].
38061 * elf/rtld.c (dl_main): Likewise.
38062
5bb0c10a
PT
380632012-10-03 Pino Toscano <toscano.pino@tiscali.it>
38064
38065 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38066 _SC_LEVEL4_CACHE_LINESIZE.
38067
010188c6
RM
380682012-10-03 Roland McGrath <roland@hack.frob.com>
38069
38070 * sysdeps/unix/bsd/confstr.h: File removed.
38071
b6c5ec07
AO
380722012-10-02 Alexandre Oliva <aoliva@redhat.com>
38073
38074 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38075 sys/sdt-config.h.
38076
408223d4
RM
380772012-10-02 Roland McGrath <roland@hack.frob.com>
38078
38079 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38080 Make 'mapoff' field ElfW(Off) rather than off_t.
38081
bb9510dc
DL
380822012-10-02 Dmitry V. Levin <ldv@altlinux.org>
38083
fc997c6e
DL
38084 * nscd/Makefile: Remove nscd-cflags and all its users.
38085 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38086 (CFLAGS-nonlib): Add compiler flags for nscd modules.
38087
bb9510dc
DL
38088 [BZ #10631]
38089 * malloc.c (malloc_printerr): Clarify error message.
38090
05699367
L
380912012-10-02 H.J. Lu <hongjiu.lu@intel.com>
38092
38093 [BZ #14648]
38094 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38095 Set bit_FMA_Usable if FMA is supported.
38096 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38097 macro.
38098 (bit_FMA4_Usable): Updated.
38099 (index_FMA_Usable): New macro.
38100 (CPUID_FMA): Likewise
38101 (HAS_FMA): Defined with bit_FMA_Usable.
38102
51367701
RM
381032012-10-01 Roland McGrath <roland@hack.frob.com>
38104
38105 * bits/types.h (__swblk_t): Type removed.
38106 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38107 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38108 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38109 (__SWBLK_T_TYPE): Likewise.
38110 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38111 (__SWBLK_T_TYPE): Likewise.
38112 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38113 (__SWBLK_T_TYPE): Likewise.
38114 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38115 (__SWBLK_T_TYPE): Likewise.
38116
4d57bf63 381172012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 38118 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
38119
38120 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38121 (xdr_mapname): Use YPMAXMAP as maxsize.
38122 (xdr_peername): Use YPMAXPEER as maxsize.
38123 (xdr_keydat): Use YPAXRECORD as maxsize.
38124 (xdr_valdat): Use YPMAXRECORD as maxsize.
38125
93c65d43
RM
381262012-10-01 Roland McGrath <roland@hack.frob.com>
38127
497a03d6
RM
38128 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38129
93c65d43
RM
38130 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38131 * csu/init-first.c: ... here.
38132 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38133 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38134 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38135 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38136 * sysdeps/i386/init-first.c: File removed.
38137 * sysdeps/sh/init-first.c: File removed.
38138
bec749fd
JM
381392012-10-01 Joseph Myers <joseph@codesourcery.com>
38140
38141 [BZ #14645]
38142 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38143 if x * y might underflow to zero and z is zero.
38144 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38145 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38146 * math/libm-test.inc (min_subnorm_value): New variable.
38147 (fma_test): Add more tests.
38148 (fma_test_towardzero): Likewise.
38149 (fma_test_downward): Likewise
38150 (fma_test_upward): Likewise.
38151 (initialize): Set min_subnorm_value.
38152
8ec5b013
JM
381532012-09-29 Joseph Myers <joseph@codesourcery.com>
38154
38155 [BZ #14638]
38156 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38157 0 + 0.
38158 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38159 mode for addition resulting in exact zero.
38160 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38161 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38162 exact 0 + 0.
38163 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38164 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38165 * math/libm-test.inc (fma_test): Add more tests.
38166 (fma_test_towardzero): New function.
38167 (fma_test_downward): Likewise.
38168 (fma_test_upward): Likewise.
38169 (main): Call the new functions.
38170
b1fa802e
DM
381712012-09-28 David S. Miller <davem@davemloft.net>
38172
38173 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38174
d3b9fd9e
RM
381752012-09-28 Roland McGrath <roland@hack.frob.com>
38176
ea4d37b3
RM
38177 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38178 instead of SIGALRM.
38179
ac51c949
RM
38180 * sysdeps/gnu/_G_config.h: Moved to ...
38181 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38182 * sysdeps/mach/hurd/_G_config.h: Moved to ...
38183 * sysdeps/generic/_G_config.h: ... here.
38184
28c195f7
RM
38185 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
38186
848917f9
RM
38187 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38188
6bacf05b
RM
38189 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38190 Conditionalize target on [libnss_test1.so-version].
38191
91363dbb
RM
38192 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38193
cc87f7d8
RM
38194 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38195 (elfobjdir): Move out of conditionals.
38196
b1c608fe
RM
38197 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38198 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38199 (__nss_lookup_function): Conditionalize label remove_from_tree on
38200 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 38201
1d9a6d96
DM
382022012-09-28 David S. Miller <davem@davemloft.net>
38203
38204 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38205 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38206 file.
38207 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38208 sysdep_routines.
38209 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38210 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38211 when HWCAP_SPARC_CRYPTO is present.
38212
72581615
PT
382132012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38214
38215 * io/tst-mknodat.c: Create a FIFO instead of a socket.
38216
715a900c
JL
382172012-09-28 Andreas Schwab <schwab@linux-m68k.org>
38218
38219 [BZ #6530]
38220 * stdio-common/vfprintf.c (process_string_arg): Revert
38221 2000-07-22 change.
38222
382232011-09-28 Jonathan Nieder <jrnieder@gmail.com>
38224
38225 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38226 for testcase.
38227 * stdio-common/tst-sprintf.c: Include <locale.h>
38228 (main): Test sprintf's handling of incomplete multibyte
38229 characters.
38230
9bac1d86
L
382312012-09-28 H.J. Lu <hongjiu.lu@intel.com>
38232
38233 * elf/dl-runtime.c (VERSYMIDX): Removed.
38234 * elf/dl-version.c (VERSYMIDX): Likewise.
38235 * elf/do-rel.h (VERSYMIDX): Likewise.
38236 (VALIDX): Likewise.
38237 * elf/dynamic-link.h (VERSYMIDX): Likewise.
38238 * elf/rtld.c (VALIDX): Likewise.
38239 (ADDRIDX): Likewise.
9bac1d86
L
38240 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38241 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38242 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
38243 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38244 (VALIDX): Likewise.
38245 (ADDRIDX): Likewise.
9bac1d86 38246
b31606c0
PT
382472012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38248
38249 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38250
11541177
JL
382512012-09-28 Dmitry V. Levin <ldv@altlinux.org>
38252
38253 [BZ #11438]
38254 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38255 to global scope.
38256 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38257 addresses are in the same scope as 192.0.2/24.
38258 * posix/gai.conf: Document new scope table defaults.
38259
adb26fae
SP
382602012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
38261
38262 [BZ #5298]
38263 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38264 for ftell. Compute offsets from write pointers instead.
38265 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38266
4573c6b0
SP
382672012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
38268
38269 [BZ #14543]
38270 * libio/Makefile (tests): New test case tst-fseek.
38271 * libio/tst-fseek.c: New test case to verify that fseek/ftell
38272 combination works in wide mode.
38273 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38274 state when the external buffer state changes.
38275
aa9bbfe6
DM
382762012-09-27 David S. Miller <davem@davemloft.net>
38277
38278 [BZ #14376]
38279 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38280 pass reloc->r_addend in as the 'high' argument to
38281 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38282
784421e7
DM
38283 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38284
c39bc8b8
PT
382852012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38286
38287 * rt/tst-aio2.c: Include <pthread.h>.
38288 * rt/tst-aio3.c: Likewise.
38289
1ccc2399
SE
382902012-09-27 Steve Ellcey <sellcey@mips.com>
38291
38292 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38293
31ed4153
L
382942012-09-27 H.J. Lu <hongjiu.lu@intel.com>
38295
25f5f885
L
38296 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38297 contents on [SHARED].
31ed4153 38298
b7bfe116
MP
382992012-09-26 Marek Polacek <polacek@redhat.com>
38300
38301 [BZ #14530]
38302 [BZ #13741]
38303 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38304 for C++ and GCC <4.3 as well as for non GCC compilers.
38305
43c4edba
MT
383062012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
38307
38308 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38309
6a1bf82f
RM
383102012-09-25 Roland McGrath <roland@hack.frob.com>
38311
38312 * Makefile.in (all, install): Declare with .PHONY.
38313 Reported by Michael Hope <michael.hope@linaro.org>.
38314
8ad11b9a
TMQMF
383152012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38316
38317 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38318 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38319 system header.
38320 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38321 Likewise.
38322 (sydep_routines): Add the new and the internal functions.
38323 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38324 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38325 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38326 (GLIBC_2.17): Add the new function.
38327 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38328 (GLIBC_2.17): Likewise.
38329 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38330 (GLIBC_2.17): Likewise.
38331 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38332 (GLIBC_2.17): Likewise.
38333 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38334
7e2fca8d
AM
383352012-09-25 Alan Modra <amodra@gmail.com>
38336
38337 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38338 Add release barrier before setting once_control to say
38339 initialisation is done. Add hints on lwarx. Use macro in
38340 place of isync.
38341 (clear_once_control): Add release barrier.
38342
b87c4b24
JM
383432012-09-25 Joseph Myers <joseph@codesourcery.com>
38344
d032e0d2
JM
38345 [BZ #13629]
38346 * math/s_clog.c (__clog): Handle more values close to |z| = 1
38347 specially.
38348 * math/s_clog10.c (__clog10): Likewise.
38349 * math/s_clog10f.c (__clog10f): Likewise.
38350 * math/s_clog10l.c (__clog10l): Likewise.
38351 * math/s_clogf.c (__clogf): Likewise.
38352 * math/s_clogl.c (__clogl): Likewise.
38353 * math/Makefile (libm-calls): Add x2y2m1.
38354 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38355 (__x2y2m1): Likewise.
38356 (__x2y2m1l): Likewise.
38357 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38358 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38359 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38360 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38361 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38362 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38363 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38364 * sysdeps/i386/fpu/libm-test-ulps: Update.
38365 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38366
b87c4b24
JM
38367 [BZ #14621]
38368 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38369 int as type of variable DEPTH.
38370 (glob): Use size_t instead of int as type of variables NEWCOUNT
38371 and OLD_PATHC.
38372
6d3bf199
LD
383732012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38374
22bf5c17
LD
38375 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38376 Add s_sincosf-sse2.
38377 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38378 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38379 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38380 macros for using routine as __sincosf_ia32.
38381 Use macro for function declaration and weak_alias.
38382 * sysdeps/i386/fpu/libm-test-ulps: Update.
38383
38384 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38385 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38386
38387 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
38388 subnormal argument.
38389 * math/s_cexpf.c (__cexpf): Likewise.
38390 * math/s_csinf.c (__csinf): Likewise.
38391 * math/s_csinhf.c (__csinhf): Likewise.
38392 * math/s_ctanf.c (__ctanf): Likewise.
38393 * math/s_ctanhf.c (__ctanhf): Likewise.
38394 * math/s_ccosh.c (__ccoshf): Likewise.
38395 * math/s_cexp.c (__cexpl): Likewise.
38396 * math/s_csin.c (__csin): Likewise.
38397 * math/s_csinh.c (__csinh): Likewise.
38398 * math/s_ctan.c (__ctan): Likewise.
38399 * math/s_ctanh.c (ctanh): Likewise.
38400 * math/s_ccoshl.c (__ccoshl): Likewise.
38401 * math/s_cexpl.c (__cexpl): Likewise.
38402 * math/s_csinl.c (__csinl): Likewise.
38403 * math/s_csinhl.c (__csinhl): Likewise.
38404 * math/s_ctanl.c (__ctanl): Likewise.
38405 * math/s_ctanhl.c (__ctanhl): Likewise.
38406
203e5603
JM
384072012-09-25 Joseph Myers <joseph@codesourcery.com>
38408
38409 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38410 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38411 (_IO_off_t): Define to __off_t, not _G_off_t.
38412 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38413 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38414 (_IO_wint_t): Define to wint_t, not _G_wint_t.
38415 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38416 type of __dummy and __dummy2 fields.
38417 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38418 (_G_ssize_t): Likewise.
38419 (_G_off_t): Likewise.
38420 (_G_pid_t): Likewise.
38421 (_G_uid_t): Likewise.
38422 (_G_wchar_t): Likewise.
38423 (_G_wint_t): Likewise.
38424 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38425 (_G_ssize_t): Likewise.
38426 (_G_off_t): Likewise.
38427 (_G_pid_t): Likewise.
38428 (_G_uid_t): Likewise.
38429 (_G_wchar_t): Likewise.
38430 (_G_wint_t): Likewise.
38431 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38432 (_G_ssize_t): Likewise.
38433 (_G_off_t): Likewise.
38434 (_G_pid_t): Likewise.
38435 (_G_uid_t): Likewise.
38436 (_G_wchar_t): Likewise.
38437 (_G_wint_t): Likewise.
38438
9fab36eb
SP
384392012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
38440
38441 * malloc/arena.c: Include malloc-sysdep.h.
38442 (shrink_heap): Use check_may_shrink_heap to decide if madvise
38443 is sufficient to shrink the heap or an unmap is needed.
38444 * sysdeps/generic/malloc-sysdep.h: New file. Define
38445 new function check_may_shrink_heap.
38446 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
38447 new function check_may_shrink_heap.
38448
2b4f00d1
SP
384492012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
38450
38451 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38452 comments.
38453
9a9028b1
DL
384542012-09-24 Dmitry V. Levin <ldv@altlinux.org>
38455
57c69bef
DL
38456 * catgets/test-gencat.sh: Add "set -e".
38457 * elf/tst-pathopt.sh: Likewise.
38458 * grp/tst_fgetgrent.sh: Likewise.
38459 * iconvdata/run-iconv-test.sh: Likewise.
38460 * intl/tst-gettext.sh: Likewise.
38461 * intl/tst-gettext2.sh: Likewise.
38462 * intl/tst-gettext4.sh: Likewise.
38463 * intl/tst-gettext6.sh: Likewise.
38464 * intl/tst-translit.sh: Likewise.
38465 * io/ftwtest-sh: Likewise.
38466 * libio/test-freopen.sh: Likewise.
38467 * malloc/tst-mtrace.sh: Likewise.
38468 * posix/globtest.sh: Likewise.
38469 * posix/tst-getconf.sh: Likewise.
38470 * posix/wordexp-tst.sh: Likewise.
38471 * stdio-common/tst-printf.sh: Likewise.
38472 * stdio-common/tst-unbputc.sh: Likewise.
38473 * stdlib/tst-fmtmsg.sh: Likewise.
38474 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38475 * catgets/Makefile: Do not specify -e option when running
38476 testsuite shell scripts.
38477 * elf/Makefile: Likewise.
38478 * grp/Makefile: Likewise.
38479 * iconvdata/Makefile: Likewise.
38480 * intl/Makefile: Likewise.
38481 * io/Makefile: Likewise.
38482 * libio/Makefile: Likewise.
38483 * malloc/Makefile: Likewise.
38484 * posix/Makefile: Likewise.
38485 * stdio-common/Makefile: Likewise.
38486 * stdlib/Makefile: Likewise.
38487 * sysdeps/x86_64/Makefile: Likewise.
38488
9a9028b1
DL
38489 * io/ftwtest-sh: Add copyright header.
38490 * posix/globtest.sh: Likewise.
38491 * posix/tst-getconf.sh: Likewise.
38492 * posix/wordexp-tst.sh: Likewise.
38493 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38494
ced6f16e
L
384952012-09-24 H.J. Lu <hongjiu.lu@intel.com>
38496
94b32c39
L
38497 [BZ #13679]
38498 * Makeconfig (+link): Defined as $(+link-static) if
38499 $(build-shared) isn't yes.
38500 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38501 isn't yes.
38502 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38503
189e935b
L
38504 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38505
ced6f16e
L
38506 [BZ #14562]
38507 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38508 new chunk size with MALLOC_ALIGN_MASK.
38509
a9f8e53a
JM
385102012-09-24 Joseph Myers <joseph@codesourcery.com>
38511
38512 [BZ #5044]
38513 * stdio-common/printf_fphex.c: Include <stdbool.h> and
38514 <rounding-mode.h>.
38515 (__printf_fphex): Determine rounding using get_rounding_mode and
38516 round_away.
38517 * stdio-common/tst-printf-round.c (struct hex_test): New
38518 structure.
38519 (hex_tests): New variable.
38520 (test_hex_in_one_mode): New function.
38521 (do_test): Also run tests for hex float output.
38522
43153109
JM
385232012-09-21 Joseph Myers <joseph@codesourcery.com>
38524
38525 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38526 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38527 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38528 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38529 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38530 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38531 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38532 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38533
8a26625d
JM
385342012-09-20 Joseph Myers <joseph@codesourcery.com>
38535
38536 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38537 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38538 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38539 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38540
f3fd569c
DL
385412012-09-19 Dmitry V. Levin <ldv@altlinux.org>
38542
38543 [BZ #14579]
38544 * elf/rtld.c (dl_main): Limit the check for self loading to normal
38545 mode only.
38546 * elf/tst-rtld-load-self.sh: New test.
38547 * elf/Makefile: Run it.
38548
63bbedd4
JM
385492012-09-18 Joseph Myers <joseph@codesourcery.com>
38550
38551 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38552 (tst-writev-ENV): Remove.
38553 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38554
626f8b6a
CM
385552012-09-17 Chris Metcalf <cmetcalf@tilera.com>
38556
38557 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38558
b7aaa4d6
JM
385592012-09-17 Joseph Myers <joseph@codesourcery.com>
38560
38561 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38562 unconditional.
38563 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38564 Likewise.
38565 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38566 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38567 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38568 Likewise.
38569
65513990
L
385702012-09-14 H.J. Lu <hongjiu.lu@intel.com>
38571
38572 [BZ #14587]
38573 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38574 * config.make.in (have-cpp-asm-debuginfo): Removed.
38575 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38576 * configure: Regenerated.
38577
784761be
JM
385782012-09-14 Joseph Myers <joseph@codesourcery.com>
38579
38580 [BZ #5044]
38581 * stdio-common/printf_fp.c: Include <stdbool.h> and
38582 <rounding-mode.h>.
38583 (___printf_fp): Determine rounding using get_rounding_mode and
38584 round_away.
38585 * stdio-common/tst-printf-round.c: New file.
38586 * stdio-common/Makefile (tests): Add tst-printf-round.
38587 (link-libm): New variable.
38588 ($(objpfx)tst-printf-round): Depend in $(link-libm).
38589
9503345f
L
385902012-09-13 H.J. Lu <hongjiu.lu@intel.com>
38591
38592 [BZ #14576]
38593 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38594 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38595 Likewise.
38596 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38597 Likewise.
38598
ad35fc00
JM
385992012-09-13 Joseph Myers <joseph@codesourcery.com>
38600
38601 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38602 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38603 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38604 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38605
6c9b0f68
JM
386062012-09-12 Joseph Myers <joseph@codesourcery.com>
38607
38608 [BZ #14518]
38609 * include/rounding-mode.h: New file.
38610 * sysdeps/generic/get-rounding-mode.h: Likewise.
38611 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38612 * stdlib/strtod_l.c: Include <rounding-mode.h>.
38613 (MAX_VALUE): New macro.
38614 (MIN_VALUE): Likewise.
38615 (overflow_value): New function.
38616 (underflow_value): Likewise.
38617 (round_and_return): Use overflow_value and underflow_value to
38618 determine return values in overflow and underflow cases. Use
38619 round_away to determine rounding depending on rounding mode.
38620 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38621 determine return values in overflow and underflow cases.
38622 * stdlib/tst-strtod-round.c: Include <fenv.h>.
38623 (struct test_results): New structure.
38624 (struct test): Use struct test_results to store expected results
38625 for all rounding modes.
38626 (TEST): Include expected results for all rounding modes.
38627 (test_in_one_mode): New function.
38628 (do_test): Use test_in_one_mode to compute and check results.
38629 Check results for all rounding modes.
38630 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38631 $(link-libm).
38632
19fcedd5
AM
386332012-12-09 Allan McRae <allan@archlinux.org>
38634
1e9d84cd 38635 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 38636
8bbfd2f1
JM
386372012-09-11 Joseph Myers <joseph@codesourcery.com>
38638
38639 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38640 (_G_int32_t): Likewise.
38641 (_G_uint16_t): Likewise.
38642 (_G_uint32_t): Likewise.
38643 (_G_HAVE_BOOL): Likewise.
38644 (_G_HAVE_ATEXIT): Likewise.
38645 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38646 (_G_HAVE_IO_FILE_OPEN): Likewise.
38647 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38648 (_G_int32_t): Likewise.
38649 (_G_uint16_t): Likewise.
38650 (_G_uint32_t): Likewise.
38651 (_G_HAVE_BOOL): Likewise.
38652 (_G_HAVE_ATEXIT): Likewise.
38653 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38654 (_G_HAVE_IO_FILE_OPEN): Likewise.
38655 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38656 (_G_int32_t): Likewise.
38657 (_G_uint16_t): Likewise.
38658 (_G_uint32_t): Likewise.
38659 (_G_HAVE_BOOL): Likewise.
38660 (_G_HAVE_ATEXIT): Likewise.
38661 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38662 (_G_HAVE_IO_FILE_OPEN): Likewise.
38663
b1dc5912
L
386642012-09-11 H.J. Lu <hongjiu.lu@intel.com>
38665
38666 * csu/libc-tls.c: Update copyright years.
38667
0e886ef9
JM
386682012-09-10 Joseph Myers <joseph@codesourcery.com>
38669
28361c5e
JM
38670 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38671 [!_G_USING_THUNKS]: Remove conditional code.
38672 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38673 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38674
0e886ef9
JM
38675 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38676 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38677 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38678 (_G_VTABLE_LABEL_PREFIX): Likewise.
38679 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38680 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38681 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38682 (_G_VTABLE_LABEL_PREFIX): Likewise.
38683 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38684 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38685 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38686 (_G_VTABLE_LABEL_PREFIX): Likewise.
38687 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38688
bcba7aa2
L
386892012-09-10 H.J. Lu <hongjiu.lu@intel.com>
38690
38691 * libio/Makefile: Include ../Makeconfig before tests.
38692 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38693 only if $(build-shared) is yes.
38694
06585ee8
L
38695 * iconv/gconv_db.c: Update copyright years.
38696
80ccd52c
LD
386972012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38698
38699 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38700 unwind info if defined PIC. Fix special cases description.
38701 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38702
38703 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38704 DP_HI_MASK entry.
38705 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38706
691bc9c1
L
387072012-09-07 H.J. Lu <hongjiu.lu@intel.com>
38708
3d9b46b3
L
38709 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38710
de2139a9
L
38711 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38712 is NULL.
38713
5ca78dd0
L
38714 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38715 (LDLIBS-tst-chk4): This.
38716 (LDFLAGS-tst-chk5): Renamed to ...
38717 (LDLIBS-tst-chk5): This.
38718 (LDFLAGS-tst-chk6): Renamed to ...
38719 (LDLIBS-tst-chk6): This.
38720 (LDFLAGS-tst-lfschk4): Renamed to ...
38721 (LDLIBS-tst-lfschk4): This.
38722 (LDFLAGS-tst-lfschk5): Renamed to ...
38723 (LDLIBS-tst-lfschk5): This.
38724 (LDFLAGS-tst-lfschk6): Renamed to ...
38725 (LDLIBS-tst-lfschk6): This.
38726
691bc9c1
L
38727 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38728 on $(common-objpfx)soversions.mk.
38729
65cafb1c
JM
387302012-09-07 Joseph Myers <joseph@codesourcery.com>
38731
38732 [BZ #10014]
38733 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38734 example host name.
38735
c78ab094
SP
387362012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
38737
38738 * malloc/arena.c (arena_get_retry): New function that gets
38739 another arena for the caller to try its request on.
38740 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38741 current arena cannot fulfill the request.
38742 (__libc_memalign): Likewise.
38743 (__libc_memalign): Likewise.
38744 (__libc_pvalloc): Likewise.
38745 (__libc_calloc): Likewise.
38746
01f49f59
JT
387472012-09-05 John Tobey <john.tobey@gmail.com>
38748
38749 [BZ #13542]
38750 * manual/arith.texi (Operations on Complex): Fix description
38751 of carg branch cut.
38752
4c23fed5
JM
387532012-09-06 Joseph Myers <joseph@codesourcery.com>
38754
1d3c8572
JM
38755 [BZ #10014]
38756 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38757 host name.
38758
4c23fed5
JM
38759 [BZ #10038]
38760 * manual/memory.texi (Memory): Make order of menu items match
38761 order of sections.
38762
04570aaa
L
387632012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38764
38765 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38766 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
38767 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38768
b80af2f4
L
387692012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38770
38771 * csu/libc-tls.c (static_dtv): Renamed to ...
38772 (_dl_static_dtv): This. Make it global.
38773 (_dl_initial_dtv): Removed.
38774 (__libc_setup_tls): Updated.
38775 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38776 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38777 DL_INITIAL_DTV.
38778
2abe9f15
PM
387792012-09-06 Petr Machata <pmachata@redhat.com>
38780
38781 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38782 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38783 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38784 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38785
0948c3af
L
387862012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38787
38788 [BZ #14545]
38789 * csu/libc-tls.c (_dl_initial_dtv): New variable.
38790 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38791 freeing dtv[-1].
38792
a5055ad1
L
387932012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38794
38795 [BZ #14544]
38796 * Makeconfig (link-static-before-libc): Replace $(+prector)
38797 with $(+prectorT).
38798 (link-static-after-libc): Replace $(+postctor) with
38799 $(+postctorT).
38800 (link-bounded): Replace $(+prector)/$(+postctor) with
38801 $(+prectorT)/$(+postctorT).
38802 (+prectorT): New macro.
38803 (+postctorT): Likewise.
38804
ed8c2ecd
JM
388052012-09-06 Joseph Myers <joseph@codesourcery.com>
38806
38807 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38808 (round_str): Handle values above the maximum for IBM long double
38809 as inexact.
38810 * stdlib/tst-strtod-round.c (tests): Regenerated.
38811
14c996c8
AK
388122012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38813
38814 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38815 assembler flag.
38816 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38817 zarch_nohighgprs around the zarch optimized routines.
38818 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38819 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38820 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38821 for zarch.
38822
430d6ce6
DM
388232012-09-05 David S. Miller <davem@davemloft.net>
38824
38825 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38826
57f41c40
AS
38827 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38828 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
38829 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38830 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38831 entries.
38832
24d4e01b
AO
388332012-09-05 Alexandre Oliva <aoliva@redhat.com>
38834
38835 * malloc/arena.c: Fold copyright years.
38836 * malloc/mcheck.c, malloc/memusage.c: Likewise.
38837
61d58174
AO
388382012-09-05 Alexandre Oliva <aoliva@redhat.com>
38839
38840 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38841
20196a5e
AO
388422012-09-05 Alexandre Oliva <aoliva@redhat.com>
38843
38844 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
38845
5c447383
AO
388462012-09-05 Alexandre Oliva <aoliva@redhat.com>
38847
38848 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38849 change internal state upon failure.
38850
fad64255
AO
388512012-09-05 Alexandre Oliva <aoliva@redhat.com>
38852
38853 * malloc/mcheck.c (mcheck_check_all): Fix typo.
38854 * malloc/memusage.c (mmap): Likewise.
38855 (mmap64, mremap): Likewise. Adjust name in comment.
38856
1ffb8c90
SP
388572012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
38858
38859 * libio/fileops.c: Fix typos in comments.
38860 * libio/oldfileops.c: Likewise.
38861 * libio/wfileops.c: Likewise.
38862
6ef9cc37
SP
388632012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
38864
38865 [BZ #1349]
38866 * malloc/Makefile (tests): Add tst-malloc-usable test case.
38867 (tst-malloc-usable-ENV): Set environment for test case.
38868 * malloc/hooks.c (malloc_check_get_size): New function to get
38869 requested size.
38870 * malloc/malloc.c (musable): Use malloc_check_get_size.
38871 * malloc/tst-malloc-usable.c: New test case.
38872
4d038ae3
AS
388732012-09-05 Andreas Schwab <schwab@linux-m68k.org>
38874
38875 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38876
c4e85184
AM
388772012-09-05 Allan McRae <allan@archlinux.org>
38878
b9dafc56 38879 [BZ #13966]
c4e85184
AM
38880 * configure.in (CXX_SYSINCLUDES): Use compiler output to
38881 determine header location.
38882 * configure: Regenerated.
38883
e1343020
AS
388842012-09-05 Andreas Schwab <schwab@linux-m68k.org>
38885
38886 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38887 float format.
38888 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
38889 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38890 format.
e1343020
AS
38891 (test): Regenerate.
38892
0a9f1987
DM
388932012-09-04 David S. Miller <davem@davemloft.net>
38894
38895 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38896 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38897 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38898
29237804
FW
388992012-09-04 Florian Weimer <fweimer@redhat.com>
38900
38901 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38902 failures.
38903
edb3cb88
FW
38904 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38905
60160d83
JM
389062012-09-04 Joseph Myers <joseph@codesourcery.com>
38907
38908 [BZ #9914]
38909 * libio/iogetdelim.c: Include <limits.h>.
38910 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38911 + len + 1 would overflow.
38912
bcd6c8dc
AJ
389132012-09-03 Andreas Jaeger <aj@suse.de>
38914
38915 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38916 * sysdeps/i386/fpu/libm-test-ulps: Update.
38917
4ffffbd2
LD
389182012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38919
38920 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38921 Add s_sinf-sse2, s_conf-sse2.
38922
38923 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38924 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38925 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38926 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38927
38928 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38929 for using routine as __sinf_ia32.
38930 Use macro for function declaration and weak_alias.
38931 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38932 for using routine as __cosf_ia32.
38933 Use macro for function declaration and weak_alias.
38934
38935 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38936 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38937
38938 * sysdeps/x86_64/fpu/s_sinf.S: New file.
38939 * sysdeps/x86_64/fpu/s_cosf.S: New file.
38940 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38941
38942 * math/libm-test.inc (cos_test): Add more test cases.
38943 (sin_test): Likewise.
38944 (sincos_test): Likewise.
38945
511fa286
AK
389462012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38947
38948 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38949 (IFUNC_RESOLVE): Make pointers to the specialized implementations
38950 hidden.
38951 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38952
5f30cfec
L
389532012-09-02 H.J. Lu <hongjiu.lu@intel.com>
38954
38955 [BZ #14538]
38956 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38957 first element of the GOT.
38958 (elf_machine_load_address): Return the difference between
38959 the runtime address of _DYNAMIC and elf_machine_dynamic ().
38960
0786794f
AM
389612012-09-01 Allan McRae <allan@archlinux.org>
38962
5f30cfec
L
38963 [BZ #13412]
38964 * configure.in (AWK): Require gawk version 3.0 or later.
38965 * configure: Regenerated.
0786794f 38966
26889eac
JM
389672012-09-01 Joseph Myers <joseph@codesourcery.com>
38968
38969 * sysdeps/unix/sysv/linux/kernel-features.h
38970 (__ASSUME_POSIX_CPU_TIMERS): Remove.
38971 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38972 [__NR_clock_getres]: Make code unconditional.
38973 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38974 (clock_getcpuclockid): Remove code left unreachable by removal of
38975 conditionals.
38976 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38977 code unconditional.
38978 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38979 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38980 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38981 Make code unconditional.
38982 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38983 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38984 * sysdeps/unix/sysv/linux/clock_settime.c
38985 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38986 conditional code.
38987 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38988 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38989
d22e28b0
L
389902012-08-29 H.J. Lu <hongjiu.lu@intel.com>
38991
38992 [BZ #14476]
38993 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38994 scripts/test-installation.pl.
38995
38996 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38997 and $ld_so_version if it is set.
38998
050af9c4
SP
389992012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
39000
39001 [BZ #14516]
39002 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39003 failure if reading from procfs failed.
39004 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39005
ad845c0b
JM
390062012-08-27 Joseph Myers <joseph@codesourcery.com>
39007
39008 * sysdeps/unix/sysv/linux/kernel-features.h
39009 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39010 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39011 Remove conditional code.
39012 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39013 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39014 Remove conditional code.
39015 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39016 * sysdeps/unix/sysv/linux/i386/fxstat.c
39017 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39018 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39019 * sysdeps/unix/sysv/linux/i386/fxstatat.c
39020 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39021 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39022 * sysdeps/unix/sysv/linux/i386/lxstat.c
39023 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39024 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39025 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39026 Remove conditional code.
39027 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39028 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39029 Remove conditional code.
39030 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39031 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39032 <kernel-features.h>.
39033 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39034 Remove.
39035 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39036 Remove conditional code.
39037 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39038 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39039 Remove conditional.
39040
5dbf56af
MF
390412012-08-27 Mike Frysinger <vapier@gentoo.org>
39042
39043 [BZ #5400]
39044 * NEWS: Add fixed bug number.
39045
d6e70f43
JM
390462012-08-27 Joseph Myers <joseph@codesourcery.com>
39047
7efb4737
JM
39048 [BZ #14519]
39049 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39050 underflowing exponent in case of negative sign.
39051 * stdlib/tst-strtod-round-data: Add more tests.
39052 * stdlib/tst-strtod-round.c (tests): Regenerated.
39053
af92131a
JM
39054 [BZ #3479]
39055 * stdlib/strtod_l.c (NDIG): Remove.
39056 (HEXNDIG): Likewise.
39057 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39058 smallest representable value.
39059 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39060 lie within an exact representation of 1/2 ulp of the result.
39061 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39062 unconditionally.
39063 (TENS_P9_IDX): Define unconditionally.
39064 (TENS_P9_SIZE): Likewise.
39065 (TENS_P10_IDX): Likewise.
39066 (TENS_P10_SIZE): Likewise.
39067 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39068 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39069 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39070 entries for 10^2^13 and 10^2^14.
39071 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39072 (TENS_P13_IDX): Define.
39073 (TENS_P13_SIZE): Likewise.
39074 (TENS_P14_IDX): Likewise.
39075 (TENS_P14_SIZE): Likewise.
39076 (_fpioconst_pow10): Change array size to
39077 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
39078 unconditional.
39079 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39080 1024]: Add entries for 10^2^13 and 10^2^14.
39081 [LAST_POW10 > _LAST_POW10]: Remove #error.
39082 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39083 (_fpioconst_pow10): Change array size to
39084 FPIOCONST_POW10_ARRAY_SIZE.
39085 * stdlib/gen-fpioconst.c: New file.
39086 * stdlib/gen-tst-strtod-round.c: Likewise.
39087 * stdlib/tst-strtod-round-data: Likewise.
39088 * stdlib/tst-strtod-round.c: Likewise.
39089 * stdlib/Makefile (tests): Add tst-strtod-round.
39090
d6e70f43
JM
39091 [BZ #14459]
39092 * stdlib/strtod_l.c: Include <stdint.h>.
39093 (NDEBUG): Do not define.
39094 (round_and_return): Change EXPONENT parameter to type intmax_t.
39095 Rearrange calculations to avoid internal overflow possibilities.
39096 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39097 Rearrange calculations to avoid internal overflow possibilities.
39098 Assert that number fits inside MPNSIZE limbs.
39099 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39100 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
39101 calculations and add assertions to avoid internal overflow
39102 possibilities. Add casts to avoid signed/unsigned operations.
39103 * stdlib/tst-strtod-overflow.c: New file.
39104 * stdlib/Makefile (tests): Add tst-strtod-overflow.
39105
1f529f7d
MP
391062012-08-25 Marek Polacek <polacek@redhat.com>
39107
39108 * time/time.h: Fix some typos in comments.
39109
59a629f1
RM
391102012-08-23 Roland McGrath <roland@hack.frob.com>
39111
39112 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39113 * posix/tst-rfc3484-2.c: Likewise.
39114 * posix/tst-rfc3484-3.c: Likewise.
39115
d3bafbc9
SM
391162012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
39117
39118 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39119 (EF_ARM_ABI_FLOAT_HARD): Likewise.
39120
4efcc022
JM
391212012-08-23 Joseph Myers <joseph@codesourcery.com>
39122
39123 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39124 #include of fxstatat64.c.
39125
3cc3ef96
RM
391262012-08-22 Roland McGrath <roland@hack.frob.com>
39127
f04e2132
RM
39128 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39129 * shadow/getspent_r.c: Likewise.
39130 * shadow/getspnam.c: Likewise.
39131 * shadow/getspnam_r.c: Likewise.
39132 * gshadow/getsgent.c: Likewise.
39133 * gshadow/getsgent_r.c: Likewise.
39134 * gshadow/getsgnam.c: Likewise.
39135 * gshadow/getsgnam_r.c: Likewise.
39136 * inet/getnetbyad.c: Likewise.
39137 * inet/getnetbyad_r.c: Likewise.
39138 * inet/getnetbynm.c: Likewise.
39139 * inet/getnetbynm_r.c: Likewise.
39140 * inet/getnetent.c: Likewise.
39141 * inet/getnetent_r.c: Likewise.
39142 * inet/getproto.c: Likewise.
39143 * inet/getproto_r.c: Likewise.
39144 * inet/getprtent.c: Likewise.
39145 * inet/getprtent_r.c: Likewise.
39146 * inet/getprtname.c: Likewise.
39147 * inet/getprtname_r.c: Likewise.
39148 * inet/getrpcbyname.c: Likewise.
39149 * inet/getrpcbyname_r.c: Likewise.
39150 * inet/getrpcbynumber.c: Likewise.
39151 * inet/getrpcbynumber_r.c: Likewise.
39152 * inet/getrpcent.c: Likewise.
39153 * inet/getrpcent_r.c: Likewise.
39154 * inet/getaliasent.c: Likewise.
39155 * inet/getaliasent_r.c: Likewise.
39156 * inet/getaliasname.c: Likewise.
39157 * inet/getaliasname_r.c: Likewise.
39158 * nscd/getgrgid_r.c: Likewise.
39159 * nscd/getgrnam_r.c: Likewise.
39160 * nscd/gethstbyad_r.c: Likewise.
39161 * nscd/gethstbynm3_r.c: Likewise.
39162 * nscd/getpwnam_r.c: Likewise.
39163 * nscd/getpwuid_r.c: Likewise.
39164 * nscd/getsrvbynm_r.c: Likewise.
39165 * nscd/getsrvbypt_r.c: Likewise.
39166 * nscd/gai.c: Likewise.
39167
c53d909c
RM
39168 * configure.in (build_nscd): New substituted variable, set
39169 by --disable-build-nscd and defaults to $use_nscd.
39170 * configure: Regenerated.
39171 * config.make.in (build-nscd): New substituted variable.
39172 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39173 Change conditional to require [$(build-nscd) = yes] as well.
39174 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39175
3cc3ef96
RM
39176 [BZ# 13696]
39177 * configure.in (use_nscd): New substituted variable, set by
39178 --disable-nscd. If enabled, define USE_NSCD.
39179 * configure: Regenerated.
39180 * config.h.in: Add USE_NSCD.
39181 * config.make.in (use-nscd): New substituted variable.
39182 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39183 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39184 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39185 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39186 (CFLAGS-getgrnam_r.c): Likewise.
39187 (CFLAGS-initgroups.c): Likewise.
39188 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39189 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39190 Variables removed.
39191 * inet/getnetgrent_r.c
39192 (nscd_setnetgrent): New function, broken out of ...
39193 (setnetgrent): ... here. Call it.
39194 (innetgr): Conditionalize nscd bits on [USE_NSCD].
39195 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39196 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39197 * nscd/Makefile (routines, aux): Move definitions after include of
39198 Makeconfig. Conditionalize on [$(use-nscd) != no].
39199 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39200 Conditionalize on [USE_NSCD].
39201 (is_nscd, nscd_init_cb): Likewise.
39202 (nss_load_library): Conditionalize init callback on [USE_NSCD].
39203 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39204 * nss/nss_db/db-init.c: Likewise.
39205 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39206 [USE_NSCD].
39207 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39208 (make_request): Use it.
39209 (cache_valid_p): New function.
39210 (__check_pf): Use it.
39211 * NEWS: Add item for --disable-nscd.
39212
07e51550
DL
392132012-08-22 Dmitry V. Levin <ldv@altlinux.org>
39214
39215 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39216 to support sed >= 4.2.1-20-ga9bf076.
39217 * configure: Regenerated.
39218
35a5b08b
RM
392192012-08-22 Roland McGrath <roland@hack.frob.com>
39220
39221 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39222 Conditionalize whole body on [IREL].
39223
8479f23a
JL
392242012-08-22 Jeff Law <law@redhat.com>
39225
39226 [BZ #14505]
39227 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39228 if the family is PF_UNSPEC.
39229
48da0b21
MF
392302012-08-22 Mike Frysinger <vapier@gentoo.org>
39231
39232 * Makerules (lib-version): Rename from V.
39233 (install-lib-nosubdir): Change V to lib-version.
39234
15d0da8c
WS
392352012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
39236
39237 [BZ #14252]
39238 * powerpc32/power6/wcschr.c: New file.
39239 * powerpc32/power6/wcscpy.c: New file.
39240 * powerpc32/power6/wcsrchr.c: New file.
39241 * powerpc64/power6/wcschr.c: New file.
39242 * powerpc64/power6/wcscpy.c: New file.
39243 * powerpc64/power6/wcsrchr.c: New file.
39244
bcca0895
MK
392452012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
39246
39247 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39248 (two_way_short_needle): Use it.
5a4aaa33
RM
39249 * string/strstr.c (AVAILABLE1_USES_J): Define.
39250 * string/strcasestr.c: Likewise.
99677e57
MK
39251
39252 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39253 array references.
39254 * string/strcasestr.c (TOLOWER): Make side-effect safe.
39255
400726de
MK
39256 [BZ #11607]
39257 * NEWS: Add an entry.
39258 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39259 define their defaults.
39260 (two_way_short_needle): Detect end-of-string on-the-fly.
39261 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39262 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39263 * string/bug-strcasestr1.c: New test.
39264 * string/Makefile: Run it.
39265
20a71f2c
MK
392662012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
39267
39268 [BZ #11607]
39269 * string/str-two-way.h (two_way_short_needle): Optimize matching of
39270 the first character.
39271
21ad0558
RM
392722012-08-21 Roland McGrath <roland@hack.frob.com>
39273
39274 * csu/elf-init.c (__libc_csu_irel): Function removed.
39275 * csu/libc-start.c (apply_irel): New function.
39276 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39277
0e1d9911
JM
392782012-08-21 Joseph Myers <joseph@codesourcery.com>
39279
39280 * sysdeps/unix/sysv/linux/kernel-features.h
39281 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39282 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39283 <kernel-features.h>.
39284 [__NR_fadvise64_64]: Make code unconditional.
39285 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39286 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39287 !__NR_fadvise64_64)]: Likewise.
39288 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39289 !__NR_fadvise64_64))]: Likewise.
39290 [__NR_fadvise64]: Make code unconditional.
39291 [!__NR_fadvise64]: Remove conditional code.
39292 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39293 <kernel-features.h>.
39294 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39295 unconditional.
39296 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39297 conditional code.
39298 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39299 not include <kernel-features.h>.
39300 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39301 unconditional.
39302 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39303 conditional code.
39304 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39305 include <kernel-features.h>.
39306 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39307 unconditional.
39308 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39309 conditional code.
39310
14a50c9d
WS
393112012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
39312
39313 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39314 slight instruction rearrangements per scrollpipe analysis.
39315 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39316
c0f4faf0
RM
393172012-08-20 Roland McGrath <roland@hack.frob.com>
39318
696da859
RM
39319 * manual/syslog.texi (syslog; vsyslog, closelog):
39320 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39321 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39322
c0f4faf0
RM
39323 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39324 DSOCAPS to match condition on defining it.
39325
348363b2
JM
393262012-08-20 Joseph Myers <joseph@codesourcery.com>
39327
a35cbf28
JM
39328 * sysdeps/unix/sysv/linux/kernel-features.h
39329 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39331 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39332 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39333 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39334 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39335 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39336 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39337 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39338 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39339
445f7ecd
JM
39340 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39341 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39342
348363b2
JM
39343 * sysdeps/unix/sysv/linux/kernel-features.h
39344 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39345 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39346 unconditional.
39347 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39348 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39349 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39350 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39351 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39352 Make code unconditional.
39353 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39354 (__mmap64) [!__NR_mmap2]: Likewise.
39355 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39356 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39357 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39358 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39359 [__NR_mmap2]: Make code unconditional.
39360 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39361 (__mmap64) [!__NR_mmap2]: Likewise.
39362
bc5bc0e5
AK
393632012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39364
39365 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39366
88d506de
AJ
393672012-08-18 Andreas Jaeger <aj@suse.de>
39368
39369 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39370
493387d2
MF
393712012-08-18 Mike Frysinger <vapier@gentoo.org>
39372
39373 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39374 * include/unistd.h (__have_sock_cloexec): Likewise.
39375 (__have_pipe2): Likewise.
39376 (__have_dup3): Likewise.
39377
a277af22
MF
393782012-08-18 Mike Frysinger <vapier@gentoo.org>
39379
39380 [BZ #9685]
39381 * include/unistd.h (__have_pipe2): Change define into an extern int.
39382 (__have_dup3): Likewise.
39383 * socket/have_sock_cloexec.c: Include fcntl.h.
39384 (__have_pipe2): New variable.
39385 (__have_dup3): Likewise.
39386
fdab8fd3
MF
393872012-08-17 Mike Frysinger <vapier@gentoo.org>
39388
39389 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39390
31035e80
MP
393912012-08-17 Marek Polacek <polacek@redhat.com>
39392
39393 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39394 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39395
3bd9e993
RM
393962012-08-17 Roland McGrath <roland@hack.frob.com>
39397
c91c505f
RM
39398 * configure.in: Add AC_SUBST for sysheaders.
39399 * configure: Regenerated.
39400 * config.make.in (sysheaders): New substituted variable.
39401
7c6f9d53
RM
39402 * sysdeps/unix/mkfifo.c: Moved ...
39403 * sysdeps/posix/mkfifo.c: ... here.
39404 * sysdeps/unix/mkfifoat.c: Moved ...
39405 * sysdeps/posix/mkfifoat.c: ... here.
39406
39407 * sysdeps/unix/utime.c: Moved ...
39408 * sysdeps/posix/utime.c: ... here.
39409
39410 * sysdeps/unix/time.c: Moved ...
39411 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
39412 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39413 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
39414
39415 * sysdeps/unix/nice.c: Moved ...
39416 * sysdeps/posix/nice.c: ... here.
39417
39418 * sysdeps/unix/alarm.c: Moved ...
39419 * sysdeps/posix/alarm.c: ... here.
39420
3bd9e993
RM
39421 * intl/Makefile ($(codeset_mo)): Depend on the input file.
39422
d1f09384
JL
394232012-08-17 Jeff Law <law@redhat.com>
39424
39425 * intl/Makefile (codeset_mo): New variable.
39426 ($(codeset_mo)): New target.
39427 (tst-codeset.out): Depend on that. Remove explicit rule.
39428 (tst-gettext3.out, tst-gettext5.out): Likewise.
39429 (LOCPATH-ENV, tst-codeset-ENV): New variables.
39430 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39431 * intl/tst-codeset.sh: Remove.
39432 * intl/tst-gettext3.sh: Likewise.
39433 * intl/tst-gettext5.sh: Likewise.
39434
2ae1ae5c
RM
394352012-08-17 Roland McGrath <roland@hack.frob.com>
39436
c31fdb83
RM
39437 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
39438 * sysdeps/unix/syscalls.list: ... here.
39439
a0844057
RM
39440 * sysdeps/posix/getaddrinfo.c
39441 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39442 (gaiconf_init, gaiconf_reload): Use them.
39443 [!_STATBUF_ST_NSEC]
39444 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39445 Define using time_t rather than struct timespec.
39446
750c1f2a
RM
39447 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39448 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39449 Macros removed.
39450 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39451 [!NO_THREADS].
39452 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39453 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39454 Likewise.
39455
2ae1ae5c
RM
39456 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39457 __libc_cleanup_push argument.
39458
e66a42f5
RM
39459 * bits/param.h: New file.
39460 * misc/sys/param.h: New file.
39461 * include/sys/param.h: New file.
39462 * misc/Makefile (headers): Add bits/param.h.
39463 * sysdeps/generic/sys/param.h: File removed.
39464 * sysdeps/unix/sysv/linux/bits/param.h: New file.
39465 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39466 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 39467 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 39468
b7c08a66
RM
39469 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39470 last change.
39471
b2e1c562
RM
39472 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39473 [_IO_MTSAFE_IO].
39474 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39475 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39476 New macros.
39477
c75ccd4c
RM
39478 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39479 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39480 rather than -D_IO_MTSAFE_IO conditionally.
39481 * stdio-common/Makefile (CPPFLAGS): Likewise.
39482 * wcsmbs/Makefile (CPPFLAGS): Likewise.
39483 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39484 Use $(libio-mtsafe).
39485 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39486 of -D_IO_MTSAFE_IO.
39487 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39488 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39489 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39490 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39491 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39492 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39493 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39494 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39495 (CFLAGS-fread_u_chk.c): Likewise.
39496 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39497 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39498 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39499 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39500 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39501 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39502 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39503 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39504 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39505
39506 * libio/Makefile: Test [$(libc-reentrant) = yes]
39507 instead of [$(filter %REENTRANT, $(defines)) nonempty].
39508
39509 * Makeconfig
39510 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39511 * sysdeps/pthread/configure: File removed.
39512 * sysdeps/pthread/Makeconfig: New file.
39513 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39514 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39515
d9195db8
GB
395162012-08-16 Gary Benson <gbenson@redhat.com>
39517
39518 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39519 unmapping the first object in a namespace.
39520
86466cd9
RM
395212012-08-16 Roland McGrath <roland@hack.frob.com>
39522
39523 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39524 (__internal_setnetgrent): ... this. Add internal_function to
39525 definition. Add libc_hidden_def.
39526 (setnetgrent): Update caller.
39527 (internal_endnetgrent): Renamed to ...
39528 (__internal_endnetgrent): ... this. Add internal_function to
39529 definition. Add libc_hidden_def.
39530 (endnetgrent): Update caller.
39531 (internal_getnetgrent_r): Renamed to ...
39532 (__internal_getnetgrent_r): ... this. Add internal_function to
39533 definition. Add libc_hidden_def.
39534 (__getnetgrent_r): Update caller.
39535 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
39536
c3c8283c
JM
395372012-08-16 Joseph Myers <joseph@codesourcery.com>
39538
39539 * stdlib/longlong.h: Update from GCC.
39540
db1ee0a8
RM
395412012-08-16 Roland McGrath <roland@hack.frob.com>
39542
39543 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39544 on _QL, which is set by umul_ppmm but never used.
39545 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39546 variables, which are set by GMP macros but never used.
39547 * stdio-common/_itowa.c (_itowa): Likewise.
39548 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39549 * stdlib/mod_1.c (mpn_mod_1): Likewise.
39550
30f69637
CD
395512012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
39552
39553 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39554 struct La_sh_regs is not constant.
39555 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39556 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39557 and struct La_sparc64_regs are not constant.
39558
93a78ac4
JM
395592012-08-16 Joseph Myers <joseph@codesourcery.com>
39560
39561 * sysdeps/unix/sysv/linux/kernel-features.h
39562 (__ASSUME_POSIX_TIMERS): Remove.
39563 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39564 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39565 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39566 Make code unconditional.
39567 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39568 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39569 Make code unconditional.
39570 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39571 * sysdeps/unix/sysv/linux/clock_nanosleep.c
39572 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39573 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39574 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39575 Make code unconditional.
39576 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39577 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39578 (__libc_missing_posix_timers): Remove.
39579
dd924cd7
RM
395802012-08-15 Roland McGrath <roland@hack.frob.com>
39581
4b4f2771
RM
39582 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39583 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39584
601c888b
RM
39585 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39586
176790a7
RM
39587 * elf/dl-sym.c: Include <stdlib.h>.
39588
329bc018
RM
39589 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39590 constants, which avoids warnings in 32-bit builds.
39591
e04e272d
RM
39592 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39593 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39594
952bf94a
RM
39595 * misc/lseek.c: File moved to ...
39596 * io/lseek.c: ... here.
39597
7c99b50a
RM
39598 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39599
dd924cd7
RM
39600 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39601 shifting LEN more than 31 bits at once.
39602
b3f479a8
LD
396032012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39604
39605 [BZ #14195]
8c4ae0d4
RM
39606 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39607 segmentation fault for a case of two empty input strings.
b3f479a8
LD
39608 * string/test-strncasecmp.c (check1): Renamed to...
39609 (bz12205): ...this.
39610 (bz14195): Add new testcase for two empty input strings and N > 0.
39611 (test_main): Call new testcase, adapt for renamed function.
39612
9c55864e
AJ
396132012-08-15 Andreas Jaeger <aj@suse.de>
39614
39615 [BZ #14090]
39616 * crypt/md5test2.c: New test, based on test supplied by Serge
39617 Belyshev <belyshev@depni.sinp.msu.ru>.
39618 * crypt/Makefile (xtests): Add md5test-giant..
39619 * crypt/Makefile ($(objpfx)md5test-giant): Add.
39620
02dcb6c5
PE
396212012-08-15 Paul Eggert <eggert@cs.ucla.edu>
39622
39623 [BZ #14090]
39624 * crypt/md5.c (md5_process_block): Don't assume the buffer
39625 length is less than 2**32.
39626 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39627 length is less than 2**64.
39628
a3f95dcc
RM
396292012-08-15 Roland McGrath <roland@hack.frob.com>
39630
be75d758
RM
39631 * string/str-two-way.h: Include <sys/param.h>.
39632 (MAX): Macro removed.
39633
7312ca90
RM
39634 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39635 Move #define and #undef of memmove to just before and after
39636 including <string.h>.
39637
9a0a5486
RM
39638 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39639 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39640 and after including <string.h>. Move declarations of
39641 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39642 to before #include "string/memmove.c".
39643
67cc348d
RM
39644 * include/dirent.h: Declare __getdirentries.
39645
a3f95dcc
RM
39646 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39647 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39648
ca98e171
MF
396492012-08-14 Mike Frysinger <vapier@gentoo.org>
39650
39651 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39652 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39653 * sysdeps/i386/configure: Regenerated.
39654 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39655 STABS_CURRENT_FILE, and STABS_FUN.
39656 (END): Remove call to STABS_FUN_END.
39657 (STABS_CURRENT_FILE1): Delete.
39658 (STABS_CURRENT_FILE): Likewise.
39659 (STABS_FUN): Likewise.
39660 (STABS_FUN_END): Likewise.
39661 (STABS_FUN2): Likewise.
39662 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39663 * sysdeps/x86_64/configure: Regenerated.
39664
5908bf46
RM
396652012-08-14 Roland McGrath <roland@hack.frob.com>
39666
39667 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 39668 * elf/dl-lookup.c: Likewise.
5908bf46 39669
f2c05b9e
JM
396702012-08-14 Joseph Myers <joseph@codesourcery.com>
39671
39672 * sysdeps/unix/sysv/linux/kernel-features.h
39673 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39674 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39675 unconditionally.
39676 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39677 unconditionally.
39678 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39679 condition on __ASSUME_CLONE_THREAD_FLAGS.
39680
e11f5155
AJ
396812012-08-14 Andreas Jaeger <aj@suse.de>
39682
39683 * sysdeps/i386/fpu/libm-test-ulps: Update.
39684
51a9ba86
MK
396852012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
39686
2fdd4f78
AJ
39687 * include/atomic.h (atomic_exchange_and_add): Split into ...
39688 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39689 New atomic macros.
51a9ba86 39690
ba6cba9e
MT
396912012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
39692
39693 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39694
42443a47
JL
396952012-08-13 Jeff Law <law@redhat.com>
39696
39697 * manual/stdio.texi (snprintf): Clarify handling of the trailing
39698 null byte in the output string.
39699
121dce05
JM
397002012-08-10 Joseph Myers <joseph@codesourcery.com>
39701
39702 * sysdeps/unix/sysv/linux/kernel-features.h
39703 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39704 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39705 (__ASSUME_ARG_MAX_STACK_BASED): Define.
39706 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39707 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39708 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
39709 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39710
bf51f568
JL
397112012-08-09 Jeff Law <law@redhat.com>
39712
39713 [BZ #13939]
39714 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39715 When avoid_arena is set, don't retry in the that arena. Pick the
39716 next one, whatever it might be.
39717 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39718 (arena_lock): Pass in new parameter to arena_get2.
39719 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39720 arena_get2.
39721 (__libc_malloc): Unify retrying after main arena failure with
39722 __libc_memalign version.
39723 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39724
f85fa270
L
397252012-08-09 H.J. Lu <hongjiu.lu@intel.com>
39726
39727 [BZ #14166]
39728 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39729 to __redirect_strstr.
39730 (__strstr_sse42): Use typeof __redirect_strstr.
39731 (__strstr_ia32): Likewise.
39732 (__libc_strstr): New prototype.
39733 (strstr): Renamed to ...
39734 (__libc_strstr): This.
39735 (strstr): New strong alias of __libc_strstr.
39736 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39737 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39738 __redirect_time.
39739 Include <time.h>.
39740 (__libc_time): New prototype.
39741 (time_ifunc): Replace time with __libc_time.
39742 (time): New strong alias and hidden definition of __libc_time.
39743 (__GI_time): Remove strong alias.
39744 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39745 Include <stddef.h>.
39746 (memmove): Redefined to __redirect_memmove.
39747 (__memmove_sse2): Use typeof __redirect_memmove.
39748 (__memmove_ssse3): Likewise.
39749 (__memmove_ssse3_back): Likewise.
39750 (__libc_memmove): New prototype.
39751 (memmove): Renamed to ...
39752 (__libc_memmove): This.
39753 (memmove): New strong alias of __libc_memmove.
39754
33b4a91e
MS
397552012-08-08 Mark Salter <msalter@redhat.com>
39756
39757 * elf/elf.h
39758 (R_MN10300_TLS_GD): Define.
39759 (R_MN10300_TLS_LD): Likewise.
39760 (R_MN10300_TLS_LDO): Likewise.
39761 (R_MN10300_TLS_GOTIE): Likewise.
39762 (R_MN10300_TLS_IE): Likewise.
39763 (R_MN10300_TLS_LE): Likewise.
39764 (R_MN10300_TLS_DTPMOD): Likewise.
39765 (R_MN10300_TLS_DTPOFF): Likewise.
39766 (R_MN10300_TLS_TPOFF): Likewise.
39767 (R_MN10300_SYM_DIFF): Likewise.
39768 (R_MN10300_ALIGN): Likewise.
39769 (R_MN10300_NUM): Update.
39770
b36137f1
JM
397712012-08-08 Joseph Myers <joseph@codesourcery.com>
39772
39773 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39774 Remove.
39775
cdd915fd
RM
397762012-08-08 Roland McGrath <roland@hack.frob.com>
39777
a2433aac
RM
39778 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39779
cdd915fd
RM
39780 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39781 sysdeps/unix -> sysdeps/posix move.
39782 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39783
bf9b740a
AM
397842012-08-07 Allan McRae <allan@archlinux.org>
39785
39786 [BZ #14303]
39787 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39788 (SUNOS_CPP): Likewise.
39789 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39790 not found.
39791 (open_input): Call CPP using execvp.
39792
93df14ee
JM
397932012-08-07 Joseph Myers <joseph@codesourcery.com>
39794
39795 * sysdeps/unix/sysv/linux/kernel-features.h
39796 (__ASSUME_PROT_GROWSUPDOWN): Remove.
39797 (__ASSUME_NO_CLONE_DETACHED): Likewise.
39798 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39799 (__ASSUME_WAITID_SYSCALL): Likewise.
39800 * sysdeps/unix/sysv/linux/dl-execstack.c
39801 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39802 code unconditional.
39803 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39804 conditional code.
39805 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39806 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39807 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39808 code.
39809 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39810 unconditional.
39811 [__ASSUME_WAITID_SYSCALL]: Likewise.
39812 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39813
d34689de
RM
398142012-08-07 Roland McGrath <roland@hack.frob.com>
39815
a281decc
RM
39816 * sysdeps/unix/closedir.c: Renamed to ...
39817 * sysdeps/posix/closedir.c: ... here.
39818 * sysdeps/unix/dirfd.c: Renamed to ...
39819 * sysdeps/posix/dirfd.c: ... here.
39820 * sysdeps/unix/dirstream.h: Renamed to ...
39821 * sysdeps/posix/dirstream.h: ... here.
39822 * sysdeps/unix/fdopendir.c: Renamed to ...
39823 * sysdeps/posix/fdopendir.c: ... here.
39824 * sysdeps/unix/opendir.c: Renamed to ...
39825 * sysdeps/posix/opendir.c: ... here.
39826 * sysdeps/unix/readdir.c: Renamed to ...
39827 * sysdeps/posix/readdir.c: ... here.
39828 * sysdeps/unix/readdir_r.c: Renamed to ...
39829 * sysdeps/posix/readdir_r.c: ... here.
39830 * sysdeps/unix/rewinddir.c: Renamed to ...
39831 * sysdeps/posix/rewinddir.c: ... here.
39832 * sysdeps/unix/seekdir.c: Renamed to ...
39833 * sysdeps/posix/seekdir.c: ... here.
39834 * sysdeps/unix/telldir.c: Renamed to ...
39835 * sysdeps/posix/telldir.c: ... here.
39836 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39837 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39838 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39839 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39840
22895b47
RM
39841 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39842 * bits/fcntl.h: ... here.
39843
707a53b6
RM
39844 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39845 not 0.
39846 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39847 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39848 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39849 (struct flock): Move l_start, l_len to the beginning.
39850 Use __pid_t for l_pid.
39851 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39852 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39853 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39854 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39855 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39856 [__USE_LARGEFILE64] (struct flock64): New type.
39857 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39858
f0bd3e25
RM
39859 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39860 * bits/dirent.h: ... here.
39861
d34689de
RM
39862 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39863 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39864
6dad2c06
JM
398652012-08-07 Joseph Myers <joseph@codesourcery.com>
39866
39867 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39868 Change from 2.6.0 to 2.6.16.
39869 * sysdeps/unix/sysv/linux/configure: Regenerated.
39870 * sysdeps/unix/sysv/linux/kernel-features.h
39871 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39872 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39873 version.
39874 (__ASSUME_UTIMES): Likewise.
39875 (__ASSUME_CLONE_STOPPED): Remove.
39876 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39877 architectures, not kernel version.
39878 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39879 (__ASSUME_NO_CLONE_DETACHED): Likewise.
39880 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39881 (__ASSUME_WAITID_SYSCALL): Likewise.
39882 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39883 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39884 * README: State 2.6.16 as minimum Linux kernel version. Do not
39885 refer to older versions.
39886
03af9520
RM
398872012-08-06 Roland McGrath <roland@hack.frob.com>
39888
8e49df1d
RM
39889 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39890 Define alphasort64 as an alias.
39891 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39892 Define versionsort64 as an alias.
39893 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39894 Define scandir64 as an alias.
39895 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39896 Define scandirat64 as an alias.
39897 * dirent/alphasort64.c (alphasort64):
39898 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39899 * dirent/versionsort64.c: Likewise.
39900 * dirent/scandir64.c: Likewise.
39901 * dirent/scandirat64.c: Likewise.
39902 * sysdeps/wordsize-64/alphasort.c: File removed.
39903 * sysdeps/wordsize-64/alphasort64.c: File removed.
39904 * sysdeps/wordsize-64/scandir.c: File removed.
39905 * sysdeps/wordsize-64/scandir64.c: File removed.
39906 * sysdeps/wordsize-64/scandirat.c: File removed.
39907 * sysdeps/wordsize-64/scandirat64.c: File removed.
39908 * sysdeps/wordsize-64/versionsort.c: File removed.
39909 * sysdeps/wordsize-64/versionsort64.c: File removed.
39910 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39911 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39912 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39913 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39914 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39915 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39916 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39917 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39918
39919 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39920 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39921 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39922 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39923 [defined __arch64__ || defined __sparcv9]
39924 (__INO_T_MATCHES_INO64_T): New macro.
39925 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39926 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39927 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39928 * sysdeps/unix/sysv/linux/bits/dirent.h
39929 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39930 (_DIRENT_MATCHES_DIRENT64): New macro.
39931
03af9520
RM
39932 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39933 Define lockf64 as an alias.
39934 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39935 Define fseeko64 as an alias.
39936 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39937 Define ftello64 as an alias.
39938 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39939 Define _IO_fgetpos64 and fgetpos64 as aliases.
39940 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39941 Define _IO_fsetpos64 and fsetpos64 as aliases.
39942 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39943 Conditionalize body on this.
39944 * libio/fseeko64.c: Likewise.
39945 * libio/ftello64.c: Likewise.
39946 * libio/iofgetpos64.c: Likewise.
39947 * libio/iofsetpos64.c: Likewise.
39948 * sysdeps/wordsize-64/lockf.c: File removed.
39949 * sysdeps/wordsize-64/lockf64.c: File removed.
39950 * sysdeps/wordsize-64/fseeko.c: File removed.
39951 * sysdeps/wordsize-64/fseeko64.c: File removed.
39952 * sysdeps/wordsize-64/ftello.c: File removed.
39953 * sysdeps/wordsize-64/ftello64.c: File removed.
39954 * sysdeps/wordsize-64/iofgetpos.c: File removed.
39955 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39956 * sysdeps/wordsize-64/iofsetpos.c: File removed.
39957 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39958 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39959 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39960 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39961 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39962 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39963 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39964 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39965 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39966 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39967 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39968
39969 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39970 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39971 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39972 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39973 [defined __arch64__ || defined __sparcv9]
39974 (__OFF_T_MATCHES_OFF64_T): New macro.
39975 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39976 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39977 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39978 (__OFF_T_MATCHES_OFF64_T): New macro.
39979
c5757acd
L
399802012-08-06 H.J. Lu <hongjiu.lu@intel.com>
39981
39982 * stdlib/secure-getenv.c (__secure_getenv): Replace
39983 GLIBC_2_16 with GLIBC_2_17.
39984
3a31811e
L
399852012-08-06 H.J. Lu <hongjiu.lu@intel.com>
39986
39987 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39988 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39989
faa2bccb
DM
399902012-08-03 David S. Miller <davem@davemloft.net>
39991
39992 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39993
85fe1997
JM
399942012-08-03 Joseph Myers <joseph@codesourcery.com>
39995
39996 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39997 Remove.
39998 (__ASSUME_CORRECT_SI_PID): Likewise.
39999 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40000 (__ASSUME_TMPFS_NAME): Likewise.
40001 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40002 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40003 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40004 (HAVE_AUX_SECURE): Make definition unconditional.
40005 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40006 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40007
4f75b7a0
RM
400082012-08-03 Roland McGrath <roland@hack.frob.com>
40009
40010 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40011 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40012 * sysdeps/mach/hurd/eloop-threshold.h: New file.
40013 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40014 __eloop_threshold instead of SYMLOOP_MAX.
40015
40016 * sysdeps/generic/eloop-threshold.h: New file.
40017 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40018 of MAXSYMLINKS.
40019 * elf/chroot_canon.c (chroot_canon): Likewise.
40020
7aab07e4
JM
400212012-08-03 Joseph Myers <joseph@codesourcery.com>
40022
40023 [BZ #13717]
40024 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40025 Change to 2.6.0 everywhere.
40026 * sysdeps/unix/sysv/linux/configure: Regenerated.
40027 * sysdeps/unix/sysv/linux/kernel-features.h
40028 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40029 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40030 kernel versions.
40031 (__ASSUME_POSIX_TIMERS): Define unconditionally.
40032 (__ASSUME_FUTEX_REQUEUE): Remove.
40033 (__ASSUME_STATFS64): Define unconditionally.
40034 (__ASSUME_AT_SECURE): Likewise.
40035 (__ASSUME_CORRECT_SI_PID): Likewise.
40036 (__ASSUME_TGKILL): Define without depending on kernel version for
40037 i386.
40038 (__ASSUME_UTIMES): Likewise.
40039 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40040 kernel version.
40041 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40042 (__ASSUME_TMPFS_NAME): Likewise.
40043 * README: Update reference to Linux kernel versions.
40044
b67e9372
MP
400452012-08-02 Marek Polacek <polacek@redhat.com>
40046
1f529f7d 40047 [BZ# 14150]
b67e9372
MP
40048 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
40049 libc_cv_asm_type_prefix with %.
40050 * configure: Regenerated.
d2441631
RM
40051 * include/libc-symbols.h: Remove comment about
40052 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
40053 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40054 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40055 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40056 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40057 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40058 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40059 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40060 * elf/tst-unique2mod1.c: Likewise.
40061 * elf/tst-unique1mod2.c: Likewise.
40062 * elf/tst-unique1mod1.c: Likewise.
40063 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40064 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40065 Replace ASM_TYPE_DIRECTIVE with .type.
40066 * sysdeps/s390/s390-64/sysdep.h: Likewise.
40067 * sysdeps/i386/sysdep.h: Likewise.
40068 * sysdeps/x86_64/sysdep.h: Likewise.
40069 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
40070 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40071 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 40072 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
40073 * sysdeps/powerpc/powerpc32/sysdep.h:
40074 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
40075 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40076 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40077 * sysdeps/i386/fpu/e_powf.S: Likewise.
40078 * sysdeps/i386/fpu/e_expl.S: Likewise.
40079 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40080 * sysdeps/i386/fpu/e_acosh.S: Likewise.
40081 * sysdeps/i386/fpu/e_pow.S: Likewise.
40082 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40083 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40084 * sysdeps/i386/fpu/s_expm1.S: Likewise.
40085 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40086 * sysdeps/i386/fpu/e_log2.S: Likewise.
40087 * sysdeps/i386/fpu/e_log2l.S: Likewise.
40088 * sysdeps/i386/fpu/e_scalb.S: Likewise.
40089 * sysdeps/i386/fpu/e_powl.S: Likewise.
40090 * sysdeps/i386/fpu/e_log10f.S: Likewise.
40091 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40092 * sysdeps/i386/fpu/e_logl.S: Likewise.
40093 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40094 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40095 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40096 * sysdeps/i386/fpu/e_log2f.S: Likewise.
40097 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40098 * sysdeps/i386/fpu/e_log.S: Likewise.
40099 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40100 * sysdeps/i386/fpu/e_logf.S: Likewise.
40101 * sysdeps/i386/fpu/e_log10l.S: Likewise.
40102 * sysdeps/i386/fpu/e_atanh.S: Likewise.
40103 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40104 * sysdeps/i386/fpu/e_log10.S: Likewise.
40105 * sysdeps/i386/fpu/s_frexp.S: Likewise.
40106 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40107 * sysdeps/i386/fpu/s_asinh.S: Likewise.
40108 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40109 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40110 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40111 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40112 * sysdeps/i386/i686/strtok.S: Likewise.
40113 * sysdeps/i386/i386-mcount.S: Likewise.
40114 * sysdeps/i386/strtok.S: Likewise.
40115 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40116 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40117 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40118 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40119 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40120 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40121 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40122 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40123 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40124 * sysdeps/x86_64/_mcount.S: Likewise.
40125 * sysdeps/x86_64/strtok.S: Likewise.
40126 * sysdeps/sh/_mcount.S: Likewise.
40127
2747bf9a
RM
401282012-08-01 Roland McGrath <roland@hack.frob.com>
40129
40130 * libio/iofopen.c: Include <fcntl.h>.
40131 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40132 (_IO_fopen64, fopen64): Define as aliases.
40133 * libio/iofopen64.c: Include <fcntl.h>.
40134 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40135 Conditionalize body on this.
40136 * sysdeps/wordsize-64/iofopen.c: File removed.
40137 * sysdeps/wordsize-64/iofopen64.c: File removed.
40138
3fb791b8
MP
401392012-08-01 Marek Polacek <polacek@redhat.com>
40140
40141 * libc/Makeconfig: Use elf in place of binfmt-subdir.
40142 Use dlfcn directly instead of a variable.
40143 (binfmt-subdir): Do not define.
40144 (dlfcn): Likewise.
40145
a9f1039f
JM
401462012-08-01 Joseph Myers <joseph@codesourcery.com>
40147
23bddc06
JM
40148 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40149 Remove all definitions.
40150 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40151 <kernel-features.h>.
40152 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40153 (miss_F_GETOWN_EX): Remove all definitions.
40154 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40155 macro definition.
40156 [!__ASSUME_FCNTL64]: Remove conditional code.
40157 [__ASSUME_FCNTL64]: Make code unconditional.
40158 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40159 <kernel-features.h>.
40160 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40161 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40162 (lockf64) [__NR_fcntl64]: Make code unconditional.
40163 (lockf64) [__ASSUME_FCNTL64]: Likewise.
40164
a9f1039f
JM
40165 * sysdeps/unix/sysv/linux/kernel-features.h
40166 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40167 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40168 Make code unconditional.
40169 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40170 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40171 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40172 [__NR_vfork]: Make code unconditional.
40173 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40174 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40175 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40176 [__NR_vfork]: Make code unconditional.
40177 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40178 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40179
09c0ee5f
RM
401802012-08-01 Roland McGrath <roland@hack.frob.com>
40181
48aec5b9
RM
40182 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40183 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40184
cd97c966
RM
40185 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40186 Define mkstemp64 as an alias.
3f55550c
RM
40187 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40188 Define mkstemps64 as an alias.
cd97c966
RM
40189 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40190 Define mkostemp64 as an alias.
b8625cfc
RM
40191 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40192 Define mkostemps64 as an alias.
cd97c966
RM
40193 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40194 Conditionalize body on this.
40195 * misc/mkostemp64.c: Likewise.
b8625cfc 40196 * misc/mkostemps64.c: Likewise.
3f55550c 40197 * misc/mkstemps64.c: Likewise.
cd97c966
RM
40198 * sysdeps/wordsize-64/mkstemp64.c: File removed.
40199 * sysdeps/wordsize-64/mkostemp64.c: File removed.
40200 * sysdeps/wordsize-64/mkostemp.c: File removed.
40201 * sysdeps/wordsize-64/mkstemp.c: File removed.
40202 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40203 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40204 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40205 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40206
09c0ee5f
RM
40207 [BZ #14138]
40208 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40209 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40210 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40211 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40212
40213 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40214 compat_symbol macros from <shlib-compat.h> rather than the underlying
40215 default_symbol_version and symbol_version macros, so that DEFAULT
40216 lines in shlib-versions are respected.
40217 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40218
7e66ee51
FW
402192012-08-01 Florian Weimer <fweimer@redhat.com>
40220
40221 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40222 Declare with warn_unused_result.
40223 (setgid, setregid, setegid, setresgid): Likewise.
40224 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40225 Likewise.
40226 * WUR-REPORT: Remove set*id functions.
40227
d2a54255
PT
402282012-07-31 Pino Toscano <toscano.pino@tiscali.it>
40229
40230 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40231
7ecdb005
RM
402322012-07-31 Roland McGrath <roland@hack.frob.com>
40233
b4180a5e 40234 [BZ #10191]
789bd351
RM
40235 * include/sys/socket.h (__libc_accept, __libc_accept4):
40236 Add attribute_hidden.
40237 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40238
40ce302d
RM
40239 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40240 use of PTR_MANGLE.
40241 * inet/getnetgrent_r.c (setup): Likewise.
40242
7ecdb005
RM
40243 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40244
e2eabb2c
DM
402452012-07-31 David S. Miller <davem@davemloft.net>
40246
40247 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40248
d0419dbf
JM
402492012-07-31 Joseph Myers <joseph@codesourcery.com>
40250
40251 [BZ #13629]
40252 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40253 value between 1.0 and 2.0 and smaller part has absolute value less
40254 than 1.0.
40255 * math/s_clog10.c (__clog10): Likewise.
40256 * math/s_clog10f.c (__clog10f): Likewise.
40257 * math/s_clog10l.c (__clog10l): Likewise.
40258 * math/s_clogf.c (__clogf): Likewise.
40259 * math/s_clogl.c (__clogl): Likewise.
40260 * math/libm-test.inc (clog_test): Add more tests.
40261 (clog10_test): Likewise.
40262 * sysdeps/i386/fpu/libm-test-ulps: Update.
40263 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40264
2bc13872
FW
402652012-07-31 Florian Weimer <fweimer@redhat.com>
40266
40267 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40268 Exit with zero in case no suitable GID is found, and write a
40269 message to standard error.
40270
bea9b193
RM
402712012-07-30 Roland McGrath <roland@hack.frob.com>
40272
40273 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40274 rather than to 1.
40275 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40276 (MAXPATHLEN): Removed.
40277 (NOGROUP, NODEV): New macros.
40278 (setbit, clrbit, isset, isclr): New macros.
40279 (howmany, roundup, powerof2): New macros.
40280 (DEV_BSIZE): New macro.
40281
40282 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40283 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40284
40285 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40286 definition on [!__NO_LONG_DOUBLE_MATH].
40287
40288 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40289 PTR_MANGLE and PTR_DEMANGLE.
40290
40291 * socket/accept4.c (accept4): Rename to __libc_accept4.
40292 Define accept4 as a weak alias.
40293
40294 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40295 on [_DIRENT_HAVE_D_TYPE].
40296 * io/ftw.c (ftw_dir): Likewise.
40297
40298 * io/xmknod.c (__xmknod): Don't check PATH for being null.
40299
40300 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40301
40302 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40303 Use the BSD numbers rather than the arbitrary ones we had.
40304 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40305 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40306 (SIGXCPU, SIGXFSZ): New macros.
40307 (_NSIG): Now 32.
40308
40309 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40310 initializer on [_LIBC_REENTRANT].
40311
40312 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40313 definitions inside [_POSIX_MAPPED_FILES].
40314
40315 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40316
40317 * dirent/opendir.c: Include <fcntl.h>.
40318
40319 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40320 (__libc_getspecific): Likewise.
40321 (__libc_key_create): Likewise.
40322
40323 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40324 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40325 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40326 (tmpfile64): Define as alias.
40327 * sysdeps/wordsize-64/tmpfile.c: File removed.
40328 * sysdeps/wordsize-64/tmpfile64.c: File removed.
40329 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40330 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40331
40332 * stdio-common/vfscanf.c: Include <stdbool.h>.
40333 * nss/makedb.c: Likewise.
40334 * stdio-common/_i18n_number.h: Likewise.
40335 * argp/argp-help.c: Likewise.
40336 * posix/wordexp.c: Likewise.
40337 * sysdeps/posix/spawni.c: Likewise.
40338 * nss/nss_files/files-initgroups.c: Likewise.
40339 * stdio-common/reg-modifier.c: Include <stdlib.h>.
40340 * nss/nss_files/files-initgroups.c: Likewise.
40341 * nss/nss_db/db-netgrp.c: Likewise.
40342 * nss/nss_db/db-initgroups.c: Likewise.
40343 * io/fchmodat.c: Include <sys/stat.h>.
40344
40345 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40346 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40347
40348 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40349 [HAVE_MMAP].
40350
40351 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40352 Add multiple inclusion protection.
40353
e5abc686
DM
403542012-07-27 David S. Miller <davem@davemloft.net>
40355
40356 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40357
815e6fa3
GB
403582012-07-27 Gary Benson <gbenson@redhat.com>
40359
40360 [BZ #14298]
40361 * elf/rtld.c: Include <stap-probe.h>.
40362 (dl_main): Added static probes "init_start" and "init_complete".
40363 * elf/dl-load.c: Include <stap-probe.h>.
40364 (lose): Take new parameter "nsid".
40365 Added static probe "map_failed".
40366 (_dl_map_object_from_fd): Pass namespace id to lose.
40367 Added static probe "map_start".
40368 (open_verify): Pass namespace id to lose.
40369 * elf/dl-open.c: Include <stap-probe.h>.
40370 (dl_open_worker) Added static probes "map_complete", "reloc_start"
40371 and "reloc_complete".
40372 * elf/dl-close.c: Include <stap-probe.h>.
40373 (_dl_close_worker): Added static probes "unmap_start" and
40374 "unmap_complete".
40375 * elf/rtld-debugger-interface.txt: New file documenting the above.
40376
9f98c16c
RM
403772012-07-26 Roland McGrath <roland@hack.frob.com>
40378
40379 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40380 rather than a string variable.
40381 * sunrpc/rpc_main.c (h_output): Likewise.
40382 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40383
f3c22df3
PT
403842012-07-26 Pino Toscano <toscano.pino@tiscali.it>
40385
40386 * inet/check_native.c: New file.
40387
3129cfc6
JM
403882012-07-26 Joseph Myers <joseph@codesourcery.com>
40389
da865e95
JM
40390 [BZ #13629]
40391 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40392 if larger part has absolute value 1.0.
40393 * math/s_clog10.c (__clog10): Likewise.
40394 * math/s_clog10f.c (__clog10f): Likewise.
40395 * math/s_clog10l.c (__clog10l): Likewise.
40396 * math/s_clogf.c (__clogf): Likewise.
40397 * math/s_clogl.c (__clogl): Likewise.
40398 * math/libm-test.inc (clog_test): Add more tests.
40399 (clog10_test): Likewise.
40400 * sysdeps/i386/fpu/libm-test-ulps: Update.
40401 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40402
3129cfc6
JM
40403 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40404 (pltexit): Likewise.
40405 (La_regs): Likewise.
40406 (La_retval): Likewise.
40407 (int_retval): Likewise.
40408 Update #error for removed macros to refer only to definitions in
40409 tst-audit.h.
40410 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40411 macro.
40412 (pltexit): Likewise.
40413 (La_regs): Likewise.
40414 (La_retval): Likewise.
40415 (int_retval): Likewise.
40416 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40417 macro.
40418 (pltexit): Likewise.
40419 (La_regs): Likewise.
40420 (La_retval): Likewise.
40421 (int_retval): Likewise.
40422 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40423 macro.
40424 (pltexit): Likewise.
40425 (La_regs): Likewise.
40426 (La_retval): Likewise.
40427 (int_retval): Likewise.
40428 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40429 macro.
40430 (pltexit): Likewise.
40431 (La_regs): Likewise.
40432 (La_retval): Likewise.
40433 (int_retval): Likewise.
40434 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40435 macro.
40436 (pltexit): Likewise.
40437 (La_regs): Likewise.
40438 (La_retval): Likewise.
40439 (int_retval): Likewise.
40440 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40441 macro.
40442 (pltexit): Likewise.
40443 (La_regs): Likewise.
40444 (La_retval): Likewise.
40445 (int_retval): Likewise.
40446 * sysdeps/generic/tst-audit.h: Update comment to refer only to
40447 macro definitions in tst-audit.h.
40448 * sysdeps/i386/tst-audit.h: New file.
40449 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40450 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40451 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40452 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40453 * sysdeps/sh/tst-audit.h: Likewise.
40454 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40455 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40456 * sysdeps/x86_64/tst-audit.h: Likewise.
40457
bfc07087
AJ
404582012-07-26 Andreas Jaeger <aj@suse.de>
40459
b1b2aaf8
AJ
40460 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40461 ptrace.
40462
40463 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40464 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40465 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40466 PTRACE_O_MASK.
40467 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40468 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40469 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40470
bfc07087
AJ
40471 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40472 value.
40473
40474 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40475 _sigsys.
40476 (si_call_addr, si_syscall, si_arch): Define new macro.
40477 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40478 _sigsys.
40479 (si_call_addr, si_syscall, si_arch): Define new marcro.
40480 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40481 _sigsys.
40482 (si_call_addr, si_syscall, si_arch): Define new macro.
40483 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40484 _sigsys.
40485 (si_call_addr, si_syscall, si_arch): Define new macro.
40486
89b4b02f
JM
404872012-07-25 Joseph Myers <joseph@codesourcery.com>
40488
40489 [BZ #13717]
40490 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40491 Change to 2.4.21 where previously 2.4.1.
40492 * sysdeps/unix/sysv/linux/configure: Regenerated.
40493 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40494 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40495 Linux kernel version.
40496 (__ASSUME_STD_AUXV): Remove.
40497 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40498 kernel version.
40499 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40500 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40501 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40502 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40503 (__ASSUME_NETLINK_SUPPORT): Likewise.
40504 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40505 (__no_netlink_support): Remove conditional definition.
40506 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40507 Remove.
40508 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40509 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40510 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40511 (if_nameindex_ioctl): Remove.
40512 (if_nameindex_netlink): Do not handle __no_netlink_support.
40513 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40514 code.
40515 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40516 Remove conditional code.
40517 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40518 code.
40519 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40520 unconditional.
40521 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40522 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40523 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40524 Remove.
40525 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40526 [!__ASSUME_STD_AUXV]: Remove conditional code.
40527 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40528 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40529 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40530 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40531 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40532 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40533 code.
40534 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40535 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40536 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40537 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40538 conditional code.
40539 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40540 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40541 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40542 code.
40543 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40544 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40545 conditional code.
40546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40547 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40548 code unconditional.
40549 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40550 conditional code.
40551 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40552 unconditional.
40553 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40554 conditional code.
40555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40556 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40557 unconditional.
40558 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40559 conditional code.
40560 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40561 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40562 code unconditional.
40563 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40564 conditional code.
40565 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40566 unconditional.
40567 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40568 conditional code.
40569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40570 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40571 code unconditional.
40572 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40573 conditional code.
40574 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40575 unconditional.
40576 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40577 conditional code.
40578
842a39cd
AS
405792012-07-25 Andreas Schwab <schwab@linux-m68k.org>
40580
40581 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40582 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40583 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40584 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40585 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40586 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40587 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40588 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40589 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40590 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40591 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40592 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40593 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40594 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40595 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40596 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40597 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40598 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40599 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40600 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40601 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40602 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40603 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40604
84b3fd84
FW
406052012-07-25 Florian Weimer <fweimer@redhat.com>
40606
40607 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
40608 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40609 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40610 Introduce __libc_secure_getenv.
0c7936d5
FW
40611 * stdlib/Versions (2.17): Add secure_getenv
40612 (GLIBC_PRIVATE): Add __libc_secure_getenv.
40613 * stdlib/secure-getenv.c: Rename __secure_getenv to
40614 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
40615 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
40616 * stdlib/tst-secure-getenv.c: New.
40617 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
40618 * manual/startup.texi (Environment Access): Document
40619 secure_getenv.
84b3fd84
FW
40620 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40621 __libc_secure_getenv.
40622 * inet/ruserpass.c (ruserpass): Likewise.
40623 * malloc/mtrace.c (mtrace): Likewise.
40624 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 40625 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
40626 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40627 * sysdeps/posix/tempname.c: Likewise. Evaluate
40628 HAVE_SECURE_GETENV.
40629 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 40630 __secure_getenv to __libc_secure_getenv.
84b3fd84 40631 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
40632 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40633 Likewise.
40634 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40635 Likewise.
40636 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40637 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40638 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40639 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40640 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40641 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40642 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 40643
56e49b71
JM
406442012-07-25 Joseph Myers <joseph@codesourcery.com>
40645
40646 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40647 (struct La_i86_retval): Likewise.
40648 (struct La_x86_64_regs): Likewise.
40649 (struct La_x86_64_retval): Likewise.
40650 (struct La_x32_regs): Likewise.
40651 (struct La_x32_retval): Likewise.
40652 (struct La_ppc32_regs): Likewise.
40653 (struct La_ppc32_retval): Likewise.
40654 (struct La_ppc64_regs): Likewise.
40655 (struct La_ppc64_retval): Likewise.
40656 (struct La_sh_regs): Likewise.
40657 (struct La_sh_retval): Likewise.
40658 (struct La_s390_32_regs): Likewise.
40659 (struct La_s390_32_retval): Likewise.
40660 (struct La_s390_64_regs): Likewise.
40661 (struct La_s390_64_retval): Likewise.
40662 (struct La_sparc32_regs): Likewise.
40663 (struct La_sparc32_retval): Likewise.
40664 (struct La_sparc64_regs): Likewise.
40665 (struct La_sparc64_retval): Likewise.
40666 (struct audit_ifaces): Remove architecture-specific pltenter and
40667 pltexit members.
40668 * sysdeps/i386/ldsodefs.h: New file.
40669 * sysdeps/powerpc/ldsodefs.h: Likewise.
40670 * sysdeps/s390/ldsodefs.h: Likewise.
40671 * sysdeps/sh/ldsodefs.h: Likewise.
40672 * sysdeps/sparc/ldsodefs.h: Likewise.
40673 * sysdeps/x86_64/ldsodefs.h: Likewise.
40674
354691b7
MP
406752012-07-25 Marek Polacek <polacek@redhat.com>
40676
40677 [BZ #6808]
40678 * math/libm-test.inc (yn_test): Add another test.
40679 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40680 to ERANGE when the result is +-Inf.
40681 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40682 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40683 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40684 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40685
bf9e2071
JM
406862012-07-24 Joseph Myers <joseph@codesourcery.com>
40687
40688 * conform/data/time.h-data (NULL): Use macro-constant. Require
40689 equal to 0.
40690 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
40691 clock_t.
40692 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
40693
57633811
TS
406942012-07-23 Thomas Schwinge <thomas@codesourcery.com>
40695
40696 * configure.in <sysdeps resolving>: Correct printing
40697 Implies_before.
40698 * configure: Regenerate.
40699
c23c33b0
TS
407002012-07-22 Thomas Schwinge <thomas@codesourcery.com>
40701
40702 * math/w_ilogb.c: Include <limits.h>.
40703 * math/w_ilogbl.c: Likewise.
40704
b5982523
JM
407052012-07-20 Joseph Myers <joseph@codesourcery.com>
40706
40707 * manual/lang.texi (__va_copy): Document primarily as ISO C99
40708 va_copy. Document allowing for unavailable va_copy only as
40709 pre-C99 compatibility.
40710 * manual/string.texi (Copying and Concatenation): Use va_copy
40711 instead of __va_copy in concat example.
40712
ac4ea442
PT
407132012-07-20 Pino Toscano <toscano.pino@tiscali.it>
40714
40715 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40716 (__sendto): Use create_address_port. Initialize APORT and deallocate
40717 it if not null.
40718
f98eafbd
PT
40719 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40720 with O_NOLINK passed to __file_name_lookup.
40721
898c7aab
PT
40722 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40723 with O_NOLINK passed to __file_name_lookup.
40724
0ced335a
PT
40725 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40726 negative N or less than NGIDS.
40727
b3404dbd
PT
40728 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40729 type to string_t. Set ERANGE as errno and return it if NAME is not big
40730 enough. Use memcpy instead of strncpy.
40731
0f48659e
JM
407322012-07-20 Joseph Myers <joseph@codesourcery.com>
40733
40734 * elf/Makefile (check-data): Remove.
40735 (localplt.data): New vpath directive.
40736 ($(objpfx)check-localplt.out): Use localplt.data from vpath
40737 instead of $(check-data).
40738 * scripts/data/localplt-generic.data: Move to ...
40739 * sysdeps/generic/localplt.data: ... here.
40740 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40741 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40742 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40743 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40744 ... here.
40745 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40746 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40747 ... here.
40748 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40749 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40750 ... here.
40751 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40752 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40753 ... here.
40754 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40755 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40756 ... here.
40757 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40758 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40759 ... here.
40760
d37cbdaa
AZ
407612012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40762
40763 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40764 PPC32 and PPC64 files.
40765 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40766 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40767
46f85fc2
AK
407682012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40769
40770 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40771 __makecontext_ret to ...
40772 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40773 ... here and call exit if uc_link is NULL. New file.
40774 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40775 __makecontext_ret.S.
40776 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40777 __makecontext_ret to ...
40778 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40779 ... here and call exit if uc_link is NULL. New file.
40780 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40781 __makecontext_ret.S.
40782
08f43f9b
AK
407832012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40784
40785 * elf/elf.h (R_390_IRELATIVE): New definition.
40786 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40787 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
40788 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40789 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40790 (elf_machine_lazy_rel): Likewise.
40791 * sysdeps/s390/dl-irel.h: New file.
40792 * sysdeps/s390/s390-64/memcpy.S: New asm code.
40793 * sysdeps/s390/s390-64/memset.S: New asm code.
40794 * sysdeps/s390/s390-64/memcmp.S: New asm code.
40795 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40796 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40797 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40798 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40799 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40800 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40801 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40802 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40803 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40804 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40805 * sysdeps/s390/s390-32/memcpy.S: New asm code.
40806 * sysdeps/s390/s390-32/memset.S: New asm code.
40807 * sysdeps/s390/s390-32/memcmp.S: New asm code.
40808
3b05db33
MP
408092012-07-17 Marek Polacek <polacek@redhat.com>
40810
40811 [BZ #14349]
40812 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40813 * sysdeps/s390/s390-64/configure.in: Likewise.
40814 * sysdeps/sparc/configure.in: Likewise.
40815 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40816 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40817 * sysdeps/i386/configure.in: Likewise.
40818 * sysdeps/x86_64/configure.in: Likewise.
40819 * sysdeps/sh/configure.in: Likewise.
40820 * sysdeps/s390/s390-32/configure: Regenerated.
40821 * sysdeps/s390/s390-64/configure: Likewise.
40822 * sysdeps/x86_64/configure: Likewise.
40823 * sysdeps/sh/configure: Likewise.
40824 * sysdeps/powerpc/powerpc64/configure: Likewise.
40825 * sysdeps/powerpc/powerpc32/configure: Likewise.
40826 * sysdeps/sparc/configure: Likwise.
40827 * sysdeps/i386/configure: Likewise.
40828
a66877c6
MP
40829 * elf/dl-open.c: Comment fixes.
40830
cfc82fd8
JM
408312012-07-17 Joseph Myers <joseph@codesourcery.com>
40832
bd29910a
JM
40833 * Makefile [CXX] (check-data): Remove.
40834 [CXX] (c++-types.data): New vpath directive.
40835 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40836 vpath. Do not allow for C++ type data being missing.
40837 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40838 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40839 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40840 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40841 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40842 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40843 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40844 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40845 ... here.
40846 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40847 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40848 ... here.
40849 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40850 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40851 ... here.
40852 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40853 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40854 ... here.
40855 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40856 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40857 ... here.
40858 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40859 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40860 ... here.
40861 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40862 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40863 ... here.
40864 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40865 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40866
cfc82fd8
JM
40867 * elf/tls-macros.h (TLS_LE): Move architecture-specific
40868 definitions to architecture-specific files.
40869 (TLS_IE): Likewise.
40870 (TLS_LD): Likewise.
40871 (TLS_GD): Likewise.
40872 * sysdeps/i386/tls-macros.h: New file.
40873 * sysdeps/powerpc/tls-macros.h: Likewise.
40874 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40875 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40876 * sysdeps/sh/tls-macros.h: Likewise.
40877 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40878 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40879 * sysdeps/x86_64/tls-macros.h: Likewise.
40880
f7db3170
TS
408812012-07-17 Thomas Schwinge <thomas@codesourcery.com>
40882
07cbfc23
TS
40883 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40884 zero value for regular exit case.
40885
f7db3170
TS
40886 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40887 (__start_context): Preserve zero value for regular exit case.
40888
dc97c227
TS
408892012-07-17 Thomas Schwinge <thomas@codesourcery.com>
40890 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40891
40892 * manual/setjmp.texi (setcontext): Clarify normal process
40893 termination when uc_link is the null pointer.
40894 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40895 exit call.
40896
d0cd7d02
AS
408972012-07-16 Andreas Schwab <schwab@linux-m68k.org>
40898
40899 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40900 preprocessor. Test for each exception mask separately.
40901
dd318934
AJ
409022012-07-16 Andreas Jaeger <aj@suse.de>
40903
40904 * po/ru.po: Update from translation team.
40905
8048311a
JM
409062012-07-15 Joseph Myers <joseph@codesourcery.com>
40907
40908 * conform/data/string.h-data (NULL): Use macro-constant. Require
40909 equal to 0.
40910 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40911 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40912 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40913 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40914 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40915
b637d46e
AJ
409162012-07-13 Andreas Jaeger <aj@suse.de>
40917
40918 * po/fr.po: Update from translation team.
40919
541428fe
MP
409202012-07-12 Marek Polacek <polacek@redhat.com>
40921
40922 [BZ #14173]
40923 * math/libm-test.inc (yn_test): Add test for BZ #14173.
40924 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40925 loop condition.
40926
ec332e94
JM
409272012-07-12 Joseph Myers <joseph@codesourcery.com>
40928
40929 [BZ #13717]
40930 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40931 Change to 2.4.1 where previously 2.4.0.
40932 * sysdeps/unix/sysv/linux/configure: Regenerated.
40933 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40934 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40935 version.
40936 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40937 (__ASSUME_AT_CLKTCK): Remove.
40938 (__ASSUME_AT_PAGESIZE): Likewise.
40939 (__ASSUME_AT_XID): Likewise.
40940 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40941 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40942 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40943 unconditionally.
40944 (HAVE_AUX_PAGESIZE): Likewise.
40945 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40946 [__ASSUME_AT_CLKTCK]: Make code unconditional.
40947 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40948
7b6e99be
JB
409492012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
40950
40951 [BZ #14307]
40952 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40953 the temporary buffer used to invoke __gethostbyname2_r,
40954 __gethostbyaddr_r and gethostbyname4_r to make room for struct
40955 host_data / struct gaih_addrtuple.
40956 * resolv/nss_dns/dns-host.c (global scope): Move definition of
40957 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40958 header file nss/nsswitch.h.
40959 * nss/nsswitch.h (global scope): Add definition of implementation
40960 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40961 resolv/nss_dns/dns-host.c).
40962
608404eb
AJ
409632012-07-11 Andreas Jaeger <aj@suse.de>
40964
40965 * po/fr.po: Update from translation team.
40966
71220aca
AJ
40967 * po/sv.po: Update from translation team
40968 * po/fr.po: Another update from translation team.
40969
28cfe843
AZ
409702012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40971
40972 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40973 for subnormals or multiply small sinh result by itself.
40974 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40975 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40976
6b90f981
DM
409772012-07-11 David S. Miller <davem@davemloft.net>
40978
40979 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40980
c6825772
AS
409812012-07-10 Andreas Schwab <schwab@linux-m68k.org>
40982
40983 [BZ #14347]
40984 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40985 (INTERNAL_MARK): Shift it here.
40986
7b8e0d49
MP
409872012-07-10 Marek Polacek <polacek@redhat.com>
40988
40989 [BZ #14151]
40990 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
40991 libc_cv_asm_global_directive with .globl.
40992 * configure: Regenerated.
40993 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40994 with .globl.
40995 * sysdeps/i386/configure: Regenerated.
40996 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40997 with .globl.
40998 * sysdeps/x86_64/configure: Regenerated.
40999 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41000 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41001 * elf/tst-unique2mod2.c: Likewise.
41002 * elf/tst-unique2mod1.c: Likewise.
41003 * elf/tst-unique1mod2.c: Likewise.
41004 * elf/tst-unique1mod1.c: Likewise.
41005 * sysdeps/s390/s390-32/sysdep.h: Likewise.
41006 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41007 * sysdeps/s390/s390-64/sysdep.h: Likewise.
41008 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41009 * sysdeps/mach/sysdep.h: Likewise.
41010 * sysdeps/i386/sysdep.h: Likewise.
41011 * sysdeps/i386/i386-mcount.S: Likewise.
41012 * sysdeps/x86_64/_mcount.S: Likewise.
41013 * sysdeps/x86_64/sysdep.h: Likewise.
41014 * sysdeps/sh/_mcount.S: Likewise.
41015 * sysdeps/sh/sysdep.h: Likewise.
41016 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41017 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41018 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41019 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41020 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41021 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41022 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41023 * locale/localeinfo.h: Likewise.
41024 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41025 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41026
6c55cda3
RM
410272012-07-09 Roland McGrath <roland@hack.frob.com>
41028
41029 [BZ #14336]
41030 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41031 system".
41032 * manual/message.texi (The Uniforum approach): Likewise.
41033 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41034 (glibc iconv Implementation): Likewise.
41035
638a572e
JM
410362012-07-09 Joseph Myers <joseph@codesourcery.com>
41037
41038 [BZ #14337]
41039 * math/s_clog.c (__clog): Avoid scaling a value down where that
41040 could result in underflow.
41041 * math/s_clog10.c (__clog10): Likewise.
41042 * math/s_clog10f.c (__clog10f): Likewise.
41043 * math/s_clog10l.c (__clog10l): Likewise.
41044 * math/s_clogf.c (__clogf): Likewise.
41045 * math/s_clogl.c (__clogl): Likewise.
41046 * math/libm-test.inc (clog_test): Add more tests.
41047 (clog10_test): Likewise.
41048 * sysdeps/i386/fpu/libm-test-ulps: Update.
41049 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41050
261f4859
AS
410512012-07-06 Andreas Schwab <schwab@linux-m68k.org>
41052
0abaf3e4
AS
41053 [BZ #14283]
41054 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41055 by 7 not 8 to examine high bit of fractional part.
41056
261f4859
AS
41057 [BZ #14042]
41058 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41059 for call to __mcount_internal.
41060 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41061 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41062 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41063
f17ac40d
JM
410642012-07-06 Joseph Myers <joseph@codesourcery.com>
41065
9ad63c23
JM
41066 [BZ #14154]
41067 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41068 approximation for values within 0x1p-13f of an odd multiple of
41069 pi/4.
41070 * math/libm-test.inc (tan_test): Do not allow spurious underflow
41071 exception. Add more tests.
41072 * sysdeps/i386/fpu/libm-test-ulps: Update.
41073
f17ac40d
JM
41074 [BZ #6778]
41075 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41076 inputs and return -1 for them. Do not check for +Inf in case not
41077 reachable for +Inf.
41078 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41079 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41080 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41081 and return -1 for them. Do not check for +Inf in case not
41082 reachable for +Inf.
41083 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41084 define.
41085 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41086 and return -1 for them. Do not check for +Inf in case not
41087 reachable for +Inf.
41088 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
41089 spurious underflow.
41090 * sysdeps/i386/fpu/libm-test-ulps: Update.
41091 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41092
fb21f89b
MF
410932012-07-06 Mike Frysinger <vapier@gentoo.org>
41094
41095 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41096
cdfe2c5e
JM
410972012-07-05 Joseph Myers <joseph@codesourcery.com>
41098
41099 [BZ #14157]
41100 [BZ #14331]
41101 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41102 could result in spurious underflow. Scale down values above
41103 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41104 * math/s_csqrtf.c (__csqrtf): Likewise.
41105 * math/s_csqrtl.c (__csqrtl): Likewise.
41106 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
41107 spurious underflow.
41108 * sysdeps/i386/fpu/libm-test-ulps: Update.
41109 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41110
70d35b67
AS
411112012-07-04 Andreas Schwab <schwab@linux-m68k.org>
41112
704bc459
AS
41113 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41114 xopen-msg.sed.
41115 * catgets/xopen-msg.awk: New file.
41116 * catgets/xopen-msg.sed: Removed.
41117
70d35b67
AS
41118 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41119 po2text.sed.
41120 * intl/po2test.awk: New file.
41121 * intl/po2test.sed: Removed.
41122
ca61cf32
JM
411232012-07-04 Joseph Myers <joseph@codesourcery.com>
41124
41125 [BZ #14328]
41126 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41127 or multiply small sinh result by itself.
41128 * math/s_ctanf.c (__ctanf): Likewise.
41129 * math/s_ctanh.c (__ctanh): Likewise.
41130 * math/s_ctanhf.c (__ctanhf): Likewise.
41131 * math/s_ctanhl.c (__ctanhl): Likewise.
41132 * math/s_ctanl.c (__ctanl): Likewise.
41133 * math/libm-test.inc (ctan_test_tonearest): New function.
41134 (ctan_test_towardzero): Likewise.
41135 (ctan_test_downward): Likewise.
41136 (ctan_test_upward): Likewise.
41137 (ctanh_test_tonearest): Likewise.
41138 (ctanh_test_towardzero): Likewise.
41139 (ctanh_test_downward): Likewise.
41140 (ctanh_test_upward): Likewise.
41141 (main): Call these new functions.
41142 * sysdeps/i386/fpu/libm-test-ulps: Update.
41143 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41144
ca48a46a
MF
411452012-07-03 Mike Frysinger <vapier@gentoo.org>
41146
41147 * .gitignore: Delete /ports entry.
41148
9d63d37d
AJ
411492012-07-03 Andreas Jaeger <aj@suse.de>
41150
41151 * po/bg.po: Update from translation team.
41152 * po/cs.po: Likewise.
41153 * po/de.po: Likewise.
41154 * po/hr.po: Likewise.
41155 * po/nl.pl: Likewise.
41156 * po/pl.po: Likewise.
41157 * po/vi.po: Likewise.
41158
370ca3d2
JM
411592012-07-03 Joseph Myers <joseph@codesourcery.com>
41160
95f5a9a8
JM
41161 * Makeconfig [!+link] (+link-before-libc): New variable.
41162 [!+link] (+link-after-libc): Likewise.
41163 [!+link] (+link-tests): Likewise.
41164 [!+link] (+link): Define in terms of $(+link-before-libc) and
41165 $(+link-after-libc).
41166 [!+link-static] (+link-static-before-libc): New variable.
41167 [!+link-static] (+link-static-after-libc): Likewise.
41168 [!+link-static] (+link-static-tests): Likewise.
41169 [!+link-static] (+link-static): Define in terms of
41170 $(+link-static-before-libc) and $(+link-static-after-libc).
41171 [build-shared] (link-libc-before-gnulib): New variable.
41172 [build-shared] (link-libc-tests): Likewise.
41173 [build-shared] (link-libc): Define in terms of
41174 $(link-libc-before-gnulib).
41175 [!build-shared] (link-libc-tests): New variable.
41176 (link-libc-static-tests): New variable.
41177 [!gnulib] (gnulib-arch): New variable.
41178 [!gnulib] (gnulib-tests): Likewise.
41179 [!gnulib] (static-gnulib-arch): Likewise.
41180 [!gnulib] (static-gnulib-tests): Likewise.
41181 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
41182 Define with "=" instead of ":=".
41183 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
41184 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
41185 * Rules (binaries-all-notests): New variable.
41186 (binaries-all-tests): Likewise.
41187 (binaries-static-notests): Likewise.
41188 (binaries-static-tests): Likewise.
41189 (binaries-all): Define using $(binaries-all-notests) and
41190 $(binaries-all-tests).
41191 (binaries-static): Define using $(binaries-static-notests) and
41192 $(binaries-static-tests).
41193 (binaries-shared-tests): New variable.
41194 (binaries-shared-notests): Likewise.
41195 (binaries-shared): Remove variable.
41196 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41197 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41198 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41199 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41200 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41201 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41202 * elf/Makefile (sln-modules): New variable.
41203 (extra-objs): Add $(sln-modules:=.o).
41204 (ldconfig-modules): Add static-stubs.
41205 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41206 * elf/static-stubs.c: New file.
41207
7a845b2c
JM
41208 [BZ #14283]
41209 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41210 by 7 not 8 to examine high bit of fractional part. Use volatile
41211 variables when splitting into final array of floats if
41212 __FLT_EVAL_METHOD__ != 0.
41213 * math/libm-test.inc (cos_test): Add another test.
41214 (sin_test): Likewise.
41215 * sysdeps/i386/fpu/libm-test-ulps: Update.
41216
e2283f38
JM
41217 [BZ #14273]
41218 * math/libm-test.inc (cosh_test): Add more tests.
41219
370ca3d2
JM
41220 * version.h (RELEASE): Set to "development".
41221 (VERSION): Set to "2.16.90".
41222
ee9247c3
CD
412232012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
41224
41225 * NEWS: Update copyright. Remove last-updated date.
41226 Mention math library bug fixes and timezone data changes.
41227 * README: Mention GNU/Hurd, x32, and HPPA support status.
41228
4648c381
TS
412292012-06-28 Thomas Schwinge <thomas@codesourcery.com>
41230
41231 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41232
aac78a43
AJ
412332012-06-27 Andreas Jaeger <aj@suse.de>
41234
41235 * manual/contrib.texi (Contributors): Add Samuel Thibault.
41236
ed3dbfad
AJ
412372012-06-25 Andreas Jaeger <aj@suse.de>
41238
41239 * sysdeps/s390/fpu/libm-test-ulps: Update.
41240
4d0ee855
AS
412412012-06-23 Andreas Schwab <schwab@linux-m68k.org>
41242 Thomas Schwinge <thomas@codesourcery.com>
41243
41244 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41245 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41246 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41247 fanotify_mark.
41248
af1bce34
TS
412492012-06-23 Thomas Schwinge <thomas@codesourcery.com>
41250
a9fa33ba
TS
41251 * sysdeps/mach/start.c: Remove file.
41252 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41253 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41254 * sysdeps/sh/init-first.c: Likewise.
41255
58f902b8
TS
41256 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41257 registers for frame unwinding purposes, add CFI directives.
41258 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41259 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41260 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41261 Likewise.
41262
1518f58b
TS
41263 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41264 __fortify_fail returning.
41265 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41266
db9b5059
TS
41267 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41268 sysdeps/sh/____longjmp_chk.S.
41269 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41270 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41271 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41272 (gen-as-const-headers): Append sigaltstack-offsets.sym.
41273
967705fe
TS
41274 * sysdeps/sh/abort-instr.h: New file.
41275 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41276 process in case exit returns.
41277
a9def8c4
TS
41278 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41279 initialize the GOT register before use.
41280
2a649725
TS
41281 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41282 calculation of ARGC > 4.
41283
af1bce34
TS
41284 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41285 meaningful names to some local labels.
41286
d230f50a
KK
412872012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41288 Kaz Kojima <kkojima@rr.iij4u.or.jp>
41289
41290 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41291 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41292 (__arch_compare_and_exchange_val_16_acq): Likewise.
41293 (__arch_compare_and_exchange_val_32_acq): Likewise.
41294 (atomic_exchange_and_add): Fix gUSA sequence.
41295 (atomic_add): Likewise.
41296 (atomic_add_negative): Likewise.
41297 (atomic_add_zero): Likewise.
41298 (atomic_bit_test_set): Likewise.
41299
0479b305
AS
413002012-06-22 Andreas Schwab <schwab@redhat.com>
41301
41302 [BZ #13579]
41303 * include/link.h (struct link_map): Add l_free_initfini.
41304 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41305 l_initfini.
41306 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41307 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41308 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41309 set.
41310
0e3933b9
CD
413112012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
41312
41313 * configure.in: Use AC_LANG_SOURCE.
41314 * configure: Regenerate.
41315
4248b1b1
RM
413162012-06-22 Roland McGrath <roland@hack.frob.com>
41317
41318 * configure.in (libc_cv_localstatedir): New substituted variable.
41319 * configure: Regenerated.
41320 * config.make.in (localstatedir): New variable, substituted from
41321 libc_cv_localstatedir.
41322 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41323 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41324 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41325 * sysdeps/gnu/configure: Regenerated.
41326
006dd861
JL
413272012-06-21 Jeff Law <law@redhat.com>
41328
41329 [BZ #14277]
41330 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41331 free. Simplify list management for _LIBC case.
41332
79662d42
JM
413332012-06-21 Joseph Myers <joseph@codesourcery.com>
41334
b7abb4bf
JM
41335 [BZ #14273]
41336 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41337 Clear sign bit of 64-bit integer value before comparing against
41338 overflow value.
41339
79662d42
JM
41340 * sysdeps/mach/configure: Regenerated.
41341
1f150908
L
413422012-06-21 H.J. Lu <hongjiu.lu@intel.com>
41343
41344 [BZ #14278]
41345 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41346
28363bbf
JL
413472012-06-21 Jeff Law <law@redhat.com>
41348
41349 [BZ #13882]
41350 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
41351 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 41352 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
41353 * elf/dl-open.c (dl_open_worker): Likewise.
41354
09615db4
CD
413552012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
41356
41357 * scripts/list-sources.sh: Scan PORTS for translations.
41358 * po/libc.pot: Regenerated.
41359
2174c6dd
AJ
413602012-06-21 Andreas Jaeger <aj@suse.de>
41361
41362 [BZ #12194]
41363 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41364 warning.
41365 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41366 * bits/byteswap-16.h (__bswap_16): Likewise.
41367 * bits/byteswap.h (__bswap_constant_16): Likewise.
41368
3ee947b1
L
413692012-06-18 H.J. Lu <hongjiu.lu@intel.com>
41370
41371 [BZ #14117]
a2f34833
L
41372 * sysdeps/i386/fpu_control.h: Removed.
41373 * sysdeps/x86_64/fpu_control.h: Moved to ...
41374 * sysdeps/x86/fpu_control.h: Here.
41375
3ee947b1
L
41376 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41377 (_FPU_SETCW): Likewise.
41378
ed1825f8
L
413792012-06-15 H.J. Lu <hongjiu.lu@intel.com>
41380
25f1282a
L
41381 [BZ #14117]
41382 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41383 * sysdeps/x86/fpu/bits/mathinline.h: This.
41384 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41385
ed1825f8
L
41386 [BZ #14050]
41387 [BZ #14117]
41388 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41389 functions if __x86_64__ is defined.
41390
36d54b74
CLT
413912012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
41392
41393 * string/endian.h: Add !__ASSEMBLER__ condition for including
41394 conversion interfaces.
41395
10285c21
JM
413962012-06-15 Joseph Myers <joseph@codesourcery.com>
41397
41398 [BZ #14241]
41399 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41400 of ABS(x) in calculating zero to negative powers other than odd
41401 integers.
41402 * math/libm-test.inc (pow_test): Add more tests.
41403
06c5abbd
AJ
414042012-06-15 Andreas Jaeger <aj@suse.de>
41405
41406 * manual/contrib.texi (Contributors): Update entry of Liubov
41407 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41408 Machado Filho.
41409
a3aeac40
CH
414102012-06-15 Cyril Hrubis <metan@ucw.cz>
41411
41412 * string/string.h: Add __wur to GNU version of strerror_r.
41413
49bdf4c1
L
414142012-06-14 H.J. Lu <hongjiu.lu@intel.com>
41415
41416 [BZ #14229]
41417 * string/Makefile (tests): Add tst-strtok_r.
41418 * string/tst-strtok_r.c: New file.
41419 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41420 RAX_LP/RDX_LP on SAVE_PTR.
41421
834f9b8d
RM
414222012-06-14 Roland McGrath <roland@hack.frob.com>
41423
41424 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41425
75fa1921
JM
414262012-06-14 Joseph Myers <joseph@codesourcery.com>
41427
41428 * libm_test.inc (csqrt_test): Allow more spurious underflow
41429 exceptions.
41430 (j0_test): Likewise.
41431 (j1_test): Likewise.
41432 (y0_test): Likewise.
41433 (y1_test): Likewise.
41434
771766df
CD
414352012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
41436
41437 * po/Makefile (libc.pot): Use UTF-8 charset.
41438
ceb9e56b
PP
414392012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
41440
41441 [BZ #14210]
41442 Suppress sign-conversion warning from FD_SET.
41443 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41444 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41445 not unsigned long int.
41446 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41447
ddb28975
L
414482012-06-12 H.J. Lu <hongjiu.lu@intel.com>
41449
41450 [BZ #14050]
41451 [BZ #14117]
41452 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41453 __extern_always_inline instead of __extern_inline.
41454 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41455 (__signbit): Likewise.
41456 (__signbitl): Support C++ namespace.
41457 (lrintf): New inline function.
41458 (lrint): Likewise.
41459 (llrintf): Likewise.
41460 (llrint): Likewise.
41461 (fmaxf): Likewise.
41462 (fmax): Likewise.
41463 (fminf): Likewise.
41464 (fmin): Likewise.
41465 (rint): Likewise.
41466 (rintf): Likewise.
41467 (ceil): Likewise.
41468 (ceilf): Likewise.
41469 (floor): Likewise.
41470 (floorf): Likewise.
41471 (nearbyint): Likewise.
41472 (nearbyintf): Likewise.
41473
d7b4fb26
TS
414742012-06-12 Thomas Schwinge <thomas@codesourcery.com>
41475
41476 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41477 non-default versions.
41478
eb55f5c2
RM
414792012-06-11 Roland McGrath <roland@hack.frob.com>
41480
41481 [BZ #14218]
41482 * manual/argp.texi (Argp): Reword argp_parse description slightly.
41483
366af02c
TS
414842012-06-09 Thomas Schwinge <thomas@codesourcery.com>
41485
99ff6e5c
TS
41486 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41487 (FE_UPWARD, FE_DOWNWARD): Don't define.
41488 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41489 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41490
366af02c
TS
41491 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41492 reading it.
41493 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41494 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41495
793ea851
KK
414962012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
41497
41498 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41499 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41500 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41501 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41502
a728a38f
L
415032012-06-06 H.J. Lu <hongjiu.lu@intel.com>
41504
41505 [BZ #14117]
c08010c7
L
41506 * sysdeps/i386/fpu/bits/fenv.h: Removed.
41507 * sysdeps/i386/fpu/Implies: New file.
41508 * sysdeps/x86_64/fpu/Implies: Likewise.
41509 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41510 * sysdeps/x86/fpu/bits/fenv.h: This.
41511
a728a38f
L
41512 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41513 __SSE_MATH__.
41514
6e230d11
SP
415152012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
41516
41517 [BZ #14134]
41518 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41519 character 0xffff that matches the last element of the
41520 conversion table.
41521
1b671feb
AZ
415222012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41523
41524 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41525 fmodl commit.
41526
6043738b
AZ
415272012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41528
41529 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41530 values higher than 25.6283.
41531
34ae0b32
AZ
415322012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41533
41534 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41535 subnormal exponent extraction and add some __builtin_expect.
41536 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41537 Fix for subnormal mantissa calculation.
41538
1214ec8f
MF
415392012-06-04 Mike Frysinger <vapier@gentoo.org>
41540
41541 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41542 cpu2 is -1 and errno is not ENOSYS.
41543
f3d1f93c
L
415442012-06-04 H.J. Lu <hongjiu.lu@intel.com>
41545
41546 [BZ #14117]
0e4a3cd7
L
41547 * sysdeps/i386/i486/bits/string.h: Renamed to ...
41548 * sysdeps/x86/bits/string.h: This.
41549 * sysdeps/x86_64/bits/string.h: Removed.
41550
6704c645
L
41551 * sysdeps/i386/i486/bits/string.h: Define inline functions only
41552 if not compiling for x86-64, but compiling for >= i486.
41553
48495318
L
41554 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41555 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41556
14adcbfc
L
41557 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41558 New macro from Linux kernel 3.4.0.
41559 (FP_XSTATE_MAGIC2): Likewise.
41560 (FP_XSTATE_MAGIC2_SIZE): Likewise.
41561 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41562 (struct _fpx_sw_bytes): New struct.
41563 (struct _xsave_hdr): Likewise.
41564 (struct _ymmh_state): Likewise.
41565 (struct _xstate): Likewise.
41566
68e408ab
L
41567 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41568 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41569 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41570 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41571 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41572 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41573
f3d1f93c
L
41574 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41575 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41576 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41577 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41578 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41579 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41580
d9dc34cd
TMQMF
415812012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
41582
41583 [BZ #13743]
41584 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41585 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41586 (sysdep_headers): Include sys/platform/ppc.h.
41587 * sysdeps/powerpc/test-gettimebase.c: Test for
41588 __ppc_get_timebase() to catch future ISA opcode/insn changes.
41589 * manual/Makefile (appendices): Include platform.texi.
41590 * manual/contrib.texi (Contributors): Update @node pointers.
41591 * manual/maint.texi (Maintenance): Likewise.
41592 (Platform): New node.
41593 * manual/platform.texi: New file. Document the new features.
41594
4af3879c
SP
415952012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
41596 Jakub Jelinek <jakub@redhat.com>
41597
41598 [BZ #14188]
41599 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41600 where __builtin_expect is unavailable.
41601
2fd6ff13
DM
416022012-06-03 David S. Miller <davem@davemloft.net>
41603
41604 * stdlib/longlong.h: Updated from GCC.
41605
173f7220
AS
416062012-06-02 Andreas Schwab <schwab@linux-m68k.org>
41607
41608 [BZ #14042]
41609 * sysdeps/powerpc/powerpc32/mcount.c: New file.
41610 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41611 __mcount_internal.
41612 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41613 (GLIBC_2.16): Likewise.
41614
f34a1c6f
L
416152012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41616
41617 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41618
88a4576f
JM
416192012-06-01 Joseph Myers <joseph@codesourcery.com>
41620
ea32bcdd
JM
41621 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41622 (default-abi): New variable.
41623 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41624 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41625 variable.
41626 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41627 Likewise.
41628 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41629 Likewise.
41630 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41631 Likewise.
41632
88a4576f
JM
41633 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41634 definition. Document in comment.
41635
402fe938
DM
416362012-06-01 David S. Miller <davem@davemloft.net>
41637
41638 * stdlib/longlong.h: Updated from GCC.
41639
3553723f
L
416402012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41641
41642 [BZ #14117]
3bd872c4
L
41643 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41644 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41645 sys/debugreg.h sys/io.h here.
41646 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41647 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41648 sys/io.h.
41649 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41650 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41651 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41652 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41653 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41654 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41655
3553723f
L
41656 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41657 Define only if __x86_64__ is defined.
41658
4842e4fe
JM
416592012-06-01 Joseph Myers <joseph@codesourcery.com>
41660
c5bfe3d5
JM
41661 [BZ #14048]
41662 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41663 Use int64_t for variable i.
41664 * math/libm-test.inc (fmod_test): Add more tests.
41665
4842e4fe
JM
41666 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41667 z computation is not scheduled after fetestexcept.
41668 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41669 Use math_force_eval instead of asm to ensure calculation scheduled
41670 before exception test.
41671 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41672 Ensure a1 + u.d computation is not scheduled after fetestexcept.
41673
efb73488
AJ
416742012-06-01 Aurelien Jarno <aurelien@aurel32.net>
41675
41676 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41677 computation is not scheduled after fetestexcept.
41678
29bcce7c
L
416792012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41680
41681 [BZ #14117]
41682 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41683 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41684
73a68f94
AZ
416852012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41686
41687 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41688 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41689
67b6df78
L
416902012-05-31 H.J. Lu <hongjiu.lu@intel.com>
41691
edf2933a 41692 [BZ #14117]
ebc64a18
L
41693 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41694 <bits/wordsize.h>.
41695 (__WCHAR_MIN): Support __WORDSIZE == 64.
41696 (__WCHAR_MAX): Likewise.
41697
edf2933a
L
41698 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41699 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41700
57c6cf40
L
41701 [BZ #14183]
41702 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41703 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41704
67b6df78 41705 [BZ #14117]
8eb6281e
L
41706 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41707 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41708
aac639f4
L
41709 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41710 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41711
67b6df78
L
41712 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41713 Defined to 1 if __x86_64__ isn't defined.
41714 (_STAT_VER_LINUX_OLD): New.
41715 (st_atime): Remove duplicate.
41716 (st_mtime): Likewise.
41717 (st_ctime): Likewise.
41718
1c2cfe81
DM
417192012-05-31 David S. Miller <davem@davemloft.net>
41720
41721 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41722 entries.
41723
5be8418c
AS
417242012-06-01 Andreas Schwab <schwab@linux-m68k.org>
41725
e7725326
AS
41726 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41727 gen-libm-test.pl.
41728
5be8418c
AS
41729 [BZ #14132]
41730 * elf/dl-reloc.c: Include <_itoa.h>.
41731 (_dl_reloc_bad_type): Remove use of INTUSE.
41732 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41733 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41734 * stdio-common/psiginfo.c (psiginfo): Likewise.
41735 * stdio-common/psignal.c (psignal): Likewise.
41736 * string/strsignal.c (strsignal): Likewise.
41737 * include/signal.h (_sys_siglist): Declare hidden proto.
41738 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
41739 INTVARDEF with libc_hidden_data_def.
41740 * stdio-common/itoa-udigits.c: Likewise.
41741 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41742 (_itoa_lower_digits_internal): Remove declaration.
41743 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41744 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41745 (_sys_sigabbrev_internal): Remove aliases.
41746 (_sys_siglist): Define hidden alias.
41747
507352f1
MT
417482012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
41749
41750 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41751 bits/sysctl.h.
41752
42bbb1c3
L
417532012-05-31 H.J. Lu <hongjiu.lu@intel.com>
41754
41755 [BZ #14117]
6bd784b6
L
41756 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41757 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41758
8bca20f0
L
41759 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41760 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41761 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41762 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41763 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41764 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41765
f9e890a9
L
41766 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41767 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41768 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41769
471101a1
L
41770 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41771 with __addr.
41772 (insw): Likewise.
41773 (insl): Likewise.
41774 (outsb): Likewise.
41775 (outsw): Likewise.
41776 (outsl): Likewise.
41777
6451c862
L
41778 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41779 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41780 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41781
a254b8c9
L
41782 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41783 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41784 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41785 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41786 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41787 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41788
b8dfdd92
L
41789 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41790 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41791
578cd270
L
41792 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41793 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41794
de662f5f
L
41795 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41796 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41797 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41798
25653439
L
41799 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41800 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41801 to ...
41802 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41803
6bad24a0
L
41804 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41805 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41806 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41807
42bbb1c3
L
41808 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41809 for x86-64.
41810 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41811
2d10d547
JM
418122012-05-31 Joseph Myers <joseph@codesourcery.com>
41813
41814 * math/math.h (M_El): Use two more decimal places.
41815 (M_LOG2El): Likewise.
41816 (M_LOG10El): Likewise.
41817 (M_LN2l): Likewise.
41818 (M_LN10l): Likewise.
41819 (M_PIl): Likewise.
41820 (M_PI_2l): Likewise.
41821 (M_PI_4l): Likewise.
41822 (M_1_PIl): Likewise.
41823 (M_2_PIl): Likewise.
41824 (M_2_SQRTPIl): Likewise.
41825 (M_SQRT2l): Likewise.
41826 (M_SQRT1_2l): Likewise.
41827
f230c29b
DM
418282012-05-31 David S. Miller <davem@davemloft.net>
41829
41830 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41831 values between float registers.
41832 * sysdeps/sparc/sparc64/memset.S: Likewise.
41833 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41834
fed806c3
MF
418352012-05-31 Mike Frysinger <vapier@gentoo.org>
41836
41837 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41838 -D_FORTIFY_SOURCE=1.
41839 (CPPFLAGS-tst-longjmp_chk.c): Define.
41840 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41841 (CPPFLAGS-tst-longjmp_chk2.c): Define.
41842 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41843 CFLAGS-tst-wchar-h.c.
41844
30917259
MP
418452012-05-31 Marek Polacek <polacek@redhat.com>
41846
41847 [BZ #14132]
41848 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41849 __endmntent_internal): Remove declaration.
41850 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41851 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41852 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41853
1c58d5dc
DM
418542012-05-30 David S. Miller <davem@davemloft.net>
41855
41856 * sysdeps/sparc/sparc32/soft-fp/q_util.c
41857 (___Q_simulate_exceptions): Use real FP ops rather than writing
41858 into the %fsr.
41859 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41860 Likewise.
41861
7dc00e0d
L
418622012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41863
41864 [BZ #14117]
0bd53985
L
41865 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41866 * sysdeps/x86/bits/xtitypes.h: This.
41867
3a257e66
L
41868 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41869 * sysdeps/x86/bits/wordsize.h: This.
41870
62f62904
L
41871 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41872 * sysdeps/x86/bits/huge_vall.h: This.
41873
404fe9d9
L
41874 * sysdeps/i386/bits/select.h: Removed.
41875 * sysdeps/x86_64/bits/select.h: Renamed to ...
41876 * sysdeps/x86/bits/select.h: This.
41877
d48d0446
L
41878 * sysdeps/i386/bits/setjmp.h: Removed.
41879 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41880 * sysdeps/x86/bits/setjmp.h: This.
41881
7dc00e0d
L
41882 * sysdeps/i386/bits/mathdef.h: Removed.
41883 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41884 * sysdeps/x86/bits/mathdef.h: This.
41885
03277f8f
AS
418862012-05-30 Andreas Schwab <schwab@linux-m68k.org>
41887
41888 [BZ #14132]
41889 * include/sys/socket.h (__connect_internal)
41890 (__libc_sa_len_internal): Remove declaration.
41891 (__connect, __libc_sa_len): Declare hidden_proto.
41892 (SA_LEN): Remove use of INTUSE.
41893 * socket/connect.c: Add libc_hidden_def.
41894 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41895 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41896 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41897 alias.
41898 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41899 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41900 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41901 of adding _internal alias.
41902
13764867
L
419032012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41904
41905 [BZ #14117]
6bd97696
L
41906 * sysdeps/i386/bits/link.h: Removed.
41907 * sysdeps/i386/bits/linkmap.h: Likewise.
41908 * sysdeps/x86_64/bits/link.h: Renamed to ...
41909 * sysdeps/x86/bits/link.h: This.
41910 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41911 * sysdeps/x86/bits/linkmap.h: This.
41912
f726f0bb
L
41913 * sysdeps/i386/bits/endian.h: Removed.
41914 * sysdeps/x86_64/bits/endian.h: Renamed to ...
41915 * sysdeps/x86/bits/endian.h: This.
41916
13764867
L
41917 * sysdeps/i386/bits/byteswap.h: Removed.
41918 * sysdeps/i386/bits/byteswap-16.h: Likewise.
41919 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41920 * sysdeps/x86/bits/byteswap.h: This.
41921 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41922 * sysdeps/x86/bits/byteswap-16.h: This.
41923 * sysdeps/i386/Implies: Add x86.
41924 * sysdeps/x86_64/Implies: Likewise.
41925
ae251b0b
DM
419262012-05-30 David S. Miller <davem@davemloft.net>
41927
41928 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41929 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41930 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41931 (FP_TRAPPING_EXCEPTIONS): Define.
41932 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41933 (FP_TRAPPING_EXCEPTIONS): Define.
41934 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41935 subnormals only when inexact has been signalled or underflow
41936 exceptions are enabled.
41937 (_FP_PACK_CANONICAL): Likewise.
41938
d5c90867
L
419392012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41940
41941 [BZ #14183]
41942 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41943 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41944
63f1549e
RH
419452012-05-30 Richard Henderson <rth@twiddle.net>
41946
8d8f2279
RH
41947 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41948 with #ifndef NOT_IN_libc.
41949
63f1549e
RH
41950 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
41951 marked to avoid plt entry.
41952
0ab0291b
L
419532012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41954
41955 [BZ #14112]
41956 * Makeconfig (default-abi): New macro.
41957 (abi-includes): Likewise.
41958 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
41959 $(abi-$(default-abi)-lib-soname) for soname if defined.
41960 ($(common-objpfx)gnu/lib-names.stmp): Generate from
41961 abi-variants.
41962 * Makefile (installed-stubs): Likewise.
41963 * include/stubs-biarch.h: Removed.
41964 * scripts/lib-names.awk: Only handle one library at a time.
41965 * scripts/soversions.awk: Remove WORDSIZE support.
41966 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41967 entries.
41968 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41969 Removed.
41970 (syscall-list-default-condition): Likewise.
41971 (syscall-list-default-condition): Likewise.
41972 (syscall-list-includes): Likewise.
41973 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41974 syscall-list-* with abi-*. Handle undefined abi-variants.
41975 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41976 * sysdeps/unix/sysv/linux/i386/Implies: New file.
41977 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41978 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41979 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41980 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41981 Removed.
41982 (syscall-list-32-options): Likewise.
41983 (syscall-list-32-condition): Likewise.
41984 (syscall-list-64-options): Likewise.
41985 (syscall-list-64-condition): Likewise.
41986 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41987 macro.
41988 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41989 Renamed to ...
41990 (abi-*): This.
41991 (abi-64-ld-soname): New macro.
41992 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41993 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41994 Renamed to ...
41995 (abi-*): This.
41996 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41997 * sysdeps/x86_64/x32/shlib-versions: Likewise.
41998
4da0431d
JM
419992012-05-30 Joseph Myers <joseph@codesourcery.com>
42000
3a85279c
JM
42001 * sysdeps/unix/sysv/linux/kernel-features.h
42002 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42003 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42004 include <kernel-features.h>.
42005 [!__NR_ftruncate64]: Remove conditional code.
42006 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42007 [__NR_ftruncate64]: Make code unconditional.
42008 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42009 * sysdeps/unix/sysv/linux/truncate64.c: Do not
42010 include <kernel-features.h>.
42011 [!__NR_ftruncate64]: Remove conditional code.
42012 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42013 [__NR_ftruncate64]: Make code unconditional.
42014 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42015 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42016 include <kernel-features.h>.
42017 [!__NR_ftruncate64]: Remove conditional code.
42018 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42019 [__NR_ftruncate64]: Make code unconditional.
42020 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42021 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42022 include <kernel-features.h>.
42023 [!__NR_ftruncate64]: Remove conditional code.
42024 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42025 [__NR_ftruncate64]: Make code unconditional.
42026 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42027
4da0431d
JM
42028 * configure.in (libc_cv_fpie): Weaken to a compile test using
42029 LIBC_TRY_CC_OPTION.
42030 * configure: Regenerated.
42031
11ef492c
AK
420322012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
42033
42034 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42035 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42036 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42037 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42038 Refreshed.
42039 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42040 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42041 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42042 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42043 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42044 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42045 Refreshed.
42046
d66ef399
DM
420472012-05-27 David S. Miller <davem@davemloft.net>
42048
42049 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42050 (___Q_zero): New.
42051 (__Q_simulate_exceptions): Return void. Change to simulate
42052 exceptions by writing into the %fsr.
42053 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42054 (__Qp_handle_exceptions): Likewise.
42055 (numbers): Delete.
42056 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42057 __Qp_handle_exceptions.
42058 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42059 __Qp_handle_exceptions.
42060 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42061 as unused and give dummy FP_RND_NEAREST initializer.
42062 (FP_INHIBIT_RESULTS): Define.
42063 (___Q_simulate_exceptions): Update declaration.
42064 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42065 formatting.
42066 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42067 as unused and give dummy FP_RND_NEAREST initializer.
42068 (__Qp_handle_exceptions): Update declaration.
42069 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42070 formatting.
42071
04fb54b5
TS
420722012-05-27 Thomas Schwinge <thomas@codesourcery.com>
42073
42074 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42075 the temporary FPU control word.
42076 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42077 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42078 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42079 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42080 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42081 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42082 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42083 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42084 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42085 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42086 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42087
3f99608f
KK
420882012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
42089
42090 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42091 fields.
42092
65a4de4e
CLT
420932012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
42094
42095 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42096 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42097 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42098 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42099 Likewise.
42100 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42101 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42102 Likewise.
42103
15749d40
UD
421042012-05-27 Ulrich Drepper <drepper@gmail.com>
42105
42106 * po/h.po: Update from translation team.
42107
25dbcb27
AS
421082012-05-26 Andreas Schwab <schwab@linux-m68k.org>
42109
3d3f8e55
AS
42110 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42111
25dbcb27
AS
42112 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42113 handling of denormals.
42114 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42115 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42116 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42117 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42118 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42119 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42120 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42121 Likewise.
42122
7ad47a80 421232012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
42124
42125 [BZ #14152]
42126 * math/libm-test.inc (fma_test): Don't always expect underflow
42127 exception.
42128
9c6ea9fa
SP
421292012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
42130
42131 [BZ #12416]
42132 * elf/tst-execstack.c: Include stackinfo.h.
42133 (do_test): Adjust test case to ensure that pthread_getattr_np
42134 behaviour remains the same after marking stack executable.
42135
a8239222
JM
421362012-05-25 Joseph Myers <joseph@codesourcery.com>
42137
42138 * sysdeps/unix/sysv/linux/kernel-features.h
42139 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42140 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42141 kernel-features.h.
42142 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42143 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42144 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42145 kernel-features.h.
42146 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42147 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42148
918b5606
L
421492012-05-25 H.J. Lu <hongjiu.lu@intel.com>
42150
42151 * configure.in: Define the default includes to being none.
42152 * configure: Regenerated.
42153
3a097cc7
RM
421542012-05-25 Roland McGrath <roland@hack.frob.com>
42155
8422c9a5
RM
42156 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42157 * sysdeps/x86_64/setjmp.S: Likewise.
42158 * sysdeps/i386/bsd-setjmp.S: Likewise.
42159 * sysdeps/i386/bsd-_setjmp.S: Likewise.
42160 * sysdeps/i386/setjmp.S: Likewise.
42161 * sysdeps/i386/__longjmp.S: Likewise.
42162 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42163 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42164
3a097cc7
RM
42165 * include/stap-probe.h: New file.
42166 * configure.in: Handle --enable-systemtap.
42167 * configure: Regenerated.
42168 * config.h.in (USE_STAP_PROBE): New #undef.
42169 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42170 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42171 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42172
21708942
JM
421732012-05-25 Joseph Myers <joseph@codesourcery.com>
42174
42175 [BZ #13717]
42176 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42177 to 2.4.0 where earlier.
42178 * sysdeps/unix/sysv/linux/configure: Regenerated.
42179 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42180 <kernel-features.h>.
42181 [__ASSUME_32BITUIDS]: Make code unconditional.
42182 [!__ASSUME_32BITUIDS]: Remove conditional code.
42183 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42184 <kernel-features.h>.
42185 [__ASSUME_32BITUIDS]: Make code unconditional.
42186 [!__ASSUME_32BITUIDS]: Remove conditional code.
42187 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42188 [__ASSUME_32BITUIDS]: Make code unconditional.
42189 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42190 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42191 <kernel-features.h>.
42192 [__ASSUME_32BITUIDS]: Make code unconditional.
42193 [!__ASSUME_32BITUIDS]: Remove conditional code.
42194 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42195 <kernel-features.h>.
42196 [__ASSUME_32BITUIDS]: Make code unconditional.
42197 [!__ASSUME_32BITUIDS]: Remove conditional code.
42198 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42199 <kernel-features.h>.
42200 [__ASSUME_32BITUIDS]: Make code unconditional.
42201 [!__ASSUME_32BITUIDS]: Remove conditional code.
42202 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42203 <kernel-features.h>.
42204 [__ASSUME_32BITUIDS]: Make code unconditional.
42205 [!__ASSUME_32BITUIDS]: Remove conditional code.
42206 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42207 <kernel-features.h>.
42208 [__ASSUME_32BITUIDS]: Make code unconditional.
42209 [!__ASSUME_32BITUIDS]: Remove conditional code.
42210 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42211 <kernel-features.h>.
42212 [__ASSUME_32BITUIDS]: Make code unconditional.
42213 [!__ASSUME_32BITUIDS]: Remove conditional code.
42214 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42215 <kernel-features.h>.
42216 [__ASSUME_32BITUIDS]: Make code unconditional.
42217 [!__ASSUME_32BITUIDS]: Remove conditional code.
42218 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42219 <kernel-features.h>.
42220 [__ASSUME_32BITUIDS]: Make code unconditional.
42221 [!__ASSUME_32BITUIDS]: Remove conditional code.
42222 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42223 <kernel-features.h>.
42224 [__ASSUME_32BITUIDS]: Make code unconditional.
42225 [!__ASSUME_32BITUIDS]: Remove conditional code.
42226 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42227 <kernel-features.h>.
42228 [__ASSUME_32BITUIDS]: Make code unconditional.
42229 [!__ASSUME_32BITUIDS]: Remove conditional code.
42230 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42231 <kernel-features.h>.
42232 [__NR_setresgid] (__setresgid): Do not declare.
42233 [__ASSUME_32BITUIDS]: Make code unconditional.
42234 [!__ASSUME_32BITUIDS]: Remove conditional code.
42235 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42236 <kernel-features.h>.
42237 [__NR_setresuid] (__setresuid): Do not declare.
42238 [__ASSUME_32BITUIDS]: Make code unconditional.
42239 [!__ASSUME_32BITUIDS]: Remove conditional code.
42240 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42241 <kernel-features.h>.
42242 [__ASSUME_32BITUIDS]: Make code unconditional.
42243 [!__ASSUME_32BITUIDS]: Remove conditional code.
42244 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42245 <kernel-features.h>.
42246 [__ASSUME_32BITUIDS]: Make code unconditional.
42247 [!__ASSUME_32BITUIDS]: Remove conditional code.
42248 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42249 <kernel-features.h>.
42250 [__ASSUME_32BITUIDS]: Make code unconditional.
42251 [!__ASSUME_32BITUIDS]: Remove conditional code.
42252 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42253 <kernel-features.h>.
42254 [__ASSUME_32BITUIDS]: Make code unconditional.
42255 [!__ASSUME_32BITUIDS]: Remove conditional code.
42256 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42257 <kernel-features.h>.
42258 [__ASSUME_32BITUIDS]: Make code unconditional.
42259 [!__ASSUME_32BITUIDS]: Remove conditional code.
42260 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42261 <kernel-features.h>.
42262 [__ASSUME_32BITUIDS]: Make code unconditional.
42263 [!__ASSUME_32BITUIDS]: Remove conditional code.
42264 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42265 <kernel-features.h>.
42266 [__ASSUME_32BITUIDS]: Make code unconditional.
42267 [!__ASSUME_32BITUIDS]: Remove conditional code.
42268 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42269 <kernel-features.h>.
42270 [__ASSUME_32BITUIDS]: Make code unconditional.
42271 [!__ASSUME_32BITUIDS]: Remove conditional code.
42272 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42273 <kernel-features.h>.
42274 [__ASSUME_32BITUIDS]: Make code unconditional.
42275 [!__ASSUME_32BITUIDS]: Remove conditional code.
42276 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42277 <kernel-features.h>.
42278 [__ASSUME_32BITUIDS]: Make code unconditional.
42279 [!__ASSUME_32BITUIDS]: Remove conditional code.
42280 * sysdeps/unix/sysv/linux/kernel-features.h
42281 (__ASSUME_SETRESUID_SYSCALL): Remove.
42282 (__ASSUME_SETRESGID_SYSCALL): Likewise.
42283 (__ASSUME_32BITUIDS): Likewise.
42284 (__ASSUME_LDT_WORKS): Likewise.
42285 (__ASSUME_O_DIRECTORY): Likewise.
42286 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42287 architecture but not kernel version.
42288 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42289 (__ASSUME_MMAP2_SYSCALL): Likewise.
42290 (__ASSUME_STAT64_SYSCALL): Likewise.
42291 (__ASSUME_IPC64): Likewise.
42292 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42293 <kernel-features.h>.
42294 [__ASSUME_32BITUIDS]: Make code unconditional.
42295 [!__ASSUME_32BITUIDS]: Remove conditional code.
42296 * sysdeps/unix/sysv/linux/opendir.c: Do not include
42297 <kernel-features.h>.
42298 [__ASSUME_O_DIRECTORY]: Make code unconditional.
42299 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42300 132096]: Remove conditional code.
42301 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42302 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42303 <kernel-features.h>.
42304 [__ASSUME_32BITUIDS]: Make code unconditional.
42305 [!__ASSUME_32BITUIDS]: Remove conditional code.
42306 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42307 <kernel-features.h>.
42308 [__ASSUME_32BITUIDS]: Make code unconditional.
42309 [!__ASSUME_32BITUIDS]: Remove conditional code.
42310 * sysdeps/unix/sysv/linux/setegid.c: Do not include
42311 <kernel-features.h>.
42312 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42313 unconditional.
42314 (__setresgid): Do not declare.
42315 [__ASSUME_32BITUIDS]: Make code unconditional.
42316 [!__ASSUME_32BITUIDS]: Remove conditional code.
42317 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42318 <kernel-features.h>.
42319 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42320 unconditional.
42321 (__setresuid): Do not declare.
42322 [__ASSUME_32BITUIDS]: Make code unconditional.
42323 [!__ASSUME_32BITUIDS]: Remove conditional code.
42324 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42325 <kernel-features.h>.
42326 [__ASSUME_32BITUIDS]: Make code unconditional.
42327 [!__ASSUME_32BITUIDS]: Remove conditional code.
42328 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42329 <kernel-features.h>.
42330 [__ASSUME_32BITUIDS]: Make code unconditional.
42331 [!__ASSUME_32BITUIDS]: Remove conditional code.
42332
a386f1cc
RH
423332012-05-25 Richard Henderson <rth@twiddle.net>
42334
42335 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42336 dl_hwcap to ifunc resolver.
42337 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42338 elf_ifunc_invoke.
42339 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42340 dl_hwcap to ifunc resolver.
42341 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42342
b6550497
JM
423432012-05-24 Joseph Myers <joseph@codesourcery.com>
42344
42345 [BZ #14153]
42346 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42347 for |x| <= 2**-26, not 2**-57.
42348 * math/libm-test.inc (acos_test): Do not allow spurious underflow
42349 exception.
42350
b0bc23a1
JL
423512012-05-24 Jeff Law <law@redhat.com>
42352
42353 * stdio-common/Makefile (tests): Add bug25.
42354 * stdio-common/bug25.c: New test.
42355
347c92e9
L
423562012-05-24 H.J. Lu <hongjiu.lu@intel.com>
42357
42358 [BZ #13576]
42359 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42360 multiple of MALLOC_ALIGNMENT in size.
42361 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42362
6bcc8b3f
JM
423632012-05-24 Joseph Myers <joseph@codesourcery.com>
42364
42365 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42366 Require >= 256.
42367 (FILENAME_MAX): Use macro-int-constant.
42368 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
42369 (_IOFBF): Use macro-int-constant.
42370 (_IOLBF): Likewise.
42371 (_IONBF): Likewise.
42372 (SEEK_CUR): Likewise.
42373 (SEEK_END): Likewise.
42374 (SEEK_SET): Likewise.
42375 (TMP_MAX): Likewise.
42376 (EOF): Use macro-int-constant. Require < 0.
42377 (NULL): Use macro-constant. Require == 0.
42378 (stdin): Require type to be FILE *.
42379 (stdout): Likewise.
42380 (stderr): Likewise.
42381 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42382 macro-int-constant.
42383 (EXIT_SUCCESS): Likewise.
42384 (NULL): Use macro-constant. Require == 0.
42385 (RAND_MAX): Use macro-int-constant.
42386 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42387 [C99-based standards] (strtof): Require function.
42388 [C99-based standards] (strtold): Likewise.
42389 [C99-based standards] (strtoll): Likewise.
42390 [C99-based standards] (strtoull): Likewise.
42391 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42392 [ISO || ISO99 || ISO11] (limits.h): Likewise.
42393 [ISO || ISO99 || ISO11] (math.h): Likewise.
42394 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42395 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42396 [ISO || ISO99 || ISO11] (*_t): Do not allow.
42397
d18ea0c5
AS
423982012-05-24 Andreas Schwab <schwab@linux-m68k.org>
42399
42400 [BZ #14132]
56d25bb8
AS
42401 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42402 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42403 * intl/dgettext.c (DCGETTEXT): Likewise.
42404 * intl/gettext.c (DCGETTEXT): Likewise.
42405 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42406 * posix/regex_internal.h (gettext): Likewise.
42407 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42408 Remove declaration.
42409 * include/argz.h (__argz_count_internal)
42410 (__argz_stringify_internal): Remove declaration.
42411 (__argz_count, __argz_stringify): Declare hidden proto.
42412 * intl/dcgettext.c: Remove use of INTDEF.
42413 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42414 * string/argz-stringify.c: Likewise.
42415 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42416 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42417 Declare hidden proto.
d18ea0c5
AS
42418 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42419 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42420 Declare hidden proto.
42421 * include/stdio.h (__asprintf_internal): Don't declare.
42422 (__asprintf): Don't define as macro. Declare hidden proto.
42423 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42424 (__fsetlocking): Declare hidden proto.
42425 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42426 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42427 hidden proto.
42428 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42429 (_IO_setlinebuf): Remove use of INTUSE.
42430 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42431 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42432 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42433 Remove declaration.
42434 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42435 (_IO_do_flush): Remove use of INTUSE.
42436 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42437 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42438 (_IO_adjust_column, _IO_least_wmarker)
42439 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42440 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42441 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42442 (_IO_default_doallocate, _IO_wdefault_doallocate)
42443 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42444 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42445 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42446 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42447 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42448 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42449 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42450 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42451 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42452 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42453 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42454 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42455 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42456 proto.
42457 (_IO_flush_all_internal, _IO_adjust_column_internal)
42458 (_IO_default_uflow_internal, _IO_default_finish_internal)
42459 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42460 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42461 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42462 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42463 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42464 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42465 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42466 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42467 (_IO_file_close_internal, _IO_file_close_it_internal)
42468 (_IO_file_underflow_internal, _IO_file_overflow_internal)
42469 (_IO_file_init_internal, _IO_file_attach_internal)
42470 (_IO_file_fopen_internal, _IO_file_read_internal)
42471 (_IO_file_sync_internal, _IO_file_seek_internal)
42472 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42473 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42474 (_IO_str_underflow_internal, _IO_str_overflow_internal)
42475 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42476 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42477 (_IO_list_all_internal, _IO_link_in_internal)
42478 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42479 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42480 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42481 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42482 (_IO_do_write_internal, _IO_padn_internal)
42483 (_IO_getline_info_internal, _IO_getline_internal)
42484 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42485 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42486 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42487 (_IO_vfscanf_internal, _IO_vfprintf_internal)
42488 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42489 (_IO_init_internal, _IO_un_link_internal): Don't declare.
42490 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42491 with libc_hidden_ver, remove use of INTUSE.
42492 * libio/genops.c: Likewise.
42493 * libio/freopen.c: Likewise.
42494 * libio/freopen64.c: Likewise.
42495 * libio/iofclose.c: Likewise.
42496 * libio/iofdopen.c: Likewise.
42497 * libio/iofflush.c: Likewise.
42498 * libio/iofflush_u.c: Likewise.
42499 * libio/iofgets.c: Likewise.
42500 * libio/iofgets_u.c: Likewise.
42501 * libio/iofopen.c: Likewise.
42502 * libio/iofopncook.c: Likewise.
42503 * libio/iofread.c: Likewise.
42504 * libio/iofread_u.c: Likewise.
42505 * libio/ioftell.c: Likewise.
42506 * libio/iofwrite.c: Likewise.
42507 * libio/iogetline.c: Likewise.
42508 * libio/iogets.c: Likewise.
42509 * libio/iogetwline.c: Likewise.
42510 * libio/iopadn.c: Likewise.
42511 * libio/iopopen.c: Likewise.
42512 * libio/ioseekoff.c: Likewise.
42513 * libio/ioseekpos.c: Likewise.
42514 * libio/iosetbuffer.c: Likewise.
42515 * libio/iosetvbuf.c: Likewise.
42516 * libio/ioungetc.c: Likewise.
42517 * libio/ioungetwc.c: Likewise.
42518 * libio/iovdprintf.c: Likewise.
42519 * libio/iovsprintf.c: Likewise.
42520 * libio/iovsscanf.c: Likewise.
42521 * libio/memstream.c: Likewise.
42522 * libio/obprintf.c: Likewise.
42523 * libio/oldfileops.c: Likewise.
42524 * libio/oldiofclose.c: Likewise.
42525 * libio/oldiofdopen.c: Likewise.
42526 * libio/oldiofopen.c: Likewise.
42527 * libio/oldiopopen.c: Likewise.
42528 * libio/oldstdfiles.c: Likewise.
42529 * libio/putc.c: Likewise.
42530 * libio/setbuf.c: Likewise.
42531 * libio/setlinebuf.c: Likewise.
42532 * libio/stdfiles.c: Likewise.
42533 * libio/strops.c: Likewise.
42534 * libio/vasprintf.c: Likewise.
42535 * libio/vscanf.c: Likewise.
42536 * libio/vsnprintf.c: Likewise.
42537 * libio/vswprintf.c: Likewise.
42538 * libio/wfiledoalloc.c: Likewise.
42539 * libio/wfileops.c: Likewise.
42540 * libio/wgenops.c: Likewise.
42541 * libio/wmemstream.c: Likewise.
42542 * libio/wstrops.c: Likewise.
42543 * libio/__fpurge.c: Likewise.
42544 * libio/__fsetlocking.c: Likewise.
42545 * assert/assert.c: Likewise.
42546 * debug/fgets_chk.c: Likewise.
42547 * debug/fgets_u_chk.c: Likewise.
42548 * debug/fread_chk.c: Likewise.
42549 * debug/fread_u_chk.c: Likewise.
42550 * debug/gets_chk.c: Likewise.
42551 * debug/obprintf_chk.c: Likewise.
42552 * debug/vasprintf_chk.c: Likewise.
42553 * debug/vdprintf_chk.c: Likewise.
42554 * debug/vsnprintf_chk.c: Likewise.
42555 * debug/vsprintf_chk.c: Likewise.
42556 * malloc/mtrace.c: Likewise.
42557 * misc/error.c: Likewise.
42558 * misc/syslog.c: Likewise.
42559 * stdio-common/asprintf.c: Likewise.
42560 * stdio-common/fxprintf.c: Likewise.
42561 * stdio-common/getw.c: Likewise.
42562 * stdio-common/isoc99_fscanf.c: Likewise.
42563 * stdio-common/isoc99_scanf.c: Likewise.
42564 * stdio-common/isoc99_vfscanf.c: Likewise.
42565 * stdio-common/isoc99_vscanf.c: Likewise.
42566 * stdio-common/isoc99_vsscanf.c: Likewise.
42567 * stdio-common/printf-prs.c: Likewise.
42568 * stdio-common/printf_fp.c: Likewise.
42569 * stdio-common/printf_fphex.c: Likewise.
42570 * stdio-common/printf_size.c: Likewise.
42571 * stdio-common/putw.c: Likewise.
42572 * stdio-common/scanf.c: Likewise.
42573 * stdio-common/sprintf.c: Likewise.
42574 * stdio-common/tmpfile.c: Likewise.
42575 * stdio-common/vfprintf.c: Likewise.
42576 * stdio-common/vfscanf.c: Likewise.
42577 * stdlib/strfmon_l.c: Likewise.
42578 * sunrpc/openchild.c: Likewise.
42579 * sunrpc/xdr_stdio.c: Likewise.
42580 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42581 * sysdeps/mach/hurd/tmpfile.c: Likewise.
42582
d6c33fda
RM
425832012-05-24 Roland McGrath <roland@hack.frob.com>
42584
c1487492
RM
42585 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42586
42587 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42588 in the third column, to generate for the shared library an IFUNC
42589 that uses _dl_vdso_vsym.
42590 * Makerules (COMPILE.c, compile-stdin.c): New variables.
42591 * Makeconfig (object-suffixes-noshared): New variable.
42592
42593 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42594 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42595 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42596 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42597
d6c33fda
RM
42598 [BZ #14132]
42599 * include/sys/time.h (__gettimeofday): Remove macro.
42600 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42601 * time/gettimeofday.c (__gettimeofday): Remove #undef.
42602 Remove INTDEF.
42603 (__gettimeofday): Add libc_hidden_def.
42604 (gettimeofday): Add libc_hidden_weak.
42605 * sysdeps/mach/gettimeofday.c: Likewise.
42606 * sysdeps/posix/gettimeofday.c: Likewise.
42607 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42608 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42609 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42610 (__gettimeofday_internal): Remove strong_alias.
42611 (__gettimeofday): Add libc_hidden_def.
42612 (gettimeofday): Add libc_hidden_weak.
42613 * sysdeps/unix/syscalls.list (gettimeofday):
42614 Remove __gettimeofday_internal alias.
42615
b5a2bbe6
L
426162012-05-24 Daniel Jacobowitz <drow@false.org>
42617 H.J. Lu <hongjiu.lu@intel.com>
42618
42619 [BZ #12495]
42620 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42621 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42622 (largebin_index_32_big): New.
42623 (largebin_index): Use it for 16-byte alignment.
42624 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
42625 correction with front_misalign.
42626
cfba4fda
L
426272012-05-24 H.J. Lu <hongjiu.lu@intel.com>
42628
7f907421
L
42629 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42630 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42631 Likewise.
42632 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42633 Likewise.
42634 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42635 Likewise.
42636 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42637 Likewise.
42638 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42639 Likewise.
42640 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42641 Likewise.
42642 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42643 Likewise.
42644 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42645 Likewise.
42646 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42647 Likewise.
42648 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42649 Likewise.
42650 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42651 Likewise.
42652 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42653 Likewise.
42654
cfba4fda
L
42655 * scripts/data/c++-types-x32-linux-gnu.data: New file.
42656 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42657
80bad0cc
JM
426582012-05-24 Joseph Myers <joseph@codesourcery.com>
42659
7a25eb06
JM
42660 [BZ #10846]
42661 [BZ #14036]
42662 * math/libm-test.inc (exp_test): Add test from bug 14036.
42663 (pow_test): Add test from bug 10846.
42664
795405f9
JM
42665 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42666 and other flags.
42667 (special_function): Do not include flags in test name.
42668 (parse_args): Likewise.
42669 * sysdeps/i386/fpu/libm-test-ulps: Update.
42670 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42671 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42672 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42673 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42674
80bad0cc
JM
42675 * math/gen-libm-test.pl (%beautify): Add entries for underflow
42676 exceptions.
42677 * math/libm-test.inc ("Philosophy"): Update comment about
42678 exception testing.
42679 (UNDERFLOW_EXCEPTION): New macro.
42680 (UNDERFLOW_EXCEPTION_OK): Likewise.
42681 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42682 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42683 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42684 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42685 (INVALID_EXCEPTION_OK): Update value.
42686 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42687 (OVERFLOW_EXCEPTION_OK): Likewise.
42688 (IGNORE_ZERO_INF_SIGN): Likewise.
42689 (test_exceptions): Handle underflow exceptions.
42690 (acos_test): Update for underflow exception expectations.
42691 (cexp_test): Likewise.
42692 (clog_test): Likewise.
42693 (clog10_test): Likewise.
42694 (csqrt_test): Likewise.
42695 (ctan_test): Likewise.
42696 (ctanh_test): Likewise.
42697 (exp_test): Likewise.
42698 (exp10_test): Likewise.
42699 (exp2_test): Likewise.
42700 (expm1_test): Likewise.
42701 (fma_test): Likewise.
42702 (j0_test): Likewise.
42703 (jn_test): Likewise.
42704 (nexttoward_test): Likewise.
42705 (pow_test): Likewise.
42706 (scalbn_test): Likewise.
42707 (scalbln_test): Likewise.
42708 (tan_test): Likewise.
42709 (y1_test): Likewise.
42710 * sysdeps/i386/fpu/libm-test-ulps: Update.
42711 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42712
9e0e3d0b
DM
427132012-05-23 David S. Miller <davem@davemloft.net>
42714
42715 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42716 (__libc_sigaction): Remove unused local variables.
42717
ccd0a08f
L
427182012-05-23 H.J. Lu <hongjiu.lu@intel.com>
42719
42720 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42721
62bdf9a6
PE
427222012-05-23 Paul Eggert <eggert@cs.ucla.edu>
42723
f8591f80
PE
42724 mktime: avoid signed integer overflow
42725 * time/mktime.c (__mktime_internal): Do not mishandle the case
42726 where diff == INT_MIN.
42727
94c7d826
PE
42728 mktime: simplify computation of average
42729 * time/mktime.c (ranged_convert): Use new time_t_avg function
42730 instead of rolling our own (probably-slower) code.
42731
ce73d683
PE
42732 mktime: do not assume signed right shift propagates sign bit
42733 * time/mktime.c (isdst_differ): New static function.
42734 (__mktime_internal): No need to normalize tm_isdst now.
42735 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42736 tm_isdst values.
42737
72a22e59
PE
42738 mktime: merge another wrapv change from gnulib
42739 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42740 from some compilers.
42741
68605433
PE
42742 mktime: remove incorrect attempt at unusual arithmetics
42743 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42744 The code didn't really work on such machines anyway.
42745 (TYPE_MINIMUM): Assume two's complement.
42746 (twos_complement_arithmetic): Verify that long_int and time_t
42747 are two's complement (or unsigned, in the latter case).
42748
03cf7fe3
PE
42749 mktime: check signed shifts on long_int and time_t, too
42750 * time/mktime.c (SHR): Check that shifts work as desired
42751 on the types long_int and time_t too, as SHR is used on
42752 such types.
42753
f04dfbc2
PE
42754 mktime: do not assume 'long' is wide enough
42755 * time/mktime.c (verify): Move decl up.
42756 (long_int): New type.
42757 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42758 to remove assumption in the code that 'long' is wide enough to
42759 store year values. This assumption is not true on x32 and on
42760 some non-glibc platforms.
42761
62bdf9a6
PE
42762 mktime: merge wrapv change from gnulib
42763 * time/mktime.c (WRAPV): New macro.
42764 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42765 (guess_time_tm, __mktime_internal): Do not assume that signed
42766 integer overflow wraps around; modern compilers generate code
42767 where this assumption is no longer valid.
42768
5e292e4f
L
427692012-05-23 H.J. Lu <hongjiu.lu@intel.com>
42770
42771 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42772 Replace "jmp L(pseudo_end)" with "ret".
42773 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42774 Likewise.
42775
8caf8c87
AJ
427762012-05-23 Andreas Jaeger <aj@suse.de>
42777
42778 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42779 * sysdeps/unix/sysv/linux/poll.c: Remove file.
42780
1a09dc56
AJ
427812012-05-23 Andreas Jaeger <aj@suse.de>
42782 Maximilian Attems <max@stro.at>
42783
42784 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42785 New macros.
42786
1c87aba0
L
427872012-05-23 H.J. Lu <hongjiu.lu@intel.com>
42788
42789 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42790 code so that pseudo_end is just ret and the stack pointer is
42791 correct also for static library in error case.
42792
40e45bd5
JM
427932012-05-23 Joseph Myers <joseph@codesourcery.com>
42794
c2670533
JM
42795 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42796 move to syscalls.list.
42797 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42798 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42799 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42800 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42801
40e45bd5
JM
42802 * manual/install.texi (Running make install): Do not mention Linux
42803 kernel version for which pt_chown is not needed.
42804 (Linux): Do not mention problems with nscd with 2.0 kernels.
42805 * INSTALL: Regenerated.
42806
be08eda5
AJ
428072012-05-23 Andreas Jaeger <aj@suse.de>
42808
42809 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42810 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42811 macro.
42812 * sysdeps/unix/sysv/linux/s390/bits/mman.h
42813 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42814 * sysdeps/unix/sysv/linux/sh/bits/mman.h
42815 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42816 * sysdeps/unix/sysv/linux/i386/bits/mman.h
42817 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42818 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42819 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42820 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42821 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42822 * sysdeps/unix/sysv/linux/bits/in.h
42823 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42824
a6a056bb
RM
428252012-05-22 Roland McGrath <roland@hack.frob.com>
42826
42827 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42828 (PREPARE_VERSION): Just use assert instead, it will be elided
42829 under [NDEBUG] anyway.
42830
c9009328
L
428312012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42832
42833 * sysdeps/unix/sysv/linux/Makefile: Include
42834 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 42835 (sysdep_routines): Remove sysctl.
c9009328
L
42836 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42837 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42838 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42839 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42840 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42841
73338355
AJ
428422012-05-22 Andreas Jaeger <aj@suse.de>
42843
42844 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42845 that pseudo_end is just ret and the stack pointer is correct also
42846 for static library in error case.
42847
d44638b0
PP
428482012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
42849
42850 [BZ #14122]
42851 * nss/nsswitch.c (defconfig_entries): New variable.
42852 (__nss_database_lookup): Don't leak defconfig entries.
42853 (nss_parse_service_list): Don't leak on error paths.
42854 (free_database_entries): New function.
42855 (free_defconfig): New function.
42856 (free_mem): Move common code to free_database_entries.
42857
31a39bd8
L
428582012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42859
da0331a8
L
42860 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42861 Add arch_prctl.
42862 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42863
31a39bd8
L
42864 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42865 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42866 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42867 New macro.
42868 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42869 (INTERNAL_SYSCALL_TYPES): Likewise.
42870 (LOAD_ARGS_TYPES_[1-6]): Likewise.
42871 (LOAD_REGS_TYPES_[1-6]): Likewise.
42872 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42873 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42874
45470df3
AZ
428752012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42876
42877 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42878 copysignl for GLIBC_2_0.
42879 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42880 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42881 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42882 logbl for GLIBC_2_0.
42883 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42884 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42885
98a61bcb
L
428862012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42887
a4f6e481
L
42888 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42889 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
42890
f63d5db6
L
42891 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42892 Use "neg %eax".
42893
98a61bcb
L
42894 * time/mktime.c: Update copyright years.
42895
95770f14
PE
428962012-05-22 Paul Eggert <eggert@cs.ucla.edu>
42897
6226efbd
PE
42898 mktime: merge comment-quoting-style change from gnulib
42899 * time/mktime.c: Quote 'like this' in comments.
42900 The GNU coding standards suggest that we no longer quote `like this',
42901 as "`" and "'" are typically rendered asymmetrically nowadays.
42902 The typical gnulib style is to quote 'like this' when quoting
42903 code, and "like this" when quoting English.
42904
b99e4f78
PE
42905 * time/mktime.c (compile-command): Add "-I.".
42906
643e01e6
PE
42907 mktime: merge mktime-internal.h change from gnulib
42908 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42909
2554247d
PE
42910 mktime: merge time_r change from gnulib
42911 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42912
826dd0ab
PE
42913 mktime: merge DEBUG change from gnulib
42914 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42915 case system <time.h> has a #define.
42916
bd83aabe
PE
42917 mktime: merge <sys/types.h> change from gnulib
42918 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42919 since <time.t> is now guaranteed to define time_t.
42920
95770f14
PE
42921 mktime: merge HAVE_CONFIG_H change from gnulib
42922 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42923
5e1a27a9
L
429242012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42925
0e44a77e
L
42926 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42927 Use "neg %eax".
42928
5e1a27a9
L
42929 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42930 __rlim_t cast.
42931 (struct rusage): Use anonymous union to pad each field to
42932 __syscall_slong_t.
42933
46259bec
DM
429342012-05-21 David S. Miller <davem@davemloft.net>
42935
42936 * Makefules (o-iterator): Remove .s cases.
42937 (compile-command.s): Delete.
42938 (COMPILE.s): Delete.
42939 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42940
59f0c22e
JM
429412012-05-21 Joseph Myers <joseph@codesourcery.com>
42942
42943 * configure.in (libc_cv_predef_stack_protector): Only consider
42944 "foobar" and "__stack_chk_fail" lines in libc_undefs.
42945 * configure: Regenerated.
42946
20c07380
L
429472012-05-21 H.J. Lu <hongjiu.lu@intel.com>
42948
bbb3154b
L
42949 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42950 New macro. Use R*LP on int and pointer.
42951 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
42952 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42953 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
42954 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42955
20c07380
L
42956 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42957 [__WORDSIZE_TIME64_COMPAT32] instead of
42958 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42959 (struct utmp): Likewise.
42960 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42961 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42962 Renamed to ...
42963 (__WORDSIZE_TIME64_COMPAT32): This.
42964 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42965 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42966 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42967 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42968 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42969 (__WORDSIZE_TIME64_COMPAT32): New macro.
42970
d8d1017e
AJ
429712012-05-21 Andreas Jaeger <aj@suse.de>
42972
42973 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42974 only if [SHARED]. Add prototype for __wcschr_ia32.
42975
6c7fb145
RM
429762012-05-21 Roland McGrath <roland@hack.frob.com>
42977
42978 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42979 of %rbp unmolested in the jmp_buf while mangling the low bits.
42980 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42981 unmolested high bits of %rbp while demangling the low bits.
42982 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42983
66274218
AJ
429842012-05-21 Andreas Jaeger <aj@suse.de>
42985
07c58f8f
AJ
42986 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42987 * sunrpc/svc_simple.c: Use it for registerrpc.
42988 * sunrpc/xcrypt.c: Use it for passwd2des.
42989
66274218
AJ
42990 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42991
61f65140
L
429922012-05-21 H.J. Lu <hongjiu.lu@intel.com>
42993
42994 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42995 Don't define if [__SYSCALL_WORDSIZE != 32].
42996 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42997 New macro.
42998
5fefb436
AJ
429992012-05-21 Bruno Haible <bruno@clisp.org>
43000 Andreas Jaeger <aj@suse.de>
43001
43002 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43003 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43004 inptr and inend for must_buffer_ch.
43005 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43006 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43007 * stdio-common/Makefile (tests): Remove bug15.
43008 (bug15-ENV): Remove macro.
43009 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43010 anymore.
43011
d8e272ab
AJ
430122012-05-19 Andreas Jaeger <aj@suse.de>
43013 Roland McGrath <roland@hack.frob.com>
43014
43015 * manual/contrib.texi: Completely rewritten. It contains now an
43016 alphabetical list of contributors and their contributions.
43017
4a56a162
RH
430182012-05-21 Richard Henderson <rth@twiddle.net>
43019
43020 * misc/getauxval.c (__getauxval): Use unsigned long int.
43021 * misc/sys/auxv.h: Include <sys/cdefs.h>.
43022 (getauxval): Use unsigned long int.
43023
d024d23c
L
430242012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43025
43026 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43027
cbc00a03
RM
430282012-05-21 Roland McGrath <roland@hack.frob.com>
43029
43030 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43031 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43032 __alignof__ (long double).
43033
478143fa
AZ
430342012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43035
43036 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43037
c7683a6d
RH
430382012-05-20 Richard Henderson <rth@twiddle.net>
43039
43040 * misc/getauxval.c: New file.
43041 * misc/sys/auxv.h: New file.
43042 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43043 (routines): Add getauxval.
43044 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43045 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43046 * elf/dl-sysdep.c (_dl_auxv): Remove.
43047 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43048 * elf/dl-support.c (_dl_auxv): New variable.
43049 (_dl_aux_init): Initialize it.
43050 * manual/startup.texi (Auxiliary Vector): New node.
43051 * sysdeps/generic/bits/hwcap.h: New file.
43052 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43053 * sysdeps/powerpc/sysdep.h: ... here. Include it.
43054 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43055 * sysdeps/sparc/sysdep.h: ... here. Include it.
43056 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43057 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
43058 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43059 Update.
c7683a6d
RH
43060 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43061 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43062 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43063 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43064 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43065 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43066 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43067 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43068
a6f1845d
AZ
430692012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43070
43071 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43072
cbcbe830
DM
430732012-05-19 David S. Miller <davem@davemloft.net>
43074
43075 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43076
e0b16cc2
JM
430772012-05-19 Joseph Myers <joseph@codesourcery.com>
43078
43079 [BZ #14123]
43080 * math/s_ccosh.c: Include <float.h>
43081 (__ccosh): Avoid internal overflow calculating sinh and cosh
43082 values before multiplying by sin and cos values.
43083 * math/s_ccoshf.c: Likewise.
43084 * math/s_ccoshl.c: Likewise.
43085 * math/s_csin.c: Likewise.
43086 * math/s_csinf.c: Likewise.
43087 * math/s_csinl.c: Likewise.
43088 * math/s_csinh.c: Likewise.
43089 * math/s_csinhf.c: Likewise.
43090 * math/s_csinhl.c: Likewise.
43091 * math/libm-test.inc (ccos_test): Add more tests.
43092 (ccosh_test): Likewise.
43093 (csin_test): Likewise.
43094 (csinh_test): Likewise.
43095 * sysdeps/i386/fpu/libm-test-ulps: Update.
43096 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43097
6ad13e08
L
430982012-05-19 H.J. Lu <hongjiu.lu@intel.com>
43099
f66f0ce8
L
43100 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43101 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43102
6ad13e08
L
43103 * sysdeps/x86_64/x32/_itoa.h: Add comment.
43104
b1d072a7
JM
431052012-05-19 Joseph Myers <joseph@codesourcery.com>
43106
43107 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43108 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43109 * sysdeps/powerpc/soft-fp/Versions: Likewise.
43110 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43111 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43112 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43113 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43114 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43115 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43116 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43117 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43118 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43119 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43120 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43121 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43122 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43123 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43124 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43125 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43126 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43127 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43128 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43129 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43130 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43131 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43132 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43133 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43134 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43135 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43136 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43137 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43138
9eae47cb
AJ
431392012-05-18 Andreas Jaeger <aj@suse.de>
43140
43141 * csu/.gitignore: Delete.
43142
bb07f69f
L
431432012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43144
43145 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43146 (timex): Use __syscall_slong_t.
43147
e6bdb741
AJ
431482012-05-18 Andreas Jaeger <aj@suse.de>
43149 Carlos O'Donell <carlos_odonell@mentor.com>
43150
43151 * manual/install.texi (Configuring and compiling): Update
43152 description about files modified in the source directory.
d6c33fda 43153 * INSTALL: Regenerated.
e6bdb741 43154
1b74487e
L
431552012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43156
43157 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43158 value. Use "or" to set return value to -1.
43159 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43160 negate return value.
43161
a88b64b9
TMQMF
431622012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43163
57f41c40
AS
43164 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43165 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
43166 failure if the compiler has Graphite support disabled.
43167 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43168 Likewise.
57f41c40
AS
43169 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43170 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
43171 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43172 Likewise.
43173
3707636e
L
431742012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43175
610b8622
L
43176 * sysdeps/x86_64/x32/_itoa.h: New file.
43177
7cd195df
L
43178 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43179 getdents system call only if kernel and user dirents have the
43180 same d_ino and d_off.
43181
94b07d20
L
43182 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43183 LLONG_MAX != LONG_MAX.
43184 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43185 (_fitoa_word): Likewise.
43186
18298070
L
43187 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43188 years.
43189 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43190 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43191 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43192
553c7ea4
L
43193 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43194 include <bits/wordsize.h>. Check __x86_64__ instead of
43195 __WORDSIZE.
43196 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43197 if __x86_64__ is defined. Use anonymous union on fpstate.
43198
3707636e
L
43199 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43200 anonymous union.
43201
b53ef01a
AS
432022012-05-18 Andreas Schwab <schwab@linux-m68k.org>
43203
37fb1dc0
AS
43204 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43205 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43206 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43207 Refer to _rtld_local_ro instead of _rtld_global_ro.
43208 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43209 Likewise.
43210 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43211 Likewise.
43212 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43213 Likewise.
43214 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43215 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43216 of _rtld_global, and rtld_progname instead of _dl_argv[0].
43217
b53ef01a
AS
43218 * sysdeps/powerpc/powerpc32/dl-machine.c
43219 (__elf_machine_runtime_setup) [PROF]: Don't reference
43220 _dl_prof_resolve.
43221
7a185db2
AJ
432222012-05-18 Andreas Jaeger <aj@suse.de>
43223
43224 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43225 function only available for GCCs before 3.4 since GCC 3.4
43226 introduced a builtin.
43227 (lrint): Likewise.
43228 (llrintf): Likewise.
43229 (llrint): Likewise.
43230 (fmaxf): Likewise.
43231 (fmax): Likewise.
43232 (fminf): Likewise.
43233 (fmin): Likewise.
43234 (rint): Likewise.
43235 (rintf): Likewise.
43236 (nearbyint): Likewise.
43237 (nearbyintf): Likewise.
43238 (ceil): Likewise.
43239 (ceilf): Likewise.
43240 (floor): Likewise.
43241 (floorf): Likewise.
43242
3e5aef87
L
432432012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43244
428bd707
L
43245 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43246 on both fields and cast pointer to __syscall_ulong_t.
43247
3e5aef87
L
43248 * bits/types.h (__fsword_t): New type.
43249 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43250 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43251 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43252 (__FSWORD_T_TYPE): Likewise.
43253 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43254 (__FSWORD_T_TYPE): Likewise.
43255 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43256 (__FSWORD_T_TYPE): Likewise.
43257 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43258 (__FSWORD_T_TYPE): Likewise.
43259 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43260 __SWORD_TYPE with __fsword_t.
43261 (statfs64): Likewise.
43262
1ba7c3dc
DM
432632012-05-17 David S. Miller <davem@davemloft.net>
43264
43265 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43266
59910343
AJ
432672012-05-17 Andreas Jaeger <aj@suse.de>
43268
43269 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43270 warning.
43271
2e4c1e9e
L
432722012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43273
43274 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43275
de7f5ce7
AJ
432762012-05-17 Andreas Jaeger <aj@suse.de>
43277
43278 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43279 when it is used.
43280
286abc3d
CM
432812012-05-17 Chris Metcalf <cmetcalf@tilera.com>
43282
43283 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43284
477cc68e
L
432852012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43286
43287 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43288 * sysdeps/x86_64/tst-mallocalign1.c: New file.
43289
1a0994f5
CD
432902012-05-17 Andreas Jaeger <aj@suse.de>
43291 Carlos O'Donell <carlos_odonell@mentor.com>
43292
43293 [BZ #14059]
43294 * sysdeps/x86_64/multiarch/init-arch.h
43295 (bit_YMM_Usable): Rename to...
43296 (bit_AVX_Usable): ... this.
43297 (bit_FMA4_Usable): New macro.
43298 (bit_XMM_state): New macro.
43299 (bit_YMM_state): New macro.
43300 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43301 [__ASSEMBLER__] (index_AVX_Usable): ... this.
43302 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43303 (CPUID_OSXSAVE): New macro.
43304 (CPUID_AVX): New macro.
43305 (CPUID_FMA4): New macro.
43306 (index_YMM_Usable): Rename to...
43307 (index_AVX_Usable): ... this.
43308 (HAS_AVX): Use HAS_ARCH_FEATURE.
43309 (HAS_FMA4): Likewise.
43310 (HAS_YMM_USABLE): Remove.
43311 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43312 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43313 are present.
43314 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43315 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43316 * sysdeps/x86_64/multiarch/Makefile: Likewise.
43317 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43318 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43319
0af797de
CM
433202012-05-17 Chris Metcalf <cmetcalf@tilera.com>
43321
43322 * math/libm-test.c: Support platforms without multiple rounding modes.
43323 * math/bug-nextafter.c: Support platforms without FP exceptions.
43324 * math/bug-nexttoward.c: Likewise.
43325 * math/test-fenv.c: Likewise.
43326 * math/test-misc.c: Likewise.
43327 * stdlib/bug-getcontext.c: Likewise.
43328
e39745ff
AJ
433292012-05-17 Andreas Jaeger <aj@suse.de>
43330
43331 * manual/examples/search.c (critter_cmp): Change signature to
43332 avoid warnings.
43333 * manual/string.texi (Collation Functions): Likewise.
43334
48970aba
L
433352012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43336
43337 * bits/types.h: Fold copyright years.
43338 * bits/typesizes.h: Likewise.
43339 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43340 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43341 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43342 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43343 * time/time.h: Likewise.
43344
bedee953
PP
433452012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
43346
43347 [BZ #208]
43348 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43349 in instead of returning them. Return void.
43350 (__libc_mallinfo): Accumulate over all arenas.
43351 (__malloc_stats): Adjust for change in int_mallinfo interface.
43352
61653dfb
RM
433532012-05-16 Roland McGrath <roland@hack.frob.com>
43354
30b99d79
RM
43355 [BZ #10375]
43356 * configure.in (NM): Add AC_CHECK_TOOL for it.
43357 (libc_extra_cflags): New substituted variable.
43358 Check for -fstack-protector being used implicitly.
43359 * configure: Regenerated.
43360 * config.make.in (config-extra-cflags): New variable,
43361 gets @libc_extra_cflags@.
43362 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43363
61653dfb
RM
43364 [BZ #10375]
43365 * configure.in: Check for _FORTIFY_SOURCE being predefined.
43366 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43367 * configure: Regenerated.
43368 * config.make.in (CPPUNDEFS): New substituted variable.
43369 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43370 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43371 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43372
661768bb
L
433732012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43374
43375 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43376 (mq_attr): Use __syscall_slong_t.
43377
d4261567
L
433782012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43379
43380 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43381 Check __x86_64__ instead of __WORDSIZE.
43382 (_STAT_VER_LINUX): Likewise.
43383 (stat): Check __x86_64__ instead of __WORDSIZE. Use
43384 __syscall_ulong_t and __syscall_slong_t.
43385 (stat64): Likewise.
43386
cf3ff365
L
433872012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43388
43389 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43390
76cf3e4d
L
433912012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43392
43393 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43394
a637753a
L
433952012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43396
43397 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43398 __syscall_ulong_t.
43399
d5e05119
L
43400 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43401 include <bits/wordsize.h>. Check __x86_64__ instead of
43402 __WORDSIZE.
43403 (greg_t): Use "__extension__ long long int" if __x86_64__ is
43404 defined.
43405 (mcontext_t): Replace "unsigned long" with "unsigned long long".
43406
f62ee380
L
43407 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43408 include <bits/wordsize.h>. Check __x86_64__ instead of
43409 __WORDSIZE.
43410 (user_regs_struct): Use "__extension__ unsigned long long"
43411 instead of "unsigned long" if __x86_64__ is defined.
43412 (user): Likewise. Pad after pointer field if __ILP32__ is
43413 defined.
43414
4e124ced
JM
434152012-05-16 Joseph Myers <joseph@codesourcery.com>
43416
6a3951a0
JM
43417 * configure.in (makeinfo): Require version 4.5 or later. Allow
43418 versions 5 to 9.
43419 * configure: Regenerated.
43420 * manual/install.texi (texinfo): Increase version requirement to
43421 4.5 or later.
43422 * INSTALL: Regenerated.
43423
4e124ced
JM
43424 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43425
953ca31a
L
434262012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43427
43428 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43429
617aca05
L
43430 * sysdeps/x86_64/x32/ffs.c: New file.
43431
5762f7ae
L
43432 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43433 __syscall_ulong_t.
43434 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43435 defined. Use __syscall_ulong_t.
43436 (shminfo): Use __syscall_ulong_t.
43437 (shm_info): Likewise.
43438
a26b6856
L
43439 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43440 __syscall_ulong_t.
43441
cb2b9ef7
L
43442 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43443 <bits/wordsize.h>.
43444 (msgqnum_t): Use __syscall_ulong_t.
43445 (msglen_t): Likewise.
43446 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
43447 __syscall_ulong_t.
43448
34683bb0
L
43449 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43450 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43451
84a68786
L
43452 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43453
48baa5f1
L
43454 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43455 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43456
180be88b
L
43457 * sysvipc/sys/msg.h (msgbuf): Replace long int with
43458 __syscall_slong_t.
43459
5e90c8ad
L
43460 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43461 include <bits/wordsize.h>. Check __x86_64__ instead of
43462 __WORDSIZE.
43463
23dfb58b
L
43464 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43465 "unsigned long long int" if __x86_64__ is defined.
43466 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43467
ce5d54b0
L
43468 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43469 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43470 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43471
13dc9eac
L
43472 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43473 <stdint.h>.
43474 (GET_PC): Cast to uintptr_t first.
43475 (GET_FRAME): Likewise.
43476 (GET_STACK): Likewise.
43477
a7895d15
L
43478 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43479 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43480 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43481 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43482 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43483 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43484 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43485 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43486 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43487 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43488 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43489 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43490 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43491 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43492 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43493 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43494 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43495 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43496 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43497 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43498 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43499 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43500 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43501 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43502 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43503 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43504 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43505 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43506 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43507
656416c9
AS
435082012-05-16 Andreas Schwab <schwab@linux-m68k.org>
43509
5bd66283
AS
43510 * Makerules (+depfiles): Also collect depfiles from .oS in
43511 $(extra-objs).
43512 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43513 .oS, $(libnldbl-routines)).
43514
656416c9
AS
43515 * Makerules (native-compile-mkdep-flags): Define.
43516 * sunrpc/Makefile (extra-objs): Add $(addprefix
43517 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43518 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43519 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
43520 calling $(make-target-directory).
43521
a46f2169
L
435222012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43523
43524 * bits/types.h (__snseconds_t): Removed.
43525 * time/time.h (struct timespec): Replace __snseconds_t with
43526 __syscall_slong_t.
43527 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43528 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43529 Likewise.
43530 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43531 (__SNSECONDS_T_TYPE): Likewise.
43532 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43533 (__SNSECONDS_T_TYPE): Likewise.
43534 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43535 (__SNSECONDS_T_TYPE): Likewise.
43536
6af6528b
L
435372012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43538
43539 * sysdeps/mach/hurd/bits/typesizes.h
43540 (__SYSCALL_SLONG_TYPE): New macro.
43541 (__SYSCALL_ULONG_TYPE): Likewise.
43542
de986b56
L
435432012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43544
43545 * bits/types.h (__syscall_slong_t): New type.
43546 (__syscall_ulong_t): Likewise.
43547
43548 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43549 (__SYSCALL_ULONG_TYPE): Likewise.
43550 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43551 (__SYSCALL_SLONG_TYPE): Likewise.
43552 (__SYSCALL_ULONG_TYPE): Likewise.
43553 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43554 (__SYSCALL_SLONG_TYPE): Likewise.
43555 (__SYSCALL_ULONG_TYPE): Likewise.
43556 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43557 (__SYSCALL_SLONG_TYPE): Likewise.
43558 (__SYSCALL_ULONG_TYPE): Likewise.
43559
85736dc7
L
435602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43561
43562 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43563 Add sigaltstack-offsets.sym.
43564 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43565 <sigaltstack-offsets.h>.
43566 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
43567 longjmp_msg pointer.
43568 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
43569 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43570 signal stack.
43571 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43572
cc03b296
JM
435732012-05-15 Joseph Myers <joseph@codesourcery.com>
43574
a9538892
JM
43575 * elf/stackguard-macros.h: Remove file.
43576 * sysdeps/generic/stackguard-macros.h: New file.
43577 * sysdeps/i386/stackguard-macros.h: Likewise.
43578 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43579 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43580 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43581 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43582 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43583 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43584 * sysdeps/x86_64/stackguard-macros.h: Likewise.
43585 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43586 <elf/stackguard-macros.h>.
43587
cc03b296
JM
43588 [BZ #14109]
43589 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43590 __aligned__ in attribute.
43591 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43592 (gregset_t): Likewise.
43593
93171016
L
435942012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43595
43596 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43597 * sysdeps/x86_64/64/Implies-after: Here. New file.
43598 * sysdeps/x86_64/x32/Implies-after: New file.
43599
d86813a0
L
436002012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43601
43602 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43603 and access return value for _dl_profile_fixup. Use R10_LP to
43604 load frame size.
43605
2953ec75
L
436062012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43607
43608 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43609
3b550e9e
L
436102012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43611
43612 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43613 * sysdeps/x86_64/x32/sysdep.h: New file.
43614
eda41706
L
436152012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43616
43617 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43618 * sysdeps/x86_64/setjmp.S: Likewise.
43619
9ea01d93
AZ
436202012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43621
43622 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43623 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43624 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43625 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43626 remove unused global constant.
43627
02a91938
CM
436282012-05-15 Chris Metcalf <cmetcalf@tilera.com>
43629
43630 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43631 include of <not-cancel.h>.
43632
6540185f
RM
436332012-05-15 Roland McGrath <roland@hack.frob.com>
43634
43635 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43636
509072a0
AJ
436372012-05-15 Jeff Law <law@redhat.com>
43638 Andreas Jaeger <aj@suse.de>
43639
43640 [BZ #13594]
43641 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43642 out from...
43643 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43644 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43645 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43646 code changing __hst_map_handle.map.
43647
ba75122d
RM
436482012-05-15 Roland McGrath <roland@hack.frob.com>
43649
43650 * configure.in (sysnames): Look for Implies-before and Implies-after
43651 files.
43652 * configure: Regenerated.
43653
890d8bd8
L
436542012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43655
43656 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43657 8-byte data alignment with LP_SIZE alignment.
43658
f6ee6623
L
436592012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43660
43661 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43662 into R10_LP.
43663
ea2626f6
L
436642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43665
43666 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43667
085f715e
L
436682012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43669
43670 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43671 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43672 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43673 Likewise.
43674 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43675
be8498fc
L
436762012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43677
43678 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43679 (stackinfo_sub_sp): Likewise.
43680
70bc83b9
L
436812012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43682
43683 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43684 RAX_LP.
43685
9bc0b730
L
436862012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43687
43688 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43689 into R*_LP.
43690
6d2850e7
L
436912012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43692
43693 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43694 sizes into R*_LP.
43695
3cb84561
L
436962012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43697
43698 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43699
54e2ed81
L
437002012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43701
43702 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43703 into R11_LP and load __x86_64_shared_cache_size_half into
43704 R8_LP.
43705
8a17f349
L
437062012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43707
43708 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43709 R8_LP.
43710
777b1eea
AZ
437112012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43712
43713 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43714 logb for POWER7.
43715 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43716 logbf for POWER7.
43717 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43718 logbl for POWER7.
43719 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43720 powerpc32/power7/fpu/s_logb.c via #include.
43721 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43722 powerpc32/power7/fpu/s_logbf.c via #include.
43723 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43724 powerpc32/power7/fpu/s_logbl.c via #include.
43725
d20d4ac2
JM
437262012-05-15 Joseph Myers <joseph@codesourcery.com>
43727
43728 * README.libm: Remove file.
43729
6cdef1ab
L
437302012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43731
43732 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43733 count for x32. Use R*_LP and omit operand-size suffix.
43734
0b254d8f
L
437352012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43736
43737 * shlib-versions: Move x86_64-.*-linux.* entries to ...
43738 * sysdeps/x86_64/64/shlib-versions: Here. New file.
43739 * sysdeps/x86_64/x32/shlib-versions: New file.
43740
ceb809dc
RM
437412012-05-14 Roland McGrath <roland@hack.frob.com>
43742
43743 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43744 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43745 Use _dl_fatal_printf instead.
43746
37f1abd4
JM
437472012-05-14 Joseph Myers <joseph@codesourcery.com>
43748
43749 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43750 set if not set by the user. Do not allow for being unset.
43751 * sysdeps/unix/sysv/linux/configure: Regenerated.
43752
11de3a33
L
437532012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43754
43755 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43756 the `q' suffix from lea and replace .quad with ASM_ADDR.
43757
e02f153a
L
437582012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43759
43760 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43761 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
43762 instead of $17.
43763 (PTR_DEMANGLE): Likewise.
43764
520ae0fd
L
437652012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43766
43767 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43768 (LP_OP): Likewise.
43769 (ASM_ADDR): Likewise.
43770 (RAX_LP): Likewise.
43771 (RBP_LP): Likewise.
43772 (RBX_LP): Likewise.
43773 (RCX_LP): Likewise.
43774 (RDI_LP): Likewise.
43775 (RSI_LP): Likewise.
43776 (RSP_LP): Likewise.
43777 (R8_LP): Likewise.
43778 (R9_LP): Likewise.
43779 (R10_LP): Likewise.
43780 (R10_LP): Likewise.
43781 (R11_LP): Likewise.
43782 (R12_LP): Likewise.
43783 (R13_LP): Likewise.
43784 (R14_LP): Likewise.
43785 (R15_LP): Likewise.
43786
b985be81
L
437872012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43788
43789 * sysdeps/x86_64/x32/dl-machine.h: New file.
43790
6a4888ff
AJ
437912012-05-14 Andreas Jaeger <aj@suse.de>
43792
43793 * manual/Makefile (subdir): Remove export of subdir.
43794 (all): Remove target.
43795 (.PHONY): Remove all from list.
43796 (mkinstalldirs): Remove.
43797 (.PHONY): Remove installdirs from list.
43798 ($(inst_infodir)/libc.info): Use make-target-directory.
43799 (installdirs): Remove.
43800 (subdir_%): Remove.
43801 (glibc-targets): Remove.
43802 (lib): Remove.
43803 (stubs): Remove.
43804 ($(objpfx)stubs ../po/manual.pot): Remove.
43805 ($(objpfx)stamp%): Remove.
43806 (make-target-directory): Remove.
43807 (subdir_install): Remove.
43808 (routines): Remove.
43809 (aux): Remove.
43810 (sources): Remove.
43811 (objects): Remove.
43812 (headers): Remove.
43813
43814 [BZ #13750]
43815 * manual/.gitignore: Remove, it's not needed anymore.
43816 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43817 all files in it.
43818 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43819 directory.
43820 (texis): Renamed to $(objpfx)texis.
43821 (texis-path): New, contains path to generated files.
43822 (chapters.%): Use texis-path for complete path, add extra argument
43823 libc-texinfo.sh.
43824 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43825 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43826 (summary,texi, stamp-summary): Use complete path of
43827 files. Generate files in build dir.
43828 (dir-add.texi): Build in build dir.
43829 (libm-err.texi,stamp-libm-err): Likewise.
43830 (version.texi, stamp-version): Likewise.
43831 (.%c.texi): Likewise.
43832 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43833 (mostlyclean): Remove target.
43834 (realclean): Remove target.
43835 (generated): Add new variable with contents from mostlyclean and
43836 realclean, remove entries duplicated in common-mostlyclean, add
43837 stamp-libm-err and stamp-version.
43838 (generated-dirs): Add libc directory.
43839 ($(inst_infodir)/libc.info): Install files from build dir.
43840
43841 * manual/install.texi (Configuring and compiling): Adjust since
43842 the info files are not part of the tar ball anymore.
43843
7ac77294
AJ
438442012-05-14 Andreas Jaeger <aj@suse.de>
43845
43846 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43847 variable.
43848
ffb7875d
JM
438492012-05-14 Joseph Myers <joseph@codesourcery.com>
43850
43851 [BZ #13717]
43852 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43853 to 2.2.0 where earlier.
43854 * sysdeps/unix/sysv/linux/configure: Regenerated.
43855 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43856 Remove conditional code.
43857 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43858 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43859 Remove conditional code.
43860 [!__NR_lchown]: Likewise.
43861 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43862 [__NR_lchown]: Likewise.
43863 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43864 comment referencing __ASSUME_LCHOWN_SYSCALL.
43865 * sysdeps/unix/sysv/linux/i386/sigaction.c
43866 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43867 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43868 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43869 Remove conditional code.
43870 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43871 (__protocol_available): Remove #if 0 code.
43872 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43873 conditional code.
43874 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43875 * sysdeps/unix/sysv/linux/kernel-features.h
43876 (__ASSUME_GETCWD_SYSCALL): Don't define.
43877 (__ASSUME_REALTIME_SIGNALS): Likewise.
43878 (__ASSUME_PREAD_SYSCALL): Likewise.
43879 (__ASSUME_PWRITE_SYSCALL): Likewise.
43880 (__ASSUME_POLL_SYSCALL): Likewise.
43881 (__ASSUME_LCHOWN_SYSCALL): Likewise.
43882 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43883 non-SPARC.
43884 (__ASSUME_SIOCGIFNAME): Don't define.
43885 (__ASSUME_MSG_NOSIGNAL): Likewise.
43886 (__ASSUME_SENDFILE): Define unconditionally.
43887 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43888 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43889 conditional code.
43890 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43891 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43892 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43893 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43894 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43895 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43896 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43897 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43898 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43899 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43900 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43901 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43902 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43903 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43904 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43905 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43906 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43907 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43908 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43909 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43910 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43911 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43912 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43913 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43914 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43915 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43916 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43917 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43919 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43920 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43921 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43922 Remove conditional code.
43923 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43924 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43925 Remove conditional code.
43926 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43927 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43928 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43929 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43930 Remove conditional code.
43931 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43932 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43933 Remove conditional code.
43934 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43935 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43936 Remove conditional code.
43937 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43938 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43939 Remove conditional code.
43940 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43941 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43942 Remove conditional code.
43943 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43944 * sysdeps/unix/sysv/linux/sh/pwrite64.c
43945 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43946 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43947 * sysdeps/unix/sysv/linux/sigaction.c
43948 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43949 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43950 * sysdeps/unix/sysv/linux/sigpending.c
43951 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43952 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43953 * sysdeps/unix/sysv/linux/sigprocmask.c
43954 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43955 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43956 * sysdeps/unix/sysv/linux/sigsuspend.c
43957 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43958 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43959 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43960 (__libc_missing_rt_sigs): Remove.
43961 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43962 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43963 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43964 Remove conditional code.
43965 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43966 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43967 return 1.
43968 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43969 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43970 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43971 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43972
1bfb7291
AJ
439732012-05-14 Andreas Jaeger <aj@suse.de>
43974
caae5a81
AJ
43975 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43976 it's not used in glibc.
43977 (__coshm1): Likewise.
43978 (__acosh1p): Likewise.
43979 (__sgn): Likewise.
43980
1bfb7291
AJ
43981 * manual/string.texi (Copying and Concatenation): Add missing
43982 variable in concat example.
43983 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43984
c044d724
L
439852012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43986
144c5467 43987 [BZ #14103]
c044d724
L
43988 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43989 __builtin_clzl with __builtin_clzll.
43990
2523c62b
L
439912012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43992
43993 [BZ #14104]
43994 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43995 libc_freeres_ptr.
43996
d7bb4c42
LD
439972012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43998
43999 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44000 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44001 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44002 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44003
9dc4e1fb
MF
440042012-05-14 Mike Frysinger <vapier@gentoo.org>
44005
44006 * NEWS: Update ia64 info.
44007
c7df0112
AS
440082012-05-12 Andreas Schwab <schwab@linux-m68k.org>
44009
44010 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44011 used as bcopy.
44012
dc70356c
TS
440132012-05-12 Thomas Schwinge <thomas@codesourcery.com>
44014
44015 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44016 * sysdeps/unix/syscalls.list (dup3): Likewise.
44017 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44018 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44019
9fb1a21f
L
440202012-05-11 H.J. Lu <hongjiu.lu@intel.com>
44021
44022 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44023 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44024
4822a2a5
L
440252012-05-11 H.J. Lu <hongjiu.lu@intel.com>
44026
44027 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44028 thread pointer.
44029 (TLS_IE): Use mov/add instead of movq/addq to load thread
44030 pointer.
44031 (TLS_GD_PREFIX): New.
44032 (TLS_GD): Use it.
44033
842b81d6
DM
440342012-05-11 David S. Miller <davem@davemloft.net>
44035
44036 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44037 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44038 (_FPU_SETCW): Likewise.
44039
1cf463cd
L
440402012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44041
44042 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44043 is 32-byte aligned.
44044
60cc4a18
AS
440452012-05-11 Andreas Schwab <schwab@linux-m68k.org>
44046
44047 [BZ #11837]
44048 * iconvdata/gb18030.c: Update tables.
44049 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
44050 characters specially.
44051 (BODY for TO_LOOP): Add encoding of missing ranges.
44052
febb44a4
TS
440532012-05-11 Thomas Schwinge <thomas@codesourcery.com>
44054
44055 [BZ #13673]
44056 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44057 * sysdeps/mach/hurd/dup3.c: Likewise.
44058 * sysdeps/mach/hurd/readlinkat.c: Likewise.
44059 * sysdeps/powerpc/memmove.c:: Likewise.
44060
0a10fb9e
L
440612012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44062
44063 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44064 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44065
df8a552f
L
440662012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44067
44068 * elf/elf.h (R_X86_64_RELATIVE64): New.
44069 (R_X86_64_NUM): Updated.
44070 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44071 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
44072 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44073 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44074 tst-quad1pie tst-quad2pie
44075 (modules-names): Add tst-quadmod1 tst-quadmod2.
44076 ($(objpfx)tst-quad1): New dependency.
44077 ($(objpfx)tst-quad2): Likewise.
44078 ($(objpfx)tst-quad1pie): Likewise.
44079 ($(objpfx)tst-quad2pie): Likewise.
44080 * sysdeps/x86_64/tst-quad1.c: New file.
44081 * sysdeps/x86_64/tst-quad1pie.c: New file.
44082 * sysdeps/x86_64/tst-quad2.c: Likewise.
44083 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44084 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44085 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44086 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44087 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44088
f34d6f84
ST
440892012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44090
f42d41d1
ST
44091 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44092 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44093 * streams/stropts.h (t_scalar_t): Define type.
44094
3c3571fc
ST
44095 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44096 (_PATH_PRESERVE): Set to "/var/lib".
44097 (_PATH_RWHODIR): Set to "/var/spool/rwho".
44098
61f06bd3
ST
44099 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44100 instead of int.
44101
918d4d71
ST
44102 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44103 if __dir_mkfile succeeded.
44104
f34d6f84
ST
44105 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44106 checking for _hurd_dtablesize. Unlock it right after having
44107 finished _hurd_dtable allocation.
44108
10589b4a
TS
441092012-05-10 Thomas Schwinge <thomas@schwinge.name>
44110
674cdbc7
TS
44111 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44112 * sysdeps/mach/hurd/configure: Regenerated.
44113 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44114 special-casing to...
44115 * sysdeps/gnu/configure.in: ... this new file.
44116 * sysdeps/unix/sysv/linux/configure: Regenerated.
44117 * sysdeps/gnu/configure: New generated file.
44118
8e41b99f
TS
44119 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44120 for Linux: use nsec instead of usec, as well as:
44121 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44122 members of type struct timespec.
44123 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44124 New macros.
44125 (struct stat64): Likewise.
44126 (_STATBUF_ST_NSEC): New macro.
44127 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44128
10589b4a
TS
44129 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44130 __strtoul_internal rather than strtoul.
44131
63643c85
PT
441322012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44133
44134 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44135 and reject them.
44136
3faebe6a
ST
441372012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44138
44139 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44140 which preserves existing values.
44141 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44142
c6474b07
PT
441432012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44144
44145 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44146 TIMEOUT values. Return EINVAL for NFDS values either negative or
44147 greater than FD_SETSIZE.
44148
1043890b
ST
441492012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44150
44151 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44152 allocated, call __vm_protect to finish enabling the existing space, and
44153 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44154 allocate the remainder.
44155
37ed8b9b
PT
441562012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44157
44158 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44159 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
44160
db653660
ST
441612012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44162
37ed8b9b
PT
44163 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44164 sysdeps/mach/hurd/readlink.c.
b29d4053 44165
db653660
ST
44166 * posix/tst-sysconf.c (posix_options): Only use
44167 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44168 _POSIX_SYNCHRONIZED_IO when they are defined
44169 * sysdeps/mach/hurd/bits/posix_opt.h:
44170 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44171 (_XOPEN_REALTIME): Undefine macro.
44172 (_XOPEN_REALTIME_THREADS): Undefine macro.
44173 (_XOPEN_SHM): Undefine macro.
44174 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44175 macro to -1.
44176 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44177 macro to -1.
44178 (_POSIX_ASYNC_IO): Undefine macro.
44179 (_POSIX_PRIORITIZED_IO): Undefine macro.
44180 (_POSIX_SPIN_LOCKS): Define macro to -1.
44181
ee16e894
ST
44182 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44183 SA_NODEFER, SA_RESETHAND.
44184 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44185 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44186 F_DUPFD_CLOEXEC.
44187
6103ae3b
TS
441882012-05-10 Thomas Schwinge <thomas@schwinge.name>
44189
44190 * elf/Makefile (pldd-modules): Define unconditionally.
44191
80b4e5f3
TS
441922012-05-10 Thomas Schwinge <thomas@schwinge.name>
44193
44194 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44195
edadcbd6
ST
441962012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44197
44198 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44199 Return ENOENT when name is empty.
44200 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44201
80694780
TS
442022012-05-10 Thomas Schwinge <thomas@schwinge.name>
44203
1792c087
TS
44204 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44205
80694780
TS
44206 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44207
6b645f0d
ST
442082012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44209
80694780
TS
44210 Fix mlock in all cases except non-readable pages.
44211 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44212 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 44213
6b645f0d
ST
44214 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44215 (__mkdir): When path is `/', just fail with EEXIST.
44216 * sysdeps/mach/hurd/mkdirat.c: Likewise.
44217
e468f8a3
TS
442182012-05-10 Thomas Schwinge <thomas@schwinge.name>
44219
44220 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44221 <sys/uio.h> (for writev).
44222 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44223 and <sys/param.h> (for MIN).
44224
a4186cff
PT
442252012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44226
44227 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44228 REQUESTED_TIME. Properly set the remaining time and return EINTR
44229 if interrupted.
44230
510bbf14
TS
442312012-05-10 Thomas Schwinge <thomas@schwinge.name>
44232
44233 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44234 Depend on against $(link-rpcuserlibs).
44235
5d5722e8
ST
442362012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44237
a4186cff
PT
44238 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44239 (__libc_stack_end): Do not use attribute_relro.
44240 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44241 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 44242 to libthread-provided value.
a4186cff
PT
44243 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44244 attribute_relro.
5d5722e8 44245
37233df9
TS
442462012-05-10 Thomas Schwinge <thomas@schwinge.name>
44247
be971a2b
TS
44248 [BZ #3748]
44249 * bits/libc-lock.h (__libc_once_get): New macro.
44250 * sysdeps/mach/bits/libc-lock.h: Likewise.
44251 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44252 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44253 instead of using implementation details.
44254
37233df9
TS
44255 * libio/fileops.c: Unconditionally include <kernel-features.h>.
44256 * libio/freopen.c: Likewise.
44257 * libio/freopen64.c: Likewise.
44258 * misc/syslog.c: Likewise.
44259 * nscd/connections.c: Likewise.
44260 * nscd/netgroupcache.c: Likewise.
44261 * sysdeps/posix/getcwd.c: Likewise.
44262
38de94a5
RM
442632012-05-10 Roland McGrath <roland@hack.frob.com>
44264
44265 * math/w_ilogbf.c: Add #include <limits.h>.
44266
67530489
ST
442672012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44268
a4186cff 44269 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
44270 path instead of returning without unlocking.
44271
67530489
ST
44272 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44273 immediate-write ioctls.
44274 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44275
5aa3a74a
TS
442762012-05-10 Thomas Schwinge <thomas@schwinge.name>
44277
18bad2ae
TS
44278 * sysdeps/mach/hurd/i386/init-first.c (init): Use
44279 __builtin_frame_address instead of making assumptions about the
44280 location of the return address relative to DATA. Force early load of
44281 the return address.
44282 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44283 __builtin_frame_address.
44284
5aa3a74a
TS
44285 dup3 for GNU Hurd.
44286 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44287 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
44288 implement dup3 and do some further code clean-ups.
44289 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44290 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44291
ecd0de9a
ST
442922012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44293
cd9fa985
ST
44294 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44295
a4186cff
PT
44296 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44297 HURD_CRITICAL_END around holding _hurd_dtable_lock.
44298 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44299 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44300 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44301 d->port.lock.
802ca5a5 44302
a4186cff
PT
44303 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44304 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
44305 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 44306
bcf55240
TS
443072012-05-10 Thomas Schwinge <thomas@schwinge.name>
44308
6960eb42
TS
44309 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44310 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44311 definitions.
44312
eb43375f
TS
44313 accept4 for GNU Hurd.
44314 * include/sys/socket.h (__libc_accept4): New prototype.
44315 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
44316 to implement __libc_accept4.
44317 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44318 __libc_accept4.
44319 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44320
bcf55240
TS
44321 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44322 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44323 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44324 signal-defines.sym.
44325
6178c55b
ST
443262012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44327
a4186cff 44328 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 44329
6f080c2f
TS
443302012-05-10 Thomas Schwinge <thomas@schwinge.name>
44331
44332 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44333 assertion on O_CLOEXEC flag.
44334 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44335 * hurd/intern-fd.c: Likewise.
44336 * hurd/port2fd.c: Likewise.
44337
bcfe3a54
ST
443382012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44339
44340 [BZ #3906]
44341 * bits/in.h (IPV6_PKTINFO): Define new macro.
44342 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44343
89c9aa49
AZ
443442012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44345
44346 [BZ #13954]
44347 [BZ #13955]
44348 [BZ #13956]
44349 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44350 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44351 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44352 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44353 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44354 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44355 * math/libm-test.inc (logb_test) : Additional logb tests.
44356
021db4be
AJ
443572012-05-09 Andreas Schwab <schwab@linux-m68k.org>
44358 Andreas Jaeger <aj@suse.de>
44359
44360 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44361 * configure: Regenerated.
44362 * config.h.in (LINK_OBSOLETE_RPC): New macro.
44363 * config.make.in (link-obsolete-rpc): New substituted variable.
44364 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44365 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44366 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44367 (shared-only-routines): Don't set it under [link-obsolete-rpc],
44368 so that libc.a contains the symbols.
44369 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44370 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44371 * sunrpc/auth_none.c: Likewise.
44372 * sunrpc/auth_unix.c: Likewise.
44373 * sunrpc/authdes_prot.c: Likewise.
44374 * sunrpc/authuxprot.c: Likewise.
44375 * sunrpc/clnt_gen.c: Likewise.
44376 * sunrpc/clnt_perr.c: Likewise.
44377 * sunrpc/clnt_raw.c: Likewise.
44378 * sunrpc/clnt_simp.c: Likewise.
44379 * sunrpc/clnt_tcp.c: Likewise.
44380 * sunrpc/clnt_udp.c: Likewise.
44381 * sunrpc/clnt_unix.c: Likewise.
44382 * sunrpc/des_crypt.c: Likewise.
44383 * sunrpc/des_soft.c: Likewise.
44384 * sunrpc/get_myaddr.c: Likewise.
44385 * sunrpc/key_call.c: Likewise.
44386 * sunrpc/key_prot.c: Likewise.
44387 * sunrpc/netname.c: Likewise.
44388 * sunrpc/pm_getmaps.c: Likewise.
44389 * sunrpc/pm_getport.c: Likewise.
44390 * sunrpc/pmap_clnt.c: Likewise.
44391 * sunrpc/pmap_prot.c: Likewise.
44392 * sunrpc/pmap_prot2.c: Likewise.
44393 * sunrpc/pmap_rmt.c: Likewise.
44394 * sunrpc/publickey.c: Likewise.
44395 * sunrpc/rpc_cmsg.c: Likewise.
44396 * sunrpc/rpc_common.c: Likewise.
44397 * sunrpc/rpc_dtable.c: Likewise.
44398 * sunrpc/rpc_prot.c: Likewise.
44399 * sunrpc/rpc_thread.c: Likewise.
44400 * sunrpc/rtime.c: Likewise.
44401 * sunrpc/svc.c: Likewise.
44402 * sunrpc/svc_auth.c: Likewise.
44403 * sunrpc/svc_raw.c: Likewise.
44404 * sunrpc/svc_run.c: Likewise.
44405 * sunrpc/svc_tcp.c: Likewise.
44406 * sunrpc/svc_udp.c: Likewise.
44407 * sunrpc/svc_unix.c: Likewise.
44408 * sunrpc/svcauth_des.c: Likewise.
44409 * sunrpc/xcrypt.c: Likewise.
44410 * sunrpc/xdr.c: Likewise.
44411 * sunrpc/xdr_array.c: Likewise.
44412 * sunrpc/xdr_float.c: Likewise.
44413 * sunrpc/xdr_intXX_t.c: Likewise.
44414 * sunrpc/xdr_mem.c: Likewise.
44415 * sunrpc/xdr_rec.c: Likewise.
44416 * sunrpc/xdr_ref.c: Likewise.
44417 * sunrpc/xdr_sizeof.c: Likewise.
44418 * sunrpc/xdr_stdio.c: Likewise.
44419
b5c086a2
RM
444202012-05-10 Roland McGrath <roland@hack.frob.com>
44421
44422 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44423 change. Update copyright years.
44424
6d74dd09
JM
444252012-05-10 Joseph Myers <joseph@codesourcery.com>
44426
44427 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44428
28e72501
MK
444292012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
44430 Joseph Myers <joseph@codesourcery.com>
44431 Paul Pluzhnikov <ppluzhnikov@google.com>
44432
44433 [BZ #14012]
44434 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44435 requiring rpcgen.
44436 [cross-compiling] (extra-libs): Likewise.
44437 [cross-compiling] (extra-libs-others): Likewise.
44438 [cross-compiling] (librpcsvc-routines): Likewise.
44439 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44440 [cross-compiling] (omit-deps): Likewise.
44441 (sunrpc-CPPFLAGS): New variable.
44442 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44443 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44444 (cross-rpcgen-objs): New variable.
44445 (extra-objs): Append $(cross-rpcgen-objs).
44446 ($(cross-rpcgen-objs)): New rule.
44447 ($(objpfx)cross-rpcgen): Likewise.
44448 (rpcgen-cmd): Define to use $(built-program-file). Expand
44449 comment.
44450 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44451 ($(objpfx)x%.stmp): Likewise.
44452 * sunrpc/proto.h [IS_IN_build] (_): Define.
44453 [IS_IN_build] (_libc_intl_domainname): Likewise.
44454
c8c59454
L
444552012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44456
44457 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44458 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44459 and R_X86_64_TPOFF64.
44460
6f27cd16
JM
444612012-05-10 Joseph Myers <joseph@codesourcery.com>
44462
44463 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44464 sysdeps/unix/sysv/syscalls.list.
44465 (stime): Likewise.
44466 (utime): Likewise.
44467 * sysdeps/unix/sysv/syscalls.list: Remove file.
44468
02467e1c
PE
444692012-05-10 Paul Eggert <eggert@cs.ucla.edu>
44470
44471 [BZ #3440]
44472 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44473 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44474 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44475 (__LC_IDENTIFICATION): Make these macros useful in #if
44476 expressions, as required by C99.
44477
da392631
AS
444782012-05-10 Andreas Schwab <schwab@linux-m68k.org>
44479
44480 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44481 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
44482 after this.
44483
8115f29b
L
444842012-05-09 H.J. Lu <hongjiu.lu@intel.com>
44485
44486 * stdlib/longlong.h: Updated from GCC.
44487
bdd74070
AJ
444882012-05-09 Andreas Jaeger <aj@suse.de>
44489
edfe0dbe
AJ
44490 * nscd/nscd.c (run_modes): Make named enum, reorder so that
44491 default is first entry.
44492 (run_mode): Set type.
44493 (main): Remove informal message about syslog.
44494 (options): Fix typo.
44495
bcfe3a54
ST
44496 [BZ #14053]
44497 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 44498 to asm.
bcfe3a54
ST
44499 (lrint): Likewise.
44500 (llrintf): Likewise.
44501 (llrint): Likewise.
44502 (rint): Likewise.
44503 (rintf): Likewise.
44504 (nearbyint): Likewise.
44505 (nearbyintf): Likewise.
bdd74070 44506
91d8d69e
AJ
445072012-05-09 Andreas Jaeger <aj@suse.de>
44508 Pedro Alves <palves@redhat.com>
44509
44510 * nscd/nscd.c (run_mode): Use enum.
44511 (main): Cleanup coding style issue.
44512
bb90b80b
AJ
445132012-05-09 Alexandre Oliva <aoliva@redhat.com>
44514 Andreas Jaeger <aj@suse.de>
44515
bcfe3a54
ST
44516 * nscd/nscd.c (go_background): Replaced with...
44517 (run_mode): ... this.
bb90b80b 44518 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
44519 (options): Add -F --foreground.
44520 (main): Implement it.
44521 (parse_opt): Parse it.
bb90b80b 44522
1a4b75a1
AJ
445232012-05-09 Andreas Jaeger <aj@suse.de>
44524
44525 [BZ #14083]
44526 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44527 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44528 -Wconversion warning.
44529 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44530 Likewise.
44531
b1cc2472
JM
445322012-05-09 Joseph Myers <joseph@codesourcery.com>
44533
44534 * conform/data/locale.h-data (NULL): Use macro-constant. Require
44535 == 0.
44536 (LC_ALL): Use macro-int-constant.
44537 (LC_COLLATE): Likewise.
44538 (LC_CTYPE): Likewise.
44539 (LC_MESSAGES): Likewise.
44540 (LC_MONETARY): Likewise.
44541 (LC_NUMERIC): Likewise.
44542 (LC_TIME): Likewise.
44543 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44544 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44545 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44546 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44547 Specify type.
44548 [C99-based standards] (float_t): Expect type.
44549 [C99-based standards] (double_t): Expect type.
44550 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
44551 type.
44552 [C99-based standards] (HUGE_VALL): Likewise.
44553 [C99-based standards] (INFINITY): Likewise.
44554 [C99-based standards] (NAN): Likewise.
44555 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44556 [C99-based standards] (FP_NAN): Likewise.
44557 [C99-based standards] (FP_NORMAL): Likewise.
44558 [C99-based standards] (FP_SUBNORMAL): Likewise.
44559 [C99-based standards] (FP_ZERO): Likewise.
44560 [C99-based standards] (FP_FAST_FMA): Use
44561 optional-macro-int-constant. Specify type. Require == 1.
44562 [C99-based standards] (FP_FAST_FMAF): Likewise.
44563 [C99-based standards] (FP_FAST_FMAL): Likewise.
44564 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44565 [C99-based standards] (FP_ILOGBNAN): Likewise.
44566 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44567 Specify type.
44568 [C99-based standards] (MATH_ERREXCEPT): Likewise.
44569 [C99-based standards] (math_errhandling): Specify type.
44570 [ISO99 || ISO11] (signgam): Do not allow.
44571 [non-C99-based standards] (copysignf): Do not allow.
44572 [non-C99-based standards] (exp2f): Likewise.
44573 [non-C99-based standards] (log2f): Likewise.
44574 [non-C99-based standards] (modff): Allow.
44575 [non-C99-based standards] (erff): Do not allow.
44576 [non-C99-based standards] (erfcf): Likewise.
44577 [non-C99-based standards] (gammaf): Likewise.
44578 [non-C99-based standards] (hypotf): Likewise.
44579 [non-C99-based standards] (j0f): Likewise.
44580 [non-C99-based standards] (j1f): Likewise.
44581 [non-C99-based standards] (jnf): Likewise.
44582 [non-C99-based standards] (lgammaf): Likewise.
44583 [non-C99-based standards] (tgammaf): Likewise.
44584 [non-C99-based standards] (y0f): Likewise.
44585 [non-C99-based standards] (y1f): Likewise.
44586 [non-C99-based standards] (ynf): Likewise.
44587 [non-C99-based standards] (isnanf): Likewise.
44588 [non-C99-based standards] (acoshf): Likewise.
44589 [non-C99-based standards] (asinhf): Likewise.
44590 [non-C99-based standards] (atanhf): Likewise.
44591 [non-C99-based standards] (cbrtf): Likewise.
44592 [non-C99-based standards] (expm1f): Likewise.
44593 [non-C99-based standards] (ilogbf): Likewise.
44594 [non-C99-based standards] (log1pf): Likewise.
44595 [non-C99-based standards] (logbf): Likewise.
44596 [non-C99-based standards] (nextafterf): Likewise.
44597 [non-C99-based standards] (remainderf): Likewise.
44598 [non-C99-based standards] (rintf): Likewise.
44599 [non-C99-based standards] (scalbf): Likewise.
44600 [non-C99-based standards] (copysignl): Likewise.
44601 [non-C99-based standards] (exp2l): Likewise.
44602 [non-C99-based standards] (log2l): Likewise.
44603 [non-C99-based standards] (modfl): Allow.
44604 [non-C99-based standards] (erfl): Do not allow.
44605 [non-C99-based standards] (erfcl): Likewise.
44606 [non-C99-based standards] (gammal): Likewise.
44607 [non-C99-based standards] (hypotl): Likewise.
44608 [non-C99-based standards] (j0l): Likewise.
44609 [non-C99-based standards] (j1l): Likewise.
44610 [non-C99-based standards] (jnl): Likewise.
44611 [non-C99-based standards] (lgammal): Likewise.
44612 [non-C99-based standards] (tgammal): Likewise.
44613 [non-C99-based standards] (y0l): Likewise.
44614 [non-C99-based standards] (y1l): Likewise.
44615 [non-C99-based standards] (ynl): Likewise.
44616 [non-C99-based standards] (isnanl): Likewise.
44617 [non-C99-based standards] (acoshl): Likewise.
44618 [non-C99-based standards] (asinhl): Likewise.
44619 [non-C99-based standards] (atanhl): Likewise.
44620 [non-C99-based standards] (cbrtl): Likewise.
44621 [non-C99-based standards] (expm1l): Likewise.
44622 [non-C99-based standards] (ilogbl): Likewise.
44623 [non-C99-based standards] (log1pl): Likewise.
44624 [non-C99-based standards] (logbl): Likewise.
44625 [non-C99-based standards] (nextafterl): Likewise.
44626 [non-C99-based standards] (remainderl): Likewise.
44627 [non-C99-based standards] (rintl): Likewise.
44628 [non-C99-based standards] (scalbl): Likewise.
44629 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44630 [non-C99-based standards] (FP_*): Do not allow.
44631 [C99-based standards] (FP_*): Change to
44632 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44633 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44634 allow.
44635 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44636 (SIG_ERR): Likewise.
44637 [X/Open-based standards] (SIG_HOLD): Likewise.
44638 (SIG_IGN): Likewise.
44639 (SIGABRT): Use macro-int-constant. Specify type. Require
44640 positive value.
44641 (SIGFPE): Likewise.
44642 (SIGILL): Likewise.
44643 (SIGINT): Likewise.
44644 (SIGSEGV): Likewise.
44645 (SIGTER): Likewise.
44646 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44647 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44648 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44649 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44650 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44651 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44652 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44653 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44654 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44655 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44656 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44657 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44658 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44659 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44660 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44661 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44662 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44663 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44664 [X/Open-based standards] (SIGTRAP): Likewise.
44665 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44666 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44667 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44668 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44669 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44670 allow.
44671
b9f1922d
IW
446722012-05-08 Ian Wienand <ianw@vmware.com>
44673
44674 [BZ #14080]
44675 * time/tzset.c (__tzset_parse_tz): Update default rules for
44676 daylight time changes in the Energy Policy Act of 2005.
44677
1db86e88
AJ
446782012-05-09 Andreas Jaeger <aj@suse.de>
44679
44680 [BZ #13983]
44681 * elf/ldconfig.c (parse_conf): Change string to make clear that
44682 ldconfig only issued a warning if ld.so.conf does not exist.
44683
dee4a4e3
DM
446842012-05-08 David S. Miller <davem@davemloft.net>
44685
ee0db190
DM
44686 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44687 movxtod instead of popping the value on the stack.
44688
dee4a4e3
DM
44689 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44690
6a43ec98
CD
446912012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
44692
44693 * config.h.in: Add HAVE_ARM_PCS_VFP.
44694
05c2c961
RMG
446952012-05-08 Roland Mc Grath <roland@hack.frob.com>
44696
bcfe3a54
ST
44697 [BZ #13979]
44698 * include/features.h: Warn if user requests __FORTIFY_SOURCE
44699 checking but the checks are disabled for any reason.
05c2c961 44700
4b30f61a
L
447012012-05-08 H.J. Lu <hongjiu.lu@intel.com>
44702
44703 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44704 and ELF64_R_TYPE with ELFW(R_TYPE).
44705
eee2bc67
JM
447062012-05-08 Joseph Myers <joseph@codesourcery.com>
44707
7ea5391a
JM
44708 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44709 (ulimit): Likewise.
44710
eee2bc67
JM
44711 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44712 (settimeofday): Likewise.
44713
abb66a67
MF
447142012-05-08 Mike Frysinger <vapier@gentoo.org>
44715
44716 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
44717 a struct th_u2 inside the union, and move tu_block/tu_code into
44718 a new th_u3 union of tu_block/tu_code inside of that. Move
44719 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
44720 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
44721 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44722 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44723 (th_stuff): Change to th_u1.tu_stuff.
44724 (th_data): Define.
44725 (th_msg): Change to th_u1.th_u2.tu_data.
44726
7f18b530
DM
447272012-05-07 David S. Miller <davem@davemloft.net>
44728
05760585
DM
44729 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44730
7f18b530
DM
44731 [BZ #14074]
44732 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44733 (SETUP_PIC_REG): Use it.
44734 (SETUP_PIC_REG_LEAF): Use it.
44735
495fd99f
JM
447362012-05-07 Joseph Myers <joseph@codesourcery.com>
44737
44738 [BZ #13885]
44739 [BZ #13923]
44740 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44741 USE_AS_EXPM1L.
44742 (EXPL_FINITE): Likewise.
44743 (FLDLOG): Likewise.
44744 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44745 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44746 e_expl.S.
44747 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44748 USE_AS_EXPM1L.
44749 (EXPL_FINITE): Likewise.
44750 (FLDLOG): Likewise.
44751 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44752 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44753 e_expl.S.
44754 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
44755 test of -max_value argument for long double.
44756 * sysdeps/i386/fpu/libm-test-ulps: Update.
44757 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44758
6693d694
DM
447592012-05-06 David S. Miller <davem@davemloft.net>
44760
44761 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44762 quad soft-float symbols whose references which are compiler
44763 generated.
44764 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44765
6c23e11c
JM
447662012-05-06 Joseph Myers <joseph@codesourcery.com>
44767
d8b82cad
JM
44768 [BZ #13884]
44769 [BZ #13914]
44770 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44771 USE_AS_EXP10L.
44772 (EXPL_FINITE): Likewise.
44773 (FLDLOG): Likewise.
44774 (c0): Likewise.
44775 (c1): Likewise.
44776 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
44777 Adjust comments for base varying.
44778 (__expl_finite): Change alias to EXPL_FINITE.
44779 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44780 e_expl.S.
44781 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44782 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44783 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44784 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44785 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44786 USE_AS_EXP10L.
44787 (EXPL_FINITE): Likewise.
44788 (FLDLOG): Likewise.
44789 (c0): Likewise.
44790 (c1): Likewise.
44791 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
44792 Adjust comments for base varying.
44793 (__expl_finite): Change alias to EXPL_FINITE.
44794 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
44795 tests for bugs.
44796 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44797
6c23e11c
JM
44798 [BZ #14064]
44799 * math/libm-test.inc (check_float_internal): Correct ulp
44800 calculation for subnormal expected results.
44801
29ba805c
AJ
448022012-05-06 Andreas Jaeger <aj@suse.de>
44803
44804 * Makeconfig (+math-flags): New, set to -frounding-math.
44805 (+cflags): Add +math-flags so that all of glibc gets compiled with
44806 it.
44807
44808 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44809
7b17aeda
JM
448102012-05-05 Joseph Myers <joseph@codesourcery.com>
44811
5779f134
JM
44812 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44813 Disable one test.
44814
41498f4d
JM
44815 [BZ #13787]
44816 [BZ #13922]
44817 [BZ #14036]
44818 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44819 (__ieee754_expl): Allow for and saturate large arguments.
44820 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44821 (u_threshold): Likewise.
44822 (__exp): Call __ieee754_exp before checking for overflow and
44823 underflow.
44824 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44825 (u_threshold): Likewise.
44826 (__expf): Call __ieee754_expf before checking for overflow and
44827 underflow.
44828 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44829 (u_threshold): Likewise.
44830 (__expl): Call __ieee754_expl before checking for overflow and
44831 underflow.
44832 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44833 (__ieee754_expl): Allow for and saturate large arguments.
44834 * math/libm-test.inc (exp_test): Add another test. Do not allow
44835 missing overflow exception on overflow.
44836 (expm1_test): Do not allow missing overflow exception on overflow.
44837
6698b8bf
JM
44838 * sysdeps/i386/fpu/e_expl.c: Move to ...
44839 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
44840 rather than using inline asm.
44841 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44842 * sysdeps/x86_64/fpu/e_expl.S: Copy from
44843 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44844
7b17aeda
JM
44845 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44846 (nice): Likewise.
44847 (poll): Likewise.
44848 (signal): Likewise.
44849 (time): Likewise.
44850 (times): Likewise.
44851
f7c85819
JM
448522012-05-04 Joseph Myers <joseph@codesourcery.com>
44853
44854 * sysdeps/unix/syscalls.list (adjtime): Add entry from
44855 sysdeps/unix/common/syscalls.list.
44856 (fchmod): Likewise.
44857 (fchown): Likewise.
44858 (ftruncate): Likewise.
44859 (getrusage): Likewise.
44860 (gettimeofday): Likewise.
44861 (setpgid): Likewise.
44862 (setregid): Likewise.
44863 (setreuid): Likewise.
44864 (sigaction): Likewise.
44865 (truncate): Likewise.
44866 (vhangup): Likewise.
44867 * sysdeps/unix/common/syscalls.list: Remove file.
44868 * sysdeps/unix/bsd/Implies: Don't include unix/common.
44869 * sysdeps/unix/sysv/linux/Implies: Likewise.
44870
336270d0
L
448712012-05-04 H.J. Lu <hongjiu.lu@intel.com>
44872
44873 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44874 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44875 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44876 Moved to ...
44877 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44878 Here.
44879 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44880 to ...
44881 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44882 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44883 to ...
44884 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44885 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44886 to ...
44887 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44888 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44889 to ...
44890 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44891 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44892 to ...
44893 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44894 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44895 to ...
44896 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44897 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44898 to ...
44899 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44900 Here.
44901 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44902 to ...
44903 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44904 Here.
44905 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44906 to ...
44907 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44908 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44909 Moved to ...
44910 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44911 Here.
44912 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44913 to ...
44914 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44915
d128e450
JM
449162012-05-04 Joseph Myers <joseph@codesourcery.com>
44917
fa8ee516
JM
44918 * sysdeps/unix/common/bits/dirent.h: Remove file.
44919 * sysdeps/unix/common/bits/fcntl.h: Likewise.
44920
d128e450
JM
44921 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44922 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44923 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44924 * sysdeps/unix/bsd/isatty.c: Likewise.
44925 * sysdeps/unix/bsd/tcdrain.c: Likewise.
44926 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44927 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44928
ff8faaf0 449292012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 44930
62881be4 44931 [BZ #13563]
31dc8730
AZ
44932 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44933 long double comparison inaccuracies.
44934 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44935 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44936
6fef930c
AS
449372012-05-04 Andreas Schwab <schwab@linux-m68k.org>
44938
44939 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44940 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44941
8f203e6c
JM
449422012-05-04 Joseph Myers <joseph@codesourcery.com>
44943
44944 [BZ #14049]
44945 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44946 nonzero digits before rounding a hex value.
44947 * stdlib/tst-strtod.c (tests): Add another test.
44948
5197d9c2
AK
449492012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
44950
44951 * sysdeps/s390/fpu/libm-test-ulps: Update.
44952
f0c1dedf
AJ
449532012-05-03 Andreas Jaeger <aj@suse.de>
44954
44955 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44956 does not get optimized out.
44957 (malloc_opt_barrier): New.
44958
a65ef2ae 449592012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 44960 Roland McGrath <roland@hack.frob.com>
a65ef2ae 44961
2b942cb7 44962 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 44963 intermediate file deletion.
2b942cb7 44964 (generated): Add .symlist files.
a65ef2ae 44965
54b71e02
JM
449662012-05-03 Joseph Myers <joseph@codesourcery.com>
44967
44968 [BZ #13775]
44969 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44970 Redirect under this condition.
44971 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44972 [__USE_GNU] (__dprintf_chk): Not under this condition.
44973 [__USE_GNU] (__vdprintf_chk): Likewise.
44974 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44975 under this condition.
44976 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44977 [__USE_XOPEN2K8] (dprintf): Define under this condition.
44978 [__USE_XOPEN2K8] (vdprintf): Likewise.
44979 [__USE_GNU] (__dprintf_chk): Not under this condition.
44980 [__USE_GNU] (__vdprintf_chk): Likewise.
44981 [__USE_GNU] (dprintf): Likewise.
44982 [__USE_GNU] (vdprintf): Likewise.
44983
d3dfcc41
RM
449842012-05-03 Roland McGrath <roland@hack.frob.com>
44985
44986 * elf/Makefile (common-generated): Set this instead of generated for
44987 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
44988 $(all-built-dso)-derived lists.
44989
7ac30cc5
AJ
449902012-05-03 Andreas Jaeger <aj@suse.de>
44991
0c51e550
AJ
44992 * sysdeps/i386/fpu/libm-test-ulps: Update.
44993
7ac30cc5
AJ
44994 * FAQ: Removed.
44995 * FAQ.in: Likewise.
44996 * scripts/gen-FAQ.pl: Likewise.
44997 * manual/install.texi (Installation): Point to online location of
44998 FAQ.
44999 * Makefile (files-for-dist): Remove FAQ.
45000 (FAQ): Remove.
45001
d4c2917f
AM
450022012-05-02 Allan McRae <allan@archlinux.org>
45003
45004 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45005 (LDFLAGS-reldepmod5.so): Likewise.
45006 (LDFLAGS-reldep6mod1.so): Likewise.
45007 (LDFLAGS-reldep6mod4.so): Likewise.
45008 (LDFLAGS-reldep8mod3.so): Likewise.
45009 (LDFLAGS-unload4mod1.so): Likewise.
45010 (LDFLAGS-unload4mod2.so): Likewise.
45011 (LDFLAGS-tst-initorder): Likewise.
45012 (LDFLAGS-tst-initordera2.so): Likewise.
45013 (LDFLAGS-tst-initordera3.so): Likewise.
45014 (LDFLAGS-tst-initordera4.so): Likewise.
45015 (LDFLAGS-tst-initorderb2.so): Likewise.
45016 (LDFLAGS-noload): Likewise.
45017 (LDFLAGS-next): Likewise.
45018 (LDFLAGS-order2mod1.so): Likewise.
45019 (LDFLAGS-order2mod2.so): Likewise.
45020 (LDFLAGS-tst-initorder2): Likewise.
45021 (LDFLAGS-tst-initorder2a.so): Likewise.
45022 (LDFLAGS-tst-initorder2b.so): Likewise.
45023 (LDFLAGS-tst-initorder2c.so): Likewise.
45024 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45025
d77f993f
DM
450262012-05-02 David S. Miller <davem@davemloft.net>
45027
45028 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45029
171a70b4
PP
450302012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
45031
45032 [BZ #14055]
45033 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45034
0be196ad
AJ
450352012-05-02 Andreas Jaeger <aj@suse.de>
45036
45037 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45038 since we manipulate rounding mode.
45039 (CPPFLAGS-test-idouble.c): Likewise.
45040 (CPPFLAGS-test-ifloat.c): Likewise.
45041 (CFLAGS-test-ldouble.c): Likewise.
45042 (CFLAGS-test-double.c): Likewise.
45043 (CFLAGS-test-float.c): Likewise.
45044 (CFLAGS-test-misc.c): Likewise.
45045 (CFLAGS-test-test-fenv.c): Likewise.
45046
4f9d04aa
AZ
450472012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45048
2b942cb7
RM
45049 [BZ #2550]
45050 [BZ #2570]
45051 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45052 comparisons to determine direction to adjust input.
4f9d04aa 45053
82a79e7d
RM
450542012-05-01 Roland McGrath <roland@hack.frob.com>
45055
f5a01ca9
RM
45056 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45057 output to the target.
45058
90fe4186
RM
45059 * scripts/localplt.awk: New file.
45060 * elf/Makefile ($(objpfx)check-localplt): Target removed.
45061 (check-localplt-CFLAGS): Variable removed.
45062 ($(all-built-dso:=.jmprel)): New static pattern rule.
45063 (generated): Add those targets.
45064 (localplt-built-dso): New variable.
45065 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45066
45067 * elf/check-localplt.c: File removed.
45068
82397ed6
RM
45069 * scripts/check-execstack.awk: New file.
45070 * elf/Makefile ($(objpfx)check-execstack): Target removed.
45071 (check-execstack-CFLAGS): Variable removed.
45072 ($(objpfx)check-execstack.h): Target removed.
45073 ($(objpfx)execstack-default): New target.
45074 (generated): Add that instead of check-execstack.h.
45075 ($(all-built-dso:=.phdr)): New static pattern rule.
45076 (generated): Add those targets.
45077 * elf/check-execstack.c: File removed.
45078
82a79e7d
RM
45079 * scripts/check-textrel.awk: New file.
45080 * elf/Makefile ($(objpfx)check-textrel): Target removed.
45081 (check-textrel-CFLAGS): Variable removed.
45082 (all-built-dso): Use := to define.o
45083 ($(all-built-dso:=.dyn)): New static pattern rule.
45084 (generated): Add those targets.
45085 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45086 * config.make.in (READELF): New substituted variable.
45087 * elf/check-textrel.c: File removed.
45088
62fde54f 450892012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 45090
615605c9
JM
45091 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45092 allow.
45093 * conform/data/ctype.h-data [C99-based standards] (isblank):
45094 Expect function.
45095 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45096 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45097 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45098 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45099 Specify type. Require positive value.
45100 (EILSEQ): Likewise.
45101 (ERANGE): Likewise.
45102 [ISO || POSIX] (EILSEQ): Do not expect.
45103 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45104 Specify type. Require positive value.
45105 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45106 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45107 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45108 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45109 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45110 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45111 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45112 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45113 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45114 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45115 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45116 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45117 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45118 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45119 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45120 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45121 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45122 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45123 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45124 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45125 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45126 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45127 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45128 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45129 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45130 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45131 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45132 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45133 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45134 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45135 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45136 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45137 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45138 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45139 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45140 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45141 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45142 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45143 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45144 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45145 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45146 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45147 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45148 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45149 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45150 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45151 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45152 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45153 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45154 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45155 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45156 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45157 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45158 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45159 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45160 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45161 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45162 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45163 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45164 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45165 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45166 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45167 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45168 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45169 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45170 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45171 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45172 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45173 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45174 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45175 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45176 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45177 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45178 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45179 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45180 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45181 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45182 Require >= 2.
45183 (FLT_ROUNDS): Expect as macro, not constant.
45184 (FLT_MANT_DIG): Use macro-int-constant.
45185 (DBL_MANT_DIG): Likewise.
45186 (LDBL_MANT_DIG): Likewise.
45187 (FLT_DIG): Likewise.
45188 (DBL_DIG): Likewise.
45189 (LDBL_DIG): Likewise.
45190 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
45191 (DBL_MIN_EXP): Likewise.
45192 (LDBL_MIN_EXP): Likewise.
45193 (FLT_MAX_EXP): Use macro-int-constant.
45194 (DBL_MAX_EXP): Likewise.
45195 (LDBL_MAX_EXP): Likewise.
45196 (FLT_MAX_10_EXP): Likewise.
45197 (DBL_MAX_10_EXP): Likewise.
45198 (LDBL_MAX_10_EXP): Likewise.
45199 (FLT_MAX): Use macro-constant.
45200 (DBL_MAX): Likewise.
45201 (LDBL_MAX): Likewise.
45202 (FLT_EPSILON): Use macro-constant. Give upper bound.
45203 (DBL_EPSILON): Likewise.
45204 (LDBL_EPSILON): Likewise.
45205 (FLT_MIN): Likewise.
45206 (DBL_MIN): Likewise.
45207 (LDBL_MIN): Likewise.
45208 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45209 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45210 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45211 [ISO11] (FLT_HAS_SUBNORM): Likewise.
45212 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45213 [ISO11] (DBL_DECIMAL_DIG): Likewise.
45214 [ISO11] (FLT_DECIMAL_DIG): Likewise.
45215 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45216 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45217 [ISO11] (FLT_TRUE_MIN): Likewise.
45218 [ISO11] (LDBL_TRUE_MIN): Likewise.
45219 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45220 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45221 (SCHAR_MIN): Use macro-int-constant. Specify type.
45222 (SCHAR_MAX): Likewise.
45223 (UCHAR_MAX): Likewise.
45224 (CHAR_MIN): Likewise.
45225 (CHAR_MAX): Likewise.
45226 (MB_LEN_MAX): Use macro-int-constant.
45227 (SHRT_MIN): Use macro-int-constant. Specify type.
45228 (SHRT_MAX): Likewise.
45229 (USHRT_MAX): Likewise.
45230 (INT_MAX): Likewise.
45231 (INT_MIN): Use macro-int-constant. Specify type. Make upper
45232 bound negative.
45233 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
45234 bound with "U".
45235 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
45236 bound with "L".
45237 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
45238 bound negative. Suffix upper bound with "L".
45239 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
45240 bound with "UL".
45241 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45242 Specify type.
45243 [C99-based standards] (LLONG_MAX): Likewise.
45244 [C99-based standards] (ULLONG_MAX): Likewise.
45245 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
45246 == 0.
45247 [ISO11] (max_align_t): Require type.
45248 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45249
c9140a62
JM
45250 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45251 from $CFLAGS, without defining away __attribute__ calls.
45252 (checknamespace): Use $CFLAGS_namespace.
45253
9af0bf29
JM
45254 * conform/conformtest.pl (@keywords): Only include C99 keywords
45255 for standards based on C99 or C11.
45256
343222a2
JM
45257 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45258 Disable tests.
45259 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45260 UNIX98]: Likewise.
45261
661f8cf0
JM
45262 * conform/conformtest.pl: Handle "macro-int-constant" and test for
45263 usability of symbols in #if.
45264
ee74b9cb
JM
45265 * conform/conformtest.pl: If macro or constant types start
45266 "promoted:", expect the symbol to be of the following type
45267 promoted by the integer promotions.
62fde54f 45268
aafc49b3
JM
45269 * conform/conformtest.pl: Parse all "constant" and "macro" lines
45270 in one place. Also handle "macro-constant".
45271
fefdf574
JM
45272 * conform/conformtest.pl: Only accept expected macro values with
45273 "==". Parse all "macro" lines in one place.
45274 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45275
f2d922fe
JM
45276 * conform/conformtest.pl: Handle braced types on "constant" lines
45277 instead of handling "typed-constant".
45278 * conform/data/signal.h-data: Use "constant" instead of
45279 "typed-constant".
45280
d22956c9
JM
45281 * conform/conformtest.pl: Handle "optional-" at start of lines in
45282 one place rather than duplicating several cases. Handle each
45283 format of "macro" line with initial "optional-".
45284
028e2e38
JM
45285 * conform/conformtest.pl: Only accept expected constant or
45286 optional-constant values with "==". Parse all "constant" lines in
45287 one place. Parse all "optional-constant" lines in one place.
45288 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45289 * conform/data/fmtmsg.h-data: Likewise.
45290 * conform/data/netinet/in.h-data: Likewise.
45291 * conform/data/tar.h-data: Likewise.
45292 * conform/data/limits.h-data: Use "==" form on "constant" and
45293 "optional-constant" lines.
45294
1b8f2850
JM
45295 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45296 Use -std=c99 for XOPEN2K.
45297 (@knownproblems): Remove.
45298 (newtoken): Don't check %isknown.
45299
a05a144b
JM
45300 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45301 Do not expect macro.
45302 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45303 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45304 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45305 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45306 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45307 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45308 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45309 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45310 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45311 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45312 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45313 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45314 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45315 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45316 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45317 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45318 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45319 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45320 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45321 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45322 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45323 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45324 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45325 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45326 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45327 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45328 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45329 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45330 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45331 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45332 [XPG3] (acosh): Likewise.
45333 [XPG3] (asinh): Likewise.
45334 [XPG3] (atanh): Likewise.
45335 [XPG3] (cbrt): Likewise.
45336 [XPG3] (expm1): Likewise.
45337 [XPG3] (ilogb): Likewise.
45338 [XPG3] (log1p): Likewise.
45339 [XPG3] (logb): Likewise.
45340 [XPG3] (nextafter): Likewise.
45341 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45342 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45343 [XPG3] (remainder): Likewise.
45344 [XPG3] (rint): Likewise.
45345 [XPG3 || XPG4 || UNIX98] (round): Likewise.
45346 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45347 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45348 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45349 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45350 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45351 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45352 [UNIX98 || XOPEN2K] (scalb): Expect.
45353 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45354 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45355 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45356 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45357 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45358 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45359 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45360 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45361 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45362 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45363 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45364 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45365 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45366 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45367 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45368 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45369 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45370 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45371 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45372 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45373 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45374 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45375 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45376 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45377 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45378 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45379 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45380 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45381 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45382 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45383 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45384 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45385 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45386 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45387 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45388 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45389 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45390 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45391 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45392 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45393 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45394 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45395 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45396 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45397 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45398 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45399 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45400 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45401 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45402 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45403 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45404 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45405 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45406 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45407 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45408 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45409 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45410 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45411 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45412 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45413 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45414 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45415 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45416 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45417 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45418 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45419 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45420 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45421 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45422 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45423 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45424 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45425 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45426 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45427 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45428 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45429 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45430 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45431 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45432 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45433 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45434 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45435 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45436 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45437 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45438 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45439 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45440 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45441 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45442 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45443 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45444 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45445 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45446 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45447 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45448 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45449 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45450 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45451 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45452 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45453 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45454 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45455 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45456 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45457 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45458 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45459 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45460 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45461 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45462 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45463 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45464 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45465 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45466 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45467 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45468 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45469 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45470 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45471 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45472 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45473 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45474 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45475 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45476 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45477 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45478 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45479 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45480 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45481 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45482 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45483 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45484 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45485 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45486 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45487 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45488 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45489 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45490
73c5ebe3
JM
45491 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45492 _XOPEN_SOURCE_EXTENDED for XPG4.
45493
39c33b6c
JM
45494 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45495
62fde54f
JM
45496 * Makeconfig (localtime): Remove variable.
45497 (inst_localtime-file): Likewise.
45498
0741d64c
AS
454992012-05-01 Andreas Schwab <schwab@linux-m68k.org>
45500
45501 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45502 Update.
45503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45504 Update.
45505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45506 Update.
45507 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45508 Update.
45509 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45510 Update.
45511 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45512 Update.
45513 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45514 Update.
45515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45516 Update.
45517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45518 Update.
45519
7cb029ee
JM
455202012-05-01 Joseph Myers <joseph@codesourcery.com>
45521
45522 [BZ #2550]
45523 [BZ #2570]
45524 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45525 comparisons to determine direction to adjust input.
45526 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45527 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45528 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45529 Likewise.
45530 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45531 Likewise.
45532 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45533 Likewise.
45534 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45535 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45536 Likewise.
45537 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45538 Likewise.
45539 * math/libm-test.inc (nexttoward_test): Add more tests.
45540
412bd966
AS
455412012-05-01 Andreas Schwab <schwab@linux-m68k.org>
45542
45543 [BZ #14040]
45544 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45545 in version GLIBC_2.1, not GLIBC_2.0.
45546 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45547 Likewise.
45548
9568c0c2
JM
455492012-04-30 Joseph Myers <joseph@codesourcery.com>
45550
adfbc8ac
JM
45551 [BZ #13942]
45552 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45553 (1 - x) * (1 + x).
45554 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45555 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45556 * math/libm-test.inc (acos_test): Add more tests.
45557 (asin_test): Likewise.
45558 * sysdeps/i386/fpu/libm-test-ulps: Update.
45559 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45560
5ba3cc69
JM
45561 [BZ #14034]
45562 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45563 of square root.
45564 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45565 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45566 * math/libm-test.inc (acos_test_tonearest): New function.
45567 (acos_test_towardzero): Likewise.
45568 (acos_test_downward): Likewise.
45569 (acos_test_upward): Likewise.
45570 (asin_test_tonearest): Likewise.
45571 (asin_test_towardzero): Likewise.
45572 (asin_test_downward): Likewise.
45573 (asin_test_upward): Likewise.
45574 (main): Call the new functions.
45575 * sysdeps/i386/fpu/libm-test-ulps: Update.
45576 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45577
9568c0c2
JM
45578 [BZ #13884]
45579 [BZ #13924]
45580 * math/e_exp10.c: Include <float.h>.
45581 (__ieee754_exp10): Handle underflow here rather than multiplying
45582 large negative argument by M_LN10.
45583 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45584 of __ieee754_expf.
45585 * math/e_exp10l.c: Include <float.h>.
45586 (__ieee754_exp10l): Handle underflow here rather than multiplying
45587 large negative argument by M_LN10l.
45588 * math/libm-test.inc (exp10_test): Add another test. Do not allow
45589 spurious overflow exception on underflow.
45590
5ac3ea17
MP
455912012-04-29 Marek Polacek <polacek@redhat.com>
45592
45593 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45594 (__fortify_function): New macro.
45595 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45596 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45597 __extern_always_inline.
45598 * libio/bits/stdio2.h: Likewise.
45599 * libio/bits/stdio.h: Likewise.
45600 * string/string.h: Likewise.
45601 * string/bits/string3.h: Likewise.
45602 * include/stdio.h: Likewise.
45603 * stdlib/bits/stdlib.h: Likewise.
45604 * stdlib/stdlib.h: Likewise.
45605 * rt/bits/mqueue2.h: Likewise.
45606 * rt/mqueue.h: Likewise.
45607 * posix/bits/unistd.h: Likewise.
45608 * posix/unistd.h: Likewise.
45609 * io/bits/poll2.h: Likewise.
45610 * io/bits/fcntl2.h: Likewise.
45611 * io/fcntl.h: Likewise.
45612 * io/sys/poll.h: Likewise.
45613 * misc/bits/syslog.h: Likewise.
45614 * misc/bits/syslog-ldbl.h: Likewise.
45615 * misc/sys/syslog.h: Likewise.
45616 * socket/bits/socket2.h: Likewise.
45617 * socket/sys/socket.h: Likewise.
45618 * debug/tst-chk1.c: Likewise.
45619 * wcsmbs/bits/wchar2.h: Likewise.
45620 * wcsmbs/bits/wchar-ldbl.h: Likewise.
45621 * wcsmbs/wchar.h: Likewise.
45622
ecf0ebfb
AJ
456232012-04-29 Andreas Jaeger <aj@suse.de>
45624
45625 * Makerules (tests): Remove enable-check-abi protection.
45626 (check-abi-warn): Remove.
45627 (check-abi-%): Remove check-abi-warn usage.
45628
45629 * configure.in: Remove check-abi configure option.
45630 * configure: Regenerated.
45631 * config.make.in (enable-check-abi): Remove.
45632
6d5c57fa
AS
456332012-04-28 Andreas Schwab <schwab@linux-m68k.org>
45634
24c5d07e 45635 [BZ #14033]
ded5180a
AS
45636 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45637 double functions to double *_finite functions.
45638
7e0d315d
AS
45639 [BZ #13941]
45640 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45641 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45642 LDBL_MIN_EXP.
45643 * stdio-common/Makefile (tests): Add tst-sprintf3.
45644 * stdio-common/tst-sprintf3.c: New file.
45645
6d5c57fa
AS
45646 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45647 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45648
0749ff8b
JM
456492012-04-28 Joseph Myers <joseph@codesourcery.com>
45650
45651 * conform/conformtest.pl: Remove duplicate typed-constant
45652 handling.
45653
8dbd5d7b
DM
456542012-04-28 David S. Miller <davem@davemloft.net>
45655
45656 * Makerules (%.abilist): Add vpath on sysdep_dirs.
45657 (check-abi-%): Remove AWK script prerequisite and explicit
45658 abilist directory.
45659 (check-abi): Rewrite to just diff the symlist with the abilist.
45660 (config-tls, config-abi-config): Delete, no longer used.
45661 (update-abi-%): Remove AWK script and explicit abilist directory.
45662 (update-abi): Rewrite to simply compare and conditionally copy the
45663 symlist and the sysdep abilist file. Remove update-abi-config
45664 checks.
45665 * abilist/ld.abilist: Remove.
45666 * abilist/libBrokenLocale.abilist: Remove.
45667 * abilist/libanl.abilist: Remove.
45668 * abilist/libcrypt.abilist: Remove.
45669 * abilist/libdl.abilist: Remove.
45670 * abilist/librt.abilist: Remove.
45671 * abilist/libthread_db.abilist: Remove.
45672 * abilist/libutil.abilist: Remove.
45673 * scripts/extract-abilist.awk: Remove.
45674 * scripts/merge-abilist.awk: Remove.
45675 * sysdeps/generic/libcidn.abilist: New file.
45676 * sysdeps/generic/libnss_compat.abilist: New file.
45677 * sysdeps/generic/libnss_db.abilist: New file.
45678 * sysdeps/generic/libnss_dns.abilist: New file.
45679 * sysdeps/generic/libnss_files.abilist: New file.
45680 * sysdeps/generic/libnss_hesiod.abilist: New file.
45681 * sysdeps/generic/libnss_nis.abilist: New file.
45682 * sysdeps/generic/libnss_nisplus.abilist: New file.
45683 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45684 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45685 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45686 file.
45687 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45688 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45689 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45690 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45691 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45692 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45693 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45694 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45695 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45696 file.
45697 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45698 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45699 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45700 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45701 file.
45702 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45703 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45704 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45705 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45706 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45707 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45708 file.
45709 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45710 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45711 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45712 file.
45713 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45714 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45715 New file.
45716 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45717 New file.
45718 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45719 New file.
45720 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45721 New file.
45722 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45723 New file.
45724 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45725 New file.
45726 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45727 New file.
45728 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45729 New file.
45730 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45731 New file.
45732 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45733 New file.
45734 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45735 New file.
45736 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45737 New file.
45738 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45739 New file.
45740 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45741 file.
45742 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45743 New file.
45744 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45745 New file.
45746 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45747 file.
45748 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45749 New file.
45750 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45751 New file.
45752 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45753 file.
45754 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45755 New file.
45756 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45757 New file.
45758 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45759 New file.
45760 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45761 New file.
45762 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45763 New file.
45764 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45765 New file.
45766 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45767 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45768 file.
45769 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45770 New file.
45771 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45772 file.
45773 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45774 file.
45775 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45776 file.
45777 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45778 file.
45779 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45780 file.
45781 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45782 New file.
45783 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45784 file.
45785 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45786 file.
45787 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45788 New file.
45789 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45790 file.
45791 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45792 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45793 file.
45794 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45795 New file.
45796 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45797 file.
45798 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45799 file.
45800 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45801 file.
45802 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45803 file.
45804 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45805 file.
45806 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45807 New file.
45808 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45809 file.
45810 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45811 file.
45812 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45813 New file.
45814 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45815 file.
45816 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45817 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45818 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45819 file.
45820 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45821 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45822 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45823 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45824 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45825 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45826 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45827 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45828 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45829 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45830 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45831 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45832 file.
45833 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45834 New file.
45835 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45836 file.
45837 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45838 file.
45839 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45840 file.
45841 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45842 file.
45843 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45844 file.
45845 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45846 New file.
45847 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45848 New file.
45849 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45850 file.
45851 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45852 New file.
45853 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45854 file.
45855 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45856 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45857 file.
45858 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45859 New file.
45860 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45861 file.
45862 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45863 file.
45864 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45865 file.
45866 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45867 file.
45868 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45869 file.
45870 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45871 New file.
45872 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45873 New file.
45874 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45875 file.
45876 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45877 New file.
45878 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45879 file.
45880
41d73a1b
JM
458812012-04-28 Joseph Myers <joseph@codesourcery.com>
45882
45883 * conform/conformtest.pl: Fix typo in handling typed-constant from
45884 allow-header.
45885
28aeeda4
JM
458862012-04-27 Joseph Myers <joseph@codesourcery.com>
45887
adae8f5e
JM
45888 * README: Cut down references to pre-2.6 Linux kernels and
45889 Linuxthreads. Update lists of configurations in libc and ports
45890 and sort alphabetically. Say "or newer" with Linux kernel version
45891 requirements.
45892
28aeeda4
JM
45893 * config.h.in [IS_IN_build]: Allow compiling without optimization.
45894
a462cb63
RA
458952012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
45896
45897 [BZ #887]
45898 * math/libm-test.inc (logb_test_downward): New test to expose
45899 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45900 rounding mode.
45901
6ad3493e
JM
459022012-04-27 Joseph Myers <joseph@codesourcery.com>
45903
45904 [BZ #14027]
45905 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45906 to be done.
45907 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45908 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45909
2ce4f015
JM
459102012-04-26 Joseph Myers <joseph@codesourcery.com>
45911
5aeb141a
JM
45912 * sysdeps/unix/i386/brk.S: Remove file.
45913 * sysdeps/unix/i386/dl-brk.S: Likewise.
45914 * sysdeps/unix/i386/pipe.S: Likewise.
45915 * sysdeps/unix/i386/sigreturn.S: Likewise.
45916 * sysdeps/unix/i386/syscall.S: Likewise.
45917 * sysdeps/unix/i386/vfork.S: Likewise.
45918 * sysdeps/unix/i386/wait.S: Likewise.
45919
7143acae
JM
45920 * sysdeps/unix/common/tcsendbrk.c: Move to ...
45921 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45922
2ce4f015
JM
45923 * configure.in (arm*-none*): Do not allow without
45924 --enable-hacker-mode.
45925 (netbsd*): Remove case setting base_os.
45926 (386bsd*): Likewise.
45927 (freebsd*): Likewise.
45928 (bsdi*): Likewise.
45929 (osf*): Likewise.
45930 (sunos*): Likewise.
45931 (ultrix*): Likewise.
45932 (newsos*): Likewise.
45933 (dynix*): Likewise.
45934 (*bsd*): Likewise.
45935 (sysv*): Likewise.
45936 (isc*): Likewise.
45937 (esix*): Likewise.
45938 (sco*): Likewise.
45939 (minix*): Likewise.
45940 (irix4*): Likewise.
45941 (irix6*): Likewise.
45942 (solaris[2-9]*): Likewise.
45943 (none): Likewise.
45944 * configure: Regenerated.
45945
0ac229c8
AZ
459462012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45947
45948 [BZ #11521]
45949 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45950 overflow or cancellation in calculating denominator.
45951 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45952 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45953 down expression to avoid unexpected rounding in newer GCCs.
45954 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45955
33f244f4
DM
459562012-04-26 David S. Miller <davem@davemloft.net>
45957
45958 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45959 long-double compat symbols.
45960 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45961 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45962 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45963 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45964 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45965 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45966 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45967 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45968 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45969 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45970 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45971 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45972 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45973
cfa1f3e8
DM
459742012-04-25 David S. Miller <davem@davemloft.net>
45975
45976 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45977 HWCAP_* values only after the memory barriers have been defined.
45978 (atomic_full_barrier): Define.
45979 (atomic_read_barrier): Define.
45980 (atomic_write_barrier): Define.
45981
6e236b92
SP
459822012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
45983
45984 * shlib-versions: Add libgcc_s version information.
45985 * sysdeps/generic/libgcc_s.h: Remove.
45986 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45987 libgcc_s.h.
45988 * sysdeps/gnu/unwind-resume.c: Likewise.
45989 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45990
aab39a09
DM
459912012-04-25 David S. Miller <davem@davemloft.net>
45992
45993 * sysdeps/unix/sparc/brk.S: Delete.
45994 * sysdeps/unix/sparc/dl-brk.S: Delete.
45995 * sysdeps/unix/sparc/pipe.S: Delete.
45996 * sysdeps/unix/sparc/sysdep.S: Delete.
45997 * sysdeps/unix/sparc/sysdep.h: Delete.
45998 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
45999 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46000 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46001 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46002 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
46003 (JUMPTARGET): Remove.
46004 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46005 sysdeps/unix/sparc/sysdep.h
46006 (ENTRY, END): Remove.
46007 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46008
a3cc4f48
JM
460092012-04-25 Joseph Myers <joseph@codesourcery.com>
46010
2ed8cda2
JM
46011 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46012 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46013 -DIS_IN_build.
46014
35d76d59
JM
46015 * timezone/README: Update upstream location and email address for
46016 tzcode and tzdata.
46017 * timezone/zdump.c: Update from tzcode 2012b.
46018 * timezone/zic.c: Likewise.
46019
a3cc4f48
JM
46020 * configure.in (libc_cv_as_needed): Remove test.
46021 * configure: Regenerated.
46022 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46023 conditional definition.
46024 [$(have-as-needed) != yes] (no-as-needed): Likewise.
46025 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46026 * config.make.in (have-as-needed): Remove variable.
46027
ceab42c3
SP
460282012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
46029 Paul Pluzhnikov <ppluzhnikov@google.com>
46030
46031 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46032 strings correctly.
46033
3ce2865f
CLT
460342012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
46035
46036 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46037 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46038 * sysdeps/sh/strlen.S: Likewise.
46039
f37e0d68
JM
460402012-04-24 Joseph Myers <joseph@codesourcery.com>
46041
ae186e9a
JM
46042 * sysdeps/unix/fork.S: Remove file.
46043 * sysdeps/unix/i386/fork.S: Likewise.
46044 * sysdeps/unix/sparc/fork.S: Likewise.
46045
b96914af
JM
46046 * sysdeps/unix/system.c: Remove file.
46047 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46048
f37e0d68
JM
46049 * sysdeps/unix/getegid.S: Remove file.
46050 * sysdeps/unix/geteuid.S: Likewise.
46051
87ef29ca
RM
460522012-04-24 Roland McGrath <roland@hack.frob.com>
46053
83bcd236
RM
46054 * scripts/check-localplt.awk: New file.
46055 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46056 of diff.
46057 * scripts/data/localplt-generic.data: Add a comment.
46058
87ef29ca
RM
46059 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46060 NODE when __dir_mkfile failed.
46061 * sysdeps/mach/hurd/symlinkat.c: Likewise.
46062 Reported by Ludovic Courtès <ludo@gnu.org>.
46063
e5a6e567
AJ
460642012-04-24 Andreas Jaeger <aj@suse.de>
46065
46066 * Makerules (common-clean): Also remove gen-as-const-headers
46067 files.
46068
c1820385
JM
460692012-04-24 Joseph Myers <joseph@codesourcery.com>
46070
46071 * Makerules (native-compile): Do not change working directory for
46072 build. Use $(OUTPUT_OPTION) in command.
46073 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46074
94e02fc4
AZ
460752012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46076
46077 [BZ #13886]
46078 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46079 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46080 * math/libm-test.inc (floor_test): Add more tests.
46081 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46082
3a533ca3
JM
460832012-04-24 Joseph Myers <joseph@codesourcery.com>
46084
940ab4b3
JM
46085 * sysdeps/unix/getdents.c: Remove file.
46086 * sysdeps/unix/sysv/getdents.c: Likewise.
46087 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46088
90e037bd
JM
46089 * sysdeps/unix/syscalls.list (madvise): Add syscall from
46090 sysdeps/unix/mman/syscalls.list.
46091 (mmap): Likewise.
46092 (mprotect): Likewise.
46093 (msync): Likewise.
46094 (munmap): Likewise.
46095 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46096 * sysdeps/unix/mman/syscalls.list: Remove.
46097 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46098
3a533ca3
JM
46099 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46100 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46101 * configure: Regenerated.
46102 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46103 $(libgcc_s_suffix).
46104 * config.make.in (libgcc_s_suffix): Remove variable.
46105
1ad743de
JM
461062012-04-23 Joseph Myers <joseph@codesourcery.com>
46107
4ad451e2
JM
46108 * sysdeps/unix/sysv/gethostname.c: Move to ...
46109 * sysdeps/posix/gethostname.c: ... here.
46110
5e37ce39
JM
46111 * sysdeps/unix/execve.S: Remove file.
46112
1ad743de
JM
46113 * sysdeps/unix/_exit.S: Remove file.
46114
4e681b5b
AJ
461152012-04-23 Andreas Jaeger <aj@suse.de>
46116
46117 [BZ #13739]
46118 * manual/Makefile: Remove make dist support, there's no
46119 need for a stand-alone documentation tar ball.
46120 (TEXI2DVI): Define always, it's not in Makeconfig.
46121 (dist): Removed.
46122 (tar-it): Removed.
46123 (edition): Removed.
46124 (glibc-doc-$(edition).tar): Removed
46125 (%.Z): Removed.
46126 (%.gz): Removed.
46127 (%.uu): Removed.
46128 (ETAGS): Remove, it's in Makeconfig.
46129 (move-if-change): Remove, it's in Makeconfig.
46130
38686a03 461312012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
46132
46133 [BZ #13970]
46134 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46135 (strtod, strtof, strtold, strtol, strtoul, strtoq)
46136 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46137 (strtod_l, strtof_l, strtold_l): Remove __wur.
46138 It is not necessarily an error to ignore strtol's return value.
46139 One can reliably look at the stored endptr to decide whether
46140 the number had valid syntax.
46141
7c0616fa
AJ
461422012-04-21 Andreas Jaeger <aj@suse.de>
46143
803cb6b7 46144 [BZ #13739]
7c0616fa
AJ
46145 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46146
b0fe253f
JM
461472012-04-21 Joseph Myers <joseph@codesourcery.com>
46148
46149 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46150 * sysdeps/unix/sysv/Versions: Remove file.
46151
8280f22d
MT
461522012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
46153
46154 [BZ #13927]
46155 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46156
75ce411f 461572012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
46158
46159 [BZ #7064]
46160 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46161 version from __vm86.
46162
097d59fa
JM
461632012-04-20 Joseph Myers <joseph@codesourcery.com>
46164
a90f3bcb
JM
46165 * sysdeps/unix/common/lxstat.c: Remove file.
46166 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46167
edc7ea78
JM
46168 * sysdeps/unix/sysv/Makefile: Remove file.
46169
cb78c221
JM
46170 * sysdeps/unix/sysv/direct.h: Remove file.
46171
efa6a45f
JM
46172 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46173 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46174 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46175 * sysdeps/unix/sysv/bits/signum.h: Likewise.
46176 * sysdeps/unix/sysv/bits/stat.h: Likewise.
46177 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46178 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46179
9c9f2d0c
JM
46180 * sysdeps/unix/sysv/setrlimit.c: Remove file.
46181
4541c83b
JM
46182 * sysdeps/unix/xmknod.c: Remove file.
46183 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46184
f5d153a0
JM
46185 * sysdeps/unix/sysv/settimeofday.c: Remove file.
46186
aa746595
JM
46187 * sysdeps/unix/sysv/i386/time.S: Remove file.
46188
cce5905e
JM
46189 * sysdeps/unix/fxstat.c: Remove file.
46190 * sysdeps/unix/xstat.c: Likewise.
46191 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46192
37fa3841
JM
46193 * sysdeps/unix/sysv/sigaction.c: Remove file.
46194
ff1962a3
JM
46195 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46196 (sysdep_headers): Remove variable.
46197 [termio.h not in sysdep_headers] (generated): Likewise.
46198 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46199 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46200 * sysdeps/unix/sysv/tcdrain.c: Likewise.
46201 * sysdeps/unix/sysv/tcflow.c: Likewise.
46202 * sysdeps/unix/sysv/tcflush.c: Likewise.
46203 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46204 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46205 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46206 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46207 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46208
e7740d31
JM
46209 * sysdeps/unix/siglist.c: Remove file.
46210
ee06f18b
JM
46211 * sysdeps/unix/getppid.S: Remove file.
46212
097d59fa
JM
46213 * sysdeps/unix/mkdir.c: Remove file.
46214 * sysdeps/unix/rmdir.c: Likewise.
46215
ff3d51ec
AS
462162012-04-19 Andreas Schwab <schwab@linux-m68k.org>
46217
46218 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46219 ERR_MAX value.
46220 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46221 errlist-compat value.
46222
50f81fd7
DM
462232012-04-18 David S. Miller <davem@davemloft.net>
46224
46225 * sysdeps/generic/memcopy.h (reg_char): Delete.
46226 * debug/strcat_chk.c: Use char, not reg_char.
46227 * debug/strcpy_chk.c: Likewise.
46228 * debug/strncat_chk.c: Likewise.
46229 * debug/strncpy_chk.c: Likewise.
46230 * string/memchr.c: Likewise.
46231 * string/memrchr.c: Likewise.
46232 * string/rawmemchr.c: Likewise.
46233 * string/strcat.c: Likewise.
46234 * string/strchr.c: Likewise.
46235 * string/strchrnul.c: Likewise.
46236 * string/strcmp.c: Likewise.
46237 * string/strcpy.c: Likewise.
46238 * string/strncat.c: Likewise.
46239 * string/strncmp.c: Likewise.
46240 * string/strncpy.c: Likewise.
46241
8ff41c46
WS
462422012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46243
46244 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46245 __builtin_memcopy is called when src and dest ranges are known to not
46246 overlap.
46247
6b652f46
WS
462482012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46249
46250 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46251 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46252 fwd_align_merge macro call.
46253 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46254 bwd_align_merge macro call.
46255 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46256
b282631e
WS
462572012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46258
46259 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46260 bwd_align_merge macros.
46261 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46262 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46263 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46264
95aa737c
DM
462652012-04-18 David S. Miller <davem@davemloft.net>
46266
46267 * sysdeps/sparc/sparc64/memcopy.h: Delete.
46268
7a99a614
AJ
462692012-04-18 Andreas Jaeger <aj@suse.de>
46270
46271 [BZ# 6794]
46272 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46273 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46274 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46275
46276 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46277 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46278 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46279
46280 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46281 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46282 Adjust for changed ldbl-128 files.
46283
46284 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46285 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46286 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46287
e5270c23
DM
462882012-04-17 David S. Miller <davem@davemloft.net>
46289
46290 * sysdeps/sparc/sparc32/memcopy.h: Delete.
46291
fb5e92c9
AS
462922012-04-17 Andreas Schwab <schwab@linux-m68k.org>
46293
46294 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46295 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46296 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46297 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46298 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46299 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46300
76da7265
AZ
463012012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46302
46303 [BZ #6794]
46304 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46305 * math/libm-test.inc: Add ilogb errno and exception tests.
46306 * math/w_ilogb.c: New file: ilogb wrapper.
46307 * math/w_ilogbf.c: New file: ilogbf wrapper.
46308 * math/w_ilogbl.c: New file: ilogbl wrapper.
46309 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46310 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46311 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46312 exception being thrown with 0.0 as argument.
46313 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46314 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46315 exception being thrown with 0.0 as argument.
46316 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46317 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46318 exception being thrown with 0.0 as argument.
46319 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46320 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46321 exception being thrown with 0.0 as argument.
46322 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46323 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 46324 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
46325 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46326 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46327 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46328 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46329 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46330 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46331
0396e69d
PB
463322012-04-17 Petr Baudis <pasky@ucw.cz>
46333
46334 * include/sys/uio.h: Change __vector to __iovec to avoid clash
46335 with altivec.
46336
750b5926
MP
463372012-04-16 Marek Polacek <polacek@redhat.com>
46338
46339 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46340
751728a1
MP
463412012-04-16 Marek Polacek <polacek@redhat.com>
46342
46343 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46344 operands of fdivp instruction.
46345
34a27407
L
463462012-04-13 H.J. Lu <hongjiu.lu@intel.com>
46347
46348 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46349 * elf/tst-auditmod3b.c: Likewise.
46350 * elf/tst-auditmod4b.c: Likewise.
46351 * elf/tst-auditmod5b.c: Likewise.
46352 * elf/tst-auditmod6b.c: Likewise.
46353 * elf/tst-auditmod6c.c: Likewise.
46354 * elf/tst-auditmod7b.c: Likewise.
46355 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46356 * sysdeps/x86_64/preconfigure.in: Likewise.
46357 * sysdeps/x86_64/preconfigure: Regenerated.
46358
7e73e17d
L
463592012-04-13 H.J. Lu <hongjiu.lu@intel.com>
46360
46361 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46362 __ILP32__.
46363
c7a6ab72
AB
463642012-04-13 Antoine Balestrat <merkil33@gmail.com>
46365
46366 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46367 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46368
a9e8e0e0
CL
463692012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
46370
46371 [BZ #13973]
46372 * locale/iso-639.def: Fix gl language name. Spotted by
46373 Yaron Shahrabani.
46374
ec98af7d
RM
463752012-04-12 Roland McGrath <roland@hack.frob.com>
46376
46377 [BZ #2074]
46378 * libio/libio.h (__io_write_fn): Update comment.
46379
247c3ede
PB
463802012-04-12 Petr Baudis <pasky@ucw.cz>
46381
46382 [BZ #2074]
46383 * stdio.texi (Hook Functions): The user provided writer function
46384 is not allowed to return -1.
46385
55939d6d
DM
463862012-04-11 David S. Miller <davem@davemloft.net>
46387
46388 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46389
90020f5a
MF
463902012-04-11 Mike Frysinger <vapier@gentoo.org>
46391
46392 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46393 Add a leading slash to rtkaio.
46394
288f9098
JM
463952012-04-11 Jim Meyering <meyering@redhat.com>
46396
90020f5a
MF
46397 [BZ #11959]
46398 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46399 It is not necessarily an error to ignore fwrite's return
46400 value. One can reliably use ferror to test for errors after
46401 the fact.
288f9098 46402
4be2b570
L
464032012-04-10 H.J. Lu <hongjiu.lu@intel.com>
46404
46405 * bits/types.h (__snseconds_t): New type.
46406 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46407
46408 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46409 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46410 (__SNSECONDS_T_TYPE): Likewise.
46411 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46412 (__SNSECONDS_T_TYPE): Likewise.
46413 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46414 (__SNSECONDS_T_TYPE): Likewise.
46415
288f9098 464162012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
46417
46418 [BZ #2636]
46419 * manual/time.texi (Processor Time): Return type of times is
46420 elapsed real time since an arbitrary point in the past.
46421 (CPU Time): Move CLK_TCK from here...
46422 (Processor Time): ...to here. Correct description.
46423 * manual/conf.texi (Constants for Sysconf): Correct description of
46424 _SC_CLK_TCK.
46425
d7dd4413
DM
464262012-04-10 David S. Miller <davem@davemloft.net>
46427
46428 [BZ #13967]
46429 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46430 where the is a gap between DT_REL(A) and DT_JMPREL.
46431
b46068fc
L
464322012-04-10 H.J. Lu <hongjiu.lu@intel.com>
46433
46434 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46435 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46436 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46437
73d65cc3
SP
464382012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
46439
46440 * elf/dl-support.c (_dl_inhibit_cache): New variable.
46441 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46442 (dl_main): Handle --inhibit-cache.
46443 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46444 _dl_inhibit_cache.
46445 * elf/dl-load.c (_dl_map_object): Use it.
46446 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46447
bcc8d661
JM
464482012-04-09 Joseph Myers <joseph@codesourcery.com>
46449
8f9a2fae
JM
46450 [BZ #13872]
46451 * sysdeps/i386/fpu/e_powl.S (p78): New object.
46452 (__ieee754_powl): Saturate large exponents rather than testing for
46453 overflow of y*log2(x).
46454 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46455 * math/libm-test.inc (pow_test): Do not permit spurious overflow
46456 exceptions.
46457
bcc8d661
JM
46458 [BZ #11521]
46459 * math/s_ctan.c: Include <float.h>.
46460 (__ctan): Avoid internal overflow or cancellation in calculating
46461 denominator.
46462 * math/s_ctanf.c: Likewise.
46463 * math/s_ctanl.c: Likewise.
46464 * math/s_ctanh.c: Likewise.
46465 * math/s_ctanhf.c: Likewise.
46466 * math/s_ctanhl.c: Likewise.
46467 * math/libm-test.inc (ctan_test): Add more tests.
46468 (ctanh_test): Likewise.
46469 * sysdeps/i386/fpu/libm-test-ulps: Update.
46470 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46471
823fbbb4
AJ
464722012-04-09 Andreas Jaeger <aj@suse.de>
46473
03879793
AJ
46474 [BZ #6894]
46475 * manual/filesys.texi (Directory Entries): Mention that d_namlen
46476 is an optional BSD extension.
46477
823fbbb4
AJ
46478 [BZ #10254]
46479 * manual/stdio.texi (Opening Streams): Document additional fopen
46480 parameters.
46481
8de131cb
RM
464822012-04-09 Roland McGrath <roland@hack.frob.com>
46483
46484 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46485 %eax without telling the compiler.
46486
c0ed9d7d
CD
464872012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
46488
46489 [BZ # 13963]
46490 * manual/install.texi: Use sourceware.org.
46491
c483f6b4
JM
464922012-04-09 Joseph Myers <joseph@codesourcery.com>
46493
d7dd9453
JM
46494 [BZ #13873]
46495 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46496 (__ieee754_pow): Generate overflow and underflow using huge*huge
46497 and tiny*tiny rather than just returning constant infinity or zero
46498 for large exponents.
46499 * math/libm-test.inc (pow_test): Require overflow exceptions for
46500 applicable cases of large exponents.
46501
c483f6b4
JM
46502 [BZ #706]
46503 * sysdeps/i386/fpu/e_pow.S (p10): New object.
46504 (__ieee754_pow): Use iterative multiplication algorithm only for
46505 integer exponents with absolute value below 1024. Check for odd
46506 integer exponents when using algorithm for real exponents.
46507 * math/libm-test.inc (pow_test): Add more tests.
46508 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46509
d2de7579
JM
465102012-04-08 Joseph Myers <joseph@codesourcery.com>
46511
46512 [BZ #13705]
46513 * math/libm-test.inc (exp_test): Do not allow overflow exception
46514 on underflow test.
46515
f77f1232
AJ
465162012-04-08 Aurelien Jarno <aurelien@aurel32.net>
46517
46518 [BZ #13705]
46519 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46520 instead of __kernel_standard_f.
46521
3884932b
MF
465222012-04-08 Mike Frysinger <vapier@gentoo.org>
46523
46524 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46525 * sysdeps/x86_64/memset_chk.S: Likewise.
46526
54472e9c
AJ
465272012-04-08 Andreas Jaeger <aj@suse.de>
46528
6ab0fbfc
AJ
46529 [BZ #10153]
46530 * manual/startup.texi (Environment Access): Describe return value
46531 for putenv and setenv.
46532
61efba8c
AJ
46533 [BZ #6895]
46534 * manual/filesys.texi (Directory Entries): Add description for
46535 DT_LNK.
46536
95c3f29a
AJ
46537 [BZ #6890]
46538 * manual/filesys.texi (Directory Entries): Clarify that it's file
46539 system not operating system in the description of DT_UNKNOWN.
46540
54472e9c
AJ
46541 [BZ #6578]
46542 * manual/syslog.texi (closelog): Fix reference, it's openlog.
46543
624254b1
SC
465442012-04-08 Stephen Compall <s11@member.fsf.org>
46545
46546 [BZ #6649]
46547 * manual/llio.texi (Opening and Closing Files): Add cross
46548 reference to explain mode argument.
46549
1e4920e0
MF
465502012-04-07 Mike Frysinger <vapier@gentoo.org>
46551
46552 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46553 * sysdeps/x86_64/memset_chk.S: Likewise.
46554
5ed848f3
DM
465552012-04-07 David S. Miller <davem@davemloft.net>
46556
46557 * elf/elf.h (R_SPARC_WDISP10): Define.
46558 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46559 R_SPARC_SIZE32.
46560 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46561 R_SPARC_SIZE64 and R_SPARC_H34.
46562
96154cd8
CD
465632012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
46564
46565 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46566 conditions and remove no longer applicable assertion.
46567
9904dc47
L
465682012-04-06 H.J. Lu <hongjiu.lu@intel.com>
46569
46570 * bits/byteswap.h: Include <features.h>.
46571 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46572 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46573
f8887d0a
L
465742012-04-06 H.J. Lu <hongjiu.lu@intel.com>
46575
46576 * bits/byteswap.h (__bswap_16): Removed.
46577 Include <bits/byteswap-16.h> to get __bswap_16.
46578 * sysdeps/i386/bits/byteswap.h: Likewise.
46579 * sysdeps/s390/bits/byteswap.h: Likewise.
46580 * sysdeps/x86_64/bits/byteswap.h: Likewise.
46581 * bits/byteswap-16.h: New file.
46582 * sysdeps/i386/bits/byteswap-16.h: Likewise.
46583 * sysdeps/s390/bits/byteswap-16.h: Likewise.
46584 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46585 * string/Makefile (headers): Add bits/byteswap-16.h.
46586
62470f60
PP
465872012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
46588
46589 [BZ #13895]
46590 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46591 extra indirection.
46592 * nss/Makefile (tests-static, tests): Add tst-nss-static.
46593 * nss/tst-nss-static.c: New.
46594
4dad7bab
RM
465952012-04-06 Robert Millan <rmh@gnu.org>
46596
46597 [BZ #6486]
46598 * manual/llio.texi (File Position Primitive): lseek
46599 refers to WHENCE when it really means OFFSET.
46600
e9142a17
AJ
466012012-04-06 Andreas Jaeger <aj@suse.de>
46602
2c040eff
AJ
46603 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46604 strncmp declarations.
46605
e9142a17
AJ
46606 * abilist/libc.abilist: Add __poll and __ppoll.
46607
ff9f1c5f
DM
466082012-04-05 David S. Miller <davem@davemloft.net>
46609
dcd2ae90
DM
46610 * scripts/check-local-headers.sh: Accept a host triplet in the
46611 path matched by the exclude regexp.
46612
993eb054
DM
46613 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46614 definition.
46615 * sysdeps/powerpc/powerpc32/dl-machine.h
46616 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46617 * sysdeps/s390/s390-32/dl-machine.h
46618 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46619 * sysdeps/sparc/sparc32/dl-machine.h
46620 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46621 * sysdeps/sparc/sparc64/dl-machine.h
46622 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46623
ff9f1c5f
DM
46624 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46625 lazy binding.
48e2e132 46626 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
46627 undefined symbol errors.
46628
48e2e132 46629 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
46630 DT_NEEDED entries.
46631
e80d6f94
MM
466322012-04-05 Michael Matz <matz@suse.de>
46633
46634 [BZ #13592]
46635 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46636
349fa79f
AJ
466372012-04-05 Andreas Jaeger <aj@suse.de>
46638
46639 [BZ #13908]
46640 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46641 comment.
46642
f402708f
KK
466432012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46644
46645 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46646 which ROUND is no valid rounding mode.
46647
2ecccfc9
KK
466482012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46649
46650 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46651 read again.
46652 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46653
8a53f50f
KK
466542012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46655
46656 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46657 an exception using FPU order intentionally.
46658
466592012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46660
46661 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46662 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46663 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46664 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46665
d653abb7
SJ
466662012-04-05 Simon Josefsson <simon@josefsson.org>
46667
46668 [BZ #12340]
46669 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46670 EINVAL when BUFLEN is too smal.
46671
c3b1bf7d
TS
466722012-04-05 Thomas Schwinge <thomas@codesourcery.com>
46673
46674 [BZ #13553]
46675 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46676 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46677
b1aa60f3
AJ
466782012-04-03 Andreas Jaeger <aj@suse.de>
46679
c3b1bf7d 46680 [BZ #13938]
67f60a26
AJ
46681 * manual/setjmp.texi (System V contexts): Fix sentence.
46682
b1aa60f3
AJ
46683 [BZ #13926]
46684 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46685 New macro for this case.
46686 [!__GNUC__] (__bswap_64): New inline function for this case.
46687 * sysdeps/x86_64/bits/byteswap.h: Likewise.
46688 * bits/byteswap.h: Likewise.
46689 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46690 ull, guard with __GLIBC_HAVE_LONG_LONG.
46691
46692 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46693 __GLIBC_HAVE_LONG_LONG.
46694
46695 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46696 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46697
39c59c35
TMQMF
466982012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46699
46700 [BZ #13691]
46701 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46702 inptr and inend, rather than using last_ch.
46703
135ffda8
DM
467042012-04-02 David S. Miller <davem@davemloft.net>
46705
46706 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46707 * stdio-common/printf-parse.h (read_int): Change return type to
46708 'int', return -1 on INT_MAX overflow.
46709 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46710 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
46711 overflows INT_MAX. Check for overflow of in-format-string precision
46712 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
46713 SIZE_MAX not INT_MAX for integer overflow test.
46714 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46715 skip the construct in the format string but do not record anything.
46716 * stdio-common/bug22.c: Adjust to test both width/prevision
46717 INT_MAX overflow as well as total length INT_MAX overflow. Check
46718 explicitly for proper errno values.
46719
228c019e
TS
467202012-04-02 Thomas Schwinge <thomas@codesourcery.com>
46721
302cadd3
TS
46722 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46723 CHAR_MAX.
46724 * string/test-strcmp.c [! WIDE]: Likewise.
46725 * time/tst-mktime2.c: Likewise for INT_MAX.
46726 * string/test-string.h: #include <sys/param.h> for MIN.
46727
228c019e
TS
46728 * csu/init-first.c (__libc_init_first): Call __ctype_init.
46729 * sysdeps/i386/init-first.c (init): Likewise.
46730 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46731 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46732 * sysdeps/sh/init-first.c (init): Likewise.
46733
cfa633f5
UD
467342012-04-01 Ulrich Drepper <drepper@gmail.com>
46735
46736 * po/ru.po: Update from translation team.
d1635ef8 46737 * po/vi.po: Likewise.
cfa633f5 46738
6cd0a5ea
SP
467392012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
46740
46741 * resolv/nss_dns/dns-host.c: Merge copyright years.
46742
4b43400f
LD
467432012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46744
46745 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46746 Optimize memcpy with prefetch if
46747 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
46748 src, dst pointers have unequal 16 byte alignments.
46749
48c41d04
SP
467502012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
46751
46752 [BZ #13928]
46753 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46754 from a CNAME entry and return the minimum ttl for the query.
46755 (gaih_getanswer_slice): Likewise.
46756
b8dc394d
JL
467572012-03-30 Jeff Law <law@redhat.com>
46758
46759 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46760 due to long keys.
46761 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46762 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46763
2f5a5ed0
JL
46764 * resolv/nss_dns/dns-host.c: Update copyright year.
46765
1d39e359
UD
467662012-03-30 Ulrich Drepper <drepper@gmail.com>
46767
c030f70c 46768 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 46769 requests to save a system call. Fix check that all bytes are sent.
c030f70c 46770
1d39e359
UD
46771 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46772 comments for sendmmsg.
46773
467742012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
46775
46776 [BZ #13691]
46777 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46778 with only 1 character between 0x0041 and 0x01b0.
46779 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46780 * wcsmbs/tst-mbsnrtowcs.c: New file.
46781
20fde227
DM
467822012-03-29 David S. Miller <davem@davemloft.net>
46783
46784 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46785 small copies by hand.
46786
984a4237
JL
467872012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
46788
46789 [BZ #13761]
57f41c40
AS
46790 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46791 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46792 group memberships.
984a4237 46793
18c9d62b
DM
467942012-03-28 David S. Miller <davem@davemloft.net>
46795
88d85d4f
DM
46796 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46797 that branches into memcpy.
46798 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46799 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46800 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46801 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46802 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46803 bits.
46804 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46805 implementation too.
46806 * sysdeps/sparc/mempcpy.S: New file.
46807
e5aa83e1
DM
46808 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46809 the IFUNC routine in the libc case.
46810 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46811
88570753
DM
46812 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46813 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46814 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46815 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46816 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46817 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46818 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46819 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46820
249d7567
DM
46821 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46822 loop to 256 bytes instead of 64 bytes and fix test signedness.
46823
18c9d62b
DM
46824 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46825 * sysdeps/sparc/sparc32/Makefile: rather than here...
46826 * sysdeps/sparc/sparc64/Makefile: and here.
46827
05f3d1f6
UD
468282012-03-28 Ulrich Drepper <drepper@gmail.com>
46829
46830 * malloc/mallocbug.c: Avoid warnings about unused variables.
46831
86ae07a8
JL
468322012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
46833
46834 [BZ #13760]
46835 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46836 in the right place. Discard and retry query if response is
46837 larger than input buffer size.
46838
41bf21a1
JM
468392012-03-28 Joseph Myers <joseph@codesourcery.com>
46840
d6270972
JM
46841 [BZ #369]
46842 [BZ #2678]
46843 [BZ #3866]
46844 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46845 x for large integer exponent.
46846 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46847 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
46848 sign of result as needed afterwards.
46849 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46850 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46851 result for underflowing pow the same as for overflow.
46852 (__kernel_standard_l): Handle powl overflow and underflow here
46853 rather than calling __kernel_standard.
46854 * math/libm-test.inc (pow_test): Add more tests.
46855
414fca03 46856 [BZ #3868]
41bf21a1
JM
46857 [BZ #13879]
46858 [BZ #13910]
46859 [BZ #13911]
46860 [BZ #13912]
46861 [BZ #13913]
46862 [BZ #13915]
46863 [BZ #13916]
46864 [BZ #13917]
46865 [BZ #13918]
46866 [BZ #13919]
46867 [BZ #13920]
46868 [BZ #13921]
46869 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46870 * sysdeps/ieee754/k_standard.c: Include <float.h>.
46871 (__kernel_standard_l): New function.
46872 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46873 __kernel_standard.
46874 * math/w_acosl.c (__acosl): Likewise.
46875 * math/w_asinl.c (__asinl): Likewise.
46876 * math/w_atan2l.c (__atan2l): Likewise.
46877 * math/w_atanhl.c (__atanhl): Likewise.
46878 * math/w_coshl.c (__coshl): Likewise.
46879 * math/w_exp10l.c (__exp10l): Likewise.
46880 * math/w_exp2l.c (__exp2l): Likewise.
46881 * math/w_fmodl.c (__fmodl): Likewise.
46882 * math/w_hypotl.c (__hypotl): Likewise.
46883 * math/w_j0l.c (__j0l, __y0l): Likewise.
46884 * math/w_j1l.c (__j1l, __y1l): Likewise.
46885 * math/w_jnl.c (__jnl, __ynl): Likewise.
46886 * math/w_lgammal.c (__lgammal): Likewise.
46887 * math/w_log10l.c (__log10l): Likewise.
46888 * math/w_log2l.c (__log2l): Likewise.
46889 * math/w_logl.c (__logl): Likewise.
46890 * math/w_powl.c (__powl): Likewise.
46891 * math/w_remainderl.c (__remainderl): Likewise.
46892 * math/w_scalbl.c (sysv_scalbl): Likewise.
46893 * math/w_sinhl.c (__sinhl): Likewise.
46894 * math/w_sqrtl.c (__sqrtl): Likewise.
46895 * math/w_tgammal.c (__tgammal): Likewise.
46896 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46897 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46898 * math/libm-test.inc (acos_test): Add more tests.
46899 (acosh_test): Likewise.
46900 (asin_test): Likewise.
46901 (atanh_test): Likewise.
46902 (exp_test): Likewise.
46903 (exp10_test): Likewise.
46904 (exp2_test): Likewise.
46905 (expm1_test): Likewise.
46906 (lgamma_test): Likewise.
46907 (log_test): Likewise.
46908 (log10_test): Likewise.
46909 (log1p_test): Likewise.
46910 (log2_test): Likewise.
46911 (pow_test): Do not allow some spurious overflow exceptions.
46912 (sqrt_test): Add more tests.
46913 (tgamma_test): Likewise.
46914 (y0_test): Likewise.
46915 (y1_test): Likewise.
46916 (yn_test): Likewise.
46917
dd62fda6
AB
469182012-03-27 Anton Blanchard <anton@samba.org>
46919
46920 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46921 MAP_HUGETLB.
46922 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46923 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46924 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46925
1e3cdfda
AJ
469262012-03-27 David S. Miller <davem@davemloft.net>
46927
b855ab85
DM
46928 * conform/Makefile: Run run-conformtest.sh using $(BASH).
46929
1e3cdfda
AJ
46930 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46931 have-as-vis3 check.
46932
469332012-03-27 Andreas Jaeger <aj@suse.de>
46934
46935 * sysdeps/x86_64/elf/configure.in: Moved to ...
46936 * sysdeps/x86_64/configure.in: ... here.
46937 * sysdeps/x86_64/elf/start.S: Moved to ...
46938 * sysdeps/x86_64/start.S: ... here.
46939 * sysdeps/x86_64/elf/configure: Delete.
46940
46941 * sysdeps/x86_64/configure.in: Merge contents from
46942 sysdeps/i386/configure.in (without i686 check).
46943
46944 * sysdeps/i386/elf/Versions: Merge into ...
46945 * sysdeps/i386/Versions: ... this.
46946 * sysdeps/i386/elf/Versions: Delete file.
46947 * sysdeps/i386/elf/start.S: Moved to ...
46948 * sysdeps/i386/start.S: ...here.
46949 * sysdeps/i386/elf/configure.in: Merge into...
46950 * sysdeps/i386/configure.in: ...here.
46951 * sysdeps/i386/elf/configure.in: Delete file.
46952 * sysdeps/i386/elf/configure: Delete file.
46953
46954 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46955 * debug/backtracesyms.c: ... here.
46956 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46957 * debug/backtracesymsfd.c: ... here.
46958 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46959 * sysdeps/generic/ifunc-sel.h: ... here.
46960
46961 * sysdeps/unix/i386/start.c: Delete file.
46962 * sysdeps/unix/sparc/start.c: Delete file.
46963 * sysdeps/unix/start.c: Delete file.
46964
46965 * sysdeps/sh/elf/configure.in: Moved to ...
46966 * sysdeps/sh/configure.in: ... here.
46967 * sysdeps/sh/elf/start.S: Moved to ...
46968 * sysdeps/sh/start.S: ... here.
46969 * sysdeps/sh/elf/configure: Delete file.
46970
46971 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46972 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46973 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46974 * sysdeps/powerpc/powerpc64/entry.h: ... here.
46975 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46976 * sysdeps/powerpc/powerpc64/start.S: here.
46977 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46978 * sysdeps/powerpc/powerpc64/Makefile: ... this.
46979 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46980 * sysdeps/powerpc/powerpc64/configure.in: ... this.
46981 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46982
46983 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46984 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46985 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46986 * sysdeps/powerpc/powerpc32/start.S: ... here.
46987 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46988 * sysdeps/powerpc/powerpc32/configure.in: ... this.
46989 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46990
46991 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46992 * sysdeps/powerpc/ifunc-sel.h: ... here.
46993 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46994 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46995
46996 * sysdeps/sparc/elf/configure.in: Moved to ...
46997 * sysdeps/sparc/configure.in: ... here.
46998 * sysdeps/sparc/elf/configure: Delete file.
46999 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47000 * sysdeps/sparc/sparc32/start.S: ... here.
47001 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47002 * sysdeps/sparc/sparc64/start.S: ... here.
47003 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47004 * sysdeps/sparc/sparc32/Makefile: ... this.
47005 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47006 * sysdeps/sparc/sparc64/Makefile: ... this.
47007
47008 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47009 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47010 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47011 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47012 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47013 * sysdeps/s390/s390-32/setjmp.S: ... here.
47014 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47015 * sysdeps/s390/s390-32/configure.in: ... here.
47016 * sysdeps/s390/s390-32/elf/configure: Delete file.
47017 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47018 * sysdeps/s390/s390-32/start.S: ... here.
47019
47020 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47021 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47022 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47023 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47024 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47025 * sysdeps/s390/s390-64/setjmp.S: ... here.
47026 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47027 * sysdeps/s390/s390-64/configure.in: ... here
47028 * sysdeps/s390/s390-64/elf/configure: Delete file.
47029 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47030 * sysdeps/s390/s390-64/start.S: ... here.
47031 * sysdeps/s390/s390-64/elf/configure: Delete.
47032
47033 * configure.in: Remove support for elf directories in sysdeps.
47034
47035 * configure: Regenerated.
47036 * sysdeps/i386/configure: Regenerated.
47037 * sysdeps/powerpc/powerpc32/configure: Regenerated.
47038 * sysdeps/powerpc/powerpc64/configure: Regenerated.
47039 * sysdeps/s390/s390-32/configure: Regenerated.
47040 * sysdeps/s390/s390-64/configure: Regenerated.
47041 * sysdeps/sh/configure: Regenerated.
47042 * sysdeps/sparc/configure: Regenerated.
47043 * sysdeps/x86_64/configure: Regenerated.
47044
a3f61311
AS
470452012-03-26 Andreas Schwab <schwab@linux-m68k.org>
47046
c876e002
AS
47047 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47048
a3f61311
AS
47049 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47050 denormal result into account.
47051
ac4c54f0
RM
470522012-03-25 Roland McGrath <roland@hack.frob.com>
47053
47054 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47055 Reported by Allan McRae <allan@archlinux.org>.
47056
6a9b9c02
JL
470572012-03-23 Jeff Law <law@redhat.com>
47058
47059 * nss/getnssent.c (__nss_getent): Fix typo.
47060
4c42a0c1
DM
470612012-03-23 David S. Miller <davem@davemloft.net>
47062
47063 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47064
1532c7ac
L
470652012-03-23 H.J. Lu <hongjiu.lu@intel.com>
47066
47067 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47068 to pad to uint64_t for each field.
47069 (dl_tls_index): Replace unsigned long with uint64_t.
47070
3ff42526
PP
470712012-03-23 Daniel Jacobowitz <dmj@google.com>
47072 Paul Pluzhnikov <ppluzhnikov@google.com>
47073
47074 [BZ #6528]
47075 * grp/Makefile (otherlibs): Don't set it.
47076 * inet/Makefile (otherlibs): Likewise.
47077 * login/Makefile (otherlibs): Likewise.
47078 * nscd/Makefile (otherlibs): Likewise.
47079 * posix/Makefile (otherlibs): Likewise.
47080 * pwd/Makefile (otherlibs): Likewise.
47081 * rt/Makefile (otherlibs): Likewise.
47082 * sunrpc/Makefile (otherlibs): Likewise.
47083 * nss/Makefile (otherlibs): Likewise.
47084 Add libnss_files to routines and static-only-routines.
47085 ($(objpfx)getent): Remove rule.
47086 * resolv/Makefile: Add libnss_dns and libresolv to routines and
47087 static-only-routines.
47088
7c69cd14
JM
470892012-03-22 Joseph Myers <joseph@codesourcery.com>
47090
47091 [BZ #13892]
47092 * math/s_cexp.c: Include <float.h>.
47093 (__cexp): Handle exp result overflowing not necessarily
47094 overflowing both real and imaginary parts of result.
47095 * math/s_cexpf.c: Likewise.
47096 * math/s_cexpl.c: Likewise.
47097 * math/libm-test.inc (cexp_test): Add more tests.
47098 * sysdeps/i386/fpu/libm-test-ulps: Update.
47099 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47100
81b035fe
L
471012012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47102
47103 * include/link.h (ELFW): New macro.
47104 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47105 Replace ELF64_R_TYPE with ELFW(R_TYPE).
47106
1da7940c
L
471072012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47108
47109 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47110 with uint64_t.
47111
b749dbb9
L
471122012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47113
47114 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47115 declaration.
47116 (struct La_x32_retval): Likewise.
47117
2ff87f3f
L
471182012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47119
47120 * sysdeps/x86_64/preconfigure.in: New file.
47121 * sysdeps/x86_64/preconfigure: New generated file.
47122
c0df8e69
JM
471232012-03-22 Joseph Myers <joseph@codesourcery.com>
47124
48e44791
JM
47125 [BZ #13824]
47126 * math/e_exp2l.c: Include <float.h>.
47127 (__ieee754_exp2l): Handle overflow and underflow cases
47128 separately. Only pass fractional part of argument to
47129 __ieee754_expl.
47130 * math/libm-test.inc (exp2_test): Add more tests.
47131
c0df8e69
JM
47132 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47133 negating x to take absolute value.
47134 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47135 Likewise.
47136 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47137 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47138 Likewise.
47139 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47140 computing low part if x was negated.
47141 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47142
c8e43ba7
L
471432012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47144
47145 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47146 la_x32_gnu_pltexit.
47147 (pltexit): Cast int_retval to ptrdiff_t.
47148 * elf/tst-auditmod3b.c: Likewise.
47149 * elf/tst-auditmod4b.c: Likewise.
47150 * elf/tst-auditmod5b.c: Likewise.
47151 * elf/tst-auditmod6b.c: Likewise.
47152 * elf/tst-auditmod6c.c: Likewise.
47153 * elf/tst-auditmod7b.c: Likewise.
47154
47155 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47156 and x32_gnu_pltexit.
47157
47158 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47159 __ELF_NATIVE_CLASS.
47160 (La_x32_regs): New macro.
47161 (La_x32_retval): Likewise.
47162 (la_x32_gnu_pltenter): New function prototype.
47163 (la_x32_gnu_pltexit): Likewise.
47164
7998fa78
AS
471652012-03-21 Andreas Schwab <schwab@linux-m68k.org>
47166
dcb33988
AS
47167 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47168 exponent.
47169
233fc563
AS
47170 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47171
7998fa78
AS
47172 * configure.in (libc_cv_cc_nofma): Check for option to disable
47173 generation of FMA instructions.
47174 * configure: Regenerate.
47175 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47176 * sysdeps/ieee754/dbl-64/Makefile: New file.
47177 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47178 Remove brandred-fma4.
47179 (CFLAGS-brandred-fma4.c): Remove.
47180 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47181 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47182 define.
47183 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47184 define.
47185
8e95c99a
L
471862012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47187
47188 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47189 LLONG_MAX != LONG_MAX.
47190 (_itoa_word): Use _ITOA_WORD_TYPE on value.
47191 (_fitoa_word): Likewise.
47192 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47193 LLONG_MAX != LONG_MAX.
47194 * stdio-common/_itowa.h: Include <_itoa.h>.
47195 (_itowa_word): Use _ITOA_WORD_TYPE on value.
47196 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
47197 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
47198 only if not defined.
47199 (_ITOA_WORD_TYPE): Likewise.
47200 (_itoa_word): Use _ITOA_WORD_TYPE on value.
47201 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47202
6f4db457
DM
472032012-03-21 David S. Miller <davem@davemloft.net>
47204
47205 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47206
7785fe5a
L
472072012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47208
47209 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47210 of x86_64 when setting libc_cv_slibdir, libdir and
47211 libc_cv_localedir.
47212 * sysdeps/unix/sysv/linux/configure: Regenerated.
47213
4535cd55
JM
472142012-03-21 Joseph Myers <joseph@codesourcery.com>
47215
47216 * manual/lang.texi (Old Varargs): Remove section.
47217 (How Variadic): Update menu.
47218 (va_start): Do not mention varargs.h.
47219
17228132
TS
472202012-03-21 Thomas Schwinge <thomas@codesourcery.com>
47221 Joseph Myers <joseph@codesourcery.com>
47222
47223 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47224 link test.
47225 * configure: Regenerated.
47226
8149f976
TS
472272012-03-21 Thomas Schwinge <thomas@codesourcery.com>
47228
05f3d1f6
UD
47229 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47230 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47231 conformtest.pl
8149f976 47232
1a4ac776
JM
472332012-03-21 Joseph Myers <joseph@codesourcery.com>
47234
be22ce65
JM
47235 * NOTES: Remove.
47236 * Makefile (files-for-dist): Remove NOTES.
47237 (NOTES): Remove rule.
47238 * README: Don't refer to NOTES.
47239 * manual/creature.texi: Don't include macros.texi.
47240 * manual/intro.texi (creature.texi): Remove comment referring to
47241 NOTES.
47242
40b601fb
JM
47243 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47244 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47245 * configure: Regenerated.
47246 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47247 LIBC_TRY_CC_OPTION.
47248 (libc_cv_as_i686): Likewise.
47249 (libc_cv_cc_avx): Likewise.
47250 (libc_cv_cc_sse2avx): Likewise.
47251 (libc_cv_cc_fma4): Likewise.
47252 (libc_cv_cc_novzeroupper): Likewise.
47253 * sysdeps/i386/configure: Regenerated.
47254
1a4ac776
JM
47255 [BZ #13883]
47256 * sysdeps/i386/fpu/s_cexp.S: Remove.
47257 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47258 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47259 * math/libm-test.inc (cexp_test): Add more tests.
47260 * sysdeps/i386/fpu/libm-test-ulps: Update.
47261 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47262
a458e7fe
AM
472632012-03-21 Allan McRae <allan@archlinux.org>
47264
47265 * timezone/Makefile: Do not install iso3166.tab and zone.tab
47266
0cb7efc5
JM
472672012-03-21 Joseph Myers <joseph@codesourcery.com>
47268
47269 [BZ #13871]
47270 * math/w_exp2.c: Do not include <float.h>.
47271 (o_threshold, u_threshold): Remove.
47272 (__exp2): Calculate result before checking finiteness and calling
47273 __kernel_standard.
47274 * math/w_exp2f.c: Likewise.
47275 * math/w_exp2l.c: Likewise.
47276 * math/libm-test.inc (exp2_test): Require overflow exception for
47277 1e6 input.
2460d3aa
JM
47278
47279 [BZ #3866]
47280 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47281 range of signed 64-bit integers before using fistpll. Remove
47282 checks for whether integers fit in mantissa bits.
47283 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47284 the range of signed 32-bit integers before using fistpl. Remove
47285 checks for whether integers fit in mantissa bits.
47286 * sysdeps/i386/fpu/e_powl.S (p64): New object.
47287 (__ieee754_powl): Test for y outside the range of signed 64-bit
47288 integers before using fistpll. Reduce 64-bit values to 63-bit
47289 ones as needed.
47290 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47291 divide-by-zero is raised for zero to large negative powers.
47292 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47293 (__ieee754_powl): Test for y outside the range of signed 64-bit
47294 integers before using fistpll. Reduce 64-bit values to 63-bit
47295 ones as needed.
47296 * math/libm-test.inc (pow_test): Add more tests.
47297
eb96ffb0
L
472982012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47299
47300 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47301 <stdio-common/_itoa.h>.
47302 * debug/segfault.c: Likewise.
47303 * elf/dl-cache.c: Likewise.
47304 * elf/dl-minimal.c: Likewise.
47305 * elf/dl-misc.c: Likewise.
47306 * elf/dl-sysdep.c: Likewise.
47307 * elf/dl-version.c: Likewise.
47308 * elf/rtld.c: Likewise.
47309 * hurd/hurdsock.c: Likewise.
47310 * hurd/lookup-retry.c: Likewise.
47311 * malloc/malloc.c: Likewise.
47312 * malloc/mtrace.c: Likewise.
47313 * nscd/nscd_getgr_r.c: Likewise.
47314 * nscd/nscd_getpw_r.c: Likewise.
47315 * nscd/nscd_getserv_r.c: Likewise.
47316 * posix/getopt_init.c: Likewise.
47317 * posix/wordexp.c: Likewise.
47318 * stdio-common/_itoa.c: Likewise.
47319 * stdio-common/printf_fphex.c: Likewise.
47320 * stdio-common/vfprintf.c: Likewise.
47321 * string/_strerror.c: Likewise.
47322 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47323 * sysdeps/i386/i686/hp-timing.h: Likewise.
47324 * sysdeps/mach/_strerror.c: Likewise.
47325 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47326 * sysdeps/mach/hurd/sethostid.c: Likewise.
47327 * sysdeps/mach/hurd/xmknodat.c: Likewise.
47328 * sysdeps/mach/xpg-strerror.c: Likewise.
47329 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47330 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47331 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47332 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47333 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47334 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47335 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47336 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47337 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47338 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47339 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47340 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47341 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47342 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47343 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47344 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47345 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47346 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47347 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47348 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47349 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47350
47351 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47352
47353 * stdio-common/_itoa.h: Moved to ...
47354 * sysdeps/generic/_itoa.h: Here.
47355
47356 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47357
47358 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47359 instead of "_itoa.h" and "_itowa.h".
47360 * stdio-common/vfprintf.: Likewise.
47361
d1af992d
L
473622012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47363
47364 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47365 <bits/wordsize.h>.
47366 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47367 (__signbit): Likwise.
47368 (llrintf): Likwise.
47369 (llrint): Likwise.
47370
114883e0
L
473712012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47372
47373 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47374 __WORDSIZE != 64.
47375
c135cc1b
JM
473762012-03-20 Joseph Myers <joseph@codesourcery.com>
47377
47378 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47379 OVERFLOW_EXCEPTION_OK.
47380 * math/libm-test.inc ("Philosophy"): Update comment about
47381 exception testing.
47382 (OVERFLOW_EXCEPTION): Define.
47383 (OVERFLOW_EXCEPTION_OK): Likewise.
47384 (INVALID_EXCEPTION_OK): Renumber.
47385 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47386 (IGNORE_ZERO_INF_SIGN): Likewise.
47387 (test_exceptions): Handle FE_OVERFLOW.
47388 (exp10_test): Expect overflow exceptions.
47389 (exp2_test): Likewise.
47390 (expm1_test): Likewise.
47391 (nextafter_test): Likewise.
47392 (pow_test): Likewise.
47393 (scalbn_test): Likewise.
47394 (scalbln_test): Likewise.
47395
95443d88
L
473962012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47397
47398 * sysdeps/x86_64/bits/atomic.h
47399 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47400 64bit integer.
47401 (atomic_exchange_acq): Likewise.
47402 (__arch_exchange_and_add_body): Likewise.
47403 (__arch_add_body): Likewise.
47404 (atomic_add_negative): Likewise.
47405 (atomic_add_zero): Likewise.
47406
490df6c4
L
474072012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47408
c2722551 47409 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
47410 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47411
5e52b189
L
474122012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47413
47414 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47415 Check __x86_64__ instead of __WORDSIZE.
47416
a9879d4c
L
474172012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47418
47419 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47420
5df98260
DM
474212012-03-19 David S. Miller <davem@davemloft.net>
47422
e1497744
DM
47423 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47424
5df98260
DM
47425 * sysdeps/sparc/fpu/fenv_private.h: New file.
47426 * sysdeps/sparc/fpu/math_private.h: Use it.
47427 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47428 Remove.
57f41c40 47429 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
47430 (libc_feholdexcept_setroundl): Remove.
47431 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47432 Remove.
47433 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47434 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47435
b4c35121
L
474362012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47437
47438 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47439 int64_t instead of long int.
47440 (INSERT_WORDS64): Likwise.
47441
56965fd7
L
474422012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47443
47444 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47445 _Unwind_GetCFA return to _Unwind_Ptr first.
47446
83d1aec8
JM
474472012-03-19 Joseph Myers <joseph@codesourcery.com>
47448
1897ad44
JM
47449 [BZ #13629]
47450 * math/s_clog.c: Include <float.h>.
47451 (__clog): Scale large or subnormal inputs.
47452 * math/s_clogf.c: Likewise.
47453 * math/s_clogl.c: Likewise.
47454 * math/s_clog10.c: Include <float.h>.
47455 (M_LOG10_2): Define.
47456 (__clog10): Scale large or subnormal inputs.
47457 * math/s_clog10f.c: Likewise.
47458 * math/s_clog10l.c: Likewise.
47459 * math/libm-test.inc (clog_test): Add more tests.
47460 (clog10_test): Likewise.
47461 * sysdeps/i386/fpu/libm-test-ulps: Update.
47462 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47463
7726d6a9
JM
47464 [BZ #11451]
47465 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47466 x and y.
47467 * math/libm-test.inc (atan2_test): Add another test.
47468
83d1aec8
JM
47469 * Makerules (common-objdir-compile): Remove.
47470 * sysdeps/unix/Makefile (config-generated): Do not add
47471 $(unix-generated) to variable.
47472 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47473 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47474 Remove rule.
47475 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47476 Likewise.
47477 [generic bits/local_lim.h] (before-compile): Do not append to
47478 variable.
47479 [generic bits/local_lim.h] (common-generated): Likewise.
47480 [generic sys/param.h] (before-compile): Do not append to variable.
47481 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47482 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47483 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47484 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47485 include.
47486 [generic sys/param.h] (sys/param.h-includes): Remove variable.
47487 [generic sys/param.h] (sys/param.h-includes): Remove rule.
47488 [generic sys/param.h] ($(addprefix
47489 $(common-objpfx),$(sys/param.h-includes))): Likewise.
47490 [generic sys/param.h] (common-generated): Do not append to
47491 variable.
47492 [generic sys/param.h] (sysdep_headers): Likewise.
47493 [generic bits/errno.h] (before-compile): Do not append to
47494 variable.
47495 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47496 rule.
47497 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47498 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47499 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47500 [generic bits/errno.h] (common-generated): Do not append to
47501 variable.
47502 [generic bits/ioctls.h] (before-compile): Do not append to
47503 variable.
47504 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47505 rule.
47506 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47507 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47508 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47509 rule.
47510 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47511 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47512 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47513 [generic bits/ioctls.h] (common-generated): Do not append to
47514 variable.
47515 [generic sys/syscall.h] (syscall.h): Remove variable.
47516 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47517 rule.
47518 [generic sys/syscall.h] (before-compile): Do not append to
47519 variable.
47520 [generic sys/syscall.h] (common-generated): Likewise.
47521 * sysdeps/unix/errnos-tmpl.c: Remove file.
47522 * sysdeps/unix/errnos.awk: Likewise.
47523 * sysdeps/unix/ioctls-tmpl.c: Likewise.
47524 * sysdeps/unix/ioctls.awk: Likewise.
47525 * sysdeps/unix/mk-local_lim.c: Likewise.
47526 * sysdeps/unix/snarf-ioctls: Likewise.
47527
4851a949
RH
475282012-03-19 Richard Henderson <rth@twiddle.net>
47529
bd37f2ee
RH
47530 * sysdeps/i386/fpu/fenv_private.h: New file.
47531 * sysdeps/i386/fpu/math_private.h: Use it.
47532 (math_opt_barrier, math_force_eval): Remove.
47533 (libc_feholdexcept_setround_53bit): Remove.
47534 (libc_feupdateenv_53bit): Remove.
47535 * sysdeps/x86_64/fpu/math_private.h: Likewise.
47536 (math_opt_barrier, math_force_eval): Remove.
47537 (libc_feholdexcept): Remove.
47538 (libc_feholdexcept_setround): Remove.
47539 (libc_fetestexcept, libc_fesetenv): Remove.
47540 (libc_feupdateenv_test): Remove.
47541 (libc_feupdateenv, libc_feholdsetround): Remove.
47542 (libc_feresetround): Remove.
47543
d0adc922
RH
47544 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47545 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47546
0fe0f1f8
RH
47547 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47548 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47549 (libc_feupdateenv_testl): New.
47550 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47551 (libc_feupdateenv_testf): New.
47552 (libc_feupdateenv): Use libc_feupdateenv_test.
47553 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47554 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47555
eb92c487
RH
47556 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47557 (libc_feholdsetroundf, libc_feholdsetroundl): New.
47558 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47559 (libc_feresetround_noex): New.
47560 (libc_feresetround_noexf): New.
47561 (libc_feresetround_noexl): New.
47562 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47563 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47564 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47565 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47566 SET_RESTORE_ROUND.
47567 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47568 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47569 (__cos): Likewise.
47570 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47571 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47572 SET_RESTORE_ROUND_NOEX.
47573 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47574 SET_RESTORE_ROUND_NOEXF.
47575 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47576 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47577 (libc_feholdsetroundf): New.
47578 (libc_feresetround, libc_feresetroundf): New.
47579
7d2e8012
RH
47580 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47581 (libc_feholdexcept_setround_53bit): Convert from macro to function.
47582 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
47583
b4dabbb4
RH
47584 * sysdeps/generic/math_private.h: Include <fenv.h>.
47585 (default_libc_feholdexcept): New.
47586 (default_libc_feholdexcept_setround): New.
47587 (default_libc_fesetenv, default_libc_feupdateenv): New.
47588 (libc_feholdexcept): Only define if undefined.
47589 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47590 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47591 (libc_feholdexcept_setroundl): Likewise.
47592 (libc_feholdexcept_setround_53bit): Likewise.
47593 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47594 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47595 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47596 (libc_feupdateenv_53bit): Likewise.
47597 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47598 (libc_feholdexcept): Convert from macro to inline function.
47599 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47600 (libc_fesetenv, libc_feupdateenv): Likewise.
47601
4851a949
RH
47602 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47603 not previously defined.
47604 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47605 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47606 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47607 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47608 * sysdeps/ieee754/flt-32/math_private.h: New file.
47609 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47610 math_private.h below SET_FLOAT_WORD.
47611 (__isnan, __isinf_ns, __finite): Remove.
47612 (__isnanf, __isinf_nsf, __finitef): Remove.
47613
e79d442e
AS
476142012-03-18 Andreas Schwab <schwab@linux-m68k.org>
47615
47616 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47617
90b80344
DM
476182012-03-17 David S. Miller <davem@davemloft.net>
47619
47620 [BZ #6471]
47621 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47622 for 2.16.
47623
edc21804
DM
476242012-03-16 David S. Miller <davem@davemloft.net>
47625
77e927af
DM
47626 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47627 warnings.
47628
374976dd
DM
47629 [BZ #6471]
47630 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47631 properly.
47632 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47633 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47634 sysdep_routines when subdir is sysvipc.
47635 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47636 __getshmlba helper.
47637
edc21804
DM
47638 * sysdeps/sparc/fpu/libm-test/ulps: Update.
47639
473c3ef3
L
476402012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47641
47642 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47643 [__LP64__].
47644
eb0f39b6
L
476452012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47646
47647 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47648 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47649 (__lround): Renamed to ...
47650 (__llround): This. Replace long int with long long int.
47651 Define lround functions as aliases of llround functions.
47652 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47653
6b6cd74b
L
476542012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47655
47656 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47657 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
47658 adresses to uintptr_t. Replace "long int" and "unsigned long
47659 int" with "greg_t" on va_arg.
47660
f1a77b01
L
476612012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47662
47663 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47664 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47665
47666 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47667 Move e_machine check before EI_CLASS check. Handle x32
47668 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47669 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47670 SKIP_EM_IA_64 and include
47671 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47672
47673 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47674 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47675 (add_system_dir): New macro.
47676
47677 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47678 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47679
11b90b9f
JM
476802012-03-16 Joseph Myers <joseph@codesourcery.com>
47681
c36e1d23
JM
47682 [BZ #2551]
47683 [BZ #2552]
47684 [BZ #2553]
47685 [BZ #2554]
47686 [BZ #2562]
47687 [BZ #2563]
47688 [BZ #2565]
47689 [BZ #2566]
47690 [BZ #2576]
47691 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47692 (y0): Likewise.
47693 * math/w_j0f.c (j0f): Likewise.
47694 (y0f): Likewise.
47695 * math/w_j0l.c (__j0l): Likewise.
47696 (__y0l): Likewise.
47697 * math/w_j1.c (j1): Likewise.
47698 (y1): Likewise.
47699 * math/w_j1f.c (j1f): Likewise.
47700 (y1f): Likewise.
47701 * math/w_j1l.c (__j1l): Likewise.
47702 (__y1l): Likewise.
47703 * math/w_jn.c (jn): Likewise.
47704 (yn): Likewise.
47705 * math/w_jnf.c (jnf): Likewise.
47706 (ynf): Likewise.
47707 * math/w_jnl.c (__jnl): Likewise.
47708 (__ynl): Likewise.
47709 * math/libm-test.inc (j0_test): Add more tests.
47710 (j1_test): Likewise.
47711 (jn_test): Likewise. Add trailing semicolon to existing test.
47712 (y0_test): Likewise.
47713 (y1_test): Likewise.
47714 * sysdeps/i386/fpu/libm-test-ulps: Update.
47715 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47716
11b90b9f
JM
47717 [BZ #13851]
47718 [BZ #13854]
47719 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47720 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47721 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47722 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47723 (__tanl): Set errno for infinite argument.
47724 * sysdeps/i386/fpu/mptan.c: Remove.
47725 * sysdeps/i386/fpu/s_tan.S: Likewise.
47726 * sysdeps/i386/fpu/s_tanl.S: Likewise.
47727 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47728 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47729 * math/libm-test.inc (tan_test): Add more tests and enable more
47730 tests for double and long double.
47731 * sysdeps/i386/fpu/libm-test-ulps: Update.
47732 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47733
6a1bd2a1
JK
477342012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
47735
47736 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47737 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47738
10a803e0
RM
477392012-03-16 Roland McGrath <roland@hack.frob.com>
47740
47741 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47742 * configure.in: Use it for both main tree and add-ons.
47743 * configure: Regenerated.
47744
f196c7f7
L
477452012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47746
47747 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47748
8848d99d
JM
477492012-03-16 Joseph Myers <joseph@codesourcery.com>
47750
96cbe7f4
JM
47751 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47752 in comment.
47753
8848d99d
JM
47754 [BZ #13851]
47755 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47756 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47757 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47758 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47759 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47760 infinite argument.
47761 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47762 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47763 != 0 for prec == 2.
47764 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47765 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47766 * sysdeps/i386/fpu/s_cosl.S: Likewise.
47767 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47768 * sysdeps/i386/fpu/s_sinl.S: Likewise.
47769 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47770 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47771 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47772 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47773 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47774 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47775 * math/libm-test.inc (cos_test): Add more tests and enable more
47776 tests for long double.
47777 (sin_test): Likewise.
47778 (sincos_test): Likewise.
47779 * sysdeps/i386/fpu/libm-test-ulps: Update.
47780 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47781
dd7f4703
DM
477822012-03-16 David S. Miller <davem@davemloft.net>
47783
47784 * sysdeps/sparc/fpu/math_private.h: New file.
47785
006f1daa
DM
477862012-03-15 David S. Miller <davem@davemloft.net>
47787
c0c83bc8
DM
47788 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47789 file.
e6a62e18 47790 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
47791 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47792 file.
e6a62e18
DM
47793 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47794 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47795 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47796 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47797 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47798 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47799 sysdep routines.
47800 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47801
88cb87d9
DM
47802 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47803 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47804
006f1daa 47805 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
47806 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47807 sparc-ifunc.h
006f1daa 47808 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
47809 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47810 Likewise.
47811 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47812 Likewise.
006f1daa
DM
47813 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47814 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47815 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
47816 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47817 Likewise.
006f1daa
DM
47818 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47819 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47820 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47821 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
47822 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47823 Likewise.
47824 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47825 Likewise.
006f1daa
DM
47826 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47827 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47828 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47829 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47830 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47831 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47832 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47833 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47834 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47835 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47836 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47837 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47838 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47839 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47840 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47841 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47842 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47843 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47844 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47845 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47846 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47847 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47848 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47849 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47850
11e0098e
AS
478512012-03-15 Andreas Schwab <schwab@linux-m68k.org>
47852
47853 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47854 scaling.
47855 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47856
e85b09d0
AJ
478572012-03-15 Andreas Jaeger <aj@suse.de>
47858
47859 [BZ #13852]
47860 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47861 ieee754/flt-32 implementation for sin, cos and sincos.
47862 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47863 * sysdeps/i386/fpu/s_cosf.S: Likewise.
47864 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47865 * sysdeps/i386/fpu/s_sinf.S: Likewise.
47866 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47867 ieee754/flt-32 implementation for tan.
47868
47869 * math/libm-test.inc (cos_test): Enable some large input tests for
47870 float as well
47871 (sin_test): Likewise.
47872 (sincos_test): Likewise.
47873 (tan_test): Add tests for large input.
47874
47875 * sysdeps/i386/fpu/libm-test-ulps: Update.
47876
81c64153
AJ
478772012-03-15 Andreas Jaeger <aj@suse.de>
47878
47879 [BZ #13658]
47880 * math/libm-test.inc (cos_test): Add more test cases.
47881 (sin_test): Likewise.
47882 (sincos_test): Likewise.
47883
7bbfa5c6
AJ
478842012-03-15 Andreas Jaeger <aj@suse.de>
47885
47886 [BZ #13837]
47887 * math/libm-test.inc (cos_test): Add a test case for large input
47888 value.
47889 (sin_test): Likewise.
47890 (sincos_test): Likewise.
47891
57f41c40
AS
478922012-03-15 Andreas Jaeger <aj@suse.de>
47893 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
47894
47895 [BZ #13658]
0671f479 47896 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
47897 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47898 * sysdeps/i386/fpu/branred.c: Likewise.
47899 * sysdeps/i386/fpu/dosincos.c: Likewise.
47900 * sysdeps/i386/fpu/mpa.c: Likewise.
47901 * sysdeps/i386/fpu/s_cos.S: Likewise.
47902 * sysdeps/i386/fpu/s_sin.S: Likewise.
47903 * sysdeps/i386/fpu/s_sincos.S: Likewise.
47904 * sysdeps/i386/fpu/sincos32.c: Likewise.
47905
47906 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47907 Define.
47908 (libc_feupdateenv_53bit): Define.
47909 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47910 Define.
47911 (libc_feupdateenv_53bit): Define.
47912
47913 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47914 53 bit (without extend i386 double precision).
47915
47916 * math/libm-test.inc (sincos_test): Add tests for large input.
47917 (sin): Likewise.
47918 (cos): Likewise.
47919
47920 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47921
9cad04ea
AS
479222012-03-15 Andreas Schwab <schwab@linux-m68k.org>
47923
47924 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47925
f7062b9a
DM
479262012-03-15 David S. Miller <davem@davemloft.net>
47927
47928 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47929 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47930 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47931 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47932 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47933 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47934 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47935 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47936 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47937 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47938 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47939 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47940 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47941 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47942 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
47943 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47944 file.
f7062b9a 47945 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
47946 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47947 file.
f7062b9a 47948 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
47949 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47950 file.
f7062b9a 47951 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
47952 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47953 file.
f7062b9a
DM
47954 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47955 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47956 fmin/fmax sysdep routines.
47957 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47958
7bd951ff
DM
479592012-03-14 David S. Miller <davem@davemloft.net>
47960
559398ab
DM
47961 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47962 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47963 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47964 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47965 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47966 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47967 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47968 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47969 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47970 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47971 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47972 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47973 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47974 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47975 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47976 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47977 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47978 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47979 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47980 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47981 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47982 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47983 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47984 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47985 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47986 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47987 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47988 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
47989 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47990 routines.
47991 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47992 file.
559398ab 47993 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
47994 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47995 file.
559398ab 47996 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
47997 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47998 file.
559398ab 47999 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
48000 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48001 file.
559398ab 48002 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
48003 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48004 file.
559398ab 48005 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
48006 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48007 file.
48008 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48009 file.
48010 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48011 file.
48012 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48013 file.
48014 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48015 New file.
48016 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48017 file.
48018 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48019 file.
559398ab 48020 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
48021 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48022 file.
559398ab 48023 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
48024 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48025 file.
559398ab 48026 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
48027 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48028 file.
559398ab 48029 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
48030 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48031 VIS3 routines.
559398ab
DM
48032
48033 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48034 New file.
48035
5a1c1e32
DM
48036 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48037
eae47a36
DM
48038 * sysdeps/sparc/configure.in: New file.
48039 * sysdeps/sparc/configure: Generate.
48040 * configure.in (libc_cv_sparc_as_vis3): Substitute.
48041 * configure: Regenerate.
48042 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48043 * config.make.in (have-as-vis3): New.
48044 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48045 available use -Av9d instead of -Av9a.
48046 * sysdeps/sparc/sparc64/Makefile: Likewise.
48047 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
48048 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48049 New file.
48050 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48051 file.
48052 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48053 New file.
48054 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48055 file.
eae47a36
DM
48056 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48057 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48058 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48059 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48060 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48061
c0c83bc8
DM
48062 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48063 fzeros/fnegs to load 0x80000000 into a float register instead of
48064 using the stack.
7bd951ff
DM
48065 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48066
bd951ccb
JM
480672012-03-14 Joseph Myers <joseph@codesourcery.com>
48068
48069 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48070 bits/syscall.h.
48071 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48072 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48073 ($(inst_includedir)/bits/syscall.h): Remove rule.
48074 ($(objpfx)bits/syscall.d): Include instead of
48075 $(objpfx)syscall-list.d.
48076 (generated): Change syscall-list.h and syscall-list.d to
48077 bits/syscall.h and bits/syscall.d.
48078
bb4e6db2
RM
480792012-03-14 Roland McGrath <roland@hack.frob.com>
48080
48081 [BZ #13846]
48082 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48083
aa4a2ae1
JM
480842012-03-14 Joseph Myers <joseph@codesourcery.com>
48085
e456826d
JM
48086 [BZ #13841]
48087 * math/s_csqrt.c: Include <float.h>.
48088 (__csqrt): Scale large or subnormal inputs.
48089 * math/s_csqrtf.c: Likewise.
48090 * math/s_csqrtl.c: Likewise.
48091 * math/libm-test.inc (csqrt_test): Add more tests.
48092 * sysdeps/i386/fpu/libm-test-ulps: Update.
48093 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48094
aa4a2ae1
JM
48095 [BZ #13840]
48096 * math/libm-test.inc (hypot_test): Add more tests.
48097
7c10fd35
DM
480982012-03-13 David S. Miller <davem@davemloft.net>
48099
48100 [BZ #13840]
48101 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48102 double-precision for the calculation instead of scaling.
48103
f453b98b
JM
481042012-03-13 Joseph Myers <joseph@codesourcery.com>
48105
48106 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48107 manipulate bits before adding and subtracting TWO52[sx].
48108 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48109 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48110 Likewise.
48111 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48112
09a3453f
DM
481132012-03-13 David S. Miller <davem@davemloft.net>
48114
8e59da90
DM
48115 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48116 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48117 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48118 rtld-global-offsets.h
48119 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48120
2a8ab7f2
DM
48121 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48122 large parameters.
48123
10f62770
DM
48124 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48125
5f0bdb18
DM
48126 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48127 'err' in the ifdef scope in which it is actually used.
48128
09a3453f
DM
48129 * nss/nss_db/db-init.c: Include string.h
48130
b4b2eb5e
DM
481312012-03-12 David S. Miller <davem@davemloft.net>
48132
98bb2f1c
DM
48133 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48134 masking out of the most significant byte of random value used.
48135 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48136 Fix coding style in previous change.
48137
b4b2eb5e
DM
48138 * sysdeps/unix/sysv/linux/kernel-features.h
48139 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48140 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48141 expression.
48142 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48143 later.
48144
6e226b09
DM
481452012-03-11 David S. Miller <davem@davemloft.net>
48146
a1bcbd40
DM
48147 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48148 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48149 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48150 for 'resultvar' otherwise things get truncated on 64-bit.
48151
cb9d6174
DM
48152 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48153 Fix masking out of the most significant byte of random value used.
48154
6e226b09
DM
48155 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48156
058c132d
AS
481572012-03-10 Andreas Schwab <schwab@linux-m68k.org>
48158
48159 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48160
2d2cd515
DM
481612012-03-09 David S. Miller <davem@davemloft.net>
48162
48163 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48164 variables with appropriate CPP guards.
57f41c40
AS
48165 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48166 from the frame pointer, not the stack pointer. Correct layout
48167 comments. Fix test on resulting framesize and the management of
48168 the outregs buffer for pltexit. Preserve floating point return
48169 values across _dl_call_pltexit call.
2d2cd515
DM
48170 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48171 framesize and the management of the outregs buffer for pltexit.
48172 Preserve floating point return values across _dl_call_pltexit
48173 call.
57f41c40
AS
48174 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48175 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48176 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
48177 (print_exit): Fix format string for return register value.
48178
9a07f9d0
JM
481792012-03-10 Joseph Myers <joseph@codesourcery.com>
48180
48181 * sunrpc/Makefile (others): Add rpcgen.
48182 ($(objpfx)rpcgen): Remove special build rule and dependency on
48183 libc.
48184 * sunrpc/rpcgen.c: New file.
48185
547b5e30
PE
481862012-03-09 Paul Eggert <eggert@cs.ucla.edu>
48187
c524201a
PE
48188 [BZ #13673]
48189 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48190 * stdio-common/bug-vfprintf-nargs.c: Likewise.
48191 * sysdeps/i386/crti.S: Likewise.
48192 * sysdeps/i386/crtn.S: Likewise.
48193 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48194 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48195 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48196 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48197 * sysdeps/sh/crti.S: Likewise.
48198 * sysdeps/sh/crtn.S: Likewise.
48199 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48200
7b6235f2
PE
48201 [BZ #13673]
48202 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48203 with URL.
48204 * locale/programs/locfile-kw.gperf: Likewise.
48205 * locale/programs/charmap-kw.h: Regenerated.
48206 * locale/programs/locfile-kw.h: Likewise.
48207
547b5e30
PE
48208 [BZ #13673]
48209 * intl/plural.y: Replace FSF snail mail address with URL.
48210 * intl/plural.c: Regenerated.
48211
5f0a5dae
RH
482122012-03-09 Richard Henderson <rth@twiddle.net>
48213
48214 * include/math_private.h: Remove file.
48215 * math/math_private.h: Move file ...
48216 * sysdeps/generic/math_private.h: ... here.
48217
b8c03620
RH
48218 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48219 * sysdeps/powerpc/fpu/math_private.h: Likewise.
48220 * sysdeps/x86_64/fpu/math_private.h: Likewise.
48221
4e234f5d 48222 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
48223 and <math_private.h>.
48224 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48225 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48226 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48227 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48228 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48229 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48230 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48231 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48232 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48233 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48234 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48235 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48236 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48237 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48238 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48239 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48240 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48241 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48242 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48243 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48244 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48245 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48246 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48247 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48248 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48249 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48250 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48251 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48252 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48253 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48254 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48255 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48256 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48257 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48258 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48259 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48260 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48261 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48262 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48263 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48264 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48265 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48266 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48267 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48268 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48269 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48270 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48271 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48272 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48273 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48274 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48275 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48276 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48277 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48278 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48279 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48280 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48281 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48282 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48283 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48284 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48285 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48286 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48287 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48288 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48289 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48290 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48291 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48292 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48293 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48294 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48295 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48296 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48297 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48298 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48299 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48300 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48301 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48302 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48303 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48304 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48305 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48306 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48307 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48308 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48309 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48310 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48311 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48312 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48313 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48314 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48315 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48316 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48317 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48318 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48319 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48320 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48321 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48322 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48323 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48324 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48325 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48326 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48327 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48328 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48329 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48330 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48331 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48332 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48333 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48334 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48335 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48336 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48337 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48338 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48339 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48340 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48341 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48342 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48343 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48344 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48345 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48346 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48347 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48348 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48349 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48350 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48351 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48352 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48353 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48354 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48355 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48356 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48357 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48358 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48359 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48360 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48361 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48362 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48363 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48364 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48365 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48366 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48367 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48368 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48369 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48370 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48371 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48372 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48373 * sysdeps/ieee754/k_standard.c: Likewise.
48374 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48375 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48376 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48377 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48378 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48379 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48380 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48381 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48382 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48383 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48384 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48385 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48386 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48387 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48388 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48389 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48390 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48391 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48392 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48393 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48394 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48395 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48396 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48397 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48398 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48399 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48400 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48401 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48402 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48403 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48404 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48405 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48406 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48407 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48408 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48409 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48410 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48411 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48412 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48413 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48414 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48415 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48416 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48417 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48418 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48419 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48420 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48421 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48422 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48423 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48424 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48425 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48426 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48427 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48428 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48429 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48430 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48431 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48432 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48433 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48434 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48435 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48436 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48437 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48438 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48439 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48440 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48441 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48442 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48443 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48444 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48445 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48446 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48447 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48448 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48449 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48450 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48451 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48452 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48453 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48454 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48455 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48456 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48457 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48458 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48459 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48460 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48461 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48462 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48463 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48464 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48465 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48466 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48467 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48468 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48469 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48470 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48471 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48472 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48473 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48474 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48475 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48476 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48477 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48478 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48479 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48480 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48481 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48482 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48483 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48484 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48485 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48486 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48487 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48488 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48489 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48490 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48491 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48492 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48493 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48494 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48495 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48496 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48497 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48498 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48499 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48500 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48501 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48502 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48503 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48504 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48505 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48506 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48507 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48508 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48509 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48510 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48511 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48512 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48513 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48514 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48515 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48516 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48517 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48518 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48519 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48520 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48521 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48522 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48523 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48524 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48525 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48526 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48527 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48528 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48529 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48530 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48531 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48532 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48533 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48534 * sysdeps/ieee754/s_lib_version.c: Likewise.
48535 * sysdeps/ieee754/s_matherr.c: Likewise.
48536 * sysdeps/ieee754/s_signgam.c: Likewise.
48537 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48538 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48539 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48540 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48541 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48542 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48543 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48544 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48545 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48546 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48547 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48548 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48549 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48550 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48551 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48552 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48553 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48554 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48555 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48556 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48557 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 48558
1991fa03
JM
485592012-03-09 Joseph Myers <joseph@codesourcery.com>
48560
48561 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48562 * sunrpc/rpc_main.c: Likewise.
48563 * sunrpc/rpc_svcout.c: Likewise.
48564
60d6f5a6
DM
485652012-03-09 David S. Miller <davem@davemloft.net>
48566
48567 * include/math_private.h: New file.
48568
4962050e
JM
485692012-03-09 Joseph Myers <joseph@codesourcery.com>
48570
02a6f887
JM
48571 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48572 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48573 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48574 from <bits/socket_type.h>.
48575 (enum __socket_type): Don't define here.
48576 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48577 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48578 bits/socket_type.h.
48579
c6e013c1
JM
48580 [BZ #13566]
48581 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48582 checking __USE_GNU.
48583
4962050e
JM
48584 * Makerules ($(inst_includedir)/%.h): New rule.
48585 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48586 (install-others): Remove variable setting.
48587 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48588
38842f45
RH
485892012-03-08 Richard Henderson <rth@twiddle.net>
48590
67bb6da6
RH
48591 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48592 from macro to inline function; merge with the
48593 !__LIBC_INTERNAL_MATH_INLINES version.
48594 (__ieee754_sqrtf): Likewise.
48595
15194b4b
RH
48596 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48597 to inline function.
48598 (__rintf, __floor, __floorf): Likewise.
48599
64e21ede
RH
48600 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48601 macro to inline function.
48602 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48603
38842f45
RH
48604 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48605 not <math/math_private.h>.
48606
c64bf5fe
DM
486072012-03-08 David S. Miller <davem@davemloft.net>
48608
48609 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48610 copyright year.
48611 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48612
82d86f28
TS
486132012-03-08 Thomas Schwinge <thomas@codesourcery.com>
48614
48615 * resolv/gai_misc.c (handle_requests): Fix struct timespec
48616 normalization.
48617 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48618 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48619
aea5d727
UD
486202012-03-08 Ulrich Drepper <drepper@gmail.com>
48621
48622 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
48623 be defined individually, they must be defined as a block. Define
48624 S for printing a string instead of hidint the different by using a
48625 macro for adding the 'l'.
48626 * stdio-common/tst-fphex-wide.c: Adjust.
48627
70bca0a3
MP
486282012-03-07 Marek Polacek <polacek@redhat.com>
48629
48630 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48631
65b81130
MP
486322012-03-08 Marek Polacek <polacek@redhat.com>
48633
48634 [BZ #13806]
48635 * stdio-common/Makefile (tests): Add tst-fphex-wide.
48636 * stdio-common/tst-fphex.c: Define a few macros to make the
48637 test reusable. Use them.
48638 * stdio-common/tst-fphex-wide.c: New file.
48639
07037eeb
JM
486402012-03-08 Joseph Myers <joseph@codesourcery.com>
48641
a7a93d50
JM
48642 [BZ #6911]
48643 * manual/macros.texi (gnusystems): New macro.
48644 (nongnusystems): Likewise.
48645 (gnulinuxhurdsystems): Likewise.
48646 (gnuhurdsystems): Likewise..
48647 (gnulinuxsystems): Likewise.
48648 * manual/charset.texi: Use new macros or @theglibc{} to refer to
48649 variants of the GNU system, not "GNU system".
48650 * manual/conf.texi: Likewise.
48651 * manual/errno.texi: Likewise. Update example of errno macro
48652 expansion.
48653 * manual/filesys.texi: Likewise.
48654 (getumask): Document as specific to GNU/Hurd.
48655 * manual/install.texi: Likewise. Reword some references to
48656 GNU/Linux.
48657 * manual/intro.texi: Likewise.
48658 * manual/io.texi: Likewise.
48659 (File Name Portability): Detail which constraints are inapplicable
48660 to all GNU systems and which are only inapplicable to GNU/Hurd.
48661 * manual/job.texi: Likewise.
48662 * manual/llio.texi: Likewise.
48663 (O_NOCTTY): Document as present on GNU/Linux.
48664 * manual/maint.texi: Likewise.
48665 * manual/memory.texi: Likewise.
48666 * manual/pattern.texi: Likewise.
48667 * manual/pipe.texi: Likewise.
48668 * manual/process.texi: Likewise.
48669 * manual/resource.texi: Likewise.
48670 (RUSAGE_CHILDREN): Remove statement about specifying a particular
48671 child on GNU/Hurd.
48672 * manual/setjmp.texi: Likewise.
48673 * manual/signal.texi: Likewise.
48674 * manual/startup.texi: Likewise.
48675 * manual/stdio.texi: Likewise.
48676 * manual/terminal.texi: Likewise.
48677 (ONLCR): Document as POSIX.
48678 (OXTABS): Document availability on GNU/Linux as XTABS.
48679 (ONOEOT): Document availability separately from other bits.
48680 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48681 * manual/time.texi: Likewise.
48682 * manual/users.texi: Likewise.
48683 * INSTALL: Regenerated.
48684 * sysdeps/gnu/errlist.c: Regenerated.
48685
07037eeb
JM
48686 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48687 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48688 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
48689 puts.
48690 * configure: Regenerated.
48691
d1d3431a
JM
486922012-03-07 Joseph Myers <joseph@codesourcery.com>
48693
af6a1e37
JM
48694 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48695 default includes instead of AC_HEADER_CHECK.
48696 * sysdeps/i386/configure: Regenerated.
48697
d1d3431a
JM
48698 [BZ #10716]
48699 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48700 * math/s_cacoshf.c (__cacoshf): Likewise.
48701 * math/s_cacoshl.c (__cacoshl): Likewise.
48702 * math/s_casinh.c (__casinh): Set signs of result from argument.
48703 * math/s_casinhf.c (__casinhf): Likewise.
48704 * math/s_casinhl.c (__casinhl): Likewise.
48705 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48706 (casinh_test): Add more tests.
48707 * sysdeps/i386/fpu/libm-test-ulps: Update.
48708 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48709
482ff4da
UD
487102012-03-07 Ulrich Drepper <drepper@gmail.com>
48711
872fda05
UD
48712 * po/zh_TW.po: Update from translation team.
48713
a4300c7a
UD
48714 * login/Makefile (distribute): Remove variable.
48715 * catgets/Makefile: Likewise.
48716 * mach/Makefile: Likewise.
48717 * malloc/Makefile: Likewise.
48718 * misc/Makefile: Likewise.
48719 * iconv/Makefile: Likewise.
48720 * nscd/Makefile: Likewise.
48721 * hurd/Makefile: Likewise.
48722 * manual/Makefile: Likewise.
48723 * locale/Makefile: Likewise.
48724 * intl/Makefile: Likewise.
48725 * conform/Makefile: Likewise.
48726 * nss/Makefile: Likewise.
48727 * time/Makefile: Likewise.
48728 * soft-fp/Makefile: Likewise.
48729 * dirent/Makefile: Likewise.
48730 * gmon/Makefile: Likewise.
48731 * po/Makefile: Likewise.
48732 * rt/Makefile: Likewise.
48733 * socket/Makefile: Likewise.
48734 * math/Makefile: Likewise.
48735 * signal/Makefile: Likewise.
48736 * debug/Makefile: Likewise.
48737 * elf/Makefile: Likewise.
48738 * timezone/Makefile: Likewise.
48739 * stdlib/Makefile: Likewise.
48740 * iconvdata/Makefile: Likewise.
48741 * sunrpc/Makefile: Likewise.
48742 * io/Makefile: Likewise.
48743 * argp/Makefile: Likewise.
48744 * inet/Makefile: Likewise.
48745 * hesiod/Makefile: Likewise.
48746 * grp/Makefile: Likewise.
48747 * csu/Makefile: Likewise.
48748 * wctype/Makefile: Likewise.
48749 * crypt/Makefile: Likewise.
48750 * libio/Makefile: Likewise.
48751 * string/Makefile: Likewise.
48752 * nis/Makefile: Likewise.
48753 * resolv/Makefile: Likewise.
48754 * stdio-common/Makefile: Likewise.
48755 * wcsmbs/Makefile: Likewise.
48756 * dlfcn/Makefile: Likewise.
48757 * posix/Makefile: Likewise.
48758
3b7c4e74 48759 [BZ #6959]
482ff4da
UD
48760 * timezone/Makefile: Don't install timezone files, just the programs
48761 and scripts.
48762
f72ed77d
UD
487632012-03-06 Ulrich Drepper <drepper@gmail.com>
48764
a000466f
UD
48765 * nss/databases.def: Add missing gshadow entry.
48766
f72ed77d
UD
48767 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
48768
a53b7a4e
MP
487692012-03-06 Marek Polacek <polacek@redhat.com>
48770
48771 [BZ #13726]
48772 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48773 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48774 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48775 * stdio-common/tst-long-dbl-fphex.c: New file.
48776
e9258400
DM
487772012-03-06 David S. Miller <davem@davemloft.net>
48778
48779 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48780 (set_obp_int): New function.
48781 (get_obp_int): New function.
48782 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
48783 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48784 Avoid unused variable warnings on 'val' and use builtin_expect.
48785 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48786 __builtin_expect.
e9258400
DM
48787 (INLINE_CLONE_SYSCALL): Likewise.
48788
3bd2c723
DM
487892012-03-05 David S. Miller <davem@davemloft.net>
48790
48791 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48792
bbb78d03
AS
487932012-03-05 Andreas Schwab <schwab@linux-m68k.org>
48794
884c5db4
AS
48795 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48796
bbb78d03
AS
48797 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48798 only for |x| >= 40.
48799 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48800
1c9f702a 488012012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
48802
48803 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48804 Replace gettimeofday with __vdso_gettimeofday.
48805
7be16f82
RM
48806 * sysdeps/unix/sysv/linux/x86_64/init-first.c
48807 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48808 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
48809
48810 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48811 time with __vdso_time.
48812
ed58a00f
JM
488132012-03-05 Joseph Myers <joseph@codesourcery.com>
48814
48815 * manual/lang.texi (size_t): Note types to which size_t may be
48816 equivalent with the GNU C Library, but do not describe when
48817 differences between them are significant.
48818
30ee4ced
AJ
488192012-03-05 Andreas Jaeger <aj@suse.de>
48820
48821 * sysdeps/i386/fpu/libm-test-ulps: Update.
48822
b7cd39e8
JM
488232012-03-05 Joseph Myers <joseph@codesourcery.com>
48824
48825 [BZ #3976]
48826 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48827 (__ieee754_pow): Save and restore rounding mode and use
48828 round-to-nearest for main computations.
48829 * math/libm-test.inc (pow_test_tonearest): New function.
48830 (pow_test_towardzero): Likewise.
48831 (pow_test_downward): Likewise.
48832 (pow_test_upward): Likewise.
48833 (main): Call the new functions.
48834 * sysdeps/i386/fpu/libm-test-ulps: Update.
48835 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
48836
48837 [BZ #3976]
48838 * math/libm-test.inc (cosh_test_tonearest): New function.
48839 (cosh_test_towardzero): Likewise.
48840 (cosh_test_downward): Likewise.
48841 (cosh_test_upward): Likewise.
48842 (sinh_test_tonearest): Likewise.
48843 (sinh_test_towardzero): Likewise.
48844 (sinh_test_downward): Likewise.
48845 (sinh_test_upward): Likewise.
48846 (main): Call the new functions.
48847 * sysdeps/i386/fpu/libm-test-ulps: Update.
48848 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48849
6c6a98c9
TV
488502012-03-05 Tom de Vries <tom@codesourcery.com>
48851
48852 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48853 default stack guard is set in last bytes.
48854 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48855
21bb2d2e 488562012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 48857
21bb2d2e 48858 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 48859
21bb2d2e
AJ
48860 [BZ #13656]
48861 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48862 possibly allocate from heap instead of stack.
48863 * stdio-common/bug-vfprintf-nargs.c: New file.
48864 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 48865
c6922934
AS
488662012-03-03 Andreas Schwab <schwab@linux-m68k.org>
48867
48868 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48869
bc957d53
MP
488702012-03-03 Marek Polacek <polacek@redhat.com>
48871
48872 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48873 * math/math_private.h: Likewise.
48874 * stdlib/tst-strtod.c: Likewise.
48875 * sysdeps/i386/i486/bits/atomic.h: Likewise.
48876 * sysdeps/x86_64/bits/atomic.h: Likewise.
48877
6358490d
DM
488782012-03-02 David S. Miller <davem@davemloft.net>
48879
48880 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48881 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48882 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48883 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48884 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48885 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48886 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48887 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48888
01ae168d
RM
488892012-03-02 Roland McGrath <roland@hack.frob.com>
48890
d9a17c07
RM
48891 [BZ #13792]
48892 * manual/examples/README: New file, says the example source files
48893 can be used under GPL>=2.
48894 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48895 line containing just "*/".
48896 * manual/examples/add.c: Add copyright header (GPL>=2).
48897 * manual/examples/argp-ex1.c: Likewise.
48898 * manual/examples/argp-ex2.c: Likewise.
48899 * manual/examples/argp-ex3.c: Likewise.
48900 * manual/examples/argp-ex4.c: Likewise.
48901 * manual/examples/atexit.c: Likewise.
48902 * manual/examples/db.c: Likewise.
48903 * manual/examples/dir.c: Likewise.
48904 * manual/examples/dir2.c: Likewise.
48905 * manual/examples/execinfo.c: Likewise.
48906 * manual/examples/filecli.c: Likewise.
48907 * manual/examples/filesrv.c: Likewise.
48908 * manual/examples/fmtmsgexpl.c: Likewise.
48909 * manual/examples/genpass.c: Likewise.
48910 * manual/examples/inetcli.c: Likewise.
48911 * manual/examples/inetsrv.c: Likewise.
48912 * manual/examples/isockad.c: Likewise.
48913 * manual/examples/longopt.c: Likewise.
48914 * manual/examples/memopen.c: Likewise.
48915 * manual/examples/memstrm.c: Likewise.
48916 * manual/examples/mkfsock.c: Likewise.
48917 * manual/examples/mkisock.c: Likewise.
48918 * manual/examples/mygetpass.c: Likewise.
48919 * manual/examples/pipe.c: Likewise.
48920 * manual/examples/popen.c: Likewise.
48921 * manual/examples/rprintf.c: Likewise.
48922 * manual/examples/search.c: Likewise.
48923 * manual/examples/select.c: Likewise.
48924 * manual/examples/setjmp.c: Likewise.
48925 * manual/examples/sigh1.c: Likewise.
48926 * manual/examples/sigusr.c: Likewise.
48927 * manual/examples/stpcpy.c: Likewise.
48928 * manual/examples/strdupa.c: Likewise.
48929 * manual/examples/strftim.c: Likewise.
48930 * manual/examples/strncat.c: Likewise.
48931 * manual/examples/subopt.c: Likewise.
48932 * manual/examples/swapcontext.c: Likewise.
48933 * manual/examples/termios.c: Likewise.
48934 * manual/examples/testopt.c: Likewise.
48935 * manual/examples/testpass.c: Likewise.
48936 * manual/examples/timeval_subtract.c: Likewise.
48937
01ae168d
RM
48938 [BZ #13792]
48939 * manual/time.texi (Elapsed Time): Move timeval_subtract example
48940 function to ...
48941 * manual/timeval_subtract.c.texi: ... here, new file.
48942
49efa33d
DM
489432012-03-02 David S. Miller <davem@davemloft.net>
48944
48945 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48946
28afd92d
JM
489472012-03-02 Joseph Myers <joseph@codesourcery.com>
48948
804360ed
JM
48949 [BZ #3976]
48950 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48951 (__sin): Save and restore rounding mode and use round-to-nearest
48952 for all computations.
48953 (__cos): Save and restore rounding mode and use round-to-nearest
48954 for all computations.
48955 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48956 <fenv.h>.
48957 (tan): Save and restore rounding mode and use round-to-nearest for
48958 all computations.
48959 * math/libm-test.inc (cos_test_tonearest): New function.
48960 (cos_test_towardzero): Likewise.
48961 (cos_test_downward): Likewise.
48962 (cos_test_upward): Likewise.
48963 (sin_test_tonearest): Likewise.
48964 (sin_test_towardzero): Likewise.
48965 (sin_test_downward): Likewise.
48966 (sin_test_upward): Likewise.
48967 (tan_test_tonearest): Likewise.
48968 (tan_test_towardzero): Likewise.
48969 (tan_test_downward): Likewise.
48970 (tan_test_upward): Likewise.
48971 (main): Call the new functions.
48972 * sysdeps/i386/fpu/libm-test-ulps: Update.
48973 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48974
a6d06d7b
JM
48975 [BZ #10135]
48976 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48977 small n, then large n, before computing and testing k+n.
48978 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48979 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48980 Likewise.
48981 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48982 Likewise.
48983 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48984 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48985 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48986 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48987 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48988 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48989 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48990 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48991 * math/libm-test.inc (scalbn_test): Add more tests.
48992 (scalbln_test): Likewise.
48993
07e12bb3
JM
48994 * manual/filesys.texi (mode_t): Describe constraints on size and
48995 signedness, not exact equivalence to a particular type.
48996 (ino_t): Likewise.
48997 (ino64_t): Likewise.
48998 (dev_t): Likewise.
48999 (nlink_t): Likewise.
49000 (blkcnt_t): Likewise.
49001 (blkcnt64_t): Likewise.
49002 * manual/llio.texi (off_t): Likewise.
49003
28afd92d
JM
49004 [BZ #3976]
49005 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49006 (__ieee754_exp): Save and restore rounding mode and use
49007 round-to-nearest for all computations.
49008 * math/libm-test.inc (exp_test_tonearest): New function.
49009 (exp_test_towardzero): Likewise.
49010 (exp_test_downward): Likewise.
49011 (exp_test_upward): Likewise.
49012 (main): Call the new functions.
49013 * sysdeps/i386/fpu/libm-test-ulps: Update.
49014 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49015
b1eeb65d
CD
490162012-03-01 Chris Demetriou <cgd@google.com>
49017
49018 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49019 have predictable order.
49020
53362a4b
DM
490212012-03-01 David S. Miller <davem@davemloft.net>
49022
3c969083
DM
49023 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49024
759707de
DM
49025 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49026 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49027 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49028 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49029
dfdb8ff2
DM
49030 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49031 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49032 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49033 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49034 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49035 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49036 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49037 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49038 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49039
ead89f96
DM
49040 * sysdeps/sparc/fpu/libm-test-ulps: Update.
49041
7f66bd07
DM
49042 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49043 * sysdeps/sparc/fpu/libm-test-ulps: to here.
49044 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49045
53362a4b
DM
49046 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49047 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49048 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49049 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49050 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49051 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49052 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49053 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49054 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49055 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49056 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49057 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49058 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49059 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49060 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49061 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49062 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49063 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49064 * sysdeps/sparc/elf/configure: Regenerated.
49065
7b1902cb
JM
490662012-03-01 Joseph Myers <joseph@codesourcery.com>
49067
bec039bc
JM
49068 * configure.in (AS, LD): Require binutils 2.20 or later.
49069 * configure: Regenerated.
49070 * manual/install.texi (Tools for Compilation): Give binutils 2.20
49071 as required minimum version.
49072 * INSTALL: Regenerated.
49073
7b1902cb
JM
49074 [BZ #2541]
49075 [BZ #4108]
49076 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49077 before squaring exponent.
49078 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49079 bottom long double and 27 bits of top long double before squaring
49080 exponent.
49081 * math/libm-test.inc (erfc_test): Add more tests.
49082 * sysdeps/i386/fpu/libm-test-ulps: Update.
49083 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49084 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49085
f775c276
KT
490862012-03-01 Kai Tietz <ktietz@redhat.com>
49087
49088 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49089 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49090 containing bit-fields.
49091 * soft-fp/extended.h (_FP_UNION_E): Likewise.
49092 * soft-fp/single.h (_FP_UNION_S): Likewise.
49093 * soft-fp/double.h (_FP_UNION_D): Likewise.
49094
5b8a4d4a
JM
490952012-02-29 Joseph Myers <joseph@codesourcery.com>
49096
0bab47b6
JM
49097 [BZ #13786]
49098 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49099 not include ../strcmp.S.
49100 [USE_AS_STRNCASECMP_L]: Likewise.
49101 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49102 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49103 * sysdeps/i386/i686/multiarch/strncase_l-c.c
49104 (__strncasecmp_l_ia32): Define as alias to
49105 __strncasecmp_l_nonascii.
49106
0fcad3e2
JM
49107 [BZ #5794]
49108 * math/libm-test.inc (expm1_test): Add test for bug 5794.
49109 * sysdeps/i386/fpu/libm-test-ulps: Update.
49110 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49111
5b8a4d4a
JM
49112 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49113 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49114
8fdceb2e
JL
491152012-02-29 Jeff Law <law@redhat.com>
49116
49117 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49118 out of bounds read.
49119
1f393a11
MP
491202012-02-29 Marek Polacek <polacek@redhat.com>
49121
49122 [BZ #13706]
49123 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49124 * elf/Makefile: Add rules to run tst-unused-dep.out.
49125
8847f037
DM
491262012-02-28 David S. Miller <davem@davemloft.net>
49127
49128 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49129 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49130 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49131 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49132 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49133 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49134
169d7f11
JM
491352012-02-29 Joseph Myers <joseph@codesourcery.com>
49136
49137 * math/libm-test.inc (llround_test): Move one test from
49138 lround_test. Use TEST_f_L in moved test.
49139 (lround_test): Move misplaced test to llround_test. Add testcase
49140 from bug 2561.
49141
39adf059
UD
491422012-02-28 Ulrich Drepper <drepper@gmail.com>
49143
49144 * sysdeps/x86_64/fpu/e_expf.S: New file.
49145 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49146
71b5d1c5
SB
491472012-02-28 Stanislav Brabec <sbrabec@suse.cz>
49148
49149 [BZ #13637]
49150 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49151 of remain_len that may cause incomplete multi-byte character and
49152 false match.
49153 * posix/bug-regex33.c: New file.
49154 * posix/Makefile (tests): Add bug-regex33.
49155
1f77f049
JM
491562012-02-28 Joseph Myers <joseph@codesourcery.com>
49157
49158 * manual/macros.texi: New file.
49159 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49160 * manual/libc.texinfo: Include macros.texi.
49161 * manual/creatute.texi: Likewise.
49162 * manual/install.texi: Likewise.
49163 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49164 @glibcadj{} in references to the GNU C Library.
49165 * manual/charset.texi: Likewise.
49166 * manual/conf.texi: Likewise.
49167 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
49168 when not using those macros.
49169 * manual/creature.texi: Likewise.
49170 * manual/crypt.texi: Likewise.
49171 * manual/errno.texi: Likewise.
49172 * manual/filesys.texi: Likewise.
49173 * manual/header.texi: Likewise.
49174 * manual/install.texi: Likewise.
49175 * manual/intro.texi: Likewise.
49176 * manual/io.texi: Likewise.
49177 * manual/job.texi: Likewise.
49178 * manual/lang.texi: Likewise.
49179 * manual/libc.texiinfo: Likewise.
49180 * manual/llio.texi: Likewise.
49181 * manual/locale.texi: Likewise.
49182 * manual/maint.texi: Likewise.
49183 * manual/math.texi: Likewise.
49184 * manual/memory.texi: Likewise.
49185 * manual/message.texi: Likewise.
49186 * manual/nss.texi: Likewise.
49187 * manual/pattern.texi: Likewise.
49188 * manual/process.texi: Likewise.
49189 * manual/resource.texi: Likewise.
49190 * manual/search.texi: Likewise.
49191 * manual/setjmp.texi: Likewise.
49192 * manual/signal.texi: Likewise.
49193 * manual/socket.texi: Likewise.
49194 * manual/startup.texi: Likewise.
49195 * manual/stdio.texi: Likewise.
49196 * manual/string.texi: Likewise.
49197 * manual/sysinfo.texi: Likewise.
49198 * manual/syslog.texi: Likewise.
49199 * manual/terminal.texi: Likewise.
49200 * manual/time.texi: Likewise.
49201 * manual/users.texi: Likewise.
49202 * INSTALL: Regenerated.
49203 * NOTES: Regenerated.
d40c5d54 49204 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 49205
450bf206
AS
492062012-02-28 Andreas Schwab <schwab@linux-m68k.org>
49207
49208 * include/dirent.h: Include <dirstream.h> before
49209 <dirent/dirent.h>.
49210
741a235b
DM
492112012-02-28 David S. Miller <davem@davemloft.net>
49212
49213 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49214 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49215 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49216 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49217
d6b5aa58
DM
492182012-02-27 David S. Miller <davem@davemloft.net>
49219
1aff59a3
DM
49220 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49221 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49222 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49223 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49224
d6b5aa58
DM
49225 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49226 frame pointer instead of stack pointer relative arg slot.
49227 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49228 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49229 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49230
433f48bf
CD
492312012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
49232
49233 [BZ #3992]
49234 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49235
d674b76d
DM
492362012-02-27 David S. Miller <davem@davemloft.net>
49237
49238 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49239 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49240 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49241 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49242 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49243 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49244 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49245 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49246
0e7727f7
JM
492472012-02-27 Joseph Myers <joseph@codesourcery.com>
49248
49249 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49250 later. Allow versions 5-9.
43be4ca2 49251 * configure: Regenerated.
0e7727f7
JM
49252 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49253 required minimum version and 4.6 as recommended version. Do not
49254 mention bugs in GCC 2.7 and 2.8.
43be4ca2 49255 * INSTALL: Regenerated.
0e7727f7 49256
a78bc654
DM
492572012-02-27 David S. Miller <davem@davemloft.net>
49258
428d5830
DM
49259 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49260 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49261 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49262 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49263 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49264 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49265 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49266 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49267
a78bc654
DM
49268 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49269 manipulate bits before adding and subtracting TWO112[sx].
49270 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49271
4579f81c
RM
492722012-02-27 Roland McGrath <roland@hack.frob.com>
49273
36c8acb4
RM
49274 [BZ #13775]
49275 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49276 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49277 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49278 being in POSIX, because they are in 1003.1-2008.
49279
84ad622b
RM
49280 * rt/tst-aio.c: Include <fcntl.h>.
49281 * rt/tst-aio7.c: Likewise.
49282 * rt/tst-aio64.c: Likewise.
49283
4579f81c
RM
49284 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49285
abd923db
JM
492862012-02-27 Joseph Myers <joseph@codesourcery.com>
49287
49288 * manual/install.texi (--with-headers): Describe headers as
49289 interface headers, not private headers.
49290 (Specific advice for GNU/Linux systems): Describe use of headers
49291 from "make headers_install", not private headers from older
49292 kernels.
43be4ca2 49293 * INSTALL: Regenerated.
abd923db
JM
49294 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49295 Change to 2.6.19.
49296 * sysdeps/unix/sysv/linux/configure: Regenerated.
49297
6664049b
JM
49298 * manual/llio.texi (fclean): Remove documentation.
49299
bb8b6697
JM
49300 * manual/Makefile (libc-texi-generated): New variable. Include
49301 version.texi.
49302 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49303 $(libc-texi-generated), not duplicated list of files.
49304 (version.texi, stamp-version): New rules.
49305 (realclean): Remove $(libc-texi-generated), not individual files
49306 from that list. Do not remove dir-add.texinfo.
49307 * manual/libc.texinfo: Comment out uses of edition numbers and
49308 references to printed manual. Remove last-updated dates.
49309 (EDITION): Comment out.
49310 (ISBN): Likewise.
49311 (VERSION, UPDATED): Remove.
49312 (version.texi): Include.
49313
12e5c3b9
AS
493142012-02-27 Andreas Schwab <schwab@linux-m68k.org>
49315
49316 * sysdeps/posix/spawni.c: Include <signal.h>.
49317 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49318 * sysdeps/pthread/aio_fsync.c: Likewise.
49319
4efeffc1 493202012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 49321
ba63ba08
UD
49322 * conform/Makefile (tests): Run only when not cross-compiling and
49323 when fast-check is not defined.
49324
d94a4670
UD
49325 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49326 * conform/data/limits.h-data: Fixes for POSIX2008.
49327 * conform/run-conformtest.sh: Run all tests.
49328 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49329 headers.
49330 * include/bits/dlfcn.h: Likewise.
49331 * include/langinfo.h: Likewise.
49332 * include/monetary.h: Likewise.
49333 * include/sys/poll.h: Likewise.
49334
49335 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49336 for __USE_GNU.
49337 * posix/spawn.h: Define __need_sigset_t.
49338 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49339 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49340 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
49341 to get sigevent_t only.
49342 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49343 only for __USE_GNU.
49344 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49345 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49346 process_vm_writev only for __USE_GNU.
49347 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
49348
49349 * conform/Makefile: For now ignore errors from run-conformtest.
49350 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
49351 POSIX to avoid namespace pollution. Don't prepend headers.
49352 * conform/data/aio.h-data: Fixes for POSIX testing.
49353 * conform/data/fcntl.h-data: Likewise.
49354 * conform/data/glob.h-data: Likewise.
49355 * conform/data/grp.h-data: Likewise.
49356 * conform/data/pthread.h-data: Likewise.
49357 * conform/data/pwd.h-data: Likewise.
49358 * conform/data/signal.h-data: Likewise.
49359 * conform/data/spawn.h-data: Likewise.
49360 * conform/data/stdio.h-data: Likewise.
49361 * conform/data/stdlib.h-data: Likewise.
49362 * conform/data/stropts.h-data: Likewise.
49363 * conform/data/sys/mman.h-data: Likewise.
49364 * conform/data/sys/stat.h-data: Likewise.
49365 * conform/data/sys/types.h-data: Likewise.
49366 * conform/data/sys/wait.h-data: Likewise.
49367 * conform/data/time.h-data: Likewise.
49368 * conform/data/unistd.h-data: Likewise.
49369 * conform/data/utime.h-data: Likewise.
49370
49371 * io/sys/stat.h: fchmod was always in POSIX.
49372 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49373 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49374 * rt/aio.h: Define __need_timespec before including <time.h>.
49375 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49376 struct. Add forward declaration of pthread_attr_t and use it in
49377 sigevent.
49378 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49379 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49380 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49381 always remove CLK_TCK definition.
49382
c20105c3
AS
493832012-02-26 Andreas Schwab <schwab@linux-m68k.org>
49384
49385 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49386
7a270350
UD
493872012-02-25 Ulrich Drepper <drepper@gmail.com>
49388
31341567
UD
49389 * conform/run-conformtest.sh: New file.
49390 * conform/Makefile: Run run-conformtest for tests.
49391 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
49392 support.
49393
49394 * conform/data/uchar.h-data: New file.
49395 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49396 * conform/data/arpa/inet.h-data: Likewise.
49397 * conform/data/assert.h-data: Likewise.
49398 * conform/data/complex.h-data: Likewise.
49399 * conform/data/cpio.h-data: Likewise.
49400 * conform/data/ctype.h-data: Likewise.
49401 * conform/data/dirent.h-data: Likewise.
49402 * conform/data/dlfcn.h-data: Likewise.
49403 * conform/data/errno.h-data: Likewise.
49404 * conform/data/fcntl.h-data: Likewise.
49405 * conform/data/float.h-data: Likewise.
49406 * conform/data/fmtmsg.h-data: Likewise.
49407 * conform/data/fnmatch.h-data: Likewise.
49408 * conform/data/ftw.h-data: Likewise.
49409 * conform/data/glob.h-data: Likewise.
49410 * conform/data/grp.h-data: Likewise.
49411 * conform/data/iconv.h-data: Likewise.
49412 * conform/data/inttypes.h-data: Likewise.
49413 * conform/data/langinfo.h-data: Likewise.
49414 * conform/data/libgen.h-data: Likewise.
49415 * conform/data/limits.h-data: Likewise.
49416 * conform/data/locale.h-data: Likewise.
49417 * conform/data/math.h-data: Likewise.
49418 * conform/data/monetary.h-data: Likewise.
49419 * conform/data/mqueue.h-data: Likewise.
49420 * conform/data/ndbm.h-data: Likewise.
49421 * conform/data/net/if.h-data: Likewise.
49422 * conform/data/netdb.h-data: Likewise.
49423 * conform/data/netinet/in.h-data: Likewise.
49424 * conform/data/nl_types.h-data: Likewise.
49425 * conform/data/poll.h-data: Likewise.
49426 * conform/data/pthread.h-data: Likewise.
49427 * conform/data/pwd.h-data: Likewise.
49428 * conform/data/regex.h-data: Likewise.
49429 * conform/data/sched.h-data: Likewise.
49430 * conform/data/search.h-data: Likewise.
49431 * conform/data/semaphore.h-data: Likewise.
49432 * conform/data/setjmp.h-data: Likewise.
49433 * conform/data/signal.h-data: Likewise.
49434 * conform/data/spawn.h-data: Likewise.
49435 * conform/data/stdarg.h-data: Likewise.
49436 * conform/data/stdio.h-data: Likewise.
49437 * conform/data/stdlib.h-data: Likewise.
49438 * conform/data/string.h-data: Likewise.
49439 * conform/data/strings.h-data: Likewise.
49440 * conform/data/stropts.h-data: Likewise.
49441 * conform/data/sys/ipc.h-data: Likewise.
49442 * conform/data/sys/mman.h-data: Likewise.
49443 * conform/data/sys/msg.h-data: Likewise.
49444 * conform/data/sys/resource.h-data: Likewise.
49445 * conform/data/sys/select.h-data: Likewise.
49446 * conform/data/sys/sem.h-data: Likewise.
49447 * conform/data/sys/shm.h-data: Likewise.
49448 * conform/data/sys/socket.h-data: Likewise.
49449 * conform/data/sys/stat.h-data: Likewise.
49450 * conform/data/sys/statvfs.h-data: Likewise.
49451 * conform/data/sys/time.h-data: Likewise.
49452 * conform/data/sys/timeb.h-data: Likewise.
49453 * conform/data/sys/times.h-data: Likewise.
49454 * conform/data/sys/types.h-data: Likewise.
49455 * conform/data/sys/uio.h-data: Likewise.
49456 * conform/data/sys/un.h-data: Likewise.
49457 * conform/data/sys/utsname.h-data: Likewise.
49458 * conform/data/sys/wait.h-data: Likewise.
49459 * conform/data/syslog.h-data: Likewise.
49460 * conform/data/tar.h-data: Likewise.
49461 * conform/data/termios.h-data: Likewise.
49462 * conform/data/utime.h-data: Likewise.
49463 * conform/data/utmpx.h-data: Likewise.
49464 * conform/data/varargs.h-data: Likewise.
49465 * conform/data/wchar.h-data: Likewise.
49466 * conform/data/wctype.h-data: Likewise.
49467 * conform/data/wordexp.h-data: Likewise.
49468
49469 * include/stropts.h: New file.
49470 * include/uchar.h: New file.
49471 * include/aio.h: Changes to allow conformtest.pl to use the headers.
49472 * include/assert.h: Likewise.
49473 * include/ctype.h: Likewise.
49474 * include/dirent.h: Likewise.
49475 * include/dlfcn.h: Likewise.
49476 * include/fcntl.h: Likewise.
49477 * include/fnmatch.h: Likewise.
49478 * include/glob.h: Likewise.
49479 * include/grp.h: Likewise.
49480 * include/libio.h: Likewise.
49481 * include/locale.h: Likewise.
49482 * include/math.h: Likewise.
49483 * include/net/if.h: Likewise.
49484 * include/netdb.h: Likewise.
49485 * include/netinet/in.h: Likewise.
49486 * include/pthread.h: Likewise.
49487 * include/pwd.h: Likewise.
49488 * include/regex.h: Likewise.
49489 * include/sched.h: Likewise.
49490 * include/search.h: Likewise.
49491 * include/setjmp.h: Likewise.
49492 * include/signal.h: Likewise.
49493 * include/stdio.h: Likewise.
49494 * include/stdlib.h: Likewise.
49495 * include/string.h: Likewise.
49496 * include/sys/cdefs.h: Likewise.
49497 * include/sys/mman.h: Likewise.
49498 * include/sys/msg.h: Likewise.
49499 * include/sys/resource.h: Likewise.
49500 * include/sys/select.h: Likewise.
49501 * include/sys/socket.h: Likewise.
49502 * include/sys/stat.h: Likewise.
49503 * include/sys/statvfs.h: Likewise.
49504 * include/sys/time.h: Likewise.
49505 * include/sys/times.h: Likewise.
49506 * include/sys/uio.h: Likewise.
49507 * include/sys/utsname.h: Likewise.
49508 * include/sys/wait.h: Likewise.
49509 * include/termios.h: Likewise.
49510 * include/time.h: Likewise.
49511 * include/ulimit.h: Likewise.
49512 * include/unistd.h: Likewise.
49513 * include/utime.h: Likewise.
49514 * include/wchar.h: Likewise.
49515 * include/wctype.h: Likewise.
49516 * include/wordexp.h: Likewise.
49517
49518 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49519
7a270350
UD
49520 * time/time.h: TIME_UTC must be a macro.
49521 Make timespec_get available for ISO C11 only as well.
49522
7724defc
UD
495232012-02-24 Ulrich Drepper <drepper@gmail.com>
49524
49525 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49526 Reported by Peng Haitao <penght@cn.fujitsu.com>.
49527
6b1d1d46
JM
495282012-02-24 Joseph Myers <joseph@codesourcery.com>
49529
49530 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 49531
0f8bbd69
JM
495322012-02-24 Joseph Myers <joseph@codesourcery.com>
49533
49534 * manual/texinfo.tex: Update to version 2012-01-19.16.
49535
66ab80bc
JM
495362012-02-24 Joseph Myers <joseph@codesourcery.com>
49537
49538 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49539
74981cc5
RM
495402012-02-24 Roland McGrath <roland@hack.frob.com>
49541
ee968201
RM
49542 [BZ #13738]
49543 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49544 * manual/fdl-1.3.texi: New file.
49545 * manual/fdl-1.1.texi: File removed.
49546
74981cc5
RM
49547 [BZ #13738]
49548 * manual/libc.texinfo (FDL_VERSION): New @set.
49549 Use it for mention of FDL in cover text.
49550 (Documentation License): Use it in @include file name.
49551
7bb764bc
JM
495522012-02-22 Joseph Myers <joseph@codesourcery.com>
49553 Roland McGrath <roland@hack.frob.com>
49554
49555 [BZ #5461]
57f41c40
AS
49556 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49557 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
49558 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49559 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
49560 name.
49561 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49562
6cbeae47
JM
495632012-02-22 Joseph Myers <joseph@codesourcery.com>
49564
49565 [BZ #2547]
49566 [BZ #11365]
49567 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49568 manipulate bits before adding and subtracting TWO23[sx].
49569 * math/libm-test.inc (nearbyint_test): Add more tests.
49570
fe45ce09
JM
495712012-02-22 Joseph Myers <joseph@codesourcery.com>
49572
49573 [BZ #2548]
49574 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49575 bits before adding and subtracting TWO23[sx].
49576 * math/libm-test.inc (rint_test): Add more tests.
49577 (rint_test_tonearest): Likewise.
49578 (rint_test_towardzero): Likewise.
49579 (rint_test_downward): Likewise.
49580 (rint_test_upward: Likewise.
49581
ff3b3d82
JM
495822012-02-22 Joseph Myers <joseph@codesourcery.com>
49583
49584 [BZ #10110]
49585 * include/stdc-predef.h: New file. Extracted from features.h.
49586 * include/features.h: Include stdc-predef.h.
49587 * Makefile (headers): Add stdc-predef.h.
49588 * CONFORMANCE (Compiler limitations): Update.
49589
ef0aab35
JM
495902012-02-22 Joseph Myers <joseph@codesourcery.com>
49591
49592 * manual/libc.texinfo (VERSION, UPDATED): Revert.
49593
58639409
DM
495942012-02-21 David S. Miller <davem@davemloft.net>
49595
49596 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49597 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49598
c0e70b25
DM
495992012-02-20 David S. Miller <davem@davemloft.net>
49600
49601 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49602 using a normal save/restore sequence, rather than allocating a
49603 dummy stack frame just to store a frame pointer and restore.
49604 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49605
fb06851d
JM
496062012-02-21 Joseph Myers <joseph@codesourcery.com>
49607
49608 * manual/install.texi: Fix stray word in line-wrapped comment.
49609
7a8b71c3
DM
496102012-02-20 David S. Miller <davem@davemloft.net>
49611
d510c123
DM
49612 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49613 both binutils and gcc support GOTDATA.
49614
0722d7c2
DM
49615 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49616 "rd %pc" in the PIC register setup sequences.
49617
3d2b3019
DM
49618 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49619 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49620 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49621 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49622 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49623 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49624 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49625 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49626 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49627 (SYSCALL_ERROR_HANDLER): Likewise.
49628 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49629 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49630 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49631 (SYSCALL_ERROR_HANDLER): Likewise.
49632
c80098a9
DM
49633 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49634 (HAVE_GCC_GOTDATA): New.
49635 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49636 relocation support in both binutils and gcc.
49637 * sysdeps/sparc/elf/configure: Regenerate.
49638
3a2545a0
DM
49639 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49640 * sysdeps/sparc/sparc32/elf/configure: Delete.
49641 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49642 * sysdeps/sparc/sparc64/elf/configure: Delete.
49643 * sysdeps/sparc/elf/configure.in: New file.
49644 * sysdeps/sparc/elf/configure: Generate.
49645
7a8b71c3
DM
49646 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49647 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49648 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49649 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49650 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49651
f1e86fca
JM
496522012-02-21 Joseph Myers <joseph@codesourcery.com>
49653
49654 * manual/install.texi: Do not mention specific glibc version
49655 numbers.
49656 * manual/libc.texinfo (VERSION, UPDATED): Update.
49657 (@copying): Use @copyright{} and range of years.
49658
0e7dfaef
JM
496592012-02-21 Joseph Myers <joseph@codesourcery.com>
49660
49661 [BZ #13695]
49662 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49663 [crti.S not in sysdirs] (generated): Do not append.
49664 [crti.S not in sysdirs] (omit-deps): Likewise.
49665 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49666 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49667 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49668 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49669 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49670 Likewise.
49671 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49672 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49673 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49674 * csu/defs.awk: Remove file.
49675 * sysdeps/generic/initfini.c: Likewise.
49676 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49677 variable.
49678 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49679 Likewise.
49680
599af3ca
JM
496812012-02-20 Joseph Myers <joseph@codesourcery.com>
49682
49683 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49684 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49685 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49686 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49687 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49688 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49689 <bits/epoll.h>.
49690 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49691 (__EPOLL_PACKED): Define to empty if not defined by
49692 <bits/epoll.h>.
49693 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49694 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49695 bits/epoll.h.
49696
0e499750
JM
496972012-02-20 Joseph Myers <joseph@codesourcery.com>
49698
49699 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49700 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49701 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49702 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49703 <bits/timerfd.h>.
49704 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49705 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49706 bits/timerfd.h.
49707
5ad91f6e
JM
497082012-02-20 Joseph Myers <joseph@codesourcery.com>
49709
49710 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49711 in C locale.
49712 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49713 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49714 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49715 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49716
06b99b02
AJ
497172012-02-20 Aurelien Jarno <aurelien@aurel32.net>
49718
49719 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49720 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49721
7638c0fd
AS
497222012-02-19 Andreas Schwab <schwab@linux-m68k.org>
49723
49724 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49725 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49726 defined.
49727 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49728 Likewise.
49729 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49730 entry for 2.16.
49731
92221550
AJ
497322012-02-19 Aurelien Jarno <aurelien@aurel32.net>
49733
49734 * math/w_acos.c: Use non-signaling floating-point comparisons.
49735 * math/w_acosf.c: Likewise.
49736 * math/w_acosh.c: Likewise.
49737 * math/w_acoshf.c: Likewise.
49738 * math/w_acoshl.c: Likewise.
49739 * math/w_acosl.c: Likewise.
49740 * math/w_asin.c: Likewise.
49741 * math/w_asinf.c: Likewise.
49742 * math/w_asinl.c: Likewise.
49743 * math/w_atanh.c: Likewise.
49744 * math/w_atanhf.c: Likewise.
49745 * math/w_atanhl.c: Likewise.
49746 * math/w_exp2.c: Likewise.
49747 * math/w_exp2f.c: Likewise.
49748 * math/w_exp2l.c: Likewise.
49749 * math/w_j0.c: Likewise.
49750 * math/w_j0f.c: Likewise.
49751 * math/w_j0l.c: Likewise.
49752 * math/w_j1.c: Likewise.
49753 * math/w_j1f.c: Likewise.
49754 * math/w_j1l.c: Likewise.
49755 * math/w_jn.c: Likewise.
49756 * math/w_jnf.c: Likewise.
49757 * math/w_log.c: Likewise.
49758 * math/w_log10.c: Likewise.
49759 * math/w_log10f.c: Likewise.
49760 * math/w_log10l.c: Likewise.
49761 * math/w_log2.c: Likewise.
49762 * math/w_log2f.c: Likewise.
49763 * math/w_log2l.c: Likewise.
49764 * math/w_logf.c: Likewise.
49765 * math/w_logl.c: Likewise.
49766 * math/w_sqrt.c: Likewise.
49767 * math/w_sqrtf.c: Likewise.
49768 * math/w_sqrtl.c: Likewise.
49769 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49770 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49771 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49772 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49773 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49774
ebaf36eb
JM
497752012-02-19 Joseph Myers <joseph@codesourcery.com>
49776
49777 [BZ #9739]
49778 * manual/string.texi (strnlen): Use correct parameter name in
49779 equivalent expression.
49780
71c254a6
JM
497812012-02-19 Joseph Myers <joseph@codesourcery.com>
49782
49783 [BZ #11174]
49784 * manual/users.texi (seteuid): Consistently use neweuid for
49785 argument name.
49786
16d2c631
JM
497872012-02-19 Joseph Myers <joseph@codesourcery.com>
49788
49789 [BZ #13704]
49790 * manual/nss.texi (Services in the NSS configuration): Correct
49791 list of services in example configuration file.
49792
cd837b09
NB
497932012-02-19 Nick Bowler <nbowler@draconx.ca>
49794
49795 [BZ #11322]
49796 * manual/arith.texi: Remove statements about negative zero
49797 behaving identically to zero.
49798
02c4bbad
JM
497992012-02-18 Joseph Myers <joseph@codesourcery.com>
49800
49801 [BZ #5993]
49802 * manual/install.texi: Do not document upgrading from libc5.
49803
366842e7
JM
498042012-02-18 Joseph Myers <joseph@codesourcery.com>
49805
49806 [BZ #4596]
49807 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49808
dd54084d
DM
498092012-02-18 David S. Miller <davem@davemloft.net>
49810
49811 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49812 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49813 %o7 across the call.
49814 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49815 instead.
49816 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49817 SETUP_PIC_REG_LEAF.
49818 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49819 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49820 * sysdeps/sparc/crtn.S: Likewise.
49821
2bcc53a3
UD
498222012-02-17 Ulrich Drepper <drepper@gmail.com>
49823
49824 * aout/Makefile: Remove.
49825
09c093b5
RK
498262012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
49827
49828 [BZ #13058]
49829 * manual/examples/argp-ex1.c (main): Format definition in GNU
49830 style.
49831 * manual/examples/argp-ex2.c (main): Likewise.
49832 * manual/examples/argp-ex3.c (main): Likewise.
49833 * manual/examples/argp-ex4.c (main): Likewise.
49834 * manual/examples/longopt.c (main): Use new-style prototype
49835 definition.
49836 * manual/examples/strncat.c (main): Specify return type and use
49837 (void) for arguments.
49838 * manual/examples/subopt.c (main): Use char **argv argument.
49839
2ee633a2
JM
498402012-02-17 Joseph Myers <joseph@codesourcery.com>
49841
49842 [BZ #5077]
49843 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49844 rounding modes.
49845
0520adde
FB
498462012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
49847
49848 [BZ #6907]
49849 * manual/string.texi (strchr): Change when strchrnul is
49850 recommended.
49851
3f4081cd
DGM
498522012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
49853
49854 [BZ #174]
49855 * manual/locale.texi (setlocale): Document LOCPATH.
49856
d1b10e78
JM
498572012-02-17 Joseph Myers <joseph@codesourcery.com>
49858
49859 [BZ #10210]
49860 * manual/process.texi (execle): Move @dots{} before last argument.
49861
79c6869c
PB
498622012-02-17 Paul Bolle <pebolle@tiscali.nl>
49863
49864 [BZ #12047]
49865 * manual/charset.texi (Generic Charset Conversion): Fix typo
49866 (LC_TYPE -> LC_CTYPE).
49867
cc6e48bc
NB
498682012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
49869
49870 [BZ #5805]
49871 * manual/arith.texi (scalbn): Use @var{} on parameter names.
49872 (scalbnf): Likewise.
49873 (scalbnl): Likewise.
49874 (scalbln): Likewise.
49875 (scalblnf): Likewise.
49876 (scalblnl): Likewise.
49877 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49878 (vwarnx): Likewise.
49879 (verr): Likewise.
49880 (verrx): Likewise.
49881 * manual/filesys.texi (telldir): Use braces around return type.
49882 * manual/llio.texi (mmap): Add space after comma.
49883 (mmap64): Likewise.
49884 * manual/math.texi (jn): Use @var{} on parameter names.
49885 (jnf): Likewise.
49886 (jnl): Likewise.
49887 (yn): Likewise.
49888 (ynf): Likewise.
49889 (ynl): Likewise.
49890 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49891 line.
49892 * manual/resource.texi (ulimit): Use @dots{} instead of literal
49893 "...".
49894 (sched_get_priority_min): Remove semicolon on @deftypefun line.
49895 (sched_get_priority_max): Likewise.
49896 * manual/signal.texi (sigvec): Add space after comma.
49897 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49898 names.
49899 (if_indextoname): Likewise.
49900 (if_freenameindex): Likewise.
49901 (sendto): Use ',' instead of '.' in prototype.
49902 * manual/startup.texi (syscall): Use @dots{} instead of literal
49903 "...".
49904 * manual/stdio.texi (__fpending): Separate initial words of
49905 paragraph from @deftypefun line.
49906 * manual/syslog.texi (syslog): Use @dots{} instead of literal
49907 "...".
49908 (vsyslog): Use @var{} on parameter names.
49909 * manual/terminal.texi (stty): Use @var{} on parameter names.
49910 * manual/users.texi (getutmp): Use @var{} on parameter names.
49911 (getutmpx): Likewise.
49912
5b23062f
JM
499132012-02-17 Joseph Myers <joseph@codesourcery.com>
49914
49915 [BZ #6884]
49916 * manual/stdio.texi (fopen): Fix typos in description of
49917 ",ccs=STRING".
49918
8dee4833
AJ
499192012-02-17 Aurelien Jarno <aurelien@aurel32.net>
49920
49921 [BZ #4026]
49922 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49923 get clock_id definition.
49924
9078ce93
TS
499252012-02-17 Thomas Schwinge <thomas@schwinge.name>
49926
49927 [BZ #4822]
49928 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49929 (madvise): Cast every argument to void on its own.
49930
3835c55f
JM
499312012-02-17 Joseph Myers <joseph@codesourcery.com>
49932
49933 [BZ #9902]
49934 * manual/startup.texi (Exit Status): Fix typo.
49935
35c47e37
JM
499362012-02-17 Joseph Myers <joseph@codesourcery.com>
49937
49938 [BZ #10140]
49939 * manual/examples/argp-ex1.c: Include <stdlib.h>.
49940 * manual/examples/argp-ex2.c: Likewise.
49941 * manual/examples/argp-ex3.c: Likewise.
49942
e3b69ca7
RH
499432012-02-16 Richard Henderson <rth@redhat.com>
49944
49945 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49946 * sysdeps/s390/s390-32/initfini.c: Remove.
49947 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49948 * sysdeps/s390/s390-64/initfini.c: Remove.
49949
df83af67
KK
499502012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
49951
49952 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49953 compiler output for sysdeps/generic/initfini.c.
49954 * sysdeps/sh/elf/initfini.c: Remove file.
49955
f63f3380
DM
499562012-02-16 David S. Miller <davem@davemloft.net>
49957
fb59b3a4
DM
49958 [BZ #11494]
49959 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49960
f63f3380
DM
49961 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49962 * sysdeps/sparc/crti.S: New file.
49963 * sysdeps/sparc/crtn.S: New file.
49964 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49965 * sysdeps/sparc/sparc64/Makefile: Likewise.
49966
df6a4a4a
MF
499672012-02-15 Mike Frysinger <vapier@gentoo.org>
49968
6dd8f3dc 49969 [BZ #3335]
df6a4a4a
MF
49970 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49971
1cac7236
RM
499722012-02-15 Roland McGrath <roland@hack.frob.com>
49973
d2c736f8
RM
49974 [BZ #4822]
49975 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49976
1cac7236
RM
49977 * mach/devstream.c (cookie_io_functions_t): Macro removed.
49978 (write, read, close): Likewise.
49979 Patch by Aurelien Jarno <aurelien@aurel32.net>.
49980
8e475601
JM
499812012-02-15 Joseph Myers <joseph@codesourcery.com>
49982
49983 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49984 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49985 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49986 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49987 <bits/signalfd.h>.
49988 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49989 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49990 bits/signalfd.h.
49991
ed656b40
MP
499922012-02-14 Marek Polacek <polacek@redhat.com>
49993
49994 * sysdeps/x86_64/crti.S: New file.
49995 * sysdeps/x86_64/crtn.S: New file.
49996 * sysdeps/x86_64/elf/initfini.c: Remove file.
49997
2a979d3a
JM
499982012-02-13 Joseph Myers <joseph@codesourcery.com>
49999
50000 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50001 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50002 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50003 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50004 <bits/inotify.h>.
50005 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50006 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50007 bits/inotify.h.
50008
2a418ac3
JM
500092012-02-13 Joseph Myers <joseph@codesourcery.com>
50010
50011 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50012 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50013 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50014 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50015 <bits/eventfd.h>.
50016 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50017 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50018 bits/eventfd.h.
50019
fb779be7
TS
500202012-02-10 Thomas Schwinge <thomas@codesourcery.com>
50021
e19e83c5
RM
50022 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50023 __feraiseexcept instead of feraiseexcept.
7c35ffed 50024
fb779be7
TS
50025 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50026 nanosleep invocations.
50027 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50028 strings, and add error checking for a nanosleep invocations.
50029
59ba27a6
PE
500302012-02-09 Paul Eggert <eggert@cs.ucla.edu>
50031
50032 Replace FSF snail mail address with URLs, as per GNU coding standards.
50033 Most of the snail mail addresses were wrong anyway, and omitting
50034 them makes the source code easier to maintain. Almost all of the
50035 changes are to license notices and to locale LC_IDENTIFICATION
50036 addresses, except for this one:
50037 * manual/libc.texinfo: In "Published by", give the FSF's URL,
50038 not its snail mail address.
50039
57b957eb
RH
500402012-02-09 Richard Henderson <rth@twiddle.net>
50041
af850b1c
RH
50042 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50043 of kernel-features.h.
50044
57b957eb
RH
50045 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50046
6b73181a
MP
500472012-02-08 Marek Polacek <polacek@redhat.com>
50048
50049 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50050 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50051 * sysdeps/gnu/_G_config.h: Likewise.
50052 * sysdeps/generic/_G_config.h: Likewise.
50053
26ecc33a
AS
500542012-02-08 Andreas Schwab <schwab@linux-m68k.org>
50055
6c6dbc63
AS
50056 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50057 tests.
50058 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50059
e216c012
AS
50060 * sysdeps/powerpc/powerpc32/crti.S: New file.
50061 * sysdeps/powerpc/powerpc32/crtn.S: New file.
50062 * sysdeps/powerpc/powerpc64/crti.S: New file.
50063 * sysdeps/powerpc/powerpc64/crtn.S: New file.
50064
26ecc33a
AS
50065 * Makeconfig (have-initfini): Don't set.
50066 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50067 * configure.in (nopic_initfini): Don't substitute.
50068 * config.h.in (HAVE_INITFINI): Don't #undef.
50069 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50070 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50071
3add8e13
JM
500722012-02-08 Joseph Myers <joseph@codesourcery.com>
50073
50074 Support crti.S and crtn.S provided directly by architectures.
50075 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50076 [crti.S in sysdirs] (omit-deps): Likewise.
50077 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50078 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50079 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50080 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50081 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50082 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50083 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50084 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50085 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50086 compiler output for sysdeps/generic/initfini.c.
50087 * sysdeps/i386/elf/Makefile: Remove file.
50088 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50089
a22f12b4
MP
500902012-02-07 Marek Polacek <polacek@redhat.com>
50091
50092 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50093 * sysdeps/gnu/_G_config.h: Likewise.
50094 * sysdeps/mach/hurd/_G_config.h: Likewise.
50095
148cf100
MP
500962012-02-07 Marek Polacek <polacek@redhat.com>
50097
50098 * math/Makefile (tests): Add tst-CMPLX2.
50099 * math/tst-CMPLX2.c: New file.
50100
cfdc0dd7
AS
501012012-02-07 Andreas Schwab <schwab@linux-m68k.org>
50102
84ba42c4
AS
50103 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50104
cfdc0dd7
AS
50105 * math/libm-test.inc (jn_test): Add missing L suffix.
50106
622c86f4
MP
501072012-02-06 Marek Polacek <polacek@redhat.com>
50108
50109 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50110 * sysdeps/i386/fpu/e_powf.S: Likewise.
50111 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50112 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50113 * sysdeps/i386/fpu/e_acosh.S: Likewise.
50114 * sysdeps/i386/fpu/e_pow.S: Likewise.
50115 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50116 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50117 * sysdeps/i386/fpu/s_expm1.S: Likewise.
50118 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50119 * sysdeps/i386/fpu/e_log2.S: Likewise.
50120 * sysdeps/i386/fpu/e_log2l.S: Likewise.
50121 * sysdeps/i386/fpu/e_scalb.S: Likewise.
50122 * sysdeps/i386/fpu/e_powl.S: Likewise.
50123 * sysdeps/i386/fpu/s_log1p.S: Likewise.
50124 * sysdeps/i386/fpu/e_log10f.S: Likewise.
50125 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50126 * sysdeps/i386/fpu/e_logl.S: Likewise.
50127 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50128 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50129 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50130 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50131 * sysdeps/i386/fpu/e_log2f.S: Likewise.
50132 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50133 * sysdeps/i386/fpu/e_log.S: Likewise.
50134 * sysdeps/i386/fpu/s_cexp.S: Likewise.
50135 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50136 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50137 * sysdeps/i386/fpu/e_logf.S: Likewise.
50138 * sysdeps/i386/fpu/e_log10l.S: Likewise.
50139 * sysdeps/i386/fpu/e_atanh.S: Likewise.
50140 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50141 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50142 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50143 * sysdeps/i386/fpu/e_log10.S: Likewise.
50144 * sysdeps/i386/fpu/s_frexp.S: Likewise.
50145 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50146 * sysdeps/i386/fpu/s_asinh.S: Likewise.
50147 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50148 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50149 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50150 * sysdeps/i386/asm-syntax.h: Likewise.
50151 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50152 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50153 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50154 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50155 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50156 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50157 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50158 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50159 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50160 * sysdeps/powerpc/sysdep.h: Likewise.
50161 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50162 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50163
d4a54ac6
JM
501642012-02-06 Joseph Myers <joseph@codesourcery.com>
50165
50166 [BZ #411]
50167 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50168
314054ea
JM
501692012-02-06 Joseph Myers <joseph@codesourcery.com>
50170
50171 * sysdeps/i386/sysdep.h: Include <features.h>.
50172 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50173 version.
50174
d8e0ca50
JM
501752012-02-05 Joseph Myers <joseph@codesourcery.com>
50176
50177 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50178 Define.
50179 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50180 LOAD_PIC_REG_STR.
50181
b1da7dd9
JM
501822012-02-03 Joseph Myers <joseph@codesourcery.com>
50183
50184 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50185 (SETUP_PIC_REG): Use GET_PC_THUNK.
50186 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50187 macro.
50188
9a1d9254
JM
501892012-02-03 Joseph Myers <joseph@codesourcery.com>
50190
50191 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50192 for non-PIC compilation.
50193 (SETUP_PIC_REG): Add .p2align directive.
50194 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50195 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50196 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50197 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50198 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50199 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50200 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50201 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50202 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50203 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50204 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50205 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50206 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50207 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50208 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50209 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50210 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50211 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50212 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50213 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50214 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50215 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50216 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50217 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50218 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50219 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50220 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50221 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50222 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50223 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50224 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50225 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50226 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50227 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50228 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50229 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50230 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50231 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50232 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50233 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50234 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50235
65dc3b75
JM
502362012-02-03 Joseph Myers <joseph@codesourcery.com>
50237
50238 * math/tst-CMPLX.c: Include <stdio.h>.
50239
d55bf177
JM
502402012-01-31 Joseph Myers <joseph@codesourcery.com>
50241
50242 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50243 float.
50244 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50245 * sysdeps/sparc/bits/mathdef.h: Likewise.
50246
69db4f8f
MP
502472012-01-31 Marek Polacek <polacek@redhat.com>
50248
50249 * libio/libio.h: Don't define _PARAMS.
50250 * locale/programs/config.h: Don't define PARAMS.
50251 * stdlib/strtol_l.c: Likewise.
50252 (__strtol_l): Remove PARAMS from the prototype.
50253
41b81892
UD
502542012-01-31 Ulrich Drepper <drepper@gmail.com>
50255
3b49edc0
UD
50256 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
50257 names. Just use the correct names. Remove unnecessary wrapper
50258 functions.
50259 * malloc/arena.c: Likewise.
50260 * malloc/hooks.c: Likewise.
50261
41b81892
UD
50262 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50263 ARENA_TEST says not to. Simplify test for creation of a new arena.
50264 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50265
27a25b6e
UD
502662012-01-30 Ulrich Drepper <drepper@gmail.com>
50267
50268 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50269 into tail calls.
50270 (update_get_addr): New function.
50271 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50272 GET_ADDR_MODULE parameter.
50273
c8a89e7d
JM
502742012-01-30 Joseph Myers <joseph@codesourcery.com>
50275
50276 * crypt/cert.c: Remove __STDC__ conditionals.
50277 * crypt/crypt-entry.c: Likewise.
50278 * crypt/crypt_util.c: Likewise.
50279 * libio/filedoalloc.c: Likewise.
50280 * libio/fileops.c: Likewise.
50281 * libio/genops.c: Likewise.
50282 * libio/iofclose.c: Likewise.
50283 * libio/iofdopen.c: Likewise.
50284 * libio/iofopen.c: Likewise.
50285 * libio/iofopen64.c: Likewise.
50286 * libio/iogetdelim.c: Likewise.
50287 * libio/iopopen.c: Likewise.
50288 * libio/obprintf.c: Likewise.
50289 * libio/oldfileops.c: Likewise.
50290 * libio/oldiofclose.c: Likewise.
50291 * libio/oldiofdopen.c: Likewise.
50292 * libio/oldiofopen.c: Likewise.
50293 * libio/oldiopopen.c: Likewise.
50294 * libio/wfiledoalloc.c: Likewise.
50295 * libio/wgenops.c: Likewise.
50296 * locale/programs/xmalloc.c: Likewise.
50297 * misc/syslog.c: Likewise.
50298 * stdio-common/xbug.c: Likewise.
50299 * string/memchr.c: Likewise.
50300 * string/memcmp.c: Likewise.
50301 * string/memrchr.c: Likewise.
50302 * string/rawmemchr.c: Likewise.
50303 * sysdeps/posix/getcwd.c: Likewise.
50304 * time/strftime_l.c: Likewise.
50305
3b100462
JM
503062012-01-30 Joseph Myers <joseph@codesourcery.com>
50307
50308 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
50309 * config.make.in (config-cflags-sse2avx): Define.
50310 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50311 Fix typo.
50312
607998af
CM
503132012-01-29 Chris Metcalf <cmetcalf@tilera.com>
50314
50315 * scripts/config.guess: Update from upstream config git repository.
50316 * scripts/config.sub: Likewise.
50317
3601428f
CM
503182012-01-28 Chris Metcalf <cmetcalf@tilera.com>
50319
3ac8b282
CM
50320 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50321 (EM_NUM): Update.
50322 (R_TILEPRO_*, R_TILEGX_*): New macros.
50323
e034841e
CM
50324 * scripts/firstversions.awk: Fix bug in version range handling.
50325
540d7568
CM
50326 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50327
3601428f
CM
50328 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50329
463de862
CM
50330 * include/sys/epoll.h: New file.
50331 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50332 libc_hidden_def.
50333
73139a76
UD
503342012-01-28 Ulrich Drepper <drepper@gmail.com>
50335
96bc5b45
UD
50336 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50337 Avoid unnecessary __WORDSIZE == 64 test.
50338 (fmaxf): Use VEX format if possible.
50339 (fmax): Likewise.
50340 (fminf): Likewise.
50341 (fmin): Likewise.
50342
56f6f6a2
UD
50343 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50344 * math/math_private.h: Remove libc_fegetround* and
50345 libc_fesetround*.
50346 * sysdeps/i386/configure.in: Check for -msse2avx.
50347 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50348 also if SSE2AVX is defined.
50349 Remove libc_fegetround* and libc_fesetround*.
50350 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50351 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
50352 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50353 of HAS_YMM_USABLE.
50354 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50355 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50356 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50357 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50358 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50359
73139a76
UD
50360 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50361
d73f93a4
AZ
503622012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50363
50364 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50365 size is not set.
50366 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50367
6ee65ed6
UD
503682012-01-27 Ulrich Drepper <drepper@gmail.com>
50369
50370 [BZ #13618]
50371 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50372 relocation.
50373 * Makeconfig (libm): Define.
50374 * elf/Makefile: Add rules to build and run tst-relsort1.
50375 * elf/tst-relsort1.c: New file.
50376 * elf/tst-relsort1mod1.c: New file.
50377 * elf/tst-relsort1mod2.c: New file.
50378
8db21882
JM
503792012-01-27 Joseph Myers <joseph@codesourcery.com>
50380
50381 * math/s_ldexp.c: Remove __STDC__ conditionals.
50382 * math/s_ldexpf.c: Likewise.
50383 * math/s_ldexpl.c: Likewise.
50384 * math/s_nextafter.c: Likewise.
50385 * math/s_nexttowardf.c: Likewise.
50386 * math/s_significand.c: Likewise.
50387 * math/s_significandf.c: Likewise.
50388 * math/s_significandl.c: Likewise.
50389 * math/w_jnl.c: Likewise.
50390 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50391 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50392 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50393 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50394 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50395 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50396 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50397 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50398 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50399 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50400 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50401 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50402 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50403 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50404 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50405 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50406 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50407 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50408 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50409 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50410 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50411 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50412 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50413 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50414 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50415 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50416 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50417 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50418 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50419 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50420 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50421 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50422 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50423 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50424 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50425 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50426 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50427 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50428 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50429 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50430 * sysdeps/ieee754/k_standard.c: Likewise.
50431 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50432 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50433 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50434 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50435 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50436 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50437 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50438 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50439 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50440 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50441 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50442 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50443 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50444 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50445 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50446 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50447 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50448 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50449 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50450 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50451 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50452 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50453 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50454 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50455 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50456 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50457 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50458 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50459 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50460 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50461 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50462 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50463 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50464 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50465 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50466 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50467 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50468 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50469 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50470 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50471 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50472 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50473 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50474 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50475 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50476 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50477 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50478 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50479 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50480 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50481 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50482 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50483 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50484 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50485 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50486 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50487 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50488 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50489 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50490 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50491 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50492 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50493 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50494 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50495 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50496 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50497 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50498 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50499 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50500 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50501 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50502 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50503 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50504 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50505 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50506 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50507 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50508 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50509 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50510 * sysdeps/ieee754/s_matherr.c: Likewise.
50511 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50512 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50513 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50514 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50515
965a54a4
JM
505162012-01-26 Joseph Myers <joseph@codesourcery.com>
50517
50518 * crypt/md5.h: Remove __STDC__ conditionals.
50519 * libio/libioP.h: Likewise.
50520 * locale/programs/config.h: Likewise.
50521 * sysdeps/generic/sysdep.h: Likewise.
50522 * sysdeps/i386/asm-syntax.h: Likewise.
50523 * sysdeps/s390/asm-syntax.h: Likewise.
50524 * sysdeps/unix/sysdep.h: Likewise.
50525 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50527
7071ad79
JM
505282012-01-26 Joseph Myers <joseph@codesourcery.com>
50529
50530 * libio/libio.h: Remove __STDC__ conditionals.
50531 * malloc/obstack.h: Likewise.
50532 * math/complex.h: Likewise.
50533 * math/math.h: Likewise.
50534 * sysdeps/generic/_G_config.h: Likewise.
50535 * sysdeps/gnu/_G_config.h: Likewise.
50536 * sysdeps/mach/hurd/_G_config.h: Likewise.
50537 * sysdeps/powerpc/bits/mathdef.h: Likewise.
50538 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50539 * sysdeps/sparc/bits/mathdef.h: Likewise.
50540
afc5ed09
UD
505412012-01-26 Ulrich Drepper <drepper@gmail.com>
50542
50543 [BZ #13583]
50544 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 50545 Clean up HAS_* macros.
afc5ed09 50546 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
50547 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50548 possible.
50549 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50550 HAS_AVX.
50551 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50552 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50553 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50554 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50555 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 50556
bdb6de1d
JM
505572012-01-25 Joseph Myers <joseph@codesourcery.com>
50558
50559 * elf/tst-unique3.cc (gets): Remove declaration.
50560 * elf/tst-unique3lib.cc (gets): Likewise.
50561 * elf/tst-unique3lib2.cc (gets): Likewise.
50562 * elf/tst-unique4.cc (gets): Likewise.
50563
b15549e6
UD
505642012-01-24 Ulrich Drepper <drepper@gmail.com>
50565
50566 * include/stdio.h: Add C++ protection. Add gets declarations and
50567 definitions.
50568 * debug/tst-chk1.c: Don't declare gets here.
50569 * stdio-common/tst-gets.c: Likewise.
50570
a037381f
JM
505712012-01-24 Joseph Myers <joseph@codesourcery.com>
50572
50573 * posix/glob: Remove directory.
50574
f1d4aa75
JM
505752012-01-24 Joseph Myers <joseph@codesourcery.com>
50576
50577 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50578
81c0c964
PT
505792012-01-22 Pino Toscano <toscano.pino@tiscali.it>
50580
50581 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50582 of the non-standard EPFNOSUPPORT.
50583
0ea698ae
ST
505842011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
50585
50586 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50587 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50588 ANYWHERE set to 1 only on KERN_NO_SPACE error.
50589
d220b117
UD
505902012-01-21 Ulrich Drepper <drepper@gmail.com>
50591
50592 * wcsmbs/uchar.h: Test __STDC_VERSION__.
50593
3e1aa84e
UD
505942012-01-20 Ulrich Drepper <drepper@gmail.com>
50595
50596 * nscd/aicache.c (addhstaiX): Do not cache negative results of
50597 transient errors.
50598 * nscd/grpcache.c (cache_addgr): Likewise.
50599 * nscd/hstcache.c (cache_addhst): Likewise.
50600 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50601 * nscd/pwdcache.c (cache_addpw): Likewise.
50602 * nscd/servicescache.c (cache_addserv): Likewise.
50603
400aa020
UD
506042012-01-16 Ulrich Drepper <drepper@gmail.com>
50605
d77e7869
UD
50606 * malloc/malloc.c: Various cleanups.
50607 * malloc/hooks.c: Likewise.
50608
400aa020
UD
50609 * stdlib/Makefile (tests): Add bug-fmtmsg1.
50610 * stdlib/bug-fmtmsg1.c: New file.
50611
50612 * stdlib/fmtmsg.c (init): Add missing unlock.
50613 Patch by Peng Haitao <penght@cn.fujitsu.com>.
50614
e0a309cf
MP
506152012-01-12 Marek Polacek <polacek@redhat.com>
50616
50617 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50618 and _GNU_SOURCE.
50619
929d11c7
WS
506202012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
50621
50622 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50623 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50624 macro to ensure uniqueness of label name.
50625 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50626 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50627
41d0e869
UD
506282012-01-11 Ulrich Drepper <drepper@gmail.com>
50629
0cc5ed3b
UD
50630 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50631
41d0e869
UD
50632 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50633 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50634 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50635 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50636
a47a831a
UD
506372012-01-10 Ulrich Drepper <drepper@gmail.com>
50638
daa891c0
UD
50639 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50640
50641 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50642 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50643 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50644
e58ef0f2
UD
50645 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50646
a47a831a 50647 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
50648 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50649 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 50650 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
50651
50652 * math/bits/math-finite.h: Add ldexp support.
50653
a0bfc9c7
MP
506542012-01-10 Marek Polacek <polacek@redhat.com>
50655
50656 * locale/programs/localedef.h (show_archive_content): Add noreturn
50657 attribute.
50658
d6e97a1d
UD
506592012-01-09 Ulrich Drepper <drepper@gmail.com>
50660
50661 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50662
d5835c26
UD
506632012-01-08 Ulrich Drepper <drepper@gmail.com>
50664
e5f484c6
UD
50665 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50666
d5835c26
UD
50667 * io/Makefile (headers): Add bits/poll2.h.
50668
d1f741e9
WS
506692011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
50670
50671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50672 typo #include statement.
50673
ec09c1c4
UD
506742012-01-08 Ulrich Drepper <drepper@gmail.com>
50675
50676 * include/sys/cdefs.h: Define __attribute_alloc_size.
50677 * catgets/gencat.c: Add alloc_size attribute and apply consistently
50678 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50679 * elf/pldd.c: Likewise.
50680 * iconv/iconv_charmap.c: Likewise.
50681 * iconv/iconvconfig.c: Likewise.
50682 * iconv/strtab.c: Likewise.
50683 * locale/programs/locale.c: Likewise.
50684 * locale/programs/localedef.h: Likewise.
50685 * locale/programs/simple-hash.c: Likewise.
50686 * nscd/nscd.h: Likewise.
50687 * nss/makedb.c: Likewise.
50688 * sysdeps/generic/ldconfig.h: Likewise.
50689 * locale/programs/localedef.c: Remove xmalloc prototype.
50690 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50691
20b38e03
PP
506922012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
50693
50694 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50695 appropriate.
50696
a0da5fe1
UD
506972012-01-08 Ulrich Drepper <drepper@gmail.com>
50698
1d5a644a 50699 * math/Makefile (tests): Add tst-CMPLX.
669704fd 50700 * math/tst-CMPLX.c: New file.
1d5a644a 50701
8784a6db
UD
50702 * math/complex.h (CMPLXL): Fix typo.
50703
d9a216c0
UD
50704 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50705 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50706 GLIBC_2.16.
50707 * debug/tst-chk1.c: Add poll and ppoll tests.
50708 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50709 * include/sys/poll.h: Add hidden proto for ppoll.
50710 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50711 * sysdeps/mach/hurd/ppoll.c: Likewise.
50712 * io/ppoll.c: Likewise.
50713 * debug/poll_chk.c: New file.
50714 * debug/ppoll_chk.c: New file.
50715 * include/bits/poll2.h: New file.
50716 * io/bits/poll2.h: New file.
50717
ac097f5c
UD
50718 [BZ #1350]
50719 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50720
2119dcfa
UD
50721 * configure.in: static is always set to yes. Remove.
50722 * config.make.in: Don't set build-static.
50723 * Makeconfig: Remove use of build-static.
50724 * dlfcn/Makefile: Likewise.
50725 * elf/Makefile: Likewise.
50726 * math/Makefile: Likewise.
50727 * misc/Makefile: Likewise.
50728 * nptl/Makefile: Likewise.
50729 * sysdeps/mach/hurd/Makefile: Likewise.
50730
121766a9
UD
50731 * configure.in: PWD_P is not used anymore.
50732 * config.make.in: Remove PWD_P entry.
50733
51a1d39c 50734 * configure.in: Remove last remnants of RANLIB.
8720d066 50735 No need to check for signed size_t anymore.
215f4bdc
UD
50736 Don't set libc_commonpagesize and libc_relro_required here for Alpha
50737 and IA-64.
3857022a 50738 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
50739 * aclocal.m4: Likewise.
50740
d3ed7225
UD
50741 * wcsmbs/mbrtoc16.c: Implement using towc function.
50742 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50743 * wcsmbs/wcsmbsload.c: Likewise.
50744 * iconv/gconv_simple.c: Likewise.
50745 * iconv/gconv_int.h: Likewise.
50746 * iconv/gconv_builtin.h: Likewise.
50747 * iconv/iconv_prog.c: Remove CHAR16 handling.
50748
50749 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50750
50751 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50752
a0da5fe1
UD
50753 * configure.in: Remove --with-elf and --enable-bounded options.
50754 Dont set base_machine for ia64. More non-ELF conditions removed.
50755 Remove testing and setting of leading underscore information.
50756 * config.make.in (build-bounded): Set to no.
50757 * config.h.in: Remove NO_UNDERSCORES entry.
50758 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
50759 them.
50760 * csu/start.c: Remove !NO_UNDERSCORE code.
50761 * locale/localeinfo.h: Likewise.
50762 * sysdeps/generic/machine-gmon.h: Likewise.
50763 * sysdeps/generic/sysdep.h: Likewise.
50764 * sysdeps/i386/sysdep.h: Likewise.
50765 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50766 * sysdeps/mach/sysdep.h: Likewise.
50767 * sysdeps/s390/s390-32/sysdep.h: Likewise.
50768 * sysdeps/s390/s390-64/sysdep.h: Likewise.
50769 * sysdeps/sh/sysdep.h: Likewise.
50770 * sysdeps/sparc/sparc32/alloca.S: Likewise.
50771 * sysdeps/unix/i386/sysdep.S: Likewise.
50772 * sysdeps/unix/sparc/start.c: Likewise.
50773 * sysdeps/unix/sparc/sysdep.S: Likewise.
50774 * sysdeps/unix/sparc/sysdep.h: Likewise.
50775 * sysdeps/unix/start.c: Likewise.
50776 * sysdeps/unix/x86_64/sysdep.S: Likewise.
50777 * sysdeps/x86_64/sysdep.h: Likewise.
50778
df78418a
UD
507792012-01-07 Ulrich Drepper <drepper@gmail.com>
50780
a784e502
UD
50781 [BZ #13553]
50782 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50783 for non-gcc.
50784 * argp/argp-fmtstream.h: Use const instead __const.
50785 * argp/argp.h: Likewise.
50786 * assert/assert.h: Likewise.
50787 * bits/fenv.h: Likewise.
50788 * bits/sched.h: Likewise.
50789 * bits/sigset.h: Likewise.
50790 * bits/sigthread.h: Likewise.
50791 * catgets/nl_types.h: Likewise.
50792 * conform/data/pthread.h-data: Likewise.
50793 * crypt/crypt-private.h: Likewise.
50794 * crypt/crypt.h: Likewise.
50795 * crypt/crypt_util.c: Likewise.
50796 * ctype/ctype.h: Likewise.
50797 * debug/execinfo.h: Likewise.
50798 * debug/mbsnrtowcs_chk.c: Likewise.
50799 * debug/mbsrtowcs_chk.c: Likewise.
50800 * debug/wcsnrtombs_chk.c: Likewise.
50801 * debug/wcsrtombs_chk.c: Likewise.
50802 * debug/wcstombs_chk.c: Likewise.
50803 * dirent/dirent.h: Likewise.
50804 * dlfcn/dlfcn.h: Likewise.
50805 * elf/neededtest4.c: Likewise.
50806 * grp/grp.h: Likewise.
50807 * gshadow/gshadow.h: Likewise.
50808 * iconv/gconv.h: Likewise.
50809 * iconv/gconv_int.h: Likewise.
50810 * iconv/gconv_simple.c: Likewise.
50811 * iconv/iconv.h: Likewise.
50812 * iconv/loop.c: Likewise.
50813 * iconv/skeleton.c: Likewise.
50814 * include/aio.h: Likewise.
50815 * include/aliases.h: Likewise.
50816 * include/argz.h: Likewise.
50817 * include/arpa/inet.h: Likewise.
50818 * include/assert.h: Likewise.
50819 * include/dirent.h: Likewise.
50820 * include/dlfcn.h: Likewise.
50821 * include/execinfo.h: Likewise.
50822 * include/fcntl.h: Likewise.
50823 * include/fenv.h: Likewise.
50824 * include/glob.h: Likewise.
50825 * include/grp.h: Likewise.
50826 * include/libintl.h: Likewise.
50827 * include/mntent.h: Likewise.
50828 * include/netdb.h: Likewise.
50829 * include/pwd.h: Likewise.
50830 * include/rpc/netdb.h: Likewise.
50831 * include/sched.h: Likewise.
50832 * include/search.h: Likewise.
50833 * include/shadow.h: Likewise.
50834 * include/signal.h: Likewise.
50835 * include/stdio.h: Likewise.
50836 * include/stdlib.h: Likewise.
50837 * include/string.h: Likewise.
50838 * include/sys/socket.h: Likewise.
50839 * include/sys/stat.h: Likewise.
50840 * include/sys/statfs.h: Likewise.
50841 * include/sys/statvfs.h: Likewise.
50842 * include/sys/syslog.h: Likewise.
50843 * include/sys/time.h: Likewise.
50844 * include/sys/uio.h: Likewise.
50845 * include/time.h: Likewise.
50846 * include/unistd.h: Likewise.
50847 * include/utmp.h: Likewise.
50848 * include/wchar.h: Likewise.
50849 * include/wctype.h: Likewise.
50850 * inet/aliases.h: Likewise.
50851 * inet/arpa/inet.h: Likewise.
50852 * inet/netinet/ether.h: Likewise.
50853 * inet/netinet/in.h: Likewise.
50854 * intl/libintl.h: Likewise.
50855 * io/bits/fcntl2.h: Likewise.
50856 * io/fcntl.h: Likewise.
50857 * io/ftw.h: Likewise.
50858 * io/sys/poll.h: Likewise.
50859 * io/sys/stat.h: Likewise.
50860 * io/sys/statfs.h: Likewise.
50861 * io/sys/statvfs.h: Likewise.
50862 * io/utime.h: Likewise.
50863 * libio/bits/stdio.h: Likewise.
50864 * libio/bits/stdio2.h: Likewise.
50865 * libio/libio.h: Likewise.
50866 * libio/libioP.h: Likewise.
50867 * libio/stdio.h: Likewise.
50868 * locale/lc-ctype.c: Likewise.
50869 * locale/locale.h: Likewise.
50870 * login/utmp.h: Likewise.
50871 * malloc/arena.c: Likewise.
50872 * malloc/malloc.c: Likewise.
50873 * malloc/malloc.h: Likewise.
50874 * malloc/mcheck.c: Likewise.
50875 * malloc/mtrace.c: Likewise.
50876 * math/bits/mathcalls.h: Likewise.
50877 * math/fenv.h: Likewise.
50878 * math/math_private.h: Likewise.
50879 * misc/bits/error.h: Likewise.
50880 * misc/bits/syslog.h: Likewise.
50881 * misc/err.h: Likewise.
50882 * misc/error.h: Likewise.
50883 * misc/fstab.h: Likewise.
50884 * misc/mntent.h: Likewise.
50885 * misc/regexp.h: Likewise.
50886 * misc/search.h: Likewise.
50887 * misc/sgtty.h: Likewise.
50888 * misc/sys/mman.h: Likewise.
50889 * misc/sys/syslog.h: Likewise.
50890 * misc/sys/uio.h: Likewise.
50891 * misc/sys/xattr.h: Likewise.
50892 * misc/ttyent.h: Likewise.
50893 * nis/rpcsvc/ypclnt.h: Likewise.
50894 * nss/nss.h: Likewise.
50895 * posix/bits/unistd.h: Likewise.
50896 * posix/fnmatch.h: Likewise.
50897 * posix/glob.h: Likewise.
50898 * posix/sched.h: Likewise.
50899 * posix/spawn.h: Likewise.
50900 * posix/sys/wait.h: Likewise.
50901 * posix/unistd.h: Likewise.
50902 * posix/wordexp.h: Likewise.
50903 * pwd/pwd.h: Likewise.
50904 * resolv/netdb.h: Likewise.
50905 * resource/sys/resource.h: Likewise.
50906 * rt/aio.h: Likewise.
50907 * rt/bits/mqueue2.h: Likewise.
50908 * rt/mqueue.h: Likewise.
50909 * shadow/shadow.h: Likewise.
50910 * signal/signal.h: Likewise.
50911 * socket/send.c: Likewise.
50912 * socket/sendto.c: Likewise.
50913 * socket/sys/socket.h: Likewise.
50914 * stdio-common/printf.h: Likewise.
50915 * stdlib/bits/stdlib.h: Likewise.
50916 * stdlib/fmtmsg.h: Likewise.
50917 * stdlib/monetary.h: Likewise.
50918 * stdlib/stdlib.h: Likewise.
50919 * stdlib/ucontext.h: Likewise.
50920 * streams/stropts.h: Likewise.
50921 * string/argz.h: Likewise.
50922 * string/bits/string2.h: Likewise.
50923 * string/string.h: Likewise.
50924 * string/strings.h: Likewise.
50925 * sunrpc/rpc/auth.h: Likewise.
50926 * sunrpc/rpc/auth_des.h: Likewise.
50927 * sunrpc/rpc/clnt.h: Likewise.
50928 * sunrpc/rpc/netdb.h: Likewise.
50929 * sunrpc/rpc/pmap_clnt.h: Likewise.
50930 * sunrpc/rpc/xdr.h: Likewise.
50931 * sysdeps/generic/inttypes.h: Likewise.
50932 * sysdeps/generic/net/if.h: Likewise.
50933 * sysdeps/generic/sys/swap.h: Likewise.
50934 * sysdeps/gnu/net/if.h: Likewise.
50935 * sysdeps/gnu/utmpx.h: Likewise.
50936 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50937 * sysdeps/i386/i486/bits/string.h: Likewise.
50938 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50939 * sysdeps/s390/bits/string.h: Likewise.
50940 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50941 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50942 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50943 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50944 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50945 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50946 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50947 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50948 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50949 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50950 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50951 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50952 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50953 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50954 * sysdeps/unix/sysv/linux/readv.c: Likewise.
50955 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50956 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50957 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50958 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50959 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50960 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50961 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50962 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50963 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50964 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50965 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50966 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50967 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50968 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50969 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50970 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50971 * sysvipc/sys/ipc.h: Likewise.
50972 * sysvipc/sys/msg.h: Likewise.
50973 * sysvipc/sys/sem.h: Likewise.
50974 * sysvipc/sys/shm.h: Likewise.
50975 * termios/termios.h: Likewise.
50976 * time/sys/time.h: Likewise.
50977 * time/time.h: Likewise.
50978 * wcsmbs/bits/wchar2.h: Likewise.
50979 * wcsmbs/uchar.h: Likewise.
50980 * wcsmbs/wchar.h: Likewise.
50981 * wctype/wctype.h: Likewise.
50982
0269750c
UD
50983 [BZ #13551]
50984 * Makeconfig: Remove all but ELF support including AIX support.
50985 * Makerules: Likewise.
50986 * config.h.in: Likewise.
50987 * config.make.in: Likewise.
50988 * configure: Likewise.
50989 * configure.in: Likewise.
50990 * csu/Makefile: Likewise.
50991 * csu/version.c: Likewise.
50992 * debug/Makefile: Likewise.
50993 * dlfcn/Makefile: Likewise.
50994 * elf/Makefile: Likewise.
50995 * extra-lib.mk: Likewise.
50996 * iconv/Makefile: Likewise.
50997 * include/libc-symbols.h: Likewise.
50998 * include/shlib-compat.h: Likewise.
50999 * resolv/Makefile: Likewise.
51000 * resolv/res_libc.c: Likewise.
51001 * rt/Makefile: Likewise.
51002 * sysdeps/i386/asm-syntax.h: Likewise.
51003 * sysdeps/i386/sysdep.h: Likewise.
51004 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51005 * sysdeps/mach/sysdep.h: Likewise.
51006 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51007 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51008 * sysdeps/s390/asm-syntax.h: Likewise.
51009 * sysdeps/s390/s390-32/sysdep.h: Likewise.
51010 * sysdeps/s390/s390-64/sysdep.h: Likewise.
51011 * sysdeps/sh/sysdep.h: Likewise.
51012 * sysdeps/unix/sparc/sysdep.h: Likewise.
51013 * sysdeps/wordsize-32/divdi3.c: Likewise.
51014 * sysdeps/x86_64/sysdep.h: Likewise.
51015
00bbd29b
UD
51016 * argp/Versions: Remove _argp_unlock_xxx.
51017
51018 [BZ #13559]
51019 * abilist/ld.abilist: Update. Adjust for removal of tls option.
51020 * abilist/libBrokenLocale.abilist: Likewise.
51021 * abilist/libanl.abilist: Likewise.
51022 * abilist/libc.abilist: Likewise.
51023 * abilist/libcrypt.abilist: Likewise.
51024 * abilist/libdl.abilist: Likewise.
51025 * abilist/libm.abilist: Likewise.
51026 * abilist/libnsl.abilist: Likewise.
51027 * abilist/libpthread.abilist: Likewise.
51028 * abilist/libresolv.abilist: Likewise.
51029 * abilist/librt.abilist: Likewise.
51030 * abilist/libthread_db.abilist: Likewise.
51031 * abilist/libutil.abilist: Likewise.
51032 * abilist/libnss_db.abilist: New file.
51033
51034 * scripts/abilist.awk: Add support for indirect functions.
51035
a2693a0e
UD
51036 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51037
3f05895f
UD
51038 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51039
ecb6fb48
UD
51040 * shlib-versions: Remove entries for ports architectures.
51041
664f8cb9
UD
51042 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
51043 files in ports.
51044 * elf/stackguard-macros.h: Remove support for IA-64.
51045 * elf/tst-auditmod1.c: Likewise.
51046 * sysdeps/generic/ldsodefs.h: Likewise.
51047
7ae81d88
UD
51048 * sysdeps/unix/sysv/linux/configure.in: Ports should define
51049 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51050 configure files.
51051
bdeba135
UD
51052 [BZ #13552]
51053 * configure.in: Remove --enable-omitfp support.
51054 * FAQ.in: Adjust.
51055 * config.make.in: Likewise.
51056 * Makeconfig: Likewise.
51057 * manual/install.texi: Likewise.
51058
d75a0a62
UD
51059 In case anyone cares, the IA-64 architecture could move to ports.
51060 * sysdeps/ia64/*: Removed.
51061 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 51062 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 51063
dcc9756b
UD
51064 [BZ #13555]
51065 * configure.in: Remove entries for unsupported architectures.
51066
d3761ebc 51067 [BZ #13533]
9954432e
UD
51068 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51069 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
51070 routines.
51071 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51072 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51073 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
51074 fall back to using wcrtomb.
51075 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51076 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
51077 renaming.
51078 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51079 * wcsmbs/tst-c16c32-1.c: New file.
51080
51081 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51082 local variable.
51083
c3a87236
UD
51084 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51085
28926a1b
UD
51086 * elf/tst-unique3.cc: Add explicit declaration of gets.
51087 * elf/tst-unique3lib.cc: Likewise.
51088 * elf/tst-unique3lib2.cc: Likewise.
51089 * elf/tst-unique4.cc: Likewise.
51090
df78418a
UD
51091 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51092
8ecd6b2a
JM
510932012-01-06 Joseph Myers <joseph@codesourcery.com>
51094
51095 [BZ #13566]
51096 * assert/assert.h (static_assert): Don't define for C++.
51097 * libio/stdio.h (gets): Do declare for C++ <= C++11.
51098 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51099
9f115170
UD
511002012-01-03 Ulrich Drepper <drepper@gmail.com>
51101
5e0d0300
UD
51102 * iconv/loop.c (single loop): Fix assertion in storing of
51103 remaining bytes.
51104
9f115170
UD
51105 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51106
81fb02b0
UD
511072012-01-01 Ulrich Drepper <drepper@gmail.com>
51108
51109 * posix/getconf.c: Update copyright year.
51110 * nss/getent.c: Likewise.
a316c1f6 51111 * nss/makedb.c: Likewise.
81fb02b0
UD
51112 * iconv/iconvconfig.c: Likewise.
51113 * iconv/iconv_prog.c: Likewise.
51114 * elf/ldconfig.c: Likewise.
a316c1f6
UD
51115 * elf/pldd.c: Likewise.
51116 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
51117 * catgets/gencat.c: Likewise.
51118 * csu/version.c: Likewise.
51119 * elf/ldd.bash.in: Likewise.
51120 * elf/sprof.c (print_version): Likewise.
51121 * locale/programs/locale.c: Likewise.
51122 * locale/programs/localedef.c: Likewise.
a316c1f6 51123 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
51124 * nscd/nscd.c (print_version): Likewise.
51125 * debug/xtrace.sh: Likewise.
51126 * malloc/memusage.sh: Likewise.
51127 * malloc/mtrace.pl: Likewise.
51128 * debug/catchsegv.sh: Likewise.
51129
2ba92745
JJ
511302011-12-30 Jakub Jelinek <jakub@redhat.com>
51131
51132 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51133 pure attribute.
51134
dadebdae
UD
511352011-12-24 Ulrich Drepper <drepper@gmail.com>
51136
d3761ebc 51137 [BZ #13533]
db6af3eb
UD
51138 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51139 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51140 transformations.
51141 * iconv/gconv_int.h: Likewise.
51142 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51143 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51144 from libc for GLIBC_2.16.
51145 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51146 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51147 * wcsmbs/uchar.h: Really define mbstate_t.
51148 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51149 * wcsmbs/c16rtomb.c: New file.
51150 * wcsmbs/mbrtoc16.c: New file.
51151 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51152 for C/POSIX locale.
51153 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51154 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51155
dadebdae
UD
51156 * wcsmbs/wchar.h: Add missing __restrict.
51157
67371b56
UD
511582011-12-23 Ulrich Drepper <drepper@gmail.com>
51159
74033a25
UD
51160 [BZ #13532]
51161 * time/Makefile (routines): Add timespec_get.
51162 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51163 * time/time.h: Define TIME_UTC and declare timespec_get. Define
51164 timespec for ISO C11.
51165 * time/timespec_get.c: New file.
51166 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51167 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51168
380d7e87
UD
51169 [BZ #13531]
51170 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51171 * stdlib/stdlib.h: Declare aligned_alloc.
51172 * Versions.def: Add GLIBC_2.16 for libc.
51173 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51174
4e9e7a35
UD
51175 [BZ 13527]
51176 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51177 ISO C11.
51178
380d7e87 51179 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
51180 code.
51181
03a71829
UD
51182 [BZ #13528]
51183 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51184
839e283e
UD
51185 [BZ #13529]
51186 * assert/assert.h (static_assert): Define.
51187
ce5294e2 51188 * version.h: Update for 2.16 development version.
90fa7312 51189
8d44e150 51190 [BZ #13526]
d7809905
UD
51191 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51192 _ISOC11_SOURCE.
51193
c0da14cd
UD
51194 * version.h (RELEASE): Bump for 2.15 release.
51195 * include/features.h (__GLIBC_MINOR__): Bump to 15.
51196
530a3249
MP
51197 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51198 Patch by Marek Polacek <mpolacek@redhat.com>.
51199
67371b56
UD
51200 * bits/byteswap.h: Protect long long constants with __extension__.
51201 * sysdeps/i386/bits/byteswap.h: Likewise.
51202 * sysdeps/ia64/bits/byteswap.h: Likewise.
51203 * sysdeps/s390/bits/byteswap.h: Likewise.
51204 * sysdeps/x86_64/bits/byteswap.h: Likewise.
51205
15db4de1
LD
512062011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51207
51208 [BZ #13540]
bbe315ea
LD
51209 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51210 destination buffer.
15db4de1
LD
51211 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51212
2b2596b1
MP
512132011-12-23 Marek Polacek <polacek@redhat.com>
51214
51215 * elf/dl-addr.c (determine_info): Add inline keyword.
51216 * elf/tst-auditmod4b.c (check_avx): Likewise.
51217 * elf/tst-auditmod6b.c (check_avx): Likewise.
51218 * elf/tst-auditmod6c.c (check_avx): Likewise.
51219 * elf/tst-auditmod7b.c (check_avx): Likewise.
51220
70c6c246
UD
512212011-12-23 Ulrich Drepper <drepper@gmail.com>
51222
51223 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51224 !__SSE_MATH__.
51225
c044cf14
LD
512262011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51227
15db4de1 51228 [BZ #13540]
c044cf14
LD
51229 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51230 processing for last bytes.
51231
6b13d9d9
BH
512322011-08-06 Bruno Haible <bruno@clisp.org>
51233
d455f537
BH
51234 [BZ #13061]
51235 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51236 U+0385, not to U+1FEE.
51237
6b13d9d9
BH
51238 [BZ #13062]
51239 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51240 entry for U+00A5 U+0301.
51241
db910efd
UD
512422011-12-22 Ulrich Drepper <drepper@gmail.com>
51243
27deeafc
UD
51244 [BZ #13166]
51245 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51246 buffer for the output is too small.
51247
aed9d171
UD
51248 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51249 optimization.
51250
db910efd
UD
51251 [BZ #13185]
51252 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51253 SSE flags if possible.
51254
2bd779ae
LD
512552011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51256
e7f9dac3 51257 [BZ #13540]
2bd779ae
LD
51258 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51259 processing for last bytes.
51260
154bfc16
JM
512612011-12-22 Joseph Myers <joseph@codesourcery.com>
51262
51263 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51264 (syscall-list-default-options, syscall-list-default-condition)
51265 (syscall-list-includes): Define.
51266 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51267 list of ABIs and options and #if conditions for each ABI. Do not
51268 handle common syscalls between ABIs specially.
51269 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51270 Remove.
51271 (syscall-list-variants, syscall-list-32bit-options)
51272 (syscall-list-32bit-condition, syscall-list-64bit-options)
51273 (syscall-list-64bit-condition): Define.
51274 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51275 (syscall-list-variants, syscall-list-32bit-options)
51276 (syscall-list-32bit-condition, syscall-list-64bit-options)
51277 (syscall-list-64bit-condition): Define.
51278 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51279 Remove.
51280 (syscall-list-variants, syscall-list-32bit-options)
51281 (syscall-list-32bit-condition, syscall-list-64bit-options)
51282 (syscall-list-64bit-condition): Define.
51283 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51284 Remove.
51285 (syscall-list-variants, syscall-list-32bit-options)
51286 (syscall-list-32bit-condition, syscall-list-64bit-options)
51287 (syscall-list-64bit-condition): Define.
51288
21eaf3a5
UD
512892011-12-22 Ulrich Drepper <drepper@gmail.com>
51290
16c6f992
UD
51291 * locale/iso-639.def: Add brx entry.
51292
41043168
UD
51293 [BZ #13328]
51294 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51295 Proposed by Mariusz_Cukr <marcukr@op.pl>.
51296
21eaf3a5
UD
51297 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51298 __feraiseexcept_renamed.
51299
e3a851a2
UD
513002011-12-21 Ulrich Drepper <drepper@gmail.com>
51301
4920765e
UD
51302 [BZ #13538]
51303 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51304 EPOLLET with unsigned values.
51305 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51306 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51307
e3a851a2
UD
51308 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51309 to large cancellation.
51310 * math/s_cacoshf.c: Likewise.
51311 * math/s_cacoshl.c: Likewise.
51312
b27e24b8
RK
513132011-11-18 Richard B. Kreckel <kreckel@ginac.de>
51314
51315 [BZ #13305]
aebefeee 51316 [BZ #12786]
b27e24b8
RK
51317 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51318 * math/s_cacoshf.c: Likewise.
51319 * math/s_cacoshl.c: Likewise.
51320
ee190f67
UD
513212011-12-21 Ulrich Drepper <drepper@gmail.com>
51322
51323 [BZ #13439]
51324 * iconv/gconv.h: Define __GCONV_SWAP.
51325 * iconvdata/unicode.c: The swap bit must be stored in __flags.
51326 * iconvdata/utf-16.c: Likewise.
51327 * iconvdata/utf-32.c: Likewise.
51328
707f25df
AS
513292011-12-21 Andreas Schwab <schwab@linux-m68k.org>
51330
51331 [BZ #13524]
51332 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51333 numerator after shifting it by one limb.
51334
d2daaa1e
RÁE
513352011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
51336
51337 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51338 under [__USE_EXTERN_INLINES].
51339
a4647e72
UD
513402011-12-17 Ulrich Drepper <drepper@gmail.com>
51341
51342 [BZ #13446]
51343 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51344
f0b264f1
AZ
513452011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51346
51347 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51348 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51349 optimized code.
51350 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51351 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51352 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51353 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51354 for strncasecmp/strncasecmp_l compilation.
51355 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51356 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51357
8ef4f244
MP
513582011-12-08 Marek Polacek <mpolacek@redhat.com>
51359
51360 [BZ #13484]
51361 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51362 of __asm__.
51363
97ac2654
UD
513642011-12-17 Ulrich Drepper <drepper@gmail.com>
51365
51366 [BZ #13506]
51367 * time/tzfile.c (__tzfile_read): Check values from file header.
51368
91d2a845
WS
513692011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
51370
51371 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51372 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51373 * powerpc/powerpc32/dl-start.S: Likewise.
51374 * powerpc/powerpc32/elf/start.S: Likewise.
51375 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51376 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51377 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51378 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51379 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51380 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51381 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51382 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51383 * powerpc/powerpc32/fpu/s_round.S: Likewise.
51384 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51385 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51386 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51387 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51388 * powerpc/powerpc32/memset.S: Likewise.
51389 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51390 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51391 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51392 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51393 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51394 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51395 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51396 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51397 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51398 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51399 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51400 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51401 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51402
a1267ba1
AZ
514032011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51404
51405 * math/libm-test.inc: Added more nearbyint tests.
51406 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51407 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51408 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51409 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51410
ad8ac1bd
RL
514112011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
51412
51413 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51414 FD_CLOEXEC.
51415
1d3e4b61
UD
514162011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51417
51418 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51419 Add wcscpy-ssse3 wcscpy-c.
51420 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51421 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51422 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51423 * sysdeps/x86_64/wcschr.S: New file.
51424 * sysdeps/x86_64/wcsrchr.S: New file.
51425 * string/test-strcmp.c: Remove checking of wcscmp function for
51426 wrong alignments.
51427 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51428 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51429 wcsrchr-sse2 wcsrchr-c.
51430 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51431 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51432 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51433 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51434 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51435 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51436 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51437 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51438 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51439 * wcsmbc/wcschr.c (WCSCHR): New macro.
51440
5b330a2d
UD
514412011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51442
51443 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51444 * wcsmbs/test-wcsrchr.c: New file.
51445 * string/test-strrchr.c: Add wcsrchr support.
51446 (WIDE): New macro.
51447 * wcsmbs/test-wcscpy.c: New file.
51448 * string/test-strcpy.c: Add wcscpy support.
51449 (WIDE): New macro.
26428b7c 51450
f039c043
UD
514512011-12-10 Ulrich Drepper <drepper@gmail.com>
51452
51453 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51454 the inner loop.
51455
850fb039
AS
514562011-12-06 Andreas Schwab <schwab@linux-m68k.org>
51457
51458 [BZ #13472]
51459 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51460
4efbd5cb
UD
514612011-12-04 Ulrich Drepper <drepper@gmail.com>
51462
52ff5dd0 51463 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 51464 Minor optimizations.
52ff5dd0 51465
4efbd5cb
UD
51466 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51467 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51468 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51469
8a426e12
UD
514702011-12-03 Ulrich Drepper <drepper@gmail.com>
51471
aff2453d
UD
51472 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51473 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51474 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51475 for gcc to avoid warnings.
51476 * inet/Makefile (tests): Add tst-checks.
51477 * inet/tst-checks.c: New file.
51478
51479 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51480 warning.
51481
51482 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51483 __wmemcmp_sse2.
51484
51485 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51486 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51487
8a426e12
UD
51488 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51489
9bea3473
UD
514902011-12-02 Ulrich Drepper <drepper@gmail.com>
51491
3a965496
UD
51492 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51493 problem.
51494
9bea3473
UD
51495 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51496
f101631b
UD
514972011-11-29 Joseph Myers <joseph@codesourcery.com>
51498
51499 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51500 conditional on GCC version.
51501 (__arch_compare_and_exchange_val_8_acq)
51502 (__arch_compare_and_exchange_val_16_acq)
51503 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51504 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51505 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51506
a98275aa
UD
515072011-12-02 Joseph Myers <joseph@codesourcery.com>
51508
51509 * sysdeps/sh/backtrace.c: New file.
51510
d4cc29a2
AS
515112011-12-02 Andreas Schwab <schwab@redhat.com>
51512
51513 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
51514 parenthesis.
51515
6257af2d
AS
515162011-12-01 Andreas Schwab <schwab@redhat.com>
51517
51518 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51519 falling back to utime.
51520
b5f44c1a
AS
515212011-11-30 Andreas Schwab <schwab@redhat.com>
51522
51523 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51524 expectations for float.
51525
f3a6cc0a
AS
515262011-11-29 Andreas Schwab <schwab@redhat.com>
51527
51528 * locale/weight.h (findidx): Add parameter len.
51529 * locale/weightwc.h (findidx): Likewise.
51530 * posix/fnmatch_loop.c (FCT): Adjust caller.
51531 * posix/regcomp.c (build_equiv_class): Likewise.
51532 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51533 * posix/regexec.c (check_node_accept_bytes): Likewise.
51534 * string/strcoll_l.c (STRCOLL): Likewise.
51535 * string/strxfrm_l.c (STRXFRM): Likewise.
51536
9d65ea3a
UD
515372011-11-17 Ulrich Drepper <drepper@gmail.com>
51538
51539 * Makefile.in: Remove CVSOPT handling.
51540 * configure.in: Remove use of AC_REVISION.
51541 * iconvdata/Makefile (distribute): No need to filter out CVS.
51542 * scripts/list-sources.sh: Remove CVS, subversion and monotone
51543 handling.
51544
5583a086
AS
515452011-11-16 Andreas Schwab <schwab@redhat.com>
51546
51547 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51548 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51549 [USE_AS_STRNCASECMP_L]: Likewise.
51550 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51551 NO_TLS_DIRECT_SEG_REFS.
51552 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51553 Fix argument offsets for non-PIC.
51554 [USE_AS_STRNCASECMP_L]: Likewise.
51555 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51556 NO_TLS_DIRECT_SEG_REFS.
51557
d62a8200
UD
515582011-11-15 Ulrich Drepper <drepper@gmail.com>
51559
9d65ea3a 51560 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
51561 O_CLOEXEC.
51562 * locale/loadlocale.c (_nl_load_locale): Likewise.
51563
09f93bd3
AS
515642011-11-15 Andreas Schwab <schwab@redhat.com>
51565
446514f9
AS
51566 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51567 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51568 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51569 (SYSCALL_GETTIME): Set errno on error.
51570
09f93bd3
AS
51571 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51572 count references to noai6ai_cached.
51573
312be3f9
UD
515742011-11-15 Ulrich Drepper <drepper@gmail.com>
51575
51576 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51577
51578 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51579 FD_CLOEXEC for /proc/self/maps.
51580
51581 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51582 FD_CLOEXEC for /proc/meminfo.
51583
51584 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51585 gai.conf.
51586
51587 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
51588 FD_CLOEXEC for given file.
51589
51590 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51591
51592 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51593 FD_CLOEXEC for /etc/hosts.
51594 (_gethtent): Likewise.
51595
51596 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51597
51598 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51599 cancellation and set FD_CLOEXEC for /etc/netgroup.
51600
51601 * nss/nss_files/files-key.c (search): Don't allow cancellation when
51602 reading /etc/publickey.
51603
51604 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51605 allow cancellation when reading /etc/group.
51606
51607 * nss/nss_files/files-alias.c (internal_setent): Don't allow
51608 cancellation.
51609 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
51610
51611 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51612 when using data file.
51613
51614 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51615
51616 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51617 (write_nis_obj): Use "c" and "e" in fopen.
51618
51619 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51620
51621 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51622
51623 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51624
51625 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51626
51627 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51628 locale.alias.
51629
51630 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51631
51632 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51633
51634 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51635
51636 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51637 file parsing and set FD_CLOEXEC.
51638
82af0fa8
UD
516392011-11-14 Ulrich Drepper <drepper@gmail.com>
51640
51641 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51642
a5fb313c
AS
516432011-11-14 Andreas Schwab <schwab@redhat.com>
51644
51645 * malloc/arena.c (arena_get2): Don't call reused_arena when
51646 _int_new_arena failed.
51647
6abf3465
UD
516482011-11-14 Ulrich Drepper <drepper@gmail.com>
51649
51650 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51651 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51652 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51653 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51654 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51655 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51656 to compile strcasecmp and strncasecmp.
51657 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51658 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51659
51660 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51661
76e3966e
UD
516622011-11-13 Ulrich Drepper <drepper@gmail.com>
51663
51664 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51665 locale-defines.sym to gen-as-const-headers.
51666 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51667 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51668 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51669 to compile strcasecmp and strncasecmp.
51670 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51671 strcasecmp_l and strncasecmp_l.
51672 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51673 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51674 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51675 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51676 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51677 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51678 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51679 * sysdeps/i386/i686/multiarch/strncase.S: New file.
51680 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51681 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51682 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51683
ab26144e
UD
516842011-11-12 Ulrich Drepper <drepper@gmail.com>
51685
7edb22ef
UD
51686 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51687 result of SYSDEP_GETTIME_CPU to retval.
51688 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51689 parameter list to macro. Remove trailing semicolon. Adjust users.
51690
9694fc44
UD
51691 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51692 variable.
51693
8ad89ef8
UD
51694 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51695 mantissa words.
51696 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51697
0c822ef9
UD
51698 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51699 from unused variable.
51700
874e0564
UD
51701 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51702 DWARF definitions.
51703 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51704 for assembling.
51705
3a2edc79
UD
51706 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51707 over namespaces.
51708
f3c2577f
UD
51709 * sunrpc/rpc_prot.c (rejected): Fix case value.
51710
294ce126
UD
51711 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51712 unsigned long long int to avoid warnings in shift.
51713
5e2b63c6
UD
51714 * posix/regex_internal.c (re_string_reconstruct): Actually use result
51715 of use of trans.
51716 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51717 variable tmp.
51718
e7f4b08e
UD
51719 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51720 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51721 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51722
ab26144e
UD
51723 * nis/nis_table.c (nis_list): Use variable of correct type for
51724 result of __follow_path call.
51725
8a6d5255
AZ
517262011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51727
51728 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51729 of math functions ceil, trunc, floor, round, and sqrt, when
51730 avaliable on the platform.
51731 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51732 name clash.
51733 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51734 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51735 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51736
aaddc98c
MP
517372011-10-30 Marek Polacek <mpolacek@redhat.com>
51738
51739 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51740 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51741
95b7042b
RM
517422011-11-11 Roland McGrath <roland@hack.frob.com>
51743
51744 * include/unistd.h: Fix __readlink return type.
51745 Reported by Chris Metcalf <cmetcalf@tilera.com>.
51746
57769839
UD
517472011-11-11 Ulrich Drepper <drepper@gmail.com>
51748
51749 * stdlib/ucontext.h: Undo last change for makecontext.
51750
edc5984d
AS
517512011-11-11 Andreas Schwab <schwab@redhat.com>
51752
98591e58
AS
51753 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51754
edc5984d
AS
51755 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51756 * setjmp/setjmp.h: Mark functions as non-leaf.
51757 * setjmp/bits/setjmp2.h: Likewise.
51758 * stdlib/ucontext.h: Likewise.
51759
77cdc054
AS
517602011-11-10 Andreas Schwab <schwab@redhat.com>
51761
51762 * malloc/arena.c (_int_new_arena): Don't increment narenas.
51763 (reused_arena): Don't check arena limit.
51764 (arena_get2): Atomically check arena limit.
51765
fe72eebd
UD
517662011-11-08 Ulrich Drepper <drepper@gmail.com>
51767
5f078c32
UD
51768 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51769 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51770
fe72eebd
UD
51771 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51772 instructions.
51773
ae1bc2fa
AS
517742011-11-07 Andreas Schwab <schwab@redhat.com>
51775
7583a88d
AS
51776 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51777 handler when locking.
51778
ae1bc2fa
AS
51779 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51780 Fix size of allocated buffer.
51781
10fb0bfa
AS
517822011-11-04 Andreas Schwab <schwab@redhat.com>
51783
998832a4
AS
51784 [BZ #10103]
51785 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51786 declarations for long double functions.
51787 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51788
10fb0bfa
AS
51789 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51790
3d7ba52b
AS
517912011-11-03 Andreas Schwab <schwab@redhat.com>
51792
a9ae54a1
AS
51793 * nscd/nscd.c (main): Don't start AVC thread until credentials are
51794 installed.
51795
3d7ba52b
AS
51796 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51797 is disabled.
51798
bc8db248
ST
517992011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
51800
51801 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51802
45b96dd6
AS
518032011-11-01 Andreas Schwab <schwab@linux-m68k.org>
51804
647776f6
AS
51805 * include/alloca.h (stackinfo_alloca_round): Define.
51806 (extend_alloca): Use it.
51807 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51808 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51809 here.
51810
d91a8b93
AS
51811 * scripts/check-local-headers.sh: Ignore libaudit.h.
51812
45b96dd6
AS
51813 * nscd/Makefile (extra-objs): Make recursively expanded.
51814
432d41ce
UD
518152011-11-01 Ulrich Drepper <drepper@gmail.com>
51816
34372fc6
UD
51817 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51818 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51819
fadb59f8
UD
51820 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51821 * posix/tst-rfc3484-2.c: Likewise.
51822 * posix/tst-rfc3484-3.c: Likewise.
51823
78239589
UD
51824 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51825 process_vm_writev.
51826 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51827 process_vm_writev.
51828 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51829 process_vm_writev from libc using GLIBC_2.15 version.
51830
432d41ce
UD
51831 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51832
02f9c6cf
PP
518332011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
51834
51835 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51836 stack usage.
51837
3a2c0242
UD
518382011-10-31 Ulrich Drepper <drepper@gmail.com>
51839
f4ec4833
UD
51840 [BZ #13367]
51841 * nss/getent.c (initgroups_keys): Show error message in case no group
51842 names are given.
51843
3a2c0242
UD
51844 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51845 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51846 __bump_nl_timestamp.
51847 * nscd/connections (nscd_init): When host database is served open
51848 netlink socket and request notification about configuration changes.
51849 (main_loop_poll): Track netlink file descriptor and bump timestamp
51850 in case data becomes available.
51851 (main_loop_epoll): Likewise.
51852 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51853 (database_pers_head): Add extra_data fileds.
51854 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51855 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51856 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51857 Adjust caller.
51858 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51859 in6ai data, call __free_in6ai.
51860 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51861 Add -DHAVE_NETLINK.
51862 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
51863 interface information. Reuse previous data if netlink timestamp
51864 is not changed.
51865 (__bump_nl_timestamp): New function.
51866 (__free_in6ai): New function.
51867
636064eb
UD
518682011-10-30 Ulrich Drepper <drepper@gmail.com>
51869
51870 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51871 close_not_cancel_no_status here.
51872 (__check_pf): Reorganize code a bit to not call close twice if OOM.
51873
9beb2334
UD
518742011-10-29 Ulrich Drepper <drepper@gmail.com>
51875
6ef76f3b
UD
51876 [BZ #13276]
51877 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51878 return value.
51879
0ffc4f3e 51880 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
51881 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51882 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51883
cb95113e
UD
518842011-07-03 Andreas Jaeger <aj@suse.de>
51885
51886 [BZ #10709]
51887 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51888 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51889 * math/libm-test.inc (sin_test): Add test case.
51890
a1b560ff
UD
518912011-10-29 Ulrich Drepper <drepper@gmail.com>
51892
c9aaface
UD
51893 [BZ #13337]
51894 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51895 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51896
d272e7f1
UD
51897 * elf/chroot_canon.c (chroot_canon): Cleanups.
51898
1bc33071
UD
51899 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51900
1760874d
TJ
51901 [BZ #13335]
51902 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51903 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51904
51d91b18
UD
51905 * string/test-strchr.c: Make usable for strchrnul testing.
51906 * string/test-strchrnul.c: New file.
51907 * string/Makefile (strop-tests): Add strchrnul.
51908
a1b560ff 51909 * po/it.po: Update from translation team.
b611fb81 51910 * po/es.po: Likewise.
a1b560ff 51911
a5b81e1f
UD
519122011-10-28 Ulrich Drepper <drepper@gmail.com>
51913
fd52bc6d
UD
51914 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51915 the three constants needed as parameters. Drop the others.
51916 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51917 __m128i_strloadu_tolower.
52e4b9eb
UD
51918 Create and initialize variable zero and use it in all the places
51919 where _mm_setzero_si128 was used.
fd52bc6d 51920
a5b81e1f
UD
51921 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51922 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51923 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51924 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51925 anymore.
51926 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51927 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51928 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51929 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51930 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51931 __mpranred, __mptan.
51932 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51933 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51934 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51935 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51936 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51937 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51938 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51939 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51940 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51941
b4343346
AS
519422011-10-28 Andreas Schwab <schwab@redhat.com>
51943
0c92d8a8
AS
51944 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51945 redefine if SHARED.
51946 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51947
b4343346
AS
51948 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51949 wide char related routines to wcsmbs subdir.
51950
3871f58f
AS
519512011-10-27 Andreas Schwab <schwab@redhat.com>
51952
51953 [BZ #13344]
51954 * misc/sys/cdefs.h (__THROWNL): Define.
51955 * posix/unistd.h: Use __THREADNL instead of __THREAD
51956 for memory synchronization functions.
51957
94d44d9f
RM
519582011-10-26 Roland McGrath <roland@hack.frob.com>
51959
21b64b15 51960 [BZ #13349]
94d44d9f
RM
51961 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51962 doesn't exist.
51963 * manual/stdio.texi (Obstack Streams): Node removed.
51964
f6ce9294
AS
519652011-10-26 Andreas Schwab <schwab@redhat.com>
51966
80479147
AS
51967 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51968 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51969 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51970
f6ce9294
AS
51971 * math/math_private.h (math_force_eval): Allow non-addressable
51972 arguments.
51973 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51974
618280a1
UD
519752011-10-25 Ulrich Drepper <drepper@gmail.com>
51976
e0016b11
UD
51977 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51978 file is not needed.
51979
51980 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51981 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51982 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51983 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51984 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51985 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51986 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51987 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51988 Add AVX variants.
51989 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51990 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51991 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51992 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51993 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51994 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51995 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51996 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51997 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51998 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51999 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52000 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52001 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52002 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52003 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52004 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52005 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52006 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52007 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52008
52009 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52010 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
52011
618280a1
UD
52012 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52013 place. Use VEX encoding when compiling for AVX.
52014
37822576
AS
520152011-10-25 Andreas Schwab <schwab@redhat.com>
52016
1f1e1947
AS
52017 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52018 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52019
37822576
AS
52020 * string/test-strchr.c (do_test): Don't generate NUL bytes.
52021
31ea014d
UD
520222011-10-25 Ulrich Drepper <drepper@gmail.com>
52023
d7826aa1 52024 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 52025 useless if() expression.
d7826aa1
UD
52026 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52027 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52028 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52029 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52030 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52031 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52032 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52033 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52034 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52035 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52036 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52037 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52038 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52039 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52040 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52041 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52042 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52043 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52044 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52045
31ea014d
UD
52046 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52047
16437fec
AS
520482011-10-25 Andreas Schwab <schwab@redhat.com>
52049
52050 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52051 condition.
52052 * elf/dl-fini.c (_dl_sort_fini): Likewise.
52053
31d3cc00
UD
520542011-10-25 Ulrich Drepper <drepper@gmail.com>
52055
52056 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52057 .text section. Avoid duplicate constants.
52058 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52059 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52060 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52061 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52062 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52063 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52064 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52065 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52066 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52067 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52068 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52069 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52070 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52071 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52072 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52073 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52074 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52075 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52076 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52077 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52078 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52079 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52080 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52081 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52082 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52083 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52084 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52085 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52086 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52087 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52088 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52089 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52090 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52091 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52092 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52093 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52094 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52095 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52096 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52097 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52098 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52099 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52100 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52101 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52102 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52103
58985aa9
UD
521042011-10-24 Ulrich Drepper <drepper@gmail.com>
52105
202c9deb
UD
52106 * sysdeps/x86_64/dla.h: Move to ...
52107 * sysdeps/x86_64/fpu/dla.h: ...here.
52108 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52109 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 52110
af968f62
UD
52111 * config.make.in: Add have-mfma4 entry.
52112 * configure.in: Substitute libc_cv_cc_fma4.
52113 * math/Makefile (dbl-only-routines): Add sincostab.
52114 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52115 Use __sincostab not sincos.
52116 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52117 name is a macro.
52118 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52119 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52120 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52121 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
52122 using __copysign.
52123 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
52124 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
52125 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52126 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52127 and __inv.
52128 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52129 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52130 __copysign.
52131 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
52132 define aliases when function name is a macro.
52133 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52134 sysdeps/ieee754/dbl-64/sincos.tbl.
52135 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52136 fma4-enabled routines.
52137 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52138 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52139 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52140 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52141 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52142 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52143 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52144 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52145 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52146 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52147 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52148 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52149 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52150 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52151 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52152 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52153 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52154 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52155 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52156 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52157 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52158 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52159 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52160 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52161 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52162 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52163 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52164 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52165 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52166 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52167
58985aa9
UD
52168 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52169 rename.
52170 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52171 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52172 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52173 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52174 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52175 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52176 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52177 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52178
a201fbcf
AS
521792011-10-24 Andreas Schwab <schwab@redhat.com>
52180
52181 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52182
fc2ee42a
LD
521832011-10-23 Ulrich Drepper <drepper@gmail.com>
52184
bb3129bd
UD
52185 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52186
0275fff8
UD
52187 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52188 prediction.
52189 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52190
2fa2ae85
UD
52191 * string/strnlen.c: Don't define STRNLEN, reverse logic.
52192 Remove unused variable magic_bits.
52193 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52194
fc2ee42a
LD
52195 * string/strnlen.c: Define and use STRNLEN macro.
52196 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52197 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52198 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52199 * wcsmbs/wcslen.c: Define and use WCSLEN.
52200 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52201 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52202 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52203 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52204 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52205 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52206 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52207
ce7dd29f
LD
522082011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52209
52210 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52211 strnlen-sse2-no-bsf.
52212 Rename strlen-no-bsf to strlen-sse2-no-bsf.
52213 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52214 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52215 Add strnlen support.
52216 (USE_AS_STRNLEN): New macro.
52217 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52218 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52219 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52220 * sysdeps/x86_64/wcslen.S: New file.
52221
979c70a3
MZ
522222011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
52223
52224 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52225 XMM-moves are used for copying on small sizes.
52226
2d09f82f
LD
522272011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52228
52229 * wcsmbs/Makefile (strop-tests): Add wcschr.
52230 * wcsmbs/test-wcschr.c: New file.
52231 * string/test-strchr.c: Update.
52232 Add wcschr support.
52233 (WIDE): New macro.
52234
619fccca
LD
522352011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52236
2d09f82f 52237 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
52238 * wcsmbs/test-wcslen.c: New file.
52239 * string/test-strlen.c: Update.
52240 Add wcslen support.
52241 (WIDE): New macro.
52242
09f699ea
UD
522432011-10-23 Ulrich Drepper <drepper@gmail.com>
52244
52245 * po/it.po: Update from translation team.
52246
95584d3b
LD
522472011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52248
52249 * sysdeps/x86_64/wcscmp.S: Update.
52250 Fix wrong comparison semantics.
52251 wcscmp shall use signed comparison not unsigned.
52252 Don't use substraction to avoid overflow bug.
52253 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52254 * wcsmbc/wcscmp.c: Likewise.
52255 * string/test-strcmp.c: Likewise.
52256 Add new tests to check cases with negative values.
52257
c8b3296b
UD
522582011-10-23 Ulrich Drepper <drepper@gmail.com>
52259
52260 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52261 * sysdeps/x86_64/dla.h: ...here. New file.
52262 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52263 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52264 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52265 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52266 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52267 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52268 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52269 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52270 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52271
246ad57a
AS
522722011-10-23 Andreas Schwab <schwab@linux-m68k.org>
52273
52274 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52275 __ynl_finite aliases.
52276
a1a87169
UD
522772011-10-22 Ulrich Drepper <drepper@gmail.com>
52278
0d355eb7
UD
52279 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52280
a1a87169
UD
52281 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52282 define DLA_FMA.
52283 [DLA_FMA] (EMULV): Use DLA_FMA.
52284 [DLA_FMA] (MUL12): Use EMULV.
52285 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52286 that are not needed.
52287 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52288 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52289 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52290 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52291 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52292 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52293 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52294
ee2aafe0
AS
522952011-10-22 Andreas Schwab <schwab@linux-m68k.org>
52296
52297 * math/s_nan.c: Undef __nan.
52298 * math/s_nanf.c: Undef __nanf.
52299 * math/s_nanl.c: Undef __nanl.
52300 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52301 "math_private.h".
52302
bc62c2fb
UD
523032011-10-22 Ulrich Drepper <drepper@gmail.com>
52304
77425c63
UD
52305 * math/s_catan.c: Add branch predictions.
52306 * math/s_catanf.c: Likewise.
52307 * math/s_catanh.c: Likewise.
52308 * math/s_catanhf.c: Likewise.
52309 * math/s_catanhl.c: Likewise.
52310 * math/s_catanl.c: Likewise.
52311 * math/s_cexp.c: Likewise.
52312 * math/s_cexpf.c: Likewise.
52313 * math/s_cexpl.c: Likewise.
52314 * math/s_clog.c: Likewise.
52315 * math/s_clog10.c: Likewise.
52316 * math/s_clog10f.c: Likewise.
52317 * math/s_clog10l.c: Likewise.
52318 * math/s_clogf.c: Likewise.
52319 * math/s_clogl.c: Likewise.
52320 * math/s_csqrt.c: Likewise.
52321 * math/s_csqrtf.c: Likewise.
52322 * math/s_csqrtl.c: Likewise.
52323 * math/s_ctanf.c: Likewise.
52324 * math/s_ctanh.c: Likewise.
52325 * math/s_ctanhf.c: Likewise.
52326 * math/s_ctanhl.c: Likewise.
52327 * math/s_ctanl.c: Likewise.
52328
bc62c2fb
UD
52329 * math/math_private.h: Define __nan, __nanf, __nanl.
52330 * math/s_cacosh.c: Include <math_private.h>.
52331 * math/s_cacoshl.c: Likewise.
52332 * math/s_casinh.c: Likewise.
52333 * math/s_casinhf.c: Likewise.
52334 * math/s_casinhl.c: Likewise.
52335 * math/s_ccos.c: Rely entire on ccosh.
52336 * math/s_ccosf.c: Rely entire on ccoshf.
52337 * math/s_ccosl.c: Rely entirely on ccoshl.
52338 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
52339 Remove tests for FE_INVALID.
52340 * math/s_ccoshf.c: Likewise.
52341 * math/s_ccoshl.c: Likewise.
52342 * math/s_csin.c: Likewise.
52343 * math/s_csinf.c: Likewise.
52344 * math/s_csinh.c Likewise.
52345 * math/s_csinhf.c: Likewise.
52346 * math/s_csinhl.c: Likewise.
52347 * math/s_csinl.c: Likewise.
52348 * math/s_ctan.c: Likewise.
52349 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52350 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52351 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52352
8ec250a4
UD
523532011-10-21 Ulrich Drepper <drepper@gmail.com>
52354
c196fed8
UD
52355 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52356 compilation problems.
52357
8ec250a4
UD
52358 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52359 __builtin_expect.
52360
8d4f46c6
UD
523612011-10-20 Ulrich Drepper <drepper@gmail.com>
52362
ed72b654
UD
52363 * sysdeps/i386/configure.in: Test for -mfma4 option.
52364 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52365 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52366 COMMON_CPUID_INDEX_80000001.
52367 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52368 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52369 use it if FMA3 is not supported.
52370 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52371
8d4f46c6
UD
52372 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52373 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52374
d45c60c2
AS
523752011-10-20 Andreas Schwab <schwab@redhat.com>
52376
52377 [BZ #12892]
52378 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52379 it would create a cycle with a link time dependency.
52380
d9a4d2ab
UD
523812011-10-19 Ulrich Drepper <drepper@gmail.com>
52382
855d1560
UD
52383 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52384 instruction.
52385 * string/Makefile (strop-tests): Add rawmemchr.
52386 * string/test-rawmemchr.c: New file.
52387
d9a4d2ab
UD
52388 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52389 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
52390 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
52391 when compiling str{,n}casecmp and when AVX is available. Hook up
52392 new optimized code in initializers.
52393
8f3b1ffe
AS
523942011-10-19 Andreas Schwab <schwab@redhat.com>
52395
52396 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52397 __feraiseexcept instead of feraiseexcept.
52398
d38f1dba
UD
523992011-10-18 Ulrich Drepper <drepper@gmail.com>
52400
d9a8d0ab
UD
52401 * math/math_private.h: Define defaults for libc_fetestexcept and
52402 libc_feupdateenv.
52403 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52404 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52405 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52406 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52407 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52408 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52409 libc_fetestexcept and libc_feupdateenv.
52410
4855e3dd
UD
52411 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52412 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52413 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52414 * sysdeps/x86_64/fpu/math_private.h: Define special version of
52415 libc_feholdexcept_setround.
52416
581d30e3
UD
52417 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52418 Add s_nearbyint-c and s_nearbyintf-c.
52419 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52420 nearbyintf inlines.
52421 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52422 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52423 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52424 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52425
d38f1dba
UD
52426 * math/math_private.h: Define defaults for libc_fegetround,
52427 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52428 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52429 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52430 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52431 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52432 standard functions.
52433 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52434 Remove comments and hacks for old compiler versions.
52435 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52436 libc_fegetround, libc_fesetround, libc_feholdexcept, and
52437 libc_feholdexceptl.
52438
caa6c9d8
AS
524392011-10-18 Andreas Schwab <schwab@redhat.com>
52440
52441 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
52442 (__feraiseexcept_renamed): Add __NTH.
52443 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
52444 namespace violations.
52445
97c066e6
UD
524462011-10-17 Ulrich Drepper <drepper@gmail.com>
52447
99ce7b04
UD
52448 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52449
1004d182
UD
52450 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52451
228a984d
UD
52452 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52453 recently added interfaces.
52454 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52455
c8553a6a
UD
52456 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52457 about macro parameter expansion.
52458
ed22dcf6
UD
52459 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52460 __NO_MATH_INLINES is defined. Cleanups.
52461
52462 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52463 and __floorf is target has SSE4.1.
52464 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52465 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52466 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52467 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52468
b171c137
UD
52469 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52470 name.
52471 (floorf): Likewise.
52472
97c066e6
UD
52473 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52474
629f62ef
AS
524752011-10-17 Andreas Schwab <schwab@redhat.com>
52476
49a43d80
AS
52477 * misc/sys/cdefs.h: Fix last change.
52478
629f62ef
AS
52479 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52480 database lookup.
52481
e453f6cd
UD
524822011-10-16 Ulrich Drepper <drepper@gmail.com>
52483
aa78043a
UD
52484 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52485
ad0f5cad
UD
52486 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52487 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52488 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52489 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52490 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52491 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52492 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52493 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52494 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52495 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52496 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52497 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52498 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52499 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52500 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52501 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52502 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52503 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52504 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52505 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52506 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52507 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52508
52509 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52510 ceil, ceilf, floor, floorf.
52511
52512 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52513 Perform IRELATIVE relocations last.
52514
e453f6cd
UD
52515 * elf/do-rel.h: Add another parameter nrelative, replacing the
52516 local variable with the same name. Change name of the function
52517 to end in Rel or Rela (uppercase).
52518 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52519 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
52520 elf_dynamic_do_##reloc function.
52521
fd5bdc09
UD
525222011-10-15 Ulrich Drepper <drepper@gmail.com>
52523
79b195b5
UD
52524 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52525 is sufficient, at least on modern CPUs.
52526
d4a28569
UD
52527 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52528
b61099b5
UD
52529 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52530 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52531
bcf01e6d
UD
52532 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52533 __expl_finite.
52534 * math/bits/math-finite.h: Add entries for exp.
52535 * math/e_expl.c: Add __*_finite alias.
52536 * sysdeps/i386/fpu/e_exp.S: Likewise.
52537 * sysdeps/i386/fpu/e_expf.S: Likewise.
52538 * sysdeps/i386/fpu/e_expl.c: Likewise.
52539 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52540 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52541 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52542 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52543 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52544 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52545 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52546
ba1a0d59
UD
52547 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52548 is sufficient, at least on modern CPUs.
52549
fd5bdc09
UD
52550 * ctype/ctype-info.c (__ctype_init): Define.
52551 * include/ctype.h (__ctype_init): Declare.
52552 (__ctype_b_loc): The variable is always initialized.
52553 (__ctype_toupper_loc): Likewise.
52554 (__ctype_tolower_loc): Likewise.
52555 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52556 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52557
7872cfb0
AS
525582011-10-15 Andreas Schwab <schwab@linux-m68k.org>
52559
b468825a
AS
52560 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52561
7872cfb0
AS
52562 * configure.in: Also look in $cxxmachine/include for C++ system
52563 headers.
52564
be13f7bf
LD
525652011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52566
52567 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52568 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52569 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52570 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
52571 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52572 (USE_AS_WMEMCMP): New macro.
52573 Fixing indents.
52574 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52575 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52576 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52577 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52578 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52579 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52580 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52581 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52582 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52583 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52584 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52585 (USE_AS_WMEMCMP): New macro.
52586 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52587 * sysdeps/string/test-memcmp.c: Update.
52588 Fix simple_wmemcmp.
52589 Add new tests.
52590 * wcsmbs/wmemcmp.c: Update.
52591 (WMEMCMP): New macro.
52592 Fix overflow bug.
52593
556a2007
AJ
525942011-10-12 Andreas Jaeger <aj@suse.de>
52595
52596 [BZ #13268]
52597 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52598
538faaa7
UD
525992011-10-15 Ulrich Drepper <drepper@gmail.com>
52600
ab6737ff
UD
52601 * libio/iofwide.c (do_length): Avoid warning.
52602
538faaa7
UD
52603 * ctype/ctype.h (__isctype_f): Add missing __THROW.
52604
396a21b1
UD
526052011-10-14 Ulrich Drepper <drepper@gmail.com>
52606
cdf2901f
UD
52607 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52608
38ad40ce
UD
52609 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52610 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52611 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52612 * sysdeps/i386/i686/fpu/e_log.S: New file.
52613 * sysdeps/i386/i686/fpu/e_logf.S: New file.
52614 * sysdeps/i386/i686/fpu/e_logl.S: New file.
52615
396a21b1
UD
52616 * ctype/ctype.h: Add support for inlined isXXX functions when
52617 compiling C++ code.
52618
6b1f68c9
AS
526192011-10-14 Andreas Schwab <schwab@redhat.com>
52620
349290c0
AS
52621 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52622
6b1f68c9
AS
52623 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52624
f2282d42
RM
526252011-10-13 Roland McGrath <roland@hack.frob.com>
52626
52627 [BZ #13291]
52628 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52629
5298ffa8
AS
526302011-10-13 Andreas Schwab <schwab@redhat.com>
52631
714fad23
AS
52632 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52633 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52634 feraiseexcept.
52635
81dcc7fb
AS
52636 * sysdeps/x86_64/memrchr.S: Check for zero size.
52637
5298ffa8
AS
52638 * string/stratcliff.c: Add memrchr tests.
52639
951fbcec
LD
526402011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52641
52642 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52643 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52644 rawmemchr-sse2 rawmemchr-sse2-bsf.
52645 * sysdeps/i386/i686/multiarch/memchr.S: New file.
52646 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52647 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52648 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52649 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52650 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52651 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52652 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52653 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52654 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52655 * string/memrchr.c (MEMRCHR): New macro.
52656
0ac5ae23
UD
526572011-10-12 Ulrich Drepper <drepper@gmail.com>
52658
52659 Add integration with gcc's -ffinite-math-only and optimize wrapper
52660 functions in libm.
52661 * Versions.def: Define GLIBC_2.15 version for libm.
52662 * math/Makefile (headers): Add bits/math-finite.h.
52663 * math/bits/math-finite.h: New file.
52664 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52665 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52666 * math/e_acoshl.c: Add __*_finite alias.
52667 * math/e_acosl.c: Likewise.
52668 * math/e_asinl.c: Likewise.
52669 * math/e_atan2l.c: Likewise.
52670 * math/e_atanhl.c: Likewise.
52671 * math/e_coshl.c: Likewise.
52672 * math/e_exp10.c: Likewise.
52673 * math/e_exp10f.c: Likewise.
52674 * math/e_exp10l.c: Likewise.
52675 * math/e_exp2l.c: Likewise.
52676 * math/e_fmodl.c: Likewise.
52677 * math/e_gammal_r.c: Likewise.
52678 * math/e_hypotl.c: Likewise.
52679 * math/e_j0l.c: Likewise.
52680 * math/e_j1l.c: Likewise.
52681 * math/e_jnl.c: Likewise.
52682 * math/e_lgammal_r.c: Likewise.
52683 * math/e_log10l.c: Likewise.
52684 * math/e_log2l.c: Likewise.
52685 * math/e_logl.c: Likewise.
52686 * math/e_powl.c: Likewise.
52687 * math/e_sinhl.c: Likewise.
52688 * math/e_sqrtl.c: Likewise.
52689 * math/e_scalb.c: Completely rewritten and optimized.
52690 * math/e_scalbf.c: Likewise.
52691 * math/e_scalbl.c: Likewise.
52692 * math/w_acos.c: Likewise.
52693 * math/w_acosf.c: Likewise.
52694 * math/w_acosl.c: Likewise.
52695 * math/w_acosh.c: Likewise.
52696 * math/w_acoshf.c: Likewise.
52697 * math/w_acoshl.c: Likewise.
52698 * math/w_asin.c: Likewise.
52699 * math/w_asinf.c: Likewise.
52700 * math/w_asinl.c: Likewise.
52701 * math/w_atan2.c: Likewise.
52702 * math/w_atan2f.c: Likewise.
52703 * math/w_atan2l.c: Likewise.
52704 * math/w_atanh.c: Likewise.
52705 * math/w_atanhf.c: Likewise.
52706 * math/w_atanhl.c: Likewise.
52707 * math/w_exp10.c: Likewise.
52708 * math/w_exp10f.c: Likewise.
52709 * math/w_exp10l.c: Likewise.
52710 * math/w_fmod.c: Likewise.
52711 * math/w_fmodf.c: Likewise.
52712 * math/w_fmodl.c: Likewise.
52713 * math/w_j0.c: Likewise.
52714 * math/w_j0f.c: Likewise.
52715 * math/w_j0l.c: Likewise.
52716 * math/w_j1.c: Likewise.
52717 * math/w_j1f.c: Likewise.
52718 * math/w_j1l.c: Likewise.
52719 * math/w_jn.c: Likewise.
52720 * math/w_jnf.c: Likewise.
52721 * math/w_log.c: Likewise.
52722 * math/w_logf.c: Likewise.
52723 * math/w_logl.c: Likewise.
52724 * math/w_log10.c: Likewise.
52725 * math/w_log10f.c: Likewise.
52726 * math/w_log10l.c: Likewise.
52727 * math/w_log2.c: Likewise.
52728 * math/w_log2f.c: Likewise.
52729 * math/w_log2l.c: Likewise.
52730 * math/w_pow.c: Likewise.
52731 * math/w_powf.c: Likewise.
52732 * math/w_powl.c: Likewise.
52733 * math/w_remainder.c: Likewise.
52734 * math/w_remainderf.c: Likewise.
52735 * math/w_remainderl.c: Likewise.
52736 * math/w_scalb.c: Likewise.
52737 * math/w_scalbf.c: Likewise.
52738 * math/w_scalbl.c: Likewise.
52739 * math/w_sqrt.c: Likewise.
52740 * math/w_sqrtf.c: Likewise.
52741 * math/w_sqrtl.c: Likewise.
52742 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52743 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
52744 used.
52745 * math/math_private.h: Declare __kernel_standard_f.
52746 * math/w_cosh.c: Remove cruft and optimize a bit.
52747 * math/w_coshf.c: Likewise.
52748 * math/w_coshl.c: Likewise.
52749 * math/w_exp2.c: Likewise.
52750 * math/w_exp2f.c: Likewise.
52751 * math/w_exp2l.c: Likewise.
52752 * math/w_hypot.c: Likewise.
52753 * math/w_hypotf.c: Likewise.
52754 * math/w_hypotl.c: Likewise.
52755 * math/w_lgamma.c: Likewise.
52756 * math/w_lgamma_r.c: Likewise.
52757 * math/w_lgammaf.c: Likewise.
52758 * math/w_lgammaf_r.c: Likewise.
52759 * math/w_lgammal.c: Likewise.
52760 * math/w_lgammal_r.c: Likewise.
52761 * math/w_sinh.c: Likewise.
52762 * math/w_sinhf.c: Likewise.
52763 * math/w_sinhl.c: Likewise.
52764 * math/w_tgamma.c: Likewise.
52765 * math/w_tgammaf.c: Likewise.
52766 * math/w_tgammal.c: Likewise.
52767 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52768 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52769 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52770 Minor optimizations. Pretty printing. Remove cruft.
52771 * sysdeps/i386/fpu/e_acosf.S: Likewise.
52772 * sysdeps/i386/fpu/e_acosh.S: Likewise.
52773 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52774 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52775 * sysdeps/i386/fpu/e_acosl.c: Likewise.
52776 * sysdeps/i386/fpu/e_asin.S: Likewise.
52777 * sysdeps/i386/fpu/e_asinf.S: Likewise.
52778 * sysdeps/i386/fpu/e_atan2.S: Likewise.
52779 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52780 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52781 * sysdeps/i386/fpu/e_atanh.S: Likewise.
52782 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52783 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52784 * sysdeps/i386/fpu/e_exp10.S: Likewise.
52785 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52786 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52787 * sysdeps/i386/fpu/e_exp2.S: Likewise.
52788 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52789 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52790 * sysdeps/i386/fpu/e_fmod.S: Likewise.
52791 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52792 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52793 * sysdeps/i386/fpu/e_hypot.S: Likewise.
52794 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52795 * sysdeps/i386/fpu/e_log.S: Likewise.
52796 * sysdeps/i386/fpu/e_log10.S: Likewise.
52797 * sysdeps/i386/fpu/e_log10f.S: Likewise.
52798 * sysdeps/i386/fpu/e_log10l.S: Likewise.
52799 * sysdeps/i386/fpu/e_log2.S: Likewise.
52800 * sysdeps/i386/fpu/e_log2f.S: Likewise.
52801 * sysdeps/i386/fpu/e_log2l.S: Likewise.
52802 * sysdeps/i386/fpu/e_logf.S: Likewise.
52803 * sysdeps/i386/fpu/e_logl.S: Likewise.
52804 * sysdeps/i386/fpu/e_pow.S: Likewise.
52805 * sysdeps/i386/fpu/e_powf.S: Likewise.
52806 * sysdeps/i386/fpu/e_powl.S: Likewise.
52807 * sysdeps/i386/fpu/e_remainder.S: Likewise.
52808 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52809 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52810 * sysdeps/i386/fpu/e_scalb.S: Likewise.
52811 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52812 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52813 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52814 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52815 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52816 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52817 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52818 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52819 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52820 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52821 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52822 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52823 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52824 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52825 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52826 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52827 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52828 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52829 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52830 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52831 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52832 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52833 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52834 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52835 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52836 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52837 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52838 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52839 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52840 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52841 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52842 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52843 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52844 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52845 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52846 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52847 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52848 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52849 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52850 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52851 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52852 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52853 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52854 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52855 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52856 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52857 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52858 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52859 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52860 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52861 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52862 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52863 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52864 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52865 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52866 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52867 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52868 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52869 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52870 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52871 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52872 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52873 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52874 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52875 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52876 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52877 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52878 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52879 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52880 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52881 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52882 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52883 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52884 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52885 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52886 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52887 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52888 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52889 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52890 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52891 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52892 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52893 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52894 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52895 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52896 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52897 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52898 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52899 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52900 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52901 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52902 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52903 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52904 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52905 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52906 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52907 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52908 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52909 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52910 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52911 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52912 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52913 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52914 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52915 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52916 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52917 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52918 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52919 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52920 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52921 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52922 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52923 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52924 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52925 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52926 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
52927 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52928 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52929 (__isnanf): Likewise.
52930 (__isinf_ns): Likewise.
52931 (__isinf_nsf): Likewise.
52932 (__finite): Likewise.
52933 (__finitef): Likewise.
52934 (__ieee754_sqrt): Define as macro.
52935 (__ieee754_sqrtf): Define as macro.
52936 (__ieee754_sqrtl): Define as macro.
52937 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52938 inlined copy.
52939 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52940 __FINITE_MATH_ONLY__ consistent.
52941 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52942
12cc2fcd
AS
529432011-10-10 Andreas Schwab <schwab@linux-m68k.org>
52944
a843a204
AS
52945 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52946 of rawmemchr.
52947
12cc2fcd
AS
52948 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52949
c853acd5
UD
529502011-10-09 Ulrich Drepper <drepper@gmail.com>
52951
52952 * po/ja.po: Update from translation team.
52953
c658d255
RM
529542011-10-08 Roland McGrath <roland@hack.frob.com>
52955
110946e4
RM
52956 * locale/programs/locarchive.c (prepare_address_space): New function.
52957 (create_archive, enlarge_archive, open_archive): Use it.
52958
50604220
RM
52959 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52960 inside [SHARED], where it is used.
52961
c658d255
RM
52962 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52963
52964 * nss/getent.c (netgroup_keys): Remove unused variable.
52965 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52966
6a621eb7
UD
529672011-10-08 Ulrich Drepper <drepper@gmail.com>
52968
7edb55ce
UD
52969 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52970 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52971 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52972 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52973 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52974 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52975 * math/Makefile (libm-calls): Add s_isinf_ns.
52976 * math/divtc3.c: Use __isinf_nsl instead of isinf.
52977 * math/multc3.c: Likewise.
52978 * math/s_casin.c: Likewise.
52979 * math/s_casinf.c: Likewise.
52980 * math/s_casinl.c: Likewise.
52981 * math/s_ccos.c: Likewise.
52982 * math/s_ccosf.c: Likewise.
52983 * math/s_ccosl.c: Likewise.
52984 * math/s_ctan.c: Likewise.
52985 * math/s_ctanf.c: Likewise.
52986 * math/s_ctanh.c: Likewise.
52987 * math/s_ctanhf.c: Likewise.
52988 * math/s_ctanhl.c: Likewise.
52989 * math/s_ctanl.c: Likewise.
52990 * math/w_fmod.c: Likewise.
52991 * math/w_fmodf.c: Likewise.
52992 * math/w_fmodl.c: Likewise.
52993 * math/w_remainder.c: Likewise.
52994 * math/w_remainderf.c: Likewise.
52995 * math/w_remainderl.c: Likewise.
52996 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52997 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52998 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52999 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53000 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53001 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53002 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53003 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53004
187da0ae
UD
53005 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53006 of the number.
53007 * stdio-common/printf_fphex.c: Likewise.
53008 * stdio-common/printf_size.c: Likewise.
53009
9277c064
UD
53010 * math/e_exp10.c: Include math_private.h using <...> not "...".
53011 * math/e_exp10f.c: Likewise.
53012 * math/e_exp10l.c: Likewise.
53013 * math/e_exp2l.c: Likewise.
53014 * math/e_j0l.c: Likewise.
53015 * math/e_j1l.c: Likewise.
53016 * math/e_jnl.c: Likewise.
53017 * math/e_lgammal_r.c: Likewise.
53018 * math/e_rem_pio2l.c: Likewise.
53019 * math/e_scalb.c: Likewise.
53020 * math/e_scalbf.c: Likewise.
53021 * math/e_scalbl.c: Likewise.
53022 * math/k_cosl.c: Likewise.
53023 * math/k_sinl.c: Likewise.
53024 * math/k_tanl.c: Likewise.
53025 * math/s_cacoshf.c: Likewise.
53026 * math/s_catan.c: Likewise.
53027 * math/s_catanf.c: Likewise.
53028 * math/s_catanh.c: Likewise.
53029 * math/s_catanhf.c: Likewise.
53030 * math/s_catanhl.c: Likewise.
53031 * math/s_catanl.c: Likewise.
53032 * math/s_ccosh.c: Likewise.
53033 * math/s_ccoshf.c: Likewise.
53034 * math/s_ccoshl.c: Likewise.
53035 * math/s_cexp.c: Likewise.
53036 * math/s_cexpf.c: Likewise.
53037 * math/s_cexpl.c: Likewise.
53038 * math/s_clog.c: Likewise.
53039 * math/s_clog10.c: Likewise.
53040 * math/s_clog10f.c: Likewise.
53041 * math/s_clog10l.c: Likewise.
53042 * math/s_clogf.c: Likewise.
53043 * math/s_clogl.c: Likewise.
53044 * math/s_csin.c: Likewise.
53045 * math/s_csinf.c: Likewise.
53046 * math/s_csinh.c: Likewise.
53047 * math/s_csinhf.c: Likewise.
53048 * math/s_csinhl.c: Likewise.
53049 * math/s_csinl.c: Likewise.
53050 * math/s_csqrt.c: Likewise.
53051 * math/s_csqrtf.c: Likewise.
53052 * math/s_csqrtl.c: Likewise.
53053 * math/s_ctan.c: Likewise.
53054 * math/s_ctanf.c: Likewise.
53055 * math/s_ctanh.c: Likewise.
53056 * math/s_ctanhf.c: Likewise.
53057 * math/s_ctanhl.c: Likewise.
53058 * math/s_ctanl.c: Likewise.
53059 * math/s_ldexp.c: Likewise.
53060 * math/s_ldexpf.c: Likewise.
53061 * math/s_ldexpl.c: Likewise.
53062 * math/s_significand.c: Likewise.
53063 * math/s_significandf.c: Likewise.
53064 * math/s_significandl.c: Likewise.
53065 * math/w_acos.c: Likewise.
53066 * math/w_acosf.c: Likewise.
53067 * math/w_acosh.c: Likewise.
53068 * math/w_acoshf.c: Likewise.
53069 * math/w_acoshl.c: Likewise.
53070 * math/w_acosl.c: Likewise.
53071 * math/w_asin.c: Likewise.
53072 * math/w_asinf.c: Likewise.
53073 * math/w_asinl.c: Likewise.
53074 * math/w_atan2.c: Likewise.
53075 * math/w_atan2f.c: Likewise.
53076 * math/w_atan2l.c: Likewise.
53077 * math/w_atanh.c: Likewise.
53078 * math/w_atanhf.c: Likewise.
53079 * math/w_atanhl.c: Likewise.
53080 * math/w_cosh.c: Likewise.
53081 * math/w_coshf.c: Likewise.
53082 * math/w_coshl.c: Likewise.
53083 * math/w_dremf.c: Likewise.
53084 * math/w_exp10.c: Likewise.
53085 * math/w_exp10f.c: Likewise.
53086 * math/w_exp10l.c: Likewise.
53087 * math/w_exp2.c: Likewise.
53088 * math/w_exp2f.c: Likewise.
53089 * math/w_fmod.c: Likewise.
53090 * math/w_fmodf.c: Likewise.
53091 * math/w_fmodl.c: Likewise.
53092 * math/w_hypot.c: Likewise.
53093 * math/w_hypotf.c: Likewise.
53094 * math/w_hypotl.c: Likewise.
53095 * math/w_j0.c: Likewise.
53096 * math/w_j0f.c: Likewise.
53097 * math/w_j0l.c: Likewise.
53098 * math/w_j1.c: Likewise.
53099 * math/w_j1f.c: Likewise.
53100 * math/w_j1l.c: Likewise.
53101 * math/w_jn.c: Likewise.
53102 * math/w_jnf.c: Likewise.
53103 * math/w_jnl.c: Likewise.
53104 * math/w_lgamma.c: Likewise.
53105 * math/w_lgamma_r.c: Likewise.
53106 * math/w_lgammaf.c: Likewise.
53107 * math/w_lgammaf_r.c: Likewise.
53108 * math/w_lgammal.c: Likewise.
53109 * math/w_lgammal_r.c: Likewise.
53110 * math/w_log.c: Likewise.
53111 * math/w_log10.c: Likewise.
53112 * math/w_log10f.c: Likewise.
53113 * math/w_log10l.c: Likewise.
53114 * math/w_log2.c: Likewise.
53115 * math/w_log2f.c: Likewise.
53116 * math/w_log2l.c: Likewise.
53117 * math/w_logf.c: Likewise.
53118 * math/w_logl.c: Likewise.
53119 * math/w_pow.c: Likewise.
53120 * math/w_powf.c: Likewise.
53121 * math/w_powl.c: Likewise.
53122 * math/w_remainder.c: Likewise.
53123 * math/w_remainderf.c: Likewise.
53124 * math/w_remainderl.c: Likewise.
53125 * math/w_scalb.c: Likewise.
53126 * math/w_scalbf.c: Likewise.
53127 * math/w_scalbl.c: Likewise.
53128 * math/w_sinh.c: Likewise.
53129 * math/w_sinhf.c: Likewise.
53130 * math/w_sinhl.c: Likewise.
53131 * math/w_sqrt.c: Likewise.
53132 * math/w_sqrtf.c: Likewise.
53133 * math/w_sqrtl.c: Likewise.
53134 * math/w_tgamma.c: Likewise.
53135 * math/w_tgammaf.c: Likewise.
53136 * math/w_tgammal.c: Likewise.
53137
6a621eb7
UD
53138 * po/ja.po: Update from translation team.
53139
bf582445
AJ
531402011-09-29 Andreas Jaeger <aj@suse.de>
53141
f9efbf3a
AJ
53142 [BZ #13179]
53143 * sunrpc/netname.c (netname2host): Fix logic.
53144
bf582445
AJ
53145 [BZ #6779]
53146 [BZ #6783]
53147 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53148 correctly.
53149 * math/w_remainder.c (__remainder): Likewise.
53150 * math/w_remainderf.c (__remainderf): Likewise.
53151 * math/libm-test.inc (remainder_test): Add test cases.
53152
48693bea
AK
531532011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53154
53155 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
53156 sdiv_qrnnd.
53157
42622229
LD
531582011-10-07 Ulrich Drepper <drepper@gmail.com>
53159
53160 * string/test-memcmp.c: Avoid unncessary #defines.
53161 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53162
093ecf92
LD
531632011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53164
53165 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53166 Use new sse2 version for core i3 - i7 as it's faster
53167 than sse42 version.
53168 (bit_Prefer_PMINUB_for_stringop): New.
53169 * sysdeps/x86_64/rawmemchr.S: Update.
53170 Replace with faster SSE2 version.
53171 * sysdeps/x86_64/memrchr.S: New file.
53172 * sysdeps/x86_64/memchr.S: Update.
53173 Replace with faster SSE2 version.
53174
fde56e5c
MP
531752011-09-12 Marek Polacek <mpolacek@redhat.com>
53176
53177 * elf/dl-load.c (lose): Add cast to avoid warning.
53178
21fd49a9
UD
531792011-10-07 Ulrich Drepper <drepper@gmail.com>
53180
5a06e643
UD
53181 * po/ca.po: Update from translation team.
53182
684ae515
UD
53183 * inet/getnetgrent_r.c: Hook up nscd.
53184 * nscd/Makefile (routines): Add nscd_netgroup.
53185 (nscd-modules): Add netgroupcache.
53186 (CFLAGS-netgroupcache.c): Define.
53187 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53188 (cache_search): Add const to second parameter.
53189 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53190 INNETGR.
53191 (dbs): Add netgrdb entry.
53192 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53193 (verify_persistent_db): Handle netgrdb.
53194 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53195 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53196 GETFDNETGR.
53197 (netgroup_response_header): Define.
53198 (innetgroup_response_header): Define.
53199 (datahead): Add netgroup_response_header and innetgroup_response_header
53200 elements.
53201 * nscd/nscd.conf: Add entries for netgroup cache.
53202 * nscd/nscd.h (dbtype): Add netgrdb.
53203 (_PATH_NSCD_NETGROUP_DB): Define.
53204 (netgroup_iov_disabled): Declare.
53205 (xmalloc, xcalloc, xrealloc): Move declarations here.
53206 (cache_search): Adjust prototype.
53207 Add netgroup-related prototypes.
53208 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53209 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53210 (__nscd_innetgr): Declare.
53211 * nscd/selinux.c (perms): Use access_vector_t as element type and
53212 add netgroup-related initializers.
53213 * nscd/netgroupcache.c: New file.
53214 * nscd/nscd_netgroup.c: New file.
53215 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53216 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53217 For four parameters use innetgr.
53218 * nss/nss_files/files-init.c: Add definition and callback for netgr.
53219 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53220 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53221 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53222
21fd49a9
UD
53223 * nscd/connections.c (register_traced_file): Don't register file
53224 for disabled databases.
53225
054c0457
UD
532262011-10-06 Ulrich Drepper <drepper@gmail.com>
53227
32b63198
UD
53228 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53229
054c0457
UD
53230 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53231 from tree and freeing node.
53232
64031225
JO
532332011-09-25 Jiri Olsa <jolsa@redhat.com>
53234
53235 * nss/nsswitch.c (__nss_database_lookup): Handle
53236 nss_parse_service_list out of memory case.
53237
0490345c
JO
532382011-09-15 Jiri Olsa <jolsa@redhat.com>
53239
53240 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53241 out of memory case.
53242
3a62d00d
AS
532432011-10-04 Andreas Schwab <schwab@redhat.com>
53244
53245 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53246 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53247 pass it down.
53248 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53249 elf_machine_rela, elf_machine_lazy_rel.
53250 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53251 (ELF_DYNAMIC_DO_REL): Likewise.
53252 (ELF_DYNAMIC_DO_RELA): Likewise.
53253 (ELF_DYNAMIC_RELOCATE): Likewise.
53254 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53255 to ELF_DYNAMIC_DO_REL.
53256 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53257 (dl_main): In trace mode always set __RTLD_NOIFUNC.
53258 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53259 elf_machine_rela.
53260 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53261 skip_ifunc, don't call ifunc function if non-zero.
53262 (elf_machine_rela): Likewise.
53263 (elf_machine_lazy_rel): Likewise.
53264 (elf_machine_lazy_rela): Likewise.
53265 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53266 (elf_machine_lazy_rel): Likewise.
53267 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53268 Likewise.
53269 (elf_machine_lazy_rel): Likewise.
53270 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53271 Likewise.
53272 (elf_machine_lazy_rel): Likewise.
53273 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53274 (elf_machine_lazy_rel): Likewise.
53275 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53276 (elf_machine_lazy_rel): Likewise.
53277 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53278 (elf_machine_lazy_rel): Likewise.
53279 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53280 (elf_machine_lazy_rel): Likewise.
53281 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53282 (elf_machine_lazy_rel): Likewise.
53283 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53284 (elf_machine_lazy_rel): Likewise.
53285
68577918
UD
532862011-09-28 Ulrich Drepper <drepper@gmail.com>
53287
53288 * nss/nss_files/files-init.c (_nss_files_init): Use static
53289 initialization for all the *_traced_file variables.
53290
68822d74
AS
532912011-09-28 Andreas Schwab <schwab@redhat.com>
53292
53293 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53294
2056100b
RM
532952011-09-27 Roland McGrath <roland@hack.frob.com>
53296
53297 [BZ #13226]
53298 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53299
32c76b63
AS
533002011-09-27 Andreas Schwab <schwab@redhat.com>
53301
53302 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53303 Reread the line before reparsing it.
53304
bf972c9d
AS
533052011-09-26 Andreas Schwab <schwab@redhat.com>
53306
53307 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53308
e057a1b5
JM
533092011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
53310 Maxim Kuvyrkov <maxim@codesourcery.com>
53311 Joseph Myers <joseph@codesourcery.com>
53312
53313 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53314 if needed for __stack_chk_guard.
53315
bc7e1c36
RM
533162011-09-19 Roland McGrath <roland@hack.frob.com>
53317
ecb1482f
RM
53318 * sysdeps/posix/spawni.c (script_execute): Always define it.
53319 It will be optimized away if unused.
53320 (maybe_script_execute): New function.
53321 (__spawni): Call it.
53322
bc7e1c36
RM
53323 * Makerules: Don't include tls.make.
53324 (config-tls): Always set to thread.
53325 * tls.make.c: File removed.
53326
1c3b002b
MF
533272011-09-19 Mike Frysinger <vapier@gentoo.org>
53328
53329 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53330 * config.make.in (CPPFLAGS-config): New substituted variable.
53331
2840865d
UD
533322011-09-15 Ulrich Drepper <drepper@gmail.com>
53333
88738eb6
UD
53334 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53335
cbf645a6 53336 [BZ #13192]
2840865d
UD
53337 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53338 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53339
b402e91a
RM
533402011-09-15 Roland McGrath <roland@hack.frob.com>
53341
53342 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53343 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53344 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53345 (CALL_FAIL): Likewise.
53346 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53347 (CALL_FAIL): Macro removed.
53348 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53349
4c1a1f71
UD
533502011-09-15 Ulrich Drepper <drepper@gmail.com>
53351
53352 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53353 for __FINITE_MATH_ONLY__ == 1.
53354
edc121be
AS
533552011-09-15 Andreas Schwab <schwab@redhat.com>
53356
53357 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53358 __ieee754_sqrt instead of sqrt.
53359 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53360 __ieee754_sqrtf instead of sqrtf.
53361 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53362 __floorf instead of floorf.
53363 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53364 __floorf, __truncf instead of floorf, truncf.
53365
cd205654
UD
533662011-09-14 Ulrich Drepper <drepper@gmail.com>
53367
ee4d0315
UD
53368 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53369
cd205654
UD
53370 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53371 __extern_always_inline.
53372 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53373 32-bit.
53374
48b67d71
AS
533752011-09-14 Andreas Schwab <schwab@redhat.com>
53376
53377 * elf/rtld.c (dl_main): Also relocate in dependency order when
53378 doing symbol dependency testing.
53379
1ae12c75
AS
533802011-09-13 Andreas Schwab <schwab@linux-m68k.org>
53381
53382 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53383 Always define `refsym'.
53384
995a80df
AS
533852011-09-13 Andreas Schwab <schwab@redhat.com>
53386
e529793b
AS
53387 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53388 (__FD_ELT): Renamed from __FDELT.
53389 * misc/bits/select2.h (__FD_ELT): Likewise.
53390 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53391 __FD_MASK instead of __FDELT, __FDMASK.
53392 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53393 Likewise.
53394 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53395 Likewise.
53396
52d4fef8
AS
53397 * elf/Makefile (gen-ldd): Fix pattern.
53398
995a80df
AS
53399 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53400 (init_tls): Likewise.
53401
8682f8b0
UD
534022011-09-12 Ulrich Drepper <drepper@gmail.com>
53403
53404 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53405
de82006d
AS
534062011-09-12 Andreas Schwab <schwab@redhat.com>
53407
a7c8e6a1
AS
53408 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53409 `struct cmsghdr *' instead of `void *'.
53410 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53411 Likewise.
53412
0f31fe77
AS
534132011-09-11 Andreas Schwab <schwab@linux-m68k.org>
53414
53415 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53416 if non-absolute.
53417 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53418 ldd_rewrite_script.
0f31fe77 53419
32b4c839
UD
534202011-09-11 Ulrich Drepper <drepper@gmail.com>
53421
83cd1420
UD
53422 * configure.in: Remove --with-tls option.
53423 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53424 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53425 out in case it is missing.
53426 * sysdeps/ia64/elf/configure.in: Likewise.
53427 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53428 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53429 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53430 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53431 * sysdeps/sh/elf/configure.in: Likewise.
53432 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53433 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53434 * sysdeps/x86_64/elf/configure.in: Likewise.
53435 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53436 * sysdeps/mach/hurd/tls.h: Likewise.
53437
633f745d
UD
53438 [BZ #13067]
53439 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53440
f318beb8
UD
53441 [BZ #13090]
53442 * configure.in: Fix use of AC_INIT.
53443
32b4c839
UD
53444 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53445
3ce1f295
UD
534462011-09-10 Ulrich Drepper <drepper@gmail.com>
53447
bb016596
UD
53448 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53449 __set_errno.
8e58439c
UD
53450 * malloc/hooks.c: Likewise.
53451
aebae053 53452 [BZ #11929]
02d46fc4
UD
53453 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
53454 variables statically.
53455 (narenas): Initialize.
53456 (list_lock): Initialize.
bb016596
UD
53457 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
53458 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
53459 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53460 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
53461 Add initializers to main_arena and mp_.
53462 (malloc_state): Remove pagesize member. Change all users to use
53463 GLRO(dl_pagesize).
53464
53465 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53466 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
53467 is always initialized.
53468
22a89187
UD
53469 * malloc/malloc.c: Removed unused configurations and dead code.
53470 * malloc/arena.c: Likewise.
53471 * malloc/hooks.c: Likewise.
02d46fc4 53472 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 53473
d063d164
UD
53474 * include/tls.h: Removed. USE___THREAD must always be defined.
53475 * bits/libc-tsd.h: Don't handle !USE___THREAD.
53476 * elf/dl-libc.c: Likewise.
53477 * elf/dl-tsd.c: Likewise.
53478 * include/errno.h: Likewise.
53479 * include/netdb.h: Likewise.
53480 * include/resolv.h: Likewise.
53481 * inet/herrno-loc.c: Likewise.
53482 * inet/herrno.c: Likewise.
53483 * malloc/arena.c: Likewise.
53484 * malloc/hooks.c: Likewise.
53485 * malloc/malloc.c: Likewise.
53486 * resolv/res-state.c: Likewise.
53487 * resolv/res_libc.c: Likewise.
53488 * sysdeps/i386/dl-machine.h: Likewise.
53489 * sysdeps/ia64/dl-machine.h: Likewise.
53490 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53491 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53492 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53493 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53494 * sysdeps/sh/dl-machine.h: Likewise.
53495 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53496 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53497 * sysdeps/unix/i386/sysdep.S: Likewise.
53498 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53499 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53500 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53501 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53502 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53503 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53504 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53505 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53506 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53507 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53508 * sysdeps/unix/x86_64/sysdep.S: Likewise.
53509 * sysdeps/x86_64/dl-machine.h: Likewise.
53510 * tls.make.c: Likewise.
53511
3ce1f295
UD
53512 * configure.in: Remove --with-__thread option. Make tests for
53513 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53514 tls_model attribute fail if no support is available. Remove
53515 USE_IN_LIBIO.
53516 * Makeconfig: Adjust for dropped configure option. All features are
53517 now mandatory.
53518 * Makerules: Likewise.
53519 * Versions.def: Likewise.
53520 * argp/argp-fmtstream.c: Likewise.
53521 * argp/argp-fmtstream.h: Likewise.
53522 * argp/argp-help.c: Likewise.
53523 * assert/assert.c: Likewise.
53524 * config.h.in: Likewise.
53525 * config.make.in: Likewise.
53526 * configure: Likewise.
53527 * configure.in: Likewise.
53528 * csu/Versions: Likewise.
53529 * csu/init.c: Likewise.
53530 * elf/tst-audit2.c: Likewise.
53531 * elf/tst-tls10.c: Likewise.
53532 * elf/tst-tls10.h: Likewise.
53533 * elf/tst-tls11.c: Likewise.
53534 * elf/tst-tls12.c: Likewise.
53535 * elf/tst-tls14.c: Likewise.
53536 * elf/tst-tlsmod11.c: Likewise.
53537 * elf/tst-tlsmod12.c: Likewise.
53538 * elf/tst-tlsmod13.c: Likewise.
53539 * elf/tst-tlsmod13a.c: Likewise.
53540 * elf/tst-tlsmod14a.c: Likewise.
53541 * elf/tst-tlsmod15b.c: Likewise.
53542 * elf/tst-tlsmod16a.c: Likewise.
53543 * elf/tst-tlsmod16b.c: Likewise.
53544 * elf/tst-tlsmod7.c: Likewise.
53545 * elf/tst-tlsmod8.c: Likewise.
53546 * elf/tst-tlsmod9.c: Likewise.
53547 * gmon/gmon.c: Likewise.
53548 * grp/fgetgrent_r.c: Likewise.
53549 * grp/putgrent.c: Likewise.
53550 * hurd/fopenport.c: Likewise.
53551 * include/libc-symbols.h: Likewise.
53552 * include/tls.h: Likewise.
53553 * intl/gettextP.h: Likewise.
53554 * intl/loadinfo.h: Likewise.
53555 * locale/global-locale.c: Likewise.
53556 * locale/localeinfo.h: Likewise.
53557 * mach/devstream.c: Likewise.
53558 * malloc/arena.c: Likewise.
53559 * malloc/set-freeres.c: Likewise.
53560 * misc/err.c: Likewise.
53561 * misc/getttyent.c: Likewise.
53562 * misc/mntent_r.c: Likewise.
53563 * posix/getopt.c: Likewise.
53564 * posix/wordexp.c: Likewise.
53565 * pwd/fgetpwent_r.c: Likewise.
53566 * resolv/Versions: Likewise.
53567 * resolv/res_hconf.c: Likewise.
53568 * shadow/fgetspent_r.c: Likewise.
53569 * shadow/putspent.c: Likewise.
53570 * stdio-common/printf_fphex.c: Likewise.
53571 * stdio-common/tmpfile.c: Likewise.
53572 * stdlib/abort.c: Likewise.
53573 * stdlib/fmtmsg.c: Likewise.
53574 * sunrpc/auth_unix.c: Likewise.
53575 * sunrpc/clnt_perr.c: Likewise.
53576 * sunrpc/clnt_tcp.c: Likewise.
53577 * sunrpc/clnt_udp.c: Likewise.
53578 * sunrpc/clnt_unix.c: Likewise.
53579 * sunrpc/openchild.c: Likewise.
53580 * sunrpc/svc_simple.c: Likewise.
53581 * sunrpc/svc_tcp.c: Likewise.
53582 * sunrpc/svc_udp.c: Likewise.
53583 * sunrpc/svc_unix.c: Likewise.
53584 * sunrpc/xdr.c: Likewise.
53585 * sunrpc/xdr_array.c: Likewise.
53586 * sunrpc/xdr_rec.c: Likewise.
53587 * sunrpc/xdr_ref.c: Likewise.
53588 * sunrpc/xdr_stdio.c: Likewise.
53589
1248c1c4
PB
535902011-09-09 Ulrich Drepper <drepper@gmail.com>
53591
53592 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53593
535942011-07-03 Andreas Jaeger <aj@suse.de>
53595
53596 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53597 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53598 regenerate with gen-libm-tests.pl.
53599
536002010-05-12 Petr Baudis <pasky@suse.cz>
53601
53602 [BZ #11589]
53603 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53604 around j0() zero points by switching to j1().
53605 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53606 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53607 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53608 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53609
f22e1074
UD
536102011-09-09 Ulrich Drepper <drepper@gmail.com>
53611
f19009c1
UD
53612 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53613 instead of 0.
53614 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 53615 instead of 0.
f19009c1
UD
53616 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53617 Patch in part by Pavel Roskin <proski@gnu.org>.
53618
3f8cc204
UD
53619 [BZ #13138]
53620 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53621 realloc.
53622 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
53623 Free memory block if necessary.
53624
f22e1074
UD
53625 [BZ #12847]
53626 * libio/genops.c (INTDEF): For string streams the _lock pointer can
53627 be NULL. Don't lock in this case.
53628
0a2349f9
RM
536292011-09-09 Roland McGrath <roland@hack.frob.com>
53630
53631 * elf/elf.h (ELFOSABI_GNU): New macro.
53632 (ELFOSABI_LINUX): Define to that.
53633
f3cdd467
DZ
536342011-07-29 Denis Zaitceff <zaitceff@gmail.com>
53635
53636 * string/strncat.c (strncat): Undef the symbol in case it has been
53637 defined in bits/string.h.
53638
74718d13
UD
536392011-09-09 Ulrich Drepper <drepper@gmail.com>
53640
633e9e0f
UD
53641 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53642
0a2349f9 53643 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
53644 link map.
53645
f9924780
AJ
536462011-08-17 Andreas Jaeger <aj@suse.de>
53647
53648 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53649
7f5517aa
PP
536502011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
53651 Ian Lance Taylor <iant@google.com>
53652
53653 * math/libm-test.inc (lround_test): New testcase.
53654 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53655
762011fe
UD
536562011-09-08 Ulrich Drepper <drepper@gmail.com>
53657
92963737
UD
53658 * Makefile: Remove support for automatic cvs check-ins.
53659 * Makerules: Likewise.
53660 * config.make.in: Likewise.
53661 * configure.in: Likewise.
53662 * intl/Makefile: Likewise.
53663 * locale/Makefile: Likewise.
53664 * po/Makefile: Likewise.
53665 * posix/Makefile: Likewise.
53666 * sysdeps/gnu/Makefile: Likewise.
53667 * sysdeps/mach/hurd/Makefile: Likewise.
53668 * sysdeps/sparc/sparc32/Makefile: Likewise.
53669
b0727fd8
JS
53670 [BZ #13118]
53671 * posix/Makefile (bug-regex32-ENV): Define.
53672 Patch by John Stanley <jpsinthemix@verizon.net>.
53673
a0f33f99
UD
53674 * misc/Makefile (headers): Add bits/select2.h.
53675 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53676 * misc/bits/select2.h: New file.
53677 * include/bits/select2.h: New file.
53678 * debug/Makefile (routines): Add fdelt_chk.
53679 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53680 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53681 FD_ISSET.
53682 * debug/fdelt_chk.c: New file.
53683
762011fe
UD
53684 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
53685 * wcsmbs/test-wmemcmp.c: Likewise.
53686 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 53687 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
53688
536892011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53690
53691 * string/Makefile (strop-tests): Add memcmp.
53692 * string/test-wmemcmp.c: New file.
53693 * string/test-memcmp.c: Add wmemcmp support.
53694
7f513ec8
RM
536952011-09-08 Roland McGrath <roland@hack.frob.com>
53696
0442afb4
RM
53697 [BZ #13153]
53698 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53699 2011-07-19 change.
53700
7f513ec8
RM
53701 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53702 garbage value in a __mach_port_mod_refs call in the cases of the
53703 task-self and thread-self ports.
53704
a12b2239
ST
537052011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
53706
53707 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53708
610f9ab4
AS
537092011-09-08 Andreas Schwab <schwab@redhat.com>
53710
7f513ec8 53711 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 53712
48882a1a
LD
537132011-09-07 Ulrich Drepper <drepper@gmail.com>
53714
b49865be
UD
53715 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53716
fdc86bc9
UD
53717 * elf/dl-libc.c (dlerror_run): Pass back error code from
53718 dl_catch_error.
53719
c966526a
UD
53720 [BZ #13123]
53721 * elf/dl-load.c (lose): Free l_origin if it is valid.
53722
48882a1a
LD
53723 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53724 names.
53725 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53726 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53727 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53728 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53729 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53730 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53731
77a2a8b4
AZ
537322011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
53733
53734 * sysdeps/powerpc/fpu/e_hypot.c: New file.
53735 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53736 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53737 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53738 * sysdeps/powerpc/fpu/k_cosf.c: New file.
53739 * sysdeps/powerpc/fpu/k_sinf.c: New file.
53740 * sysdeps/powerpc/fpu/s_cosf.c: New file.
53741 * sysdeps/powerpc/fpu/s_sinf.c: New file.
53742 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53743 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53744
24f579d8
AM
537452011-08-15 Alan Modra <amodra@gmail.com>
53746
53747 [BZ #13092]
53748 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53749 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53750 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
53751 ppc_mcount to static-only-routines.
53752 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53753 __mcount_internal.
53754 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53755 __mcount_internal with usual JUMPTARGET. Remove useless nop.
53756
3d4837df
UD
537572011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
53758
53759 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53760 for finite and infinity parameters.
53761
22700377
WS
537622011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
53763
53764 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53765 and add nop instructions for throughput optimization.
53766 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53767
5025581e
WS
537682011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
53769
53770 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53771 aligned copy for power7 with vector-scalar instructions.
53772 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53773
08a300c9
L
537742011-07-24 H.J. Lu <hongjiu.lu@intel.com>
53775
53776 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53777 AVX check.
53778
59178ef9
AS
537792011-09-07 Andreas Schwab <schwab@redhat.com>
53780
53781 [BZ #13144]
53782 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53783 last change.
53784
e38ba7ab
UD
537852011-09-07 Ulrich Drepper <drepper@gmail.com>
53786
53787 * sysdeps/unix/sysv/linux/x86_64/init-first.c
53788 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53789 syscall wrapper around clock_gettime in __vdso_clock_gettime.
53790 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53791 clock_gettime.
53792
d53a73ac
UD
537932011-09-06 Ulrich Drepper <drepper@gmail.com>
53794
fc8bffcc
UD
53795 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53796 Forgot to demangle the pointer.
53797
ceaa0c5d
UD
53798 * sysdeps/i386/sysdep.h: Define atom_text_section.
53799 * sysdeps/x86_64/sysdep.h: Likewise.
53800 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53801 section with atom_text_section.
53802 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53803 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53804 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53805 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53806 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53807
a77d3c17
UD
53808 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53809 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53810 already be defined. Change to take two parameters and don't assign
53811 result to variable. Adjust all users.
53812 Define INTERNAL_GETTIME if not already defined.
53813 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53814 call.
53815 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53816 HAVE_CLOCK_GETTIME_VSYSCALL.
53817 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53818
d53a73ac
UD
53819 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53820 gettimeofday vsyscall, just use time.
53821
a8f84144
AS
538222011-09-06 Andreas Schwab <schwab@redhat.com>
53823
53824 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53825 <errno.h>.
53826
ef606249
UD
538272011-09-06 Ulrich Drepper <drepper@gmail.com>
53828
53829 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53830 syscall on x86-64.
53831 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53832 syscall.
53833 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53834 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53835 syscall if possible.
53836
6585cb60
UD
538372011-09-05 Ulrich Drepper <drepper@gmail.com>
53838
53839 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53840 e_ident. Don't pass to find_mapsXX.
53841 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53842
a5f524e4
LD
538432011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53844
53845 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53846 strchr-sse2-no-bsf strrchr-sse2-no-bsf
53847 * sysdeps/x86_64/multiarch/strchr.S: Update.
53848 Check bit_slow_BSF bit.
53849 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53850 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53851 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53852
554881ef
UD
538532011-09-05 Ulrich Drepper <drepper@gmail.com>
53854
d96de963
UD
53855 [BZ #13134]
53856 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53857 before glibc 2.15.
53858 (tryshell): Define.
53859 (__spawni): Change last parameter to be flag. Test
53860 SPAWN_XFLAGS_USE_PATH flag to use path or not.
53861 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53862 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53863 * posix/spawni.c: Likewise.
53864 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53865 * posix/spawnp.c: Likewise. Change normal version to use
53866 SPAWN_XFLAGS_USE_PATH.
53867 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53868 SPAWN_XFLAGS_TRY_SHELL.
53869
d48e5868
UD
53870 [BZ #13150]
53871 * posix/glob.h: Remove gcc 1.x support.
53872
554881ef
UD
53873 [BZ #13068]
53874 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53875
693fb948
LD
538762011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53877
53878 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53879 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53880 strrchr-sse2-bsf
53881 * sysdeps/i386/i686/multiarch/strchr.S: New file.
53882 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53883 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53884 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53885 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53886 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53887
1b48c537
UD
538882011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53889
49d42c37
UD
53890 * sysdeps/x86_64/wcscmp.S: New file.
53891
1b48c537
UD
53892 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53893 wcscmp-c wcscmp-sse2
53894 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53895 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53896 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53897 * wcsmbs/wcscmp.c: Allow renaming.
53898
15c95c5d
DM
538992011-09-05 David S. Miller <davem@davemloft.net>
53900
53901 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53902 stack slot, rather than the struct return pointer slot.
53903 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53904 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53905 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53906 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53907
2f0ad8f3
UD
539082011-09-05 Ulrich Drepper <drepper@gmail.com>
53909
d88ae418
UD
53910 * po/ja.po: Update from translation team.
53911
2f0ad8f3
UD
53912 [BZ #13144]
53913 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53914 kernel in 64-bit binaries.
53915
5f4318d1
DM
539162011-09-01 David S. Miller <davem@davemloft.net>
53917
53918 * elf/elf.h (HWCAP_SPARC_*): Move to..
53919 * sysdeps/sparc/sysdep.h: this new file and add new values.
53920 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53921 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53922 _DL_HWCAP_COUNT to 24.
53923 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53924 entries.
53925 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53926 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53927 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53928 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53929 instead of magic constants.
53930 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53931
3ba57516
DM
539322011-08-31 David S. Miller <davem@davemloft.net>
53933
53934 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53935 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53936 Reimplement to do errno handling inline.
53937 (SYSCALL_ERROR_HANDLER): New macro.
53938 (__SYSCALL_STRING): Do not do errno handling in asm.
53939 (__CLONE_SYSCALL_STRING): Delete.
53940 (__INTERNAL_SYSCALL_STRING): Delete.
53941 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53942 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53943 (PSEUDO): Reimplement to do errno handling inline.
53944 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53945 (SYSCALL_ERROR_HANDLER): New macro.
53946 (__SYSCALL_STRING): Do not do errno handling in asm.
53947 (__CLONE_SYSCALL_STRING): Delete.
53948 (__INTERNAL_SYSCALL_STRING): Delete.
53949 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53950 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53951 i386.
53952 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53953 (inline_syscall*): Add 'err' argument.
53954 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53955 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53956 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53957 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53958
53959 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53960 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53961
2bc17433
AS
539622011-08-30 Andreas Schwab <schwab@redhat.com>
53963
53964 * elf/rtld.c (dl_main): Relocate objects in dependency order.
53965
fbeb5f4d
JO
539662011-08-29 Jiri Olsa <jolsa@redhat.com>
53967
53968 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53969 directive.
53970
ad69cc26
DM
539712011-08-24 David S. Miller <davem@davemloft.net>
53972
53973 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53974
39dd69df
AS
539752011-08-24 Andreas Schwab <schwab@redhat.com>
53976
53977 * elf/Makefile: Add rules to build and run unload8 test.
53978 * elf/unload8.c: New file.
53979 * elf/unload8mod1.c: New file.
53980 * elf/unload8mod1x.c: New file.
53981 * elf/unload8mod2.c: New file.
53982 * elf/unload8mod3.c: New file.
53983
53984 * elf/dl-close.c (_dl_close_worker): Reset private search list if
53985 it wasn't used.
53986
2c0b250a
DM
539872011-08-23 David S. Miller <davem@davemloft.net>
53988
53989 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53990 subtract stack bias.
53991 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53992 %sp not %fp in calculations.
53993 (_JMPBUF_UNWINDS_ADJ): Likewise.
53994
22044b48
DM
53995 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53996 (aio_suspend): Call it to force an exception region around the
53997 AIO_MISC_WAIT() invocation.
53998
2cae4995
AS
539992011-08-23 Andreas Schwab <schwab@redhat.com>
54000
54001 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54002 backslash.
54003
873a772e
AJ
540042011-07-04 Aurelien Jarno <aurelien@aurel32.net>
54005
54006 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54007 protection macro.
54008 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54009 and <dl-machine.h>.
54010 (Elf64_FuncDesc): Remove.
54011
25ad0df1
DM
540122011-08-22 David S. Miller <davem@davemloft.net>
54013
54014 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54015 sigaltstack check, add missing cfi directives.
54016 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54017 missing cfi directives, and sigaltstack handling.
54018
e888bcbe
AS
540192011-08-16 Andreas Schwab <schwab@redhat.com>
54020
54021 [BZ #11724]
54022 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54023 object is seen twice.
54024 * elf/dl-fini.c (_dl_sort_fini): Likewise.
54025
54026 * elf/Makefile (distribute): Add tst-initorder2.c.
54027 (tests): Add tst-initorder2.
54028 (modules-names): Add tst-initorder2a tst-initorder2b
54029 tst-initorder2c tst-initorder2d. Add rules to build them.
54030 ($(objpfx)tst-initorder2.out): New rule.
54031 * elf/tst-initorder2.c: New file.
54032 * elf/tst-initorder2.exp: New file.
54033
87162f46
AS
540342011-08-22 Andreas Schwab <schwab@redhat.com>
54035
70538b7f
AS
54036 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54037
f55ffe58
AS
54038 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54039 dependencies back to end of function.
54040
87162f46
AS
54041 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54042 $(elfobjdir)/ld.so.
54043
91b392a4
UD
540442011-08-21 Ulrich Drepper <drepper@gmail.com>
54045
54046 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54047 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54048 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54049 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54050 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54051 of __vdso_gettimeofday.
54052 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54053 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
54054 attribute_hidden.
54055 (_libc_vdso_platform_setup): Remove initialization of
54056 __vdso_gettimeofday and __vdso_time.
54057
5c43483f
UD
540582011-08-20 Ulrich Drepper <drepper@gmail.com>
54059
775a77e7
UD
54060 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54061 and fgetc_unlocked.
54062 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54063 getc_unlocked.
89f447ed 54064
49c74ba9
UD
54065 * elf/dl-open.c (add_to_global): Report additions to the global scope
54066 for LD_DEBUG=scopes.
54067 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 54068 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 54069
5c43483f
UD
54070 [BZ #13114]
54071 * stdio-common/Makefile (tests): Add bug24.
54072 * stdio-common/bug24.c: New file.
54073
a101b025
AJ
540742011-08-19 Andreas Jaeger <aj@suse.de>
54075
54076 [BZ #13114]
54077 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54078 non-existant file when using close-on-exec mode.
54079
c88f1766
UD
540802011-08-20 Ulrich Drepper <drepper@gmail.com>
54081
0276a718
UD
54082 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54083 the very first instruction.
54084
c88f1766
UD
54085 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54086 the CFI state in the end.
54087 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54088 inclusion of dl-trampoline.h.
54089 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54090
51ccffa0
AS
540912011-08-19 Andreas Schwab <schwab@redhat.com>
54092
94d7165f
AS
54093 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54094 expectations for long double.
54095
51ccffa0
AS
54096 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54097 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54098
fd708658 540992011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
54100
54101 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54102 artificual limit depends upon the system page size.
54103
44f0a71e
UD
541042011-08-17 Ulrich Drepper <drepper@gmail.com>
54105
54106 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54107 * resolv/Makefile: Define CFLAGS-libresolv.
54108
8de79a24
AS
541092011-08-17 Andreas Schwab <schwab@redhat.com>
54110
54111 * nss/makedb.c (compute_tables): Make variables used in nested
54112 function static.
54113
27724598
UD
541142011-08-17 Ulrich Drepper <drepper@gmail.com>
54115
c5305d88
UD
54116 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54117 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54118 if buffer was too small.
54119
27724598
UD
54120 * elf/pldd.c (main): Attach to all threads in the process.
54121 Rewrite /proc handling to use *at functions.
54122
076fe015
UD
541232011-08-16 Ulrich Drepper <drepper@gmail.com>
54124
174baab3
UD
54125 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54126 specifies first scope to show.
54127 (dl_open_worker): Update callers. Move printing scope of new
54128 object to before the relocation.
44f0a71e 54129 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
54130 * sysdeps/generic/ldsodefs.h: Update declaration.
54131
076fe015
UD
54132 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54133 string for the scope number.
54134
a60df2c3
UD
541352011-08-14 Ulrich Drepper <drepper@gmail.com>
54136
54137 * nscd/servicescache.c (cache_addserv): Make sure written is always
54138 initialized.
54139
5e4287d1
RM
541402011-08-14 Roland McGrath <roland@hack.frob.com>
54141
85ae0589
RM
54142 * sysdeps/i386/i486/bits/atomic.h
54143 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54144 statement expression, so as to suppress "set but not used" warning.
54145 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54146
69f63097
RM
54147 * string/strncat.c (STRNCAT): Use prototype definition.
54148
675456ef
RM
54149 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54150 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54151 -Iprograms here.
54152 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54153 (localedef-modules): Add localedef.
54154 (locale-modules): Add locale.
54155
5e4287d1
RM
54156 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54157 * elf/rtld.c (dl_main): Invert order of assignment in last change,
54158 to avoid a warning.
54159
9c96ff23
DM
541602011-08-14 David S. Miller <davem@davemloft.net>
54161
54162 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54163 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54164
f9ddf089
UD
541652011-08-13 Ulrich Drepper <drepper@gmail.com>
54166
44f0a71e 54167 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
54168 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54169 * elf/rtld.c (dl_main): Set l_name of vDSO.
54170 Call _dl_show_scope when DL_DEBUG_SCOPES.
54171 (process_dl_debug): Recognize scopes flag and also set it for all.
54172 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54173 Declare _dl_show_scope.
54174
1dc27704
UD
54175 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54176 (do_dlopen): Pass caller_dlopen to dl_open.
54177 (__libc_dlopen_mode): Initialize caller_dlopen.
54178
f9ddf089
UD
54179 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54180 of libc. Make tolower call locale-independent. Optimize a bit by
54181 using isdigit instead of isalnum.
54182 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54183
9ac533d3
UD
541842011-08-12 Ulrich Drepper <drepper@gmail.com>
54185
54186 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54187 was a dependency or dynamically loaded.
54188
89edf2e9
UD
541892011-08-11 Ulrich Drepper <drepper@gmail.com>
54190
8e999d29
UD
54191 * intl/l10nflist.c: Allow architecture-specific pop function.
54192 * sysdeps/x86_64/l10nflist.c: New file.
54193
89edf2e9
UD
54194 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54195 classification.
54196
14d96785
AS
541972011-08-10 Andreas Schwab <schwab@redhat.com>
54198
54199 * include/dirent.h: Add libc_hidden_proto for scandirat and
54200 scandirat64. Don't declare __scandirat64.
54201 * dirent/scandirat.c: Add libc_hidden_def.
54202 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54203 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54204
6761ac04
DM
542052011-08-10 David S. Miller <davem@davemloft.net>
54206
54207 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54208 enum.
54209 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54210 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54211 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54212
c55fbd1e
UD
542132011-08-09 Ulrich Drepper <drepper@gmail.com>
54214
54215 * Versions.def [libc]: Add GLIBC_2.15.
54216 * dirent/Makefile (routines): Add scandirat and scandirat64.
54217 * dirent/Versions [libc]: Export scandirat and scandirat64 for
54218 GLIBC_2.15.
54219 * dirent/dirent.h: Declare scandirat and scandirat64.
54220 * dirent/scandirat.c: New file.
54221 * dirent/scandirat64.c: New file.
54222 * sysdeps/wordsize-64/scandirat.c: New file.
54223 * sysdeps/wordsize-64/scandirat64.c: New file.
54224 * dirent/opendir.c: Define opendirat.
54225 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
54226 using scandirat.
54227 * dirent/scandir64.c: Adjust for scandir.c change.
54228 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
54229 __scandirat64, and __scandir_cancel_handler.
54230 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
54231 additional parameter and use openat instead of open (outside of ld.so).
54232 Add new __opendir as wrapper around __opendirat.
54233 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54234 here without requiring old scandirat implementation.
54235
879165f2
UD
542362011-08-08 Ulrich Drepper <drepper@gmail.com>
54237
54238 * dirent/scandir.c (cancel_handler): Renamed to
54239 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
54240 defined. Adjust users.
54241 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54242 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54243
cb7e923b
UD
542442011-08-04 Ulrich Drepper <drepper@gmail.com>
54245
16292edd
UD
54246 * string/test-string.h (IMPL): Use __STRING to expand name and then
54247 stringify it.
54248
cb7e923b
UD
54249 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
54250 of cleanups.
54251
cff82933
LD
542522011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54253
54254 * string/Makefile: Update.
54255 (strop-tests): Append strncat.
54256 * string/test-wcscmp.c: New file.
54257 New comprehensive test for wcscmp.
54258 * string/test-strcmp.c: Update.
54259 (WIDE): New define.
54260
9be9bfcc
AS
542612011-07-22 Andreas Schwab <schwab@redhat.com>
54262
54263 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54264 line.
54265
2e96f1c7
AS
542662011-07-26 Andreas Schwab <schwab@redhat.com>
54267
54268 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54269 encoding to ACE if AI_IDN.
54270
85188888
JJ
542712011-08-01 Jakub Jelinek <jakub@redhat.com>
54272
54273 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54274 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54275
5fa16e9b
LD
542762011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54277
54278 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54279 Fix overflow bug in strncat.
54280 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54281
54282 * string/test-strncat.c: Update.
54283 Add new tests for checking overflow bugs.
54284
542852011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54286
54287 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54288 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54289 * sysdeps/i386/i686/multiarch/strcat.S: New file.
54290 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54291 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54292 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54293 * sysdeps/i386/i686/multiarch/strncat.S: New file.
54294 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54295 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54296
54297 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54298 (USE_AS_STRCAT): Define.
54299 Add strcat and strncat support.
54300 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54301
8c1a459f
AS
543022011-07-25 Andreas Schwab <schwab@redhat.com>
54303
54304 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54305 __n bigger than INT_MAX+1.
54306 (__strncmp_g): Likewise.
54307
bba33c28
UD
543082011-07-23 Ulrich Drepper <drepper@gmail.com>
54309
798be72d
UD
54310 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54311 * libio/stido.h: Likewise.
54312
8accd4dc
UD
54313 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54314 (AF_NFC): Define.
54315 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54316 (AF_NFC): Define.
54317
cbff0d96
UD
54318 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54319 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54320 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54321 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54322 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54323
9191c04a
UD
54324 [BZ #13021]
54325 * scripts/test-installation.pl: Don't expect libnss_test1 to be
54326 installed.
54327
bba33c28
UD
54328 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54329 typo.
54330 (_dl_x86_64_save_sse): Likewise.
54331
90f139dd
UD
543322011-07-22 Ulrich Drepper <drepper@gmail.com>
54333
1aae088a
UD
54334 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54335 OSXSAVE.
54336 (_dl_x86_64_save_sse): Likewise.
54337
8e2045f5
UD
54338 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54339
90f139dd
UD
54340 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54341
1d002f25
AS
543422011-07-21 Andreas Schwab <schwab@redhat.com>
54343
54344 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54345 change.
54346 (_dl_x86_64_save_sse): Use correct AVX check.
54347
21137f89
UD
543482011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54349
54350 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54351 bug in strncpy/strncat.
54352 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54353
a65c0b7a
UD
543542011-07-21 Ulrich Drepper <drepper@gmail.com>
54355
54356 * string/tester.c (test_strcat): Add tests for different alignments
54357 of source and destination.
54358 (test_strncat): Likewise.
54359
6986b98a
UD
543602011-07-20 Ulrich Drepper <drepper@gmail.com>
54361
90bb2039
UD
54362 [BZ #12852]
54363 * posix/glob.c (glob): Check passed in values before using them in
54364 expressions to avoid some overflows.
54365 (glob_in_dir): Likewise.
54366
5644ef54
UD
54367 [BZ #13007]
54368 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54369 check for AVX enablement so that we don't crash with old kernels and
54370 new hardware.
54371 * elf/tst-audit4.c: Add same checks here.
54372 * elf/tst-audit6.c: Likewise.
54373
54374 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 54375
bfc9dc9b
AS
543762011-07-09 Andreas Schwab <schwab@linux-m68k.org>
54377
54378 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54379
702e64bb
UD
543802011-07-20 Ulrich Drepper <drepper@gmail.com>
54381
54382 * po/cs.po: Update from translation team.
54383 * po/bg.po: Likewise.
54384
295e904f
MP
543852011-07-12 Marek Polacek <mpolacek@redhat.com>
54386
54387 * misc/sys/cdefs.h: Add support for const attribute.
54388 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54389 to gnu_dev_{major,minor,makedev} functions.
54390
3ff94596
MP
543912011-07-20 Marek Polacek <mpolacek@redhat.com>
54392
54393 * intl/dcigettext.c (get_output_charset): Add missing bracket.
54394
28b59fca
AS
543952011-07-20 Andreas Schwab <schwab@redhat.com>
54396
54397 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54398 strlen results.
54399
19df733e
AK
544002011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54401
54402 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54403 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54404 register in order to avoid conflicts with the soft frame pointer
54405 being held in r11 when necessary.
54406 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54407 (INTERNAL_VSYSCALL_NCS): Likewise.
54408
c8835729
MP
544092011-07-14 Marek Polacek <mpolacek@redhat.com>
54410
54411 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54412 * elf/dl-fini.c (_dl_fini): Adjust caller.
54413 * elf/dl-close.c (_dl_close_worker): Likewise.
54414 * sysdeps/generic/ldsodefs.h: Adjust declaration.
54415
b902330c
MP
544162011-07-15 Marek Polacek <mpolacek@redhat.com>
54417
8991e135
MP
54418 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54419 "aux_cache->nlibs < 0".
54420
b902330c
MP
54421 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54422 in the reload-count case.
54423
99710781
LD
544242011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54425
54426 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54427 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54428 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54429 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54430 * sysdeps/x86_64/multiarch/strcat.S: New file.
54431 * sysdeps/x86_64/multiarch/strncat.S: New file.
54432 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54433 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54434 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54435 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54436 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54437 (USE_AS_STRCAT): Define.
54438 Add strcat and strncat support.
54439 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54440 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54441 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54442 * string/strncat.c: Update.
54443 (USE_AS_STRNCAT): Define.
54444 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54445 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54446 and i7.
54447 * sysdeps/x86_64/multiarch/init-arch.h
54448 (bit_Prefer_PMINUB_for_stringop): New.
54449 (index_Prefer_PMINUB_for_stringop): Likewise.
54450 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54451 bit_Prefer_PMINUB_for_stringop.
54452
7dc6bd90
UD
544532011-07-19 Ulrich Drepper <drepper@gmail.com>
54454
54455 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54456 buffer64.
54457 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54458 of casting of buffer.
54459 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54460 buffer32 and buffer64.
54461 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54462 writes instead of casting of buffer.
54463 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54464 buffer32.
54465 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54466 casting of buffer.
54467
e0e72284
AS
544682011-07-19 Andreas Schwab <schwab@redhat.com>
54469
54470 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54471
feb1eb0b
UD
544722011-07-19 Ulrich Drepper <drepper@gmail.com>
54473
54474 * nscd/nscd.c (termination_handler): Don't do anything for a database
54475 if it has not yet been initialized.
54476
298711ff
UD
544772011-07-18 Ulrich Drepper <drepper@gmail.com>
54478
54479 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54480
544812011-07-15 Marek Polacek <mpolacek@redhat.com>
54482
54483 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54484
f9d68389
UD
544852011-07-18 Ulrich Drepper <drepper@gmail.com>
54486
54487 * po/nl.po: Update from translation team.
54488 * po/sv.po: Likewise.
54489
db290cf5
RM
544902011-07-16 Roland McGrath <roland@hack.frob.com>
54491
54492 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54493 now disallowed by GCC.
5c550700 54494
fd5e21c7
RM
54495 * configure.in (use-default-link): Default to yes if a test -shared
54496 link meets our qualifications.
54497 * configure: Regenerated.
54498
5c550700
RM
54499 * config.make.in (output-format): New variable.
54500 * configure.in: Check for ld --print-output-format support.
54501 * configure: Regenerated.
54502 * Makerules ($(common-objpfx)format.lds)
54503 [$(output-format) != unknown]: Just use $(output-format),
54504 instead of the linker-script munging.
54505
9fa2c032
RM
545062011-07-14 Roland McGrath <roland@hack.frob.com>
54507
a6928d51
RM
54508 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54509 of $(common-objpfx)shlib.lds.
54510 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54511
661607b3
RM
54512 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54513 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54514
9fa2c032
RM
54515 * configure.in (-z relro check): Adjust test code to add a large
54516 writable data section after it.
54517 * configure: Regenerated.
54518
defe9061
RM
545192011-07-11 Roland McGrath <roland@hack.frob.com>
54520
54521 * configure.in (-z relro check): Fix test code to make the variable
54522 truly const.
54523 * configure: Regenerated.
54524
319b9ad4
UD
545252011-07-11 Ulrich Drepper <drepper@gmail.com>
54526
54527 * nscd/nscd.h (struct traced_file): Define.
54528 (struct database_dyn): Remove inotify_descr, reset_res, and filename
54529 elements. Add traced_files.
54530 (inotify_fd): Declare.
54531 (register_traced_file): Declare.
54532 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54533 (inotify_fd): Export.
54534 (resolv_conf_descr): Remove.
54535 (nscd_init): Move inotify descriptor creation to main.
54536 Don't register files for notification here.
54537 (register_traced_file): New function.
54538 (invalidate_cache): Don't use reset_res to determine whether to call
54539 res_init, go through the list of registered files.
54540 (main_loop_poll): The inotify descriptors are now stored in the
54541 structures for the traced files.
54542 (main_loop_epoll): Likewise
54543 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
54544 to __nss_disable_nscd.
54545 * nscd/cache.c (prune_cache): There is no single inotify descriptor
54546 for a database anymore. Check the records for all the registered
54547 files instead.
54548 * nss/Makefile (libnss_files-routines): Add files-init.
54549 (libnss_db-routines): Add db-init.
54550 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54551 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54552 * nss/nss_db/db-init.c: New file.
54553 * nss/nss_files/files-init.c: New file.
54554 * nss/nsswitch.c (nss_load_library): New function. Broken out of
54555 __nss_lookup_function.
54556 (__nss_lookup_function): Call nss_load_library.
54557 (nss_load_all_libraries): New function.
54558 (__nss_disable_nscd): Take parameter with callback function for files
54559 to register. Set is_nscd. Load all the DSOs for the NSS modules
54560 used for the cached services.
54561 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54562 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54563 options for features to all the files in nscd.
54564
54565 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54566
23bee3e8
RM
545672011-07-10 Roland McGrath <roland@hack.frob.com>
54568
54569 * csu/elf-init.c (__libc_csu_init): Comment typo.
54570
46a5b7f0
UD
545712011-07-09 Ulrich Drepper <drepper@gmail.com>
54572
54573 * po/pl.po: Update from translation team.
54574 * po/ja.po: Likewise.
54575 * po/ru.po: Likewise.
54576 * po/ko.po: Likewise.
54577 * po/fr.po: Likewise.
54578
d30cf5bb
RM
545792011-07-09 Roland McGrath <roland@hack.frob.com>
54580
113ddea4
RM
54581 * configure.in (.ctors/.dtors header and trailer check):
54582 Use an empirical test on a built program.
54583 * configure: Regenerated.
54584
574920b4
RM
54585 * configure.in (-z relro check): Use an empirical test on a built DSO.
54586 Detect, but do not require, on ia64.
54587 * configure: Regenerated.
54588
d30cf5bb
RM
54589 * configure.in (READELF): Find it with AC_CHECK_TOOL.
54590 Update tests that use readelf to use $READELF instead.
54591 * configure: Regenerated.
54592
8538fdb3
UD
545932011-07-08 Ulrich Drepper <drepper@gmail.com>
54594
54595 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54596 if the result is not used.
54597
04d08991
AJ
545982011-07-05 Andreas Jaeger <aj@suse.de>
54599
54600 [BZ#9696]
54601 * stdlib/tst-strtod.c: Add testcase.
54602
de283087
AD
546032011-07-07 Ulrich Drepper <drepper@gmail.com>
54604
4e5f31c8 54605 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 54606 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
54607 The latter has a higher limit. Take additional parameter to pass to
54608 the new function.
54609 (__pathconf): Pass file to __statfs_link_max.
54610 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54611 __statfs_link_max.
54612 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54613 __statfs_link_max.
54614
de283087
AD
54615 [BZ #12868]
54616 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54617 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54618 Handle Lustre.
54619 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54620 (__statfs_filesize_max): Likewise.
54621 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54622
c75fa153
AJ
546232011-07-05 Andreas Jaeger <aj@suse.de>
54624
54625 * resolv/res_comp.c (dn_skipname): Remove unused variable.
54626
1a544854
UD
546272011-07-06 Marek Polacek <mpolacek@redhat.com>
54628
54629 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54630 `status' variable.
54631 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54632 Likewise.
54633
6f0eec67
UD
546342011-07-04 H.J. Lu <hongjiu.lu@intel.com>
54635
54636 * Makefile (strop-tests): Add strncat.
54637 * string/test-strncat.c: New file.
54638
aae30307
UD
546392011-06-30 Marek Polacek <mpolacek@redhat.com>
54640
54641 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54642
c0cfb5eb
UD
546432011-06-21 Andreas Jaeger <aj@suse.de>
54644
54645 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54646 Copy rule from iconvdata/Makefile.
54647
01636b21
UD
546482011-07-06 Ulrich Drepper <drepper@gmail.com>
54649
54650 [BZ #12922]
54651 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54652 but no long options are defined, just return 'W'.
54653
9895c8bc
UD
546542011-06-22 Marek Polacek <mpolacek@redhat.com>
54655
54656 [BZ #9696]
54657 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54658
5d4cf042
UD
546592011-07-06 Ulrich Drepper <drepper@gmail.com>
54660
54661 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54662 netgroups to read.
960e5535 54663 (innetgr): Likewise.
5d4cf042 54664
751eb97e
RM
546652011-07-05 Roland McGrath <roland@hack.frob.com>
54666
54667 * config.make.in (install_root): Default to $(DESTDIR).
54668
f15f1e45
UD
546692011-07-05 Ulrich Drepper <drepper@gmail.com>
54670
54671 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54672
4e34ac6a
RM
546732011-07-02 Roland McGrath <roland@hack.frob.com>
54674
5e9b6af4
RM
54675 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54676
84f9ea0f
RM
54677 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54678 containing directory rather than embedding absolute directory names.
54679
ea5ee9f7
RM
54680 * scripts/check-local-headers.sh: Rewritten using awk.
54681 Match by word, not by line. Print error messages for matches.
54682 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54683
1b74661a
RM
54684 * Makerules [shlib-lds-flags empty]:
54685 ($(common-objpfx)libc_pic.opts): New target.
54686 ($(common-objpfx)libc_pic.os.clean): New target.
54687 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54688
54689 * config.make.in (OBJCOPY): New variable.
54690 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54691 * configure: Regenerated.
54692
f781ef40
RM
54693 * config.make.in (use-default-link): New variable.
54694 * configure.in (use_default_link): Grok --with-default-link to set it.
54695 * configure: Regenerated.
54696 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54697 (shlib-lds, shlib-lds-flags): Define to empty.
54698
2d4fa81e
RM
54699 * Makerules (shlib-lds): New variable.
54700 (shlib-lds-flags): New variable.
54701 (build-shlib, build-moduile, build-module-asneeded): Use it.
54702 ($(common-objpfx)libc.so): Use $(shlib-lds).
54703 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54704 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54705
31fffa6b
RM
54706 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54707 DT_FLAGS/DT_FLAGS_1 with zero flags.
54708
4e34ac6a
RM
54709 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54710 linker script munging.
54711
fcfc776b
UD
547122011-07-02 Ulrich Drepper <drepper@gmail.com>
54713
54714 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54715 as 128-bit value.
54716 * crypt/sha512.c (sha512_process_block): Perform total addition using
54717 128-bit if possible.
54718 (__sha512_finish_ctx): Likewise.
54719 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54720 as 64-bit value.
54721 * crypt/sha256.c (SWAP64): Define.
54722 (sha256_process_block): Perform total addition using 64-bit if
54723 possible.
54724 (__sha256_finish_ctx): Likewise.
54725
99231d9a
UD
547262011-07-01 Ulrich Drepper <drepper@gmail.com>
54727
54728 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
54729 * nscd/initgrcache.c (addinitgroupsX): Likewise.
54730 * nscd/hstcache.c (cache_addhst): Likewise.
54731 * nscd/grpcache.c (cache_addgr): Likewise.
54732 * nscd/aicache.c (addhstaiX): Likewise
54733 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54734
445b4a53
TK
547352011-07-01 Thorsten Kukuk <kukuk@suse.de>
54736
54737 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54738 * nscd/initgrcache.c (addinitgroupsX): Likewise.
54739 * nscd/hstcache.c (cache_addhst): Likewise.
54740 * nscd/grpcache.c (cache_addgr): Likewise.
54741 * nscd/aicache.c (addhstaiX): Likewise
54742
6d4d8e8e
AS
547432011-07-01 Andreas Schwab <schwab@redhat.com>
54744
54745 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54746 domain only when needed.
54747
89f654c5
AS
547482011-06-30 Andreas Schwab <schwab@redhat.com>
54749
54750 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54751 is always restored.
54752
cf3b23ff
UD
547532011-06-29 Ulrich Drepper <drepper@gmail.com>
54754
54755 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54756 are re-adding the entry.
54757 * nscd/servicescache.c (cache_addserv): Likewise.
54758
751626f9
AJ
547592011-06-30 Aurelien Jarno <aurelien@aurel32.net>
54760
54761 * sysdeps/generic/dl-irel.h: fix protection against multiple
54762 inclusions.
54763 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54764
9113ea1f
UD
547652011-06-28 Ulrich Drepper <drepper@gmail.com>
54766
5c0b8d90
UD
54767 [BZ #12935]
54768 * malloc/memusage.sh: Fix quoting in message.
54769 * debug/xtrace.sh: Likewise.
54770
9113ea1f
UD
54771 * configure.in: Remove support for --experimental-malloc option, make
54772 it the default.
54773 * config.make.in: Likewise.
54774 * malloc/Makefile: Likewise.
54775
a4172181
AS
547762011-06-27 Andreas Schwab <schwab@redhat.com>
54777
54778 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54779 two-byte characters.
54780
78a7eee7
RM
547812011-06-27 Roland McGrath <roland@hack.frob.com>
54782
62bede13
RM
54783 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54784 AC_CACHE_CHECK invocation.
54785 * configure: Regenerated.
54786
78a7eee7
RM
54787 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54788
5ce33a62
UD
547892011-06-27 Ulrich Drepper <drepper@gmail.com>
54790
034807a9
UD
54791 [BZ #12350]
54792 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
54793 bit from old_res_options.
54794
4902da17
UD
54795 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54796
5ce33a62
UD
54797 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54798 value type for setfct.
54799
c2344f56
L
548002011-06-23 H.J. Lu <hongjiu.lu@intel.com>
54801
54802 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54803 __gettimeofday instead of gettimeofday.
54804
68468076
UD
548052011-06-26 Ulrich Drepper <drepper@gmail.com>
54806
54807 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54808
acb0d739
L
548092011-06-24 H.J. Lu <hongjiu.lu@intel.com>
54810
54811 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54812
54813 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54814 info.
54815
8912479f
L
548162011-06-22 H.J. Lu <hongjiu.lu@intel.com>
54817
54818 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54819 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54820 strcpy-sse2-unaligned strncpy-sse2-unaligned
54821 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54822 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54823 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54824 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54825 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54826 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54827 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54828 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54829 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54830 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54831 (STRCPY): Support SSE2 and SSSE3 versions.
54832
d5495a11
UD
548332011-06-24 Ulrich Drepper <drepper@gmail.com>
54834
54835 [BZ #12874]
54836 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54837 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54838 kernels which artificially limit size of requests.
54839
0b1cbaae
L
548402011-06-22 H.J. Lu <hongjiu.lu@intel.com>
54841
54842 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54843 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54844 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54845 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54846 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54847 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54848 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54849 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54850 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54851 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54852 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54853 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54854 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54855 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54856 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54857 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54858 Enable unaligned load optimization for Intel Core i3, i5 and i7
54859 processors.
54860 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54861 Define.
54862 (index_Fast_Unaligned_Load): Define.
54863 (HAS_FAST_UNALIGNED_LOAD): Define.
54864
07f494a0
MP
548652011-06-23 Marek Polacek <mpolacek@redhat.com>
54866
54867 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54868
fa3fc0fe
UD
548692011-06-22 Ulrich Drepper <drepper@gmail.com>
54870
54871 [BZ #12907]
54872 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54873 until it is clear that the information is realy needed.
54874 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54875
e12df166
AS
548762011-06-22 Andreas Schwab <schwab@redhat.com>
54877
54878 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54879
852eb34d
UD
548802011-06-22 Ulrich Drepper <drepper@gmail.com>
54881
84e2a551
UD
54882 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54883 /sys/devices/system/cpu/online if it is usable.
54884
852eb34d
UD
54885 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54886 reading the information from the /proc filesystem to once a second.
54887
6e502e19
UD
548882011-06-21 Andreas Jaeger <aj@suse.de>
54889
54890 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54891 NULL after inclusion of kernel headers.
54892
75d39ff2
UD
548932011-06-21 Ulrich Drepper <drepper@gmail.com>
54894
51f9aa6a
UD
54895 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54896 calls to internal_setent.
54897
c0244a9d
UD
54898 [BZ #12885]
54899 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54900 addresses using gethostbyname4_r ignore IPv4 addresses.
54901
c5e3c2ae
UD
54902 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54903 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
54904
75d39ff2
UD
54905 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54906
42675c6f
DM
549072011-06-20 David S. Miller <davem@davemloft.net>
54908
54909 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54910 inclusions.
54911 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54912
54913 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54914 (elf_irel): Use it.
54915 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54916 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54917 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54918 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54919 * sysdeps/x86_64/dl-irel.h: Likewise.
54920
54921 * elf/dl-runtime.c: Use elf_ifunc_invoke.
54922 * elf/dl-sym.c: Likewise.
54923
57912a71
UD
549242011-06-15 Ulrich Drepper <drepper@gmail.com>
54925
54926 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
54927 need to dereference resplen2.
54928
ee22793d
AS
549292011-06-14 Andreas Schwab <schwab@redhat.com>
54930
54931 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54932
a9e836b0
UD
549332011-06-15 Ulrich Drepper <drepper@gmail.com>
54934
77fb9117
UD
54935 * Makeconfig: Define vardbdir and inst_vardbdir.
54936 * nss/Makefile: Add rules to install db-Makefile.
54937
40c1b22c
UD
54938 * nss/nss_db/db-XXX.c: Cleanup.
54939
9f2da732
UD
54940 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54941 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54942 GLIBC_PRIVATE.
54943 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54944 * nss/makedb.c: Implement -g option to specify that value strings
54945 are generated and should not be added to table iterated over for
54946 get*ent calls.
54947 * nss/nss_db/db-initgroups.c: New file.
54948
82e9a1f7
UD
54949 * nss/getent.c: Add support for initgroups lookups through getgrouplist
54950 interface.
54951
c41af17e
UD
54952 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54953 (internal_getgrouplist): Adjust to name change.
54954 Update use_initgroups_entry if this is not the first call.
54955 * nss/databases.def: Add initgroups entry.
54956
a9e836b0
UD
54957 * nss/makedb.c (compute_tables): Check result of multiple hash table
54958 sizes to minimize maximum chain length.
54959
2666d441
UD
549602011-06-14 Ulrich Drepper <drepper@gmail.com>
54961
54962 * Versions.def: Add entry for libnss_db.
54963 * shlib-versions: Likewise.
54964 * nss/Makefile: Add rules to build libnss_db.
54965 * nss/Versions: Add libnss_db information. Organize libnss_files
54966 entries better.
54967 * nss/db-Makefile: Add gshadow support. Change rules for the new
54968 makedb progra. Some minor improvements to generate smaller files.
54969 * nss/nss_db/nss_db.h: Move NSS database header data structures to
54970 here from...
54971 * nss/makedb.c: ...here.
54972 Improve database format to be smaller and require less memory at
54973 runtime.
54974 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
54975 db anymore.
54976 * nss/nss_db/db-netgrp.c: Likewise.
54977 * nss/nss_db/db-open.c: Likewise.
54978 * nss/nss_files/flies-XXX.x: Adjust comments.
54979 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54980 * nss/nss_files/files-grp.c: Likewise.
54981 * nss/nss_files/files-hosts.c: Likewise.
54982 * nss/nss_files/files-network.c: Likewise.
54983 * nss/nss_files/files-proto.c: Likewise.
54984 * nss/nss_files/files-pwd.c: Likewise.
54985 * nss/nss_files/files-rpc.c: Likewise.
54986 * nss/nss_files/files-service.c: Likewise.
54987 * nss/nss_files/files-sgrp.c: Likewise.
54988 * nss/nss_files/files-spwd.c: Likewise.
54989 * nss/nss_db/db-alias.c: Removed.
54990 * nss/nss_db/dummy-db.h: Removed.
54991
9ee76b5a
UD
549922011-06-02 Ulrich Drepper <drepper@gmail.com>
54993
54994 * nss/makedb.c: Rewritten to not use database library.
54995 * nss/Makefile: Update to build new makedb program.
54996
c71ca1f8
AJ
549972011-06-14 Andreas Jaeger <aj@suse.de>
54998
54999 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55000 memset declaration.
55001
3154bfb8
UD
550022011-06-10 Andreas Schwab <schwab@redhat.com>
55003
55004 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55005 tmpbuf.
55006
b350afab
RM
550072011-06-10 Roland McGrath <roland@hack.frob.com>
55008
decd4e50
RM
55009 * Makerules (shlib.lds): Fail if the linker script comes out empty.
55010 * elf/Makefile ($(objpfx)ld.so): Likewise.
55011
5615eaf2
RM
55012 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55013 Don't list ld.so twice in dependencies.
55014
55015 * posix/bug-regex31.c: Include <stdlib.h>.
55016
55017 * nscd/hstcache.c (cache_addhst): Remove unused variable.
55018
55019 * nis/nss_compat/compat-spwd.c
55020 (getspent_next_nss_netgr): Remove unused variable.
55021 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55022
55023 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55024 nonmembers" output to use the right array.
55025
55026 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55027
55028 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55029
55030 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55031 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55032 * catgets/gencat.c (read_input_file): Likewise.
55033 * locale/programs/locarchive.c (enlarge_archive): Likewise.
55034
55035 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55036 variable definition inside #if's controlling its use.
55037
55038 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55039
55040 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55041
55042 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55043
55044 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55045 unreachable code.
55046
55047 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55048
b68e08db
RM
55049 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55050 * configure: Regenerated.
55051
b350afab
RM
55052 * Makerules: Revert last change.
55053 * elf/Makefile: Likewise.
55054
28368601
RM
550552011-06-09 Roland McGrath <roland@hack.frob.com>
55056
55057 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55058 * elf/Makefile ($(objpfx)librtld.os): Likewise.
55059 (reloc-link): Likewise.
55060
11988f8f
UD
550612011-06-09 Ulrich Drepper <drepper@gmail.com>
55062
55063 * elf/Makefile: Add rules to build pldd.
55064 * elf/pldd.c: New file.
55065 * elf/pldd-xx.c: New file.
55066
e80fab37
UD
550672011-06-07 Ulrich Drepper <drepper@gmail.com>
55068
55069 * version.h: Update for 2.15 development version.
55070
9b849836
DM
550712011-06-07 David S. Miller <davem@davemloft.net>
55072
55073 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55074 ifuncs.
55075 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55076 elf_machine_lazy_rel): Likewise.
55077 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55078 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55079 elf_machine_lazy_rel): Likewise.
55080 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55081 dl_hwcap via passed in argument.
55082 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55083 Likewise.
55084
5a31b283
AK
550852011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55086
55087 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
55088
069e52f8
RM
550892011-06-06 Roland McGrath <roland@hack.frob.com>
55090
55091 [BZ #12849]
55092 * manual/fdl-1.1.texi: New file, verbatim from:
55093 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55094 * manual/lgpl-2.1.texi: New file, verbatim from:
55095 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55096 * manual/Makefile (licenses): New variable, list those new file names.
55097 (texis): Use it.
55098 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55099
55100 * manual/fdl.texi: File removed.
55101 * manual/lesser.texi: File removed.
55102 * manual/libc.texinfo (Copying, Documentation License):
55103 Use new @include file names, put @appendix directive before @include.
55104
f16846a5
JJ
551052011-06-04 Jakub Jelinek <jakub@redhat.com>
55106
55107 [BZ #12841]
55108 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55109 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55110 (mq_open): Add __NTH.
55111
3d29045b
L
551122011-06-02 H.J. Lu <hongjiu.lu@intel.com>
55113
55114 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55115 Assume Intel Core i3/i5/i7 processor if AVX is available.
55116
8c297311
UD
551172011-05-31 Ulrich Drepper <drepper@gmail.com>
55118
55119 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55120 typo.
55121
c8fc0c91
UD
551222011-05-31 Andreas Schwab <schwab@redhat.com>
55123
55124 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55125 memory. Use alloca_account. Fix memory leak when retrying.
55126
5b27a807
UD
551272011-05-31 Ulrich Drepper <drepper@gmail.com>
55128
356f8bc6
UD
55129 * version.h (RELEASE): Bump for 2.14 release.
55130 * include/features.h (__GLIBC_MINOR__): Bump to 14.
55131
5b27a807
UD
55132 * config.make.in (RANLIB): Remove entry.
55133
01f16ab0
UD
551342011-05-30 Ulrich Drepper <drepper@gmail.com>
55135
41fce8bd
UD
55136 * po/Makefile (po-sed-cmd): Add ksh to extensions.
55137 (libc.pot): Work around missing support for .ksh extension in xgettext.
55138
4769ae77
UD
55139 [BZ #12684]
55140 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55141 if both request failed.
55142 (send_dg): In case of server errors clear resplen or *resplen2.
55143
6b1e7d19
UD
55144 [BZ #12454]
55145 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55146 when there are multiple maps.
55147 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55148 (_dl_fini): Remove test here.
55149
01f16ab0
UD
55150 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55151
b1ebd700
UD
551522011-05-29 Ulrich Drepper <drepper@gmail.com>
55153
7ae22829
UD
55154 [BZ #12350]
55155 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55156 bit from old_res_options.
55157 (gaih_inet): Likewise.
55158
553149f6 55159 [BZ #11099]
18a84741 55160 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
55161 as signed.
55162
652ffab1
UD
55163 * resolv/res_init.c (res_setoptions): Make the code more compact.
55164
16985fd0
UD
55165 [BZ #11558]
55166 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55167 set RES_USEVC.
55168
0464f746
UD
55169 [BZ #11634]
55170 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55171
7d17596c
UD
55172 * malloc/malloc.h: Mark malloc hook variables as deprecated.
55173
cf6bbbd7
UD
55174 [BZ #11781]
55175 * malloc/malloc.h: Declare malloc hook variables as volatile.
55176
13f1ab36
UD
55177 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55178 in last patch.
55179
b1ebd700
UD
55180 [BZ #11799]
55181 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 55182 raise in the comment.
80e2212d
UD
55183 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55184 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55185 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 55186
ce67228d
UD
551872011-05-28 Ulrich Drepper <drepper@gmail.com>
55188
8887a920
UD
55189 [BZ #12811]
55190 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55191 grow the buffers more if it already has to be sufficient.
55192 (build_wcs_upper_buffer): Likewise.
55193 * posix/regexec.c (check_matching): Likewise.
55194 (clean_state_log_if_needed): Likewise.
55195 (extend_buffers): Don't enlarge buffers beyond size of the input
55196 buffer.
55197 Patches mostly by Emil Wojak <emil@wojak.eu>.
55198 * posix/bug-regex32.c: New file.
55199 * posix/Makefile (tests): Add bug-regex32.
55200
4f031072
UD
55201 * locale/findlocale.c (_nl_find_locale): Return right away if
55202 _nl_explode_name failed.
55203 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55204
d0478f0c
UD
55205 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55206
de81b246
UD
55207 * debug/xtrace.sh: Unify messages.
55208 * malloc/memusage.sh: Likewise.
55209
c738465a
UD
55210 [BZ #12813]
55211 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55212 time symbol from vDSO. Substitute with vsyscall if not available.
55213 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55214 __vdso_time.
55215
f1f929d7
UD
55216 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55217 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55218 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55219 Add sendmmsg and internal_sendmmsg.
55220 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55221 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55222 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55223
ce67228d
UD
55224 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55225 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55226 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55227
e57420c6
UD
552282011-05-27 Ulrich Drepper <drepper@gmail.com>
55229
a8509ca5
UD
55230 [BZ #12813]
55231 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55232 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
55233 available.
55234 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55235 __vdso_getcpu.
55236
e57420c6
UD
55237 [BZ #12814]
55238 * iconvdata/Makefile (tests): Add bug-iconv9.
55239 * iconvdata/bug-iconv9.c: New file.
55240
4d07db15
AS
552412011-05-27 Andreas Schwab <schwab@redhat.com>
55242
55243 [BZ #12814]
55244 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55245
ea486f69
JJ
552462011-05-25 Jakub Jelinek <jakub@redhat.com>
55247
55248 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55249 (struct user_regs_struct): Change intcs field back to cs.
55250
6f038433
UD
552512011-05-25 Ulrich Drepper <drepper@gmail.com>
55252
55253 * po/ja.po: Update from translation team.
55254
67f86a25
UD
552552011-05-23 Ulrich Drepper <drepper@gmail.com>
55256
55257 [BZ #12795]
55258 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55259 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55260
def7fbd6
AS
552612011-05-20 Andreas Schwab <schwab@redhat.com>
55262
55263 * stdlib/longlong.h: Update from GCC.
55264
f50ef8f1
AS
552652011-05-23 Andreas Schwab <schwab@redhat.com>
55266
55267 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55268 parameter name.
55269 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55270 Add parameter name.
55271 (__sysconf): Pass it down.
55272
de7ce8f1
UD
552732011-05-22 Ulrich Drepper <drepper@gmail.com>
55274
f2962a71
UD
55275 [BZ #12671]
55276 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55277 some situations.
55278 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55279 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55280 add in in __libc_use_alloca calls. Adjust callers.
55281 (glob): Use malloc in some situations.
55282
de7ce8f1
UD
55283 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55284 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55285 pltexit.
55286
aec84f53
UD
552872011-05-21 Ulrich Drepper <drepper@gmail.com>
55288
05bb4a68
UD
55289 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55290 and CLOCK_BOOTTIME_ALARM.
55291
7ea72f99
UD
55292 [BZ #12782]
55293 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55294 is returned.
55295
7e4afad5
UD
55296 * string/_strerror.c (__strerror_r): Print negative errors as signed
55297 numbers.
55298
8e211fec
UD
55299 [BZ #12777]
55300 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55301 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55302 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55303
f7d82dc9
UD
55304 * configure.in: Fix typo in redirection and correct removal of test
55305 files in two cases.
55306
cc9e536d
UD
55307 [BZ #12788]
55308 * locale/setlocale.c (new_composite_name): Fix test to check for
55309 identical name of all categories.
55310
aec84f53
UD
55311 [BZ #12792]
55312 * libio/filedoalloc.c (local_isatty): New function.
55313 (_IO_file_doallocate): Use local_isatty.
55314 * stdio-common/perror.c (perror): In case a new stream is used
55315 forward the stream error.
55316 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55317 error flag.
55318
78e64fdc
RT
553192011-05-20 Ulrich Drepper <drepper@gmail.com>
55320
34a9094f
UD
55321 [BZ #11869]
55322 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55323 alloca.
55324 * include/alloca.h (extend_alloca_account): Define.
55325
78e64fdc
RT
55326 [BZ #11857]
55327 * posix/regex.h: Fix comments with documentation of user-accessible
55328 fields after compilation and describe correct free'ing of pattern
55329 after re_compile_pattern.
55330 Patch by Reuben Thomas <rrt@sc3d.org>.
55331
457bddfc
RA
553322011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
55333
55334 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55335 and -mno-altivec to prevent the compiler from using Altivec and/or
55336 VSX instructions when the corresponding registers are not available.
55337
a4527b51
AS
553382011-05-19 Andreas Schwab <schwab@redhat.com>
55339
55340 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55341
ed690b2f
UD
553422011-05-19 Ulrich Drepper <drepper@gmail.com>
55343
55344 * libio/freopen.c (freopen): Use __dup2, not dup2.
55345 * libio/freopen64.c (freopen64): Likewise.
55346
8db73634
L
553472011-05-17 H.J. Lu <hongjiu.lu@intel.com>
55348
55349 [BZ #12775]
55350 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55351 * math/Makefile (tests): Add test-powl.
55352 (CFLAGS-test-powl.c): Define.
55353 * math/test-powl.c: New file.
55354
0a197a9d
L
553552011-05-16 H.J. Lu <hongjiu.lu@intel.com>
55356
55357 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55358
ee30c380
UD
553592011-05-17 Ulrich Drepper <drepper@gmail.com>
55360
55361 [BZ #11837]
55362 * iconvdata/gb18030.c: Update to GB18020-2005.
55363
6ce75379
UD
553642011-05-16 Ulrich Drepper <drepper@gmail.com>
55365
a4b89fd8
AR
55366 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55367 RE_SYNTAX_POSIX_AWK): Update to match recent development.
55368 Patch by Aharon Robbins <arnold@skeeve.com>.
55369
ea389b12
UD
55370 [BZ #11892]
55371 * stdlib/putenv.c (putenv): Don't always create copy of the variable
55372 on the stack.
55373
68a3f91f
UD
55374 [BZ #11895]
55375 * misc/pselect.c (__pselect): Handle timeout value errors hidden
55376 through underflows.
55377
15cc7dd1
UD
55378 [BZ #12766]
55379 * misc/error.c (error_at_line): Ensure file_name and old_file_name
55380 point to strings before performing equality test for error_one_per_line
55381 mode.
55382
f3799213
UD
55383 [BZ #11697]
55384 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55385
d79a9c94
UD
55386 [BZ #11820]
55387 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55388 (struct user_fpregs_struct): Avoid __uint*_t types.
55389
56e5eb46
UD
55390 [BZ #6420]
55391 * malloc/mtrace.c (tr_where): Add additional parameter to point to
55392 symbol info. Use it instead of calling _dl_addr locally.
55393 (lock_and_info): New function.
55394 (tr_freehook): Call lock_and_info and pass symbol info as additional
55395 parameter to tr_where.
55396 (tr_mallochook): Likewise.
55397 (tr_reallochook): Likewise.
55398 (tr_memalignhook): Likewise.
55399
6ce75379
UD
55400 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
55401 used and couldn't be at all thread-safe.
55402
f8a3b5bf
UD
554032011-05-15 Ulrich Drepper <drepper@gmail.com>
55404
94b7cc37
UD
55405 * libio/freopen.c (freopen): Don't close old file descriptor
55406 before the new one is opened. Instead dup the new file descriptor
55407 to the old one after the new stream is created.
55408 * libio/freopen64.c (freopen64): Likewise.
55409 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55410 * libio/fileops.c (_IO_new_file_close_it): Handle new
55411 _IO_FLAGS2_NOCLOSE flag.
55412 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55413 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55414 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55415 _IO_FLAGS2_NOCLOSE flag.
55416 * include/unistd.h: Add hidden_proto for dup3.
55417 Define __have_dup3.
55418 * io/dup3.c: Define hidden symbol.
55419 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55420
bd25564e
UD
55421 [BZ #7101]
55422 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55423 when an incomplete long option is used.
55424 * posix/tst-getopt_long1.c: New file.
55425 * posix/Makefile (tests): Add tst-getopt_long1.
55426
c84cfef4
UD
55427 [BZ #10138]
55428 * scripts/config.guess: Update from autoconf-2.68.
55429 * scripts/config.sub: Likewise.
55430
3b85df27
UD
55431 [BZ #10157]
55432 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55433 tests into ...
55434 (has_cpuclock): ...this. New function.
55435 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55436 macro here based on has_cpuclock code.
55437
15a856b1
UD
55438 [BZ #10149]
55439 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55440 First byte (not low byte) is now always NUL.
55441 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55442
05f399e6
UD
55443 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55444 Use non-cancelable interfaces.
55445
10a52685 55446 [BZ #9809]
94ecc67d
UD
55447 * locale/iso-639.def: Add entry for Sorani.
55448
f8a3b5bf
UD
55449 [BZ #11901]
55450 * include/stdlib.h: Move include protection to the right place.
55451 Define abort_msg_s. Declare __abort_msg with it.
55452 * stdlib/abort.c (__abort_msg): Adjust type.
55453 * assert/assert.c (__assert_fail_base): New function. Majority
55454 of code from __assert_fail. Allocate memory for __abort_msg with
55455 mmap.
55456 (__assert_fail): Now call __assert_fail_base.
55457 * assert/assert-perr.c: Remove bulk of implementation. Use
55458 __assert_fail_base.
55459 * include/assert.hL Declare __assert_fail_base.
55460 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55461 mmap.
55462 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55463
1af4e298
UD
554642011-05-14 Ulrich Drepper <drepper@gmail.com>
55465
f8a3b5bf 55466 [BZ #11952]
d26dfc60
MG
55467 [BZ #12453]
55468 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55469 until all modules are registered in the DTV.
55470 * elf/Makefile: Add rules to build and run tst-tls19.
55471 * elf/tst-tls19.c: New file.
55472 * elf/tst-tls19mod1.c: New file.
55473 * elf/tst-tls19mod2.c: New file.
55474 * elf/tst-tls19mod3.c: New file.
55475 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55476
2fc54d6f
UD
55477 [BZ #12083]
55478 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55479 correctly.
55480
98d76b46
UD
55481 [BZ #12601]
55482 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55483 two-byte sequence errors.
55484 * iconvdata/Makefile (tests): Add bug-iconv8.
55485 * iconvdata/bug-iconv8.c: New file.
55486
da3c19ef
UD
55487 [BZ #12626]
55488 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55489 buf2 definition.
55490
ca408c15
UD
55491 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55492
d6f67f7d
UD
55493 [BZ #12432]
55494 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55495 (dummy_getcfa): New function.
55496 (init): Get _Unwind_GetCFA address, use dummy if not found.
55497 (backtrace_helper): In recursion check, also check whether CFA changes.
55498 (__backtrace): Completely initialize arg.
55499
1af4e298 55500 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
55501 storing incomplete byte sequence in state object. Avoid testing for
55502 guaranteed too small input if we know there is enough data available.
1af4e298 55503
da62f81b
AS
555042011-05-11 Andreas Schwab <schwab@redhat.com>
55505
55506 * Makeconfig (+link-pie): Indent.
55507 * Rules (binaries-pie): Define if $(have-fpie) and
55508 $(build-shared).
55509 (binaries-shared): Also filter out $(binaries-pie).
55510 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55511 * nscd/Makefile (others-pie): Add nscd.
55512 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55513 ($(objpfx)nscd): Remove command override.
55514 * login/Makefile (others-pie): Add pt_chown.
55515 ($(objpfx)pt_chown): Remove command override.
55516 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55517 remove command overrides.
55518
fcabc0f8
UD
555192011-05-13 Ulrich Drepper <drepper@gmail.com>
55520
20030ae6
UD
55521 * libio/tst_putwc.c: Fix error messages.
55522
fcabc0f8
UD
55523 [BZ #12724]
55524 * libio/fileops.c (_IO_new_file_close_it): Always flush when
55525 currently writing and seek to current position when not.
55526 * libio/Makefile (tests): Add bug-fclose1.
55527 * libio/bug-fclose1.c: New file.
55528
320a5dc0
PB
555292011-05-12 Ulrich Drepper <drepper@gmail.com>
55530
55531 [BZ #12511]
55532 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55533 don't set DF_1_NODELETE here.
55534 (do_lookup_x): When entering new entry test for copy relocation
55535 and if necessary set DF_1_NODELETE flag.
55536 * elf/tst-unique4.cc: New file.
55537 * elf/tst-unique4.h: New file.
55538 * elf/tst-unique4lib.cc: New file.
55539 * elf/Makefile: Add rules to build and run tst-unique4.
55540 Patch by Piotr Bury <pbury@goahead.com>.
55541
22836f52
UD
555422011-05-11 Ulrich Drepper <drepper@gmail.com>
55543
f574184a
UD
55544 [BZ #12052]
55545 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55546
e1fb097f
UD
55547 [BZ #12625]
55548 * misc/mntent_r.c (addmntent): Flush the stream after the output
55549
22836f52
UD
55550 [BZ #12393]
55551 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55552 (is_trusted_path_normalize): Skip initial colon. Append slash
55553 to empty buffer. Duplicate is_trusted_path code but allow
55554 constructed patch to be prefix.
55555 (is_dst): Allow $ORIGIN followed by /.
55556 (_dl_dst_substitute): Correct clearing of check_for_trusted.
55557 Correct testing of result of is_trusted_path_normalize
55558 (decompose_rpath): Fix warning.
55559
7b3b0b2a
UD
555602011-05-10 Ulrich Drepper <drepper@gmail.com>
55561
55562 [BZ #11257]
55563 * grp/initgroups.c (internal_getgrouplist): When we found the service
55564 list through the initgroups entry in nsswitch.conf do not always
55565 continue on a successful lookup. Don't always use the
eac80ce2 55566 __nss_group_database value if it is set.
7b3b0b2a
UD
55567 * nss/nsswitch.conf (initgroups): Change action for successful db
55568 lookup to continue for compatibility.
55569
2a81eaa5
UD
555702011-05-09 Ulrich Drepper <drepper@gmail.com>
55571
be97a69e
UD
55572 [BZ #11532]
55573 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55574 and CP774 modules.
55575 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55576 and CP774 modules.
55577 * iconvdata/tst-tables.sh: Likewise.
55578 * iconvdata/cp770.c: New file.
55579 * iconvdata/cp771.c: New file.
55580 * iconvdata/cp772.c: New file.
55581 * iconvdata/cp773.c: New file.
55582 * iconvdata/cp774.c: New file.
55583 * iconvdata/testdata/CP770: New file.
55584 * iconvdata/testdata/CP770..UTF8: New file.
55585 * iconvdata/testdata/CP771: New file.
55586 * iconvdata/testdata/CP771..UTF8: New file.
55587 * iconvdata/testdata/CP772: New file.
55588 * iconvdata/testdata/CP772..UTF8: New file.
55589 * iconvdata/testdata/CP773: New file.
55590 * iconvdata/testdata/CP773..UTF8: New file.
55591 * iconvdata/testdata/CP774: New file.
55592 * iconvdata/testdata/CP774..UTF8: New file.
55593
55594 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55595 END CHARMAP line.
55596 * iconvdata/gen-8bit-gap.sh: Likewise.
55597 * iconvdata/gen-8bit.sh: Likewise.
55598
c1e9e399
UD
55599 * locale/iso-639.def: Add ary entry.
55600
24c55fb3 55601 [BZ #11258]
96b4b1b0
UD
55602 * locale/C-translit.h.in: Add U20A1 transliteration.
55603
bdc2f971
KB
55604 [BZ #12178]
55605 * locale/iso-639.def: Add wae entry.
55606 Patch by Kevin Bortis <bortis@translate-wae.ch>.
55607
2952b117
UD
55608 [BZ #12545]
55609 * locale/programs/localedef.c (construct_output_path): Use ssize_t
55610 for n.
55611
2a81eaa5
UD
55612 [BZ #12711]
55613 * locale/C-translit.h.in: Add entry for U20B9.
55614 Patch by pravin.d.s@gmail.com.
55615
28377d1b
UD
556162011-05-08 Ulrich Drepper <drepper@gmail.com>
55617
7fb90fb8
UD
55618 [BZ #12713]
55619 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55620 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
55621 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
55622 in rtld. Use *stat64.
7fb90fb8 55623 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 55624 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 55625 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
55626 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55627 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55628 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55629 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55630 __fstatat64 macros.
7fb90fb8
UD
55631 * include/dirent.h: Add libc_hidden_proto for rewinddir.
55632 * dirent/rewinddir.c: Add libc_hidden_def.
55633 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 55634 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 55635
28377d1b
UD
55636 * include/dirent.h (__alloc_dir): Add flags parameter.
55637 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55638 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55639 __alloc_dir.
55640 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
55641 from fdopendir if O_CLOEXEC is already set.
55642
66bdbaa4
AM
556432011-03-15 Alan Modra <amodra@gmail.com>
55644
55645 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55646 l_tls_firstbyte_offset non-zero. Save padding offset in
55647 l_tls_firstbyte_offset for later use.
55648 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55649 freeing static tls block.
55650
95721191
JN
556512011-03-05 Jonathan Nieder <jrnieder@gmail.com>
55652
55653 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55654 where #ifdef was intended. The intent is to prevent ARG_MAX from
55655 being defined by the kernel headers.
55656
f87dfb1f
UD
556572011-05-07 Ulrich Drepper <drepper@gmail.com>
55658
55659 [BZ #12734]
55660 * resolv/resolv.h: Define RES_NOTLDQUERY.
55661 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55662 no-tld-query and set RES_NOTLDQUERY.
55663 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55664 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55665 modern BIND to search name as TLD unless forbidden.
55666
47c3cd7a
UD
556672011-05-07 Petr Baudis <pasky@suse.cz>
55668 Ulrich Drepper <drepper@gmail.com>
55669
55670 [BZ #12393]
55671 * elf/dl-load.c (fillin_rpath): Move trusted path check...
55672 (is_trusted_path): ...to here.
c1e9ea35 55673 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 55674 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 55675 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 55676
8a35c912
PP
556772011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
55678
55679 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55680 __BEGIN/__END_DECLS.
55681
acd41f47
UD
556822011-05-06 Ulrich Drepper <drepper@gmail.com>
55683
55684 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55685 NSS_STATUS_NOTFOUND if no record was found.
55686
597df647
AS
556872011-05-05 Andreas Schwab <schwab@redhat.com>
55688
55689 * sunrpc/Makefile (headers): Add rpc/netdb.h.
55690 (headers-not-in-tirpc): Remove rpc/netdb.h
55691 * resolv/netdb.h: Revert last change.
55692
b9af1301
PP
556932011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
55694
55695 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55696 circular dependency between libgcc.a and libc.a.
55697
4e34d5f5
AS
556982011-05-05 Andreas Schwab <schwab@redhat.com>
55699
55700 * resolv/netdb.h: Don't include <rpc/netdb.h>.
55701 * nis/Makefile: Don't install rpcsvc/*.
55702 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55703 instead of <rpc/types.h>.
55704 (MAXHOSTNAMELEN): Define.
55705
00ee369c
AS
557062011-05-03 Andreas Schwab <schwab@redhat.com>
55707
55708 * elf/ldconfig.c (add_dir): Don't crash on empty path.
55709
0b592a30
MB
557102011-04-28 Maciej Babinski <mbabinski@google.com>
55711
55712 [BZ #12714]
55713 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55714 gethostbyname4_r when IPv6 results are possible.
55715
6e04cbbe
UD
557162011-05-02 Ulrich Drepper <drepper@gmail.com>
55717
55718 [BZ #12723]
55719 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55720 _PC_PIPE_BUF handling.
55721
e4ecafe0
BH
557222011-04-30 Bruno Haible <bruno@clisp.org>
55723
55724 [BZ #12717]
55725 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55726 * resolv/netdb.h (getnameinfo): Change type of flags parameter
55727 to 'int'.
55728 * inet/getnameinfo.c (getnameinfo): Likewise.
55729
125ee683
UD
557302011-04-29 Ulrich Drepper <drepper@gmail.com>
55731
55732 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55733 to groups setting in database lookup.
55734 * nss/nsswitch.conf: Add initgroups entry.
55735
b722481a
EB
557362011-04-22 Ulrich Drepper <drepper@gmail.com>
55737
55738 [BZ #12685]
55739 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55740 mode string.
55741 Patch by Eric Blake <eblake@redhat.com>.
55742
4df46dbd
L
557432011-04-20 H.J. Lu <hongjiu.lu@intel.com>
55744
55745 * sunrpc/Makefile (need-export-routines): Add svc_run.
55746 (routines): Remove svc_run.
55747 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55748 * sunrpc/clnt_perr.c (clnt_perrno): Export.
55749 * sunrpc/svc_run.c (svc_run): Likewise.
55750 * sunrpc/svc_udp.c (svcudp_create): Likewise.
55751
e84142d2
UD
557522011-04-21 Ulrich Drepper <drepper@gmail.com>
55753
55754 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55755 problem in reallocation in last patch.
55756
877175d8
UD
557572011-04-20 Ulrich Drepper <drepper@gmail.com>
55758
55759 * sunrpc/Makefile: Move inclusion of Rules.
55760
ab8eed78
UD
557612011-04-19 Ulrich Drepper <drepper@gmail.com>
55762
55763 * nss/nss_files/files-initgroups.c: New file.
55764 * nss/Makefile (libnss_files-routines): Add files-initgroups.
55765 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55766 _nss_files_initgroups_dyn.
55767
e3d8f584
RS
557682011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
55769
55770 * elf/elf.h (R_ARM_IRELATIVE): Define.
55771
af190f45
UD
557722011-04-19 Ulrich Drepper <drepper@gmail.com>
55773
55774 * po/ru.po: Update from translation team.
55775
53cf59ef
UD
557762011-04-17 Ulrich Drepper <drepper@gmail.com>
55777
55778 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55779 dependencies.
55780
4c559bcd
MF
557812011-02-06 Mike Frysinger <vapier@gentoo.org>
55782
55783 [BZ #12653]
55784 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55785 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55786 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55787 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55788 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55789
4420675c
AS
557902011-03-28 Andreas Schwab <schwab@linux-m68k.org>
55791
55792 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55793 differing bytes.
55794 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55795 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55796 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55797
75ea32ab
UD
557982011-04-17 Ulrich Drepper <drepper@gmail.com>
55799
55800 [BZ #12420]
55801 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55802 storing it.
55803 * stdlib/bug-getcontext.c: New file.
55804 * stdlib/Makefile: Add rules to build and run bug-getcontext.
55805
27390476
AK
558062011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55807
55808 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55809 instructions into .machine "z9-109".
55810 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55811 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55812
10442705
AK
558132011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55814
55815 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55816 between environment variables and auxiliary vector.
55817
7b57bfe5
UD
558182011-04-16 Ulrich Drepper <drepper@gmail.com>
55819
55820 * Makefile: Add rules to build linkobj/libc.so.
55821 * include/libc-symbols.h: Define libc_hidden_nolink.
55822 * include/rpc/auth.h: Mark functions which are to be hidden.
55823 * include/rpc/auth_des.h: Likewise.
55824 * include/rpc/auth_unix.h: Likewise.
55825 * include/rpc/clnt.h: Likewise.
55826 * include/rpc/des_crypt.h: Likewise.
55827 * include/rpc/key_prot.h: Likewise.
55828 * include/rpc/pmap_clnt.h: Likewise.
55829 * include/rpc/pmap_prot.h: Likewise.
55830 * include/rpc/pmap_rmt.h: Likewise.
55831 * include/rpc/rpc_msg.h: Likewise.
55832 * include/rpc/svc.h: Likewise.
55833 * include/rpc/svc_auth.h: Likewise.
55834 * include/rpc/xdr.h: Likewise.
55835 * nis/Makefile: Link all DSOs against linkobj/libc.so.
55836 * nss/Makefile: Likewise.
55837 * sunrpc/Makefile: Don't install headers. Build library with normal
55838 entry points. Don't build rpcinfo. Link RPC tests appropriately.
55839 * sunrpc/auth_des.c: Hide exported symbols by default, export some
55840 for the compat linking library. Remove use of INTDEF/INTUSE.
55841 * sunrpc/auth_none.c: Likewise.
55842 * sunrpc/auth_unix.c: Likewise.
55843 * sunrpc/authdes_prot.c: Likewise.
55844 * sunrpc/authuxprot.c: Likewise.
55845 * sunrpc/clnt_gen.c: Likewise.
55846 * sunrpc/clnt_perr.c: Likewise.
55847 * sunrpc/clnt_raw.c: Likewise.
55848 * sunrpc/clnt_simp.c: Likewise.
55849 * sunrpc/clnt_tcp.c: Likewise.
55850 * sunrpc/clnt_udp.c: Likewise.
55851 * sunrpc/clnt_unix.c: Likewise.
55852 * sunrpc/des_crypt.c: Likewise.
55853 * sunrpc/des_soft.c: Likewise.
55854 * sunrpc/get_myaddr.c: Likewise.
55855 * sunrpc/key_call.c: Likewise.
55856 * sunrpc/key_prot.c: Likewise.
55857 * sunrpc/netname.c: Likewise.
55858 * sunrpc/pm_getmaps.c: Likewise.
55859 * sunrpc/pm_getport.c: Likewise.
55860 * sunrpc/pmap_clnt.c: Likewise.
55861 * sunrpc/pmap_prot.c: Likewise.
55862 * sunrpc/pmap_prot2.c: Likewise.
55863 * sunrpc/pmap_rmt.c: Likewise.
55864 * sunrpc/publickey.c: Likewise.
55865 * sunrpc/rpc_cmsg.c: Likewise.
55866 * sunrpc/rpc_common.c: Likewise.
55867 * sunrpc/rpc_dtable.c: Likewise.
55868 * sunrpc/rpc_prot.c: Likewise.
55869 * sunrpc/rpc_thread.c: Likewise.
55870 * sunrpc/rtime.c: Likewise.
55871 * sunrpc/svc.c: Likewise.
55872 * sunrpc/svc_auth.c: Likewise.
55873 * sunrpc/svc_authux.c: Likewise.
55874 * sunrpc/svc_raw.c: Likewise.
55875 * sunrpc/svc_run.c: Likewise.
55876 * sunrpc/svc_simple.c: Likewise.
55877 * sunrpc/svc_tcp.c: Likewise.
55878 * sunrpc/svc_udp.c: Likewise.
55879 * sunrpc/svc_unix.c: Likewise.
55880 * sunrpc/svcauth_des.c: Likewise.
55881 * sunrpc/xcrypt.c: Likewise.
55882 * sunrpc/xdr.c: Likewise.
55883 * sunrpc/xdr_array.c: Likewise.
55884 * sunrpc/xdr_float.c: Likewise.
55885 * sunrpc/xdr_intXX_t.c: Likewise.
55886 * sunrpc/xdr_mem.c: Likewise.
55887 * sunrpc/xdr_rec.c: Likewise.
55888 * sunrpc/xdr_ref.c: Likewise.
55889 * sunrpc/xdr_sizeof.c: Likewise.
55890 * sunrpc/xdr_stdio.c: Likewise.
55891
e6c61494
UD
558922011-04-10 Ulrich Drepper <drepper@gmail.com>
55893
55894 [BZ #12650]
55895 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55896 * sysdeps/ia64/dl-tls.h: Likewise.
55897 * sysdeps/powerpc/dl-tls.h: Likewise.
55898 * sysdeps/s390/dl-tls.h: Likewise.
55899 * sysdeps/sh/dl-tls.h: Likewise.
55900 * sysdeps/sparc/dl-tls.h: Likewise.
55901 * sysdeps/x86_64/dl-tls.h: Likewise.
55902 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55903
34fe483e
AS
559042011-03-14 Andreas Schwab <schwab@redhat.com>
55905
55906 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55907 rpath element also skip the following colon.
55908 (expand_dynamic_string_token): Add is_path parameter and pass
55909 down to DL_DST_REQUIRED and _dl_dst_substitute.
55910 (decompose_rpath): Call expand_dynamic_string_token with
55911 non-zero is_path. Ignore empty rpaths.
55912 (_dl_map_object_from_fd): Call expand_dynamic_string_token
55913 with zero is_path.
55914
f12a32e6
AS
559152011-04-08 Andreas Schwab <schwab@linux-m68k.org>
55916
55917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55918 Make cancelable.
55919
38a7d692
UD
559202011-04-09 Ulrich Drepper <drepper@gmail.com>
55921
55922 [BZ #12655]
55923 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55924 Patch by Filipe David Manana <fdmanana@apache.org>.
55925
e451d22b
AS
559262011-04-07 Andreas Schwab <schwab@redhat.com>
55927
55928 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55929 Maintain aligned stack.
55930 (CHECK_RSP): Remove unused macro.
55931
dedc7c7b
UD
559322011-04-03 Ulrich Drepper <drepper@gmail.com>
55933
55934 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55935 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55936
94521213
UD
559372011-04-02 Ulrich Drepper <drepper@gmail.com>
55938
55939 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55940
8cb700c0 55941 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 55942
0354e355
L
559432011-03-26 H.J. Lu <hongjiu.lu@intel.com>
55944
55945 [BZ #12518]
55946 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55947 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55948 * sysdeps/x86_64/memmove.c: New file.
55949 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55950 (memcpy): Renamed to ...
55951 (__new_memcpy): This.
55952 (memcpy): Provide GLIBC_2_14 memcpy.
55953 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55954 (memcpy): Provide GLIBC_2_2_5 memcpy.
55955
8593482f
UD
559562011-04-01 Ulrich Drepper <drepper@gmail.com>
55957
55958 [BZ #12631]
55959 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55960
81a5726b
AS
559612011-03-30 Andreas Schwab <schwab@redhat.com>
55962
55963 * misc/syncfs.c: New file.
55964 * misc/Makefile (routines): Add syncfs.
55965 * posix/unistd.h: Declare syncfs.
55966 * sysdeps/unix/syscalls.list: Add syncfs.
55967
00e5419f
AS
559682011-04-01 Andreas Schwab <schwab@redhat.com>
55969
55970 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55971 open_by_handle_at.
55972 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55973 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55974 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55975 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55976 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55977 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55978 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55979
748876bf
UD
559802011-04-01 Ulrich Drepper <drepper@gmail.com>
55981
658e451d
UD
55982 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55983 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55984 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55985 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55986 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55987 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55988 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55989
748876bf
UD
55990 * io/Makefile: Compile fallocate.c, fallocate64.c, and
55991 sync_file_range.c with -fexceptions.
55992 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55993 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55994 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55995 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55996 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55997 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55998 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
55999 sync_file_range as cancellation point
56000 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
56001 now a wrapper around __call_sync_file_range with cancellation handling.
56002 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56003 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
56004 function name to __call_sync_file_range.
56005 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56006 Add call_sync_file_range.
748876bf 56007
6e63d5e1
AS
560082011-04-01 Andreas Schwab <schwab@redhat.com>
56009
56010 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 56011 bits/timex.h.
6e63d5e1 56012
46998f74
UD
560132011-04-01 Ulrich Drepper <drepper@gmail.com>
56014
4c1423ed
UD
56015 * iconv/iconv.h: Fix typo in comment.
56016 * io/fcntl.h: Likewise.
56017 * libio/stdio.h: Likewise.
56018 * posix/spawn.h: Likewise.
56019 * posix/unistd.h: Likewise.
56020 * stdlib/stdlib.h: Likewise.
56021 * time/time.h: Likewise.
56022 * wcsmbs/wchar.h: Likewise.
56023
158648c0
UD
56024 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56025 open_by_handle): Add.
56026 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56027 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
56028 Augment a few comments.
56029 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56030 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56031 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56032 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56033 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56034 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56035 open_by_handle.
56036
46998f74
UD
56037 * io/fcntl.h (AT_EMPTY_PATH): Define.
56038
83fe108b
UD
560392011-03-30 Ulrich Drepper <drepper@gmail.com>
56040
56041 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56042 * sysdeps/unix/sysv/linux/bits/time.h: New file.
56043 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56044 to...
56045 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
56046 * Versions.def: Add GLIBC_2.14.
56047 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56048 Export.
83fe108b 56049
bb242059
UD
560502011-03-22 Ulrich Drepper <drepper@gmail.com>
56051
56052 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56053 round counter.
56054 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56055
c97a1282
L
560562011-03-20 H.J. Lu <hongjiu.lu@intel.com>
56057
56058 [BZ #12597]
56059 * string/test-strncmp.c (do_page_test): New function.
56060 (check2): Likewise.
56061 (test_main): Call check2.
56062 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56063
2a115601
UD
560642011-03-20 Ulrich Drepper <drepper@gmail.com>
56065
56066 [BZ #12587]
56067 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56068 Handle cache information in CPU leaf 4.
56069 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56070
8126d904
UD
560712011-03-18 Ulrich Drepper <drepper@gmail.com>
56072
042c49c6 56073 [BZ #12583]
8126d904
UD
56074 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56075 character representation.
56076 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56077
ccfe366e
RA
560782011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
56079
56080 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56081 END(__isnan) to END(__isnanf) to match function entry point/label
56082 EALIGN(__isnanf,...).
56083
c6e13027
JJ
560842011-03-10 Jakub Jelinek <jakub@redhat.com>
56085
56086 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56087
33f85a3f
UD
560882011-03-10 Ulrich Drepper <drepper@gmail.com>
56089
028478fa
UD
56090 [BZ #12510]
56091 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56092 copy from the symbol referenced in the relocation to initialize the
56093 used variable.
56094 Patch by Piotr Bury <pbury@goahead.com>.
56095 * elf/Makefile: Add rules to build and tst-unique3.
56096 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56097 * elf/tst-unique3.cc: New file.
56098 * elf/tst-unique3.h: New file.
56099 * elf/tst-unique3lib.cc: New file.
56100 * elf/tst-unique3lib2.cc: New file.
56101
33f85a3f
UD
56102 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56103
03592fc7
MF
561042011-03-10 Mike Frysinger <vapier@gentoo.org>
56105
56106 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56107 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
56108 to _start.
03592fc7 56109
6a5ee102
UD
561102011-03-06 Ulrich Drepper <drepper@gmail.com>
56111
56112 * elf/dl-load.c (_dl_map_object): If we are looking for the first
56113 to-be-loaded object along a path to loader is ld.so.
56114
7e4ba49c
HJ
561152011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
56116 Ulrich Drepper <drepper@gmail.com>
56117
56118 * sysdeps/x86_64/memset.S: After aligning destination, code
56119 branches to different locations depending on the value of
56120 misalignment, when multiarch is enabled. Fix this.
56121
561222011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
56123
56124 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56125 Set _x86_64_preferred_memory_instruction for AMD processsors.
56126 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56127 Set bit_Prefer_SSE_for_memop for AMD processors.
56128
13a804de
UD
561292011-03-04 Ulrich Drepper <drepper@gmail.com>
56130
56131 * libio/fmemopen.c (fmemopen): Optimize a bit.
56132
9d25c392
AS
561332011-03-03 Andreas Schwab <schwab@redhat.com>
56134
56135 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56136
a5543c6a
RM
561372011-03-03 Roland McGrath <roland@redhat.com>
56138
56139 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56140
012d35f7
DM
561412011-02-28 Aurelien Jarno <aurelien@aurel32.net>
56142
7e4ba49c 56143 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
56144 __bzero_ultra1 instead of __memset_ultra1.
56145
4bff6e01
AS
561462011-02-23 Andreas Schwab <schwab@redhat.com>
56147 Ulrich Drepper <drepper@gmail.com>
56148
56149 [BZ #12509]
56150 * include/link.h (struct link_map): Add l_orig_initfini.
56151 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56152 returning unsuccessfully.
56153 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56154 close of a file loaded at startup, restore the original l_initfini
56155 list.
56156 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56157 list, store the pointer.
56158 * elf/Makefile ($(objpfx)noload-mem): New rule.
56159 (noload-ENV): Define.
56160 (tests): Add $(objpfx)noload-mem.
56161 * elf/noload.c: Include <memcheck.h>.
56162 (main): Call mtrace. Close all opened handles.
56163
f2092faf
AS
561642011-02-17 Andreas Schwab <schwab@redhat.com>
56165
56166 [BZ #12454]
56167 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56168 dependencies are missing.
56169
6c8a2e88
ST
561702011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
56171
f2092faf 56172 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
56173 Hurd needs munmap.
56174 * sysdeps/mach/hurd/ifreq.h: New file.
56175
84a42118
PB
561762011-01-27 Petr Baudis <pasky@suse.cz>
56177 Ulrich Drepper <drepper@gmail.com>
56178
071f805e 56179 [BZ 12445]#
84a42118
PB
56180 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56181 to extend_alloca().
56182 * stdio-common/bug23.c: New file.
56183 * stdio-common/Makefile (tests): Add bug23.
56184
e23fe25b
AS
561852010-09-28 Andreas Schwab <schwab@redhat.com>
56186 Ulrich Drepper <drepper@gmail.com>
56187
56188 [BZ #12489]
56189 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56190 before performing relro protection. At old place add assertion
56191 to make sure nothing changed.
56192
d3f02e10
NS
561932011-02-17 Nathan Sidwell <nathan@codesourcery.com>
56194 Glauber de Oliveira Costa <glommer@gmail.com>
56195
56196 * elf/elf.h: Add new ARM TLS relocs.
56197
d55fd7a5
RA
561982011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
56199
56200 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56201 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56202 cast from r3.
56203 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
56204 'tests' variable.
56205 * sysdeps/wordsize-64/tst-writev.c: New file.
56206
2206397e
RA
562072011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
56208
56209 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56210 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56211 insns in _dl_start to prevent a TOC reference before relocs are
56212 resolved.
56213
e9433893
UD
562142011-02-15 Ulrich Drepper <drepper@gmail.com>
56215
56216 [BZ #12469]
56217 * Makeconfig: Remove RANLIB definition.
56218 * Makerules: Don't use RANLIB.
56219 * aclocal.m4: Remove ranlib test.
56220 * configure.in: No need to check for ranlib.
56221 * elf/rtld-Rules: Don't use RANLIB.
56222
f75286c6
ST
562232011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
56224
8e31c82d
ST
56225 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56226 protection macro.
56227 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56228 inclusion protection macro.
56229
f75286c6
ST
56230 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56231 SIGRTMIN and SIGRTMAX and print information in that case only when
56232 SIGRTMIN is defined.
56233
c1d0e639
JJ
562342011-02-11 Jakub Jelinek <jakub@redhat.com>
56235
56236 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56237 arginfo fn returning -1.
56238
56239 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56240 and thousands string is zero terminated.
56241
edf9294e
AS
562422011-02-03 Andreas Schwab <schwab@redhat.com>
56243
56244 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56245 sysdeps/unix/sysv/linux/bits/socket.h.
56246
2b7e92df
ST
562472011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
56248
edf9294e
AS
56249 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56250 (__CPU_COUNT): Remove old macros.
56251 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56252 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56253 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
56254 (__sched_cpualloc, __sched_cpufree): Add declarations.
56255
a4c7ea7b
UD
562562011-02-05 Ulrich Drepper <drepper@gmail.com>
56257
56258 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56259 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56260 * nscd/aicache.c (addhstaiX): Return timeout of added value.
56261 (readdhstai): Return value of addhstaiX call.
56262 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56263 (addgrbyX): Return value returned by cache_addgr.
56264 (readdgrbyname): Return value returned by addgrbyX.
56265 (readdgrbygid): Likewise.
56266 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56267 (addpwbyX): Return value returned by cache_addpw.
56268 (readdpwbyname): Return value returned by addhstbyX.
56269 (readdpwbyuid): Likewise.
56270 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56271 (addservbyX): Return value returned by cache_addserv.
56272 (readdservbyname): Return value returned by addservbyX:
56273 (readdservbyport): Likewise.
56274 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56275 (addhstbyX): Return value returned by cache_addhst.
56276 (readdhstbyname): Return value returned by addhstbyX.
56277 (readdhstbyaddr): Likewise.
56278 (readdhstbynamev6): Likewise.
56279 (readdhstbyaddrv6): Likewise.
56280 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56281 (readdinitgroups): Return value returned by addinitgroupsX.
56282 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56283 (prune_cache): Keep track of timeout value of re-added entries.
56284 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56285 * nscd/nscd.h: Adjust prototypes of readd* functions.
56286
a0bf67cc
RM
562872011-02-04 Roland McGrath <roland@redhat.com>
56288
56289 * nis/nis_server.c (nis_servstate): Use the right name for 0.
56290 (nis_stats): Likewise.
56291 * nis/nis_modify.c (nis_modify): Likewise.
56292 * nis/nis_remove.c (nis_remove): Likewise.
56293 * nis/nis_add.c (nis_add): Likewise.
56294
56295 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56296
56297 * posix/fnmatch_loop.c: Add some consts.
56298
56299 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56300
435b95eb
L
563012011-02-02 H.J. Lu <hongjiu.lu@intel.com>
56302
56303 [BZ #12460]
56304 * config.make.in (config-cflags-novzeroupper): Define.
56305 * configure.in: Substitute libc_cv_cc_novzeroupper.
56306 * elf/Makefile (AVX-CFLAGS): Define.
56307 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56308 (CFLAGS-tst-auditmod4a.c): Likewise.
56309 (CFLAGS-tst-auditmod4b.c): Likewise.
56310 (CFLAGS-tst-auditmod6b.c): Likewise.
56311 (CFLAGS-tst-auditmod6c.c): Likewise.
56312 (CFLAGS-tst-auditmod7b.c): Likewise.
56313 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56314
8517b15e
UD
563152011-02-02 Ulrich Drepper <drepper@gmail.com>
56316
56317 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56318 function to the callback.
56319 Patch partly by Jiri Olsa <jolsa@redhat.com>.
56320
10a656fe
AS
563212011-02-02 Andreas Schwab <schwab@redhat.com>
56322
56323 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56324 of errno.
56325
968dad0a
UD
563262011-01-19 Ulrich Drepper <drepper@gmail.com>
56327
9f94d2ea 56328 [BZ #11724]
968dad0a
UD
56329 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56330 of constructors.
56331 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56332 of destructors.
56333 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56334
56335 [BZ #11724]
56336 * elf/Makefile: Add rules to build and run new test.
56337 * elf/tst-initorder.c: New file.
56338 * elf/tst-initorder.exp: New file.
56339 * elf/tst-initordera1.c: New file.
56340 * elf/tst-initordera2.c: New file.
56341 * elf/tst-initordera3.c: New file.
56342 * elf/tst-initordera4.c: New file.
56343 * elf/tst-initorderb1.c: New file.
56344 * elf/tst-initorderb2.c: New file.
56345 * elf/tst-order-a1.c: New file.
56346 * elf/tst-order-a2.c: New file.
56347 * elf/tst-order-a3.c: New file.
56348 * elf/tst-order-a4.c: New file.
56349 * elf/tst-order-b1.c: New file.
56350 * elf/tst-order-b2.c: New file.
56351 * elf/tst-order-main.c: New file.
56352 New test case by George Gensure <werkt0@gmail.com>.
56353
86e92359
UD
563542010-10-01 Andreas Schwab <schwab@redhat.com>
56355
56356 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56357 decoding ACE if AI_CANONIDN.
56358
5d5732b0
UD
563592011-01-18 Ulrich Drepper <drepper@gmail.com>
56360
56361 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56362
a77e8cbc
UD
563632011-01-17 Ulrich Drepper <drepper@gmail.com>
56364
6392473f
UD
56365 * version.h (RELEASE): Bump for 2.13 release.
56366 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56367
620a0529
UD
56368 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56369
18ba70a5
UD
56370 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56371 MADV_NOHUGEPAGE.
32465c3e
UD
56372 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56373 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56374 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56375 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56376 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56377 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56378
c0dafcf1
UD
56379 * posix/getconf.c: Update copyright year.
56380 * catgets/gencat.c: Likewise.
56381 * csu/version.c: Likewise.
56382 * debug/catchsegv.sh: Likewise.
56383 * debug/xtrace.sh: Likewise.
56384 * elf/ldconfig.c: Likewise.
56385 * elf/ldd.bash.in: Likewise.
56386 * elf/sprof.c (print_version): Likewise.
56387 * iconv/iconv_prog.c: Likewise.
56388 * iconv/iconvconfig.c: Likewise.
56389 * locale/programs/locale.c: Likewise.
56390 * locale/programs/localedef.c: Likewise.
56391 * malloc/memusage.sh: Likewise.
56392 * malloc/mtrace.pl: Likewise.
56393 * nscd/nscd.c (print_version): Likewise.
56394 * nss/getent.c: Likewise.
56395
a77e8cbc
UD
56396 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56397 PF_CAIF, and PF_ALG.
56398 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56399
77e8bddf
AS
564002011-01-16 Andreas Schwab <schwab@linux-m68k.org>
56401
1f20b93a
AS
56402 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56403 (modules-names): Use them.
56404 (ifunc-test-modules, ifunc-pie-tests): Define.
56405 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56406 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56407 (test-extras): Likewise.
56408 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56409 $(compile-command.c).
56410 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56411 (all-built-dso): Define.
56412 (check-textrel.out, check-execstack.out): Depend on it.
56413
77e8bddf
AS
56414 * configure.in: Don't override --enable-multi-arch.
56415
bc425b33
UD
564162011-01-15 Ulrich Drepper <drepper@gmail.com>
56417
56418 [BZ #6812]
56419 * nscd/hstcache.c (tryagain): Define.
56420 (cache_addhst): Return tryagain not notfound for temporary errors.
56421 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56422 failed.
56423
794c3ad3
UD
564242011-01-14 Ulrich Drepper <drepper@gmail.com>
56425
70181fdd
UD
56426 [BZ #10563]
56427 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56428 to make the syscall.
56429 * sysdeps/unix/sysv/linux/setgroups.c: New file.
56430
794c3ad3
UD
56431 [BZ #12378]
56432 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56433 and fall back to matching as normal character if the string ends before
56434 the matching ']' is found. This is what POSIX requires.
56435 * posix/testfnm.c: Adjust test result.
56436 * posix/globtest.sh: Adjust test result. Add new test.
56437 * posix/tst-fnmatch.input: Likewise.
56438 * posix/tst-fnmatch2.c: Add new test.
56439
68dc9497
AS
564402010-12-28 Andreas Schwab <schwab@linux-m68k.org>
56441
56442 * elf/Makefile (check-execstack): Revert last change. Depend on
56443 check-execstack.h.
56444 (check-execstack.h): New target.
56445 (generated): Add check-execstack.h.
56446 * elf/check-execstack.c: Include "check-execstack.h".
56447 (main): Revert last change.
56448 (handle_file): Return zero if GNU_STACK is absent and
56449 DEFAULT_STACK_PERMS doesn't include PF_X.
56450
451f001b
UD
564512011-01-13 Ulrich Drepper <drepper@gmail.com>
56452
cfa28e56
UD
56453 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56454 in child fails because the descriptor is already closed.
8cf8ce17
UD
56455 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56456 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56457 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 56458
1086d70d
UD
56459 [BZ #12397]
56460 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56461 syscall.
56462
451f001b
UD
56463 [BZ #10484]
56464 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56465 temporary buffer used to handle multi lookups locally.
a85b5cb4 56466 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 56467
08769175
UD
564682011-01-12 Ulrich Drepper <drepper@gmail.com>
56469
56470 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56471 loader is ld.so.
56472
5e49c52e
UD
564732011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
56474
56475 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56476 alignment for SSE2.
56477
60522a5f
UD
564782011-01-12 Ulrich Drepper <drepper@gmail.com>
56479
56480 [BZ #12394]
56481 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56482 characters. When rounding increased number of integer digits recompute
56483 number of groups.
56484 * stdio-common/tst-grouping.c: New file.
56485 * stdio-common/Makefile: Add rules to build and run tst-grouping.
56486
f257bbd7
UD
564872011-01-09 Ulrich Drepper <drepper@gmail.com>
56488
56489 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56490 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
56491
56492 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56493 void.
56494 * bits/select.h: Likewise.
56495
fa9c15cb
UD
564962011-01-08 Ulrich Drepper <drepper@gmail.com>
56497
56498 * po/ja.po: Update from translation team.
56499
16c2895f
DM
565002011-01-04 David S. Miller <davem@sunset.davemloft.net>
56501
56502 [BZ #11155]
56503 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56504 implementation just like for lxstat, fxstatat, et al.
56505
2543fef2
JM
565062010-12-27 Jim Meyering <meyering@redhat.com>
56507
56508 [BZ #12348]
56509 * posix/regexec.c (build_trtable): Return failure indication upon
56510 calloc failure. Otherwise, re_search_internal could infloop on OOM.
56511
98727dbe
UD
565122010-12-25 Ulrich Drepper <drepper@gmail.com>
56513
5bd6dc5c
UD
56514 [BZ #12201]
56515 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56516 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56517 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56518 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56519
97983464
UD
56520 [BZ #12207]
56521 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56522
98727dbe
UD
56523 [BZ #12204]
56524 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56525 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56526
4a531bb0
L
565272010-12-15 H.J. Lu <hongjiu.lu@intel.com>
56528
56529 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56530 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56531 script has SORT_BY_INIT_PRIORITY.
56532 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56533 NO_CTORS_DTORS_SECTIONS is defined.
56534 * elf/soinit.c: Likewise.
56535 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56536 NO_CTORS_DTORS_SECTIONS is defined.
56537 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56538 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56539 * sysdeps/sh/init-first.c: Likewise.
56540 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56541
07eb4b71
UD
565422010-12-24 Ulrich Drepper <drepper@gmail.com>
56543
56544 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56545 always use the slow path.
56546
30950a5f
RA
565472010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
56548
56549 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56550 similar rule which adds the sysdep directories to the header search in
56551 order to pick up the correct platform stackinfo.h.
56552 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56553 perform test if it is, otherwise return successfully without testing.
56554 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56555 DEFAULT_STACK_PERMS define in stackinfo.h.
56556 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56557 defined in stackinfo.h.
56558 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56559 DEFAULT_STACK_PERMS defined in stackinfo.h.
56560 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56561 * sysdeps/ia64/stackinfo.h: Likewise.
56562 * sysdeps/s390/stackinfo.h: Likewise.
56563 * sysdeps/sh/stackinfo.h: Likewise.
56564 * sysdeps/sparc/stackinfo.h: Likewise.
56565 * sysdeps/x86_64/stackinfo.h: Likewise.
56566 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56567 PF_X for powerpc64. Retain PF_X for powerpc32.
56568
db753e2c
UD
565692010-12-19 Ulrich Drepper <drepper@gmail.com>
56570
14b697f7
UD
56571 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56572 accurately.
db753e2c
UD
56573 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56574 GETDENTS_64BIT_ALIGNED.
56575
28300719
UD
565762010-12-14 Ulrich Drepper <dreper@gmail.com>
56577
14b697f7 56578 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 56579
4f197237
AS
565802010-12-10 Andreas Schwab <schwab@redhat.com>
56581
dbb0472f
AS
56582 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56583 _GNU_SOURCE.
56584
4f197237
AS
56585 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56586 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56587 Remove __restrict.
56588 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56589 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56590
fb88ac72
UD
565912010-12-09 Ulrich Drepper <drepper@gmail.com>
56592
56593 [BZ #11655]
56594 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56595 are initialized.
56596
42acbb92
JJ
565972010-12-09 Jakub Jelinek <jakub@redhat.com>
56598
56599 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56600
c038d98d
UD
566012010-12-03 Ulrich Drepper <drepper@gmail.com>
56602
56603 * po/it.po: Update from translation team.
56604
3a4a2499
L
566052010-12-01 H.J. Lu <hongjiu.lu@intel.com>
56606
56607 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56608 unused codes.
56609
1e24cf6e
UD
566102010-11-30 Ulrich Drepper <drepper@gmail.com>
56611
56612 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56613
a7690819
AS
566142010-11-24 Andreas Schwab <schwab@redhat.com>
56615
56616 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56617 specially.
56618 (gaih_getanswer_slice): Likewise.
56619
3bf8d1b1
JJ
566202010-10-20 Jakub Jelinek <jakub@redhat.com>
56621
56622 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56623
6db52fbb
PB
566242010-05-31 Petr Baudis <pasky@suse.cz>
56625
56626 [BZ #11149]
56627 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56628 silently even in the chroot mode.
56629
eaca7569
UD
566302010-11-22 Ulrich Drepper <drepper@gmail.com>
56631
56632 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56633 last patch a bit. Pretty printing
56634
3056dcdb
UD
566352010-05-31 Petr Baudis <pasky@suse.cz>
56636
56637 [BZ #10085]
56638 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56639 initialization of skip_initgroups_dyn.
56640
cf7c9078
UD
566412010-11-19 Ulrich Drepper <drepper@gmail.com>
56642
56643 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56644 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56645
a1fb5e3e
UD
566462010-11-16 Ulrich Drepper <drepper@gmail.com>
56647
56648 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56649
3540d66b
AS
566502010-11-11 Andreas Schwab <schwab@redhat.com>
56651
56652 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56653 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56654 (tst-fnmatch-ENV): Set MALLOC_TRACE.
56655 ($(objpfx)tst-fnmatch-mem): New rule.
56656 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56657 * posix/tst-fnmatch.c (main): Call mtrace.
56658
13b69574
L
566592010-11-11 H.J. Lu <hongjiu.lu@intel.com>
56660
56661 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56662 Support Intel processor model 6 and model 0x2c.
56663
da93d214
LM
566642010-11-10 Luis Machado <luisgpm@br.ibm.com>
56665
56666 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56667 signed comparison.
56668
8ca52c6e
L
566692010-11-09 H.J. Lu <hongjiu.lu@intel.com>
56670
56671 [BZ #12205]
56672 * string/test-strncasecmp.c (check_result): New function.
56673 (do_one_test): Use it.
56674 (check1): New function.
56675 (test_main): Use it.
56676 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56677 Support strcasecmp and strncasecmp.
56678
69da074d
UD
566792010-11-08 Ulrich Drepper <drepper@gmail.com>
56680
56681 [BZ #12194]
56682 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56683 * sysdeps/x86_64/bits/byteswap.h: Likewise.
56684
ff02d528
L
566852010-11-07 H.J. Lu <hongjiu.lu@intel.com>
56686
56687 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56688 IFUNC support.
56689 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56690 memset-x86-64.
56691 * sysdeps/x86_64/multiarch/bzero.S: New file.
56692 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56693 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56694 * sysdeps/x86_64/multiarch/memset.S: New file.
56695 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56696 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56697 Set bit_Prefer_SSE_for_memop for Intel processors.
56698 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56699 Define.
56700 (index_Prefer_SSE_for_memop): Define.
56701 (HAS_PREFER_SSE_FOR_MEMOP): Define.
56702
344d0b54
LM
567032010-11-04 Luis Machado <luisgpm@br.ibm.com>
56704
56705 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56706 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56707
c0dde15b
UD
567082010-11-03 H.J. Lu <hongjiu.lu@intel.com>
56709
56710 [BZ #12191]
56711 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56712 (__x86_64_raw_data_cache_size_half): Likewise.
56713 (__x86_64_raw_shared_cache_size): Likewise.
56714 (__x86_64_raw_shared_cache_size_half): Likewise.
56715
56716 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56717 (__x86_64_raw_data_cache_size_half): Likewise.
56718 (__x86_64_raw_shared_cache_size): Likewise.
56719 (__x86_64_raw_shared_cache_size_half): Likewise.
56720 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56721 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56722 and __x86_64_raw_shared_cache_size_half. Round
56723 __x86_64_data_cache_size_half, __x86_64_data_cache_size
56724 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56725 to multiple of 256 bytes.
56726
0e516e0e
MS
567272010-11-03 Ulrich Drepper <drepper@gmail.com>
56728
56729 [BZ #12167]
56730 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56731 of inacessible symlinks. Verify result of symlink before returning it.
56732 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56733 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56734
0e012e87
ER
567352010-10-28 Erich Ritz <erichritz@gmail.com>
56736
56737 * math/math.h (isinf): Fix typo in comment.
56738
de0ff7bc
UD
567392010-11-01 Ulrich Drepper <drepper@gmail.com>
56740
56741 * po/da.po: Update from translation team.
56742
fa41c84d
UD
567432010-10-26 Ulrich Drepper <drepper@gmail.com>
56744
56745 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56746 is added to the list.
56747
f0967738
AK
567482010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56749 Ulrich Drepper <drepper@gmail.com>
56750
56751 * elf/dl-object.c (_dl_new_object): Don't append the new object to
56752 the global list here. Move code to...
56753 (_dl_add_to_namespace_list): ...here. New function.
56754 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56755 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56756 * elf/dl-load.c (lose): Don't remove the element from the list.
56757 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56758 (_dl_map_object): Likewise.
56759
567602010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
56761
56762 [BZ #12159]
56763 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56764 into all bytes of SSE register.
56765 Patch by Richard Li <richardpku@gmail.com>.
56766
f0967738 567672010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
56768
56769 [BZ #12140]
56770 * malloc/malloc.c (_int_free): Fill correct number of bytes when
56771 perturbing.
56772
d0b9e94f
MB
567732010-10-20 Michael B. Brutman <brutman@us.ibm.com>
56774
56775 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56776 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56777 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56778 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56779 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56780 submachine.
56781 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56782
8e9f92e9
AS
567832010-10-22 Andreas Schwab <schwab@redhat.com>
56784
56785 * include/dlfcn.h (__RTLD_SECURE): Define.
56786 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
56787 mode & __RTLD_SECURE instead.
56788 (open_path): Rename preloaded parameter to secure.
56789 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56790 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56791 * elf/dl-deps.c (openaux): Likewise.
56792 * elf/rtld.c (struct map_args): Remove is_preloaded.
56793 (map_doit): Don't use it.
56794 (dl_main): Likewise.
56795 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56796 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56797
bc96fbda
AS
567982010-09-09 Andreas Schwab <schwab@redhat.com>
56799
56800 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56801 (sysd-rules-targets): Remove duplicates.
56802 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56803 rtld-%.$o dependency.
56804
22cd1c9b
AS
568052010-10-18 Andreas Schwab <schwab@redhat.com>
56806
56807 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56808 _dl_map_object do it.
56809
18edac48
UD
568102010-10-19 Ulrich Drepper <drepper@gmail.com>
56811
56812 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56813 fast fma builtins, define the macros in the C99 standard.
56814 (FP_FAST_FMAF): Likewise.
56815 (FP_FAST_FMAL): Likewise.
56816 * sysdeps/x86_64/bits/mathdef.h: Likewise.
56817
56818 * bits/mathdef.h: Update copyright year.
56819 * sysdeps/powerpc/bits/mathdef.h: Likewise.
56820
d2050124
MM
568212010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
56822
56823 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56824 builtins, define the macros in the C99 standard.
56825 (FP_FAST_FMAF): Likewise.
56826 (FP_FAST_FMAL): Likewise.
56827 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56828 multiply/add.
56829 (FP_FAST_FMAF): Likewise.
56830
475facd1
JJ
568312010-10-15 Jakub Jelinek <jakub@redhat.com>
56832
56833 [BZ #3268]
56834 * math/libm-test.inc (fma_test): Some new testcases.
56835 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56836 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56837 y and infinite z. Do multiplication by C already in long double.
56838 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56839 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56840 y and infinite z. Do bitwise or of inexact bit into u.d.
56841 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56842 * sysdeps/i386/fpu/s_fmaf.S: Removed.
56843 * sysdeps/i386/fpu/s_fma.S: Removed.
56844 * sysdeps/i386/fpu/s_fmal.S: Removed.
56845
7c08a05c
JJ
568462010-10-16 Jakub Jelinek <jakub@redhat.com>
56847
56848 [BZ #3268]
56849 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56850 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56851 computation is not scheduled after fetestexcept. Fix value
56852 of minimum denormal long double.
56853
f3f7372d
JJ
568542010-10-14 Jakub Jelinek <jakub@redhat.com>
56855
56856 [BZ #3268]
56857 * math/libm-test.inc (fma_test): Add some more tests.
56858 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56859 correctly.
56860
14d43591
AS
568612010-10-15 Andreas Schwab <schwab@redhat.com>
56862
56863 * scripts/data/localplt-s390-linux-gnu.data: New file.
56864 * scripts/data/localplt-s390x-linux-gnu.data: New file.
56865
5e908464
JJ
568662010-10-13 Jakub Jelinek <jakub@redhat.com>
56867
56868 [BZ #3268]
56869 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56870 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56871 instead of dbl-64.
56872 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56873 inlines.
56874 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56875 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56876 if one of x and y is very large and the other is subnormal.
56877 * sysdeps/s390/fpu/s_fmaf.c: New file.
56878 * sysdeps/s390/fpu/s_fma.c: New file.
56879 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56880 * sysdeps/powerpc/fpu/s_fma.S: New file.
56881 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56882 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56883 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56884
568852010-10-12 Jakub Jelinek <jakub@redhat.com>
56886
56887 [BZ #3268]
56888 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56889 fma tests.
56890 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56891 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56892 * sysdeps/i386/i686/multiarch/s_fma.c: Include
56893 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56894 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56895 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56896 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56897
b833d51f
UD
568982010-10-12 Ulrich Drepper <drepper@redhat.com>
56899
56900 [BZ #12078]
56901 * posix/regcomp.c (parse_branch): One more memory leak plugged.
56902 * posix/bug-regex31.input: Add test case.
56903
1751705d
UD
569042010-10-11 Ulrich Drepper <drepper@gmail.com>
56905
e9b9cbf5
UD
56906 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56907 * posix/bug-regex31.input: New file.
56908
56909 [BZ #12078]
56910 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56911 (parse_sub_exp): Fix last change, use postorder.
56912
ef06edbe
UD
56913 * posix/bug-regex31.c: New file.
56914 * posix/Makefile: Add rules to build and run bug-regex31.
56915
a129c80d
UD
56916 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56917
56918 [BZ #12078]
56919 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56920
b76b818e
UD
56921 [BZ #12108]
56922 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56923 to have entries in sys_siglist.
56924
1751705d
UD
56925 [BZ #12093]
56926 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56927 be NULL.
56928
9ff8d36f
JJ
569292010-10-07 Jakub Jelinek <jakub@redhat.com>
56930
56931 [BZ #3268]
56932 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56933 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56934 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56935 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56936 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56937 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56938 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56939 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56940 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56941 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56942 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56943 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56944 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56945 * math/ftestexcept.c (fetestexcept): Likewise.
56946 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56947 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56948 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56949 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56950 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56951 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56952 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56953
af325969
UD
569542010-10-11 Ulrich Drepper <drepper@gmail.com>
56955
c579b202 56956 [BZ #12107]
af325969
UD
56957 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56958 newline.
56959
67a67b95
UD
569602010-10-06 Ulrich Drepper <drepper@gmail.com>
56961
56962 * string/bug-strstr1.c: New file.
56963 * string/Makefile: Add rules to build and run bug-strstr1.
56964
5fb308bc
EB
569652010-10-05 Eric Blake <eblake@redhat.com>
56966
56967 [BZ #12092]
56968 * string/str-two-way.h (two_way_long_needle): Always clear memory
56969 when skipping input due to the shift table.
56970
45db99c7
UD
569712010-10-03 Ulrich Drepper <drepper@gmail.com>
56972
3b111893
UD
56973 [BZ #12005]
56974 * malloc/mcheck.c: Handle large requests.
56975
45db99c7
UD
56976 [BZ #12077]
56977 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56978 for strncmp and strncasecmp.
56979 * string/stratcliff.c: Add tests for strcmp and strncmp.
56980 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56981
cf7a1eb8
NI
569822010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56983
56984 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56985 __set_fpscr.
56986
6484ba5e
AJ
569872010-09-30 Andreas Jaeger <aj@suse.de>
56988
56989 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56990 (CGROUP_SUPER_MAGIC): Define.
56991 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56992 Handle btrfs and cgroup file systems.
56993 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56994 Likewise.
56995
91c42559
LM
569962010-09-27 Luis Machado <luisgpm@br.ibm.com>
56997
56998 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56999 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57000
87a97932
AK
570012010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
57002
57003 [BZ #12067]
57004 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57005 trying to locate the ELF header.
57006
c21cc9bc
AS
570072010-09-27 Andreas Schwab <schwab@redhat.com>
57008
57009 [BZ #11611]
57010 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57011 Mask out sign-bit copies when constructing f_fsid.
57012
315970f6
PB
570132010-09-24 Petr Baudis <pasky@suse.cz>
57014
57015 * debug/stack_chk_fail_local.c: Add missing licence exception.
57016 * debug/warning-nop.c: Likewise.
57017
1ac7a2c7
JM
570182010-09-15 Joseph Myers <joseph@codesourcery.com>
57019
57020 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57021 implementing getdents64 using getdents syscall, set d_type if
57022 __ASSUME_GETDENTS32_D_TYPE.
57023
56801c50
AS
570242010-09-16 Andreas Schwab <schwab@redhat.com>
57025
57026 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57027 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57028
dda51327
UD
570292010-09-21 Ulrich Drepper <drepper@redhat.com>
57030
57031 [BZ #12037]
57032 * posix/unistd.h: Undo change of feature selection for ftruncate from
57033 2010-01-11.
57034
8ffcee4a
UD
570352010-09-20 Ulrich Drepper <drepper@redhat.com>
57036
a545ecd9 57037 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
57038 detection.
57039
e24f0a8b
AS
570402010-09-20 Andreas Schwab <schwab@redhat.com>
57041
57042 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57043 fanotify_mark.
57044 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57045
7291c56f
AS
570462010-09-14 Andreas Schwab <schwab@redhat.com>
57047
57048 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57049 variables after CHECK_SP call.
57050 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57051
bc5fb037
AS
570522010-09-13 Andreas Schwab <schwab@redhat.com>
57053 Ulrich Drepper <drepper@redhat.com>
57054
57055 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57056 re-relocationg ld.so.
57057 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57058 _dl_init_paths call.
57059 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
57060 here anymore.
57061
e66e7419
UD
570622010-09-14 Ulrich Drepper <drepper@redhat.com>
57063
57064 * resolv/res_init.c (__res_vinit): Count the default server we added.
57065
c044aa75
CLT
570662010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
57067 Ulrich Drepper <drepper@redhat.com>
57068
57069 [BZ #11968]
57070 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57071 (____longjmp_chk): Use %ebx for saving value across system call.
57072 Add unwind info.
57073
32cf4069
AS
570742010-09-06 Andreas Schwab <schwab@redhat.com>
57075
57076 * manual/Makefile: Don't mix pattern rules with normal rules.
57077
817328ee
AS
570782010-09-05 Andreas Schwab <schwab@linux-m68k.org>
57079
57080 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57081 operation.
57082 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57083 * libio/iofopncook.c (_IO_cookie_init): Likewise.
57084 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57085 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57086 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57087 Likewise.
57088
29fddf61
UD
570892010-09-04 Ulrich Drepper <drepper@redhat.com>
57090
57091 [BZ #11979]
57092 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57093 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57094
0959ffc9
UD
570952010-09-02 Ulrich Drepper <drepper@redhat.com>
57096
57097 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57098 * sysdeps/x86_64/addmul_1.S: Likewise.
57099 * sysdeps/x86_64/lshift.S: Likewise.
57100 * sysdeps/x86_64/mul_1.S: Likewise.
57101 * sysdeps/x86_64/rshift.S: Likewise.
57102 * sysdeps/x86_64/sub_n.S: Likewise.
57103 * sysdeps/x86_64/submul_1.S: Likewise.
57104
ece29840
ST
571052010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
57106
0959ffc9
UD
57107 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57108 Define __sched_param instead of SCHED_* and sched_param when
ece29840 57109 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 57110 * bits/sched.h [__need_schedparam]
ece29840 57111 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
57112 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57113 (__defined_schedparam): Define to 1.
ece29840
ST
57114 (__sched_param): New structure, identical to sched_param.
57115 (__need_schedparam): Undefine.
57116
e53a31fe
MF
571172010-08-31 Mike Frysinger <vapier@gentoo.org>
57118
fdc0c10d
MF
57119 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57120 (epoll_create1): Declare.
57121
e53a31fe
MF
57122 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57123
a726d796
AS
571242010-08-31 Andreas Schwab <schwab@redhat.com>
57125
57126 [BZ #7066]
57127 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57128 shifting retval into place.
57129
2f3e3dc7
UD
571302010-09-01 Ulrich Drepper <drepper@redhat.com>
57131
f2933da9
UD
57132 * nis/rpcsvc/nis.h: Update copyright notice.
57133 * nis/rpcsvc/nis.x: Likewise.
57134 * nis/rpcsvc/nis_callback.h: Likewise.
57135 * nis/rpcsvc/nis_callback.x: Likewise.
57136 * nis/rpcsvc/nis_object.x: Likewise.
57137 * nis/rpcsvc/nis_tags.h: Likewise.
57138 * nis/rpcsvc/yp.h: Likewise.
57139 * nis/rpcsvc/yp.x: Likewise.
57140 * nis/rpcsvc/ypupd.h: Likewise.
57141 * nis/yp_xdr.c: Likewise.
57142 * nis/ypupdate_xdr.c: Likewise.
57143
2f3e3dc7
UD
57144 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
57145 mainly the body of pmap_getport. Add parameters to specify timeouts.
57146 (pmap_getport): Use __libc_rpc_getport.
57147 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57148 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57149 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57150
f3dcc2f9
AS
571512010-08-31 Andreas Schwab <schwab@linux-m68k.org>
57152
57153 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57154 fanotify_mark.
57155
6d34eb5b
RM
571562010-08-27 Roland McGrath <roland@redhat.com>
57157
57158 * sysdeps/i386/i686/multiarch/Makefile
57159 (CFLAGS-varshift.c): New variable.
57160
9ea3de11
UD
571612010-08-27 Ulrich Drepper <drepper@redhat.com>
57162
c96d23fc
UD
57163 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57164 * sysdeps/i386/i686/multiarch/varshift.c: New file.
57165
9ea3de11
UD
57166 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57167
57168 * sysdeps/x86_64/strlen.S: Minimal code improvement.
57169
623aac7f
L
571702010-08-26 H.J. Lu <hongjiu.lu@intel.com>
57171
57172 * sysdeps/x86_64/strlen.S: Unroll the loop.
57173 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57174 strlen-sse2 strlen-sse2-bsf.
57175 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57176 __strlen_no_bsf if bit_Slow_BSF is set.
57177 (__strlen_sse42): Removed.
57178 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57179 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57180
8b2b7715
RM
571812010-08-25 Roland McGrath <roland@redhat.com>
57182
57183 * sysdeps/x86_64/multiarch/varshift.S: File removed.
57184 * sysdeps/x86_64/multiarch/varshift.c: New file.
57185 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57186 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57187 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57188 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57189
e73015f2
L
571902010-08-25 H.J. Lu <hongjiu.lu@intel.com>
57191
57192 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57193 strlen-sse2 strlen-sse2-bsf.
57194 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57195 __strlen_sse2_bsf if bit_Slow_BSF is unset.
57196 (__strlen_sse2): Removed.
57197 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57198 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57199 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57200 bit_Slow_BSF for Atom.
57201 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57202 (index_Slow_BSF): Define.
57203 (HAS_SLOW_BSF): Define.
57204
df24a73e
UD
572052010-08-25 Ulrich Drepper <drepper@redhat.com>
57206
57207 [BZ #10851]
57208 * resolv/res_init.c (__res_vinit): When no server address at all
57209 is given default to loopback.
57210
f2ac4868
RM
572112010-08-24 Roland McGrath <roland@redhat.com>
57212
09055553
RM
57213 * configure.in: Remove config-name.h generation.
57214 * configure: Regenerated.
57215 * config-name.in: File removed.
57216 * scripts/config-uname.sh: New file.
57217 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57218 ($(objdir)config-name.h): New target.
57219
f2ac4868
RM
57220 * sunrpc/rpc_parse.h: Avoid nested comment.
57221
73f27d5e
RH
572222010-08-24 Richard Henderson <rth@redhat.com>
57223 Ulrich Drepper <drepper@redhat.com>
57224 H.J. Lu <hongjiu.lu@intel.com>
57225
57226 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57227 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57228 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57229 Replace _mm_srli_si128 with __m128i_shift_right. Replace
57230 _mm_alignr_epi8 with _mm_loadu_si128.
57231 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57232 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57233 (__m128i_shift_right): Removed.
57234 * sysdeps/i386/i686/multiarch/varshift.h: New file.
57235 * sysdeps/i386/i686/multiarch/varshift.S: New file.
57236 * sysdeps/x86_64/multiarch/varshift.h: New file.
57237 * sysdeps/x86_64/multiarch/varshift.S: New file.
57238
84b9230c
MF
572392010-08-21 Mike Frysinger <vapier@gentoo.org>
57240
57241 * configure.in: Move assembler checks to before sysdep dir checking.
57242
9bbd0ddc
PB
572432010-08-20 Petr Baudis <pasky@suse.cz>
57244
57245 * LICENSES: Sync the sunrpc license.
57246
9da4bb31
UD
572472010-08-19 Ulrich Drepper <drepper@redhat.com>
57248
a7ab6ec8
UD
57249 * sunrpc/auth_des.c: Update copyright notice once again.
57250 * sunrpc/auth_none.c: Likewise.
57251 * sunrpc/auth_unix.c: Likewise.
57252 * sunrpc/authdes_prot.c: Likewise.
57253 * sunrpc/authuxprot.c: Likewise.
57254 * sunrpc/bindrsvprt.c: Likewise.
57255 * sunrpc/clnt_gen.c: Likewise.
57256 * sunrpc/clnt_perr.c: Likewise.
57257 * sunrpc/clnt_raw.c: Likewise.
57258 * sunrpc/clnt_simp.c: Likewise.
57259 * sunrpc/clnt_tcp.c: Likewise.
57260 * sunrpc/clnt_udp.c: Likewise.
57261 * sunrpc/clnt_unix.c: Likewise.
57262 * sunrpc/des_crypt.c: Likewise.
57263 * sunrpc/des_soft.c: Likewise.
57264 * sunrpc/get_myaddr.c: Likewise.
57265 * sunrpc/getrpcport.c: Likewise.
57266 * sunrpc/key_call.c: Likewise.
57267 * sunrpc/key_prot.c: Likewise.
57268 * sunrpc/openchild.c: Likewise.
57269 * sunrpc/pm_getmaps.c: Likewise.
57270 * sunrpc/pm_getport.c: Likewise.
57271 * sunrpc/pmap_clnt.c: Likewise.
57272 * sunrpc/pmap_prot.c: Likewise.
57273 * sunrpc/pmap_prot2.c: Likewise.
57274 * sunrpc/pmap_rmt.c: Likewise.
57275 * sunrpc/rpc/auth.h: Likewise.
57276 * sunrpc/rpc/auth_unix.h: Likewise.
57277 * sunrpc/rpc/clnt.h: Likewise.
57278 * sunrpc/rpc/des_crypt.h: Likewise.
57279 * sunrpc/rpc/key_prot.h: Likewise.
57280 * sunrpc/rpc/netdb.h: Likewise.
57281 * sunrpc/rpc/pmap_clnt.h: Likewise.
57282 * sunrpc/rpc/pmap_prot.h: Likewise.
57283 * sunrpc/rpc/pmap_rmt.h: Likewise.
57284 * sunrpc/rpc/rpc.h: Likewise.
57285 * sunrpc/rpc/rpc_des.h: Likewise.
57286 * sunrpc/rpc/rpc_msg.h: Likewise.
57287 * sunrpc/rpc/svc.h: Likewise.
57288 * sunrpc/rpc/svc_auth.h: Likewise.
57289 * sunrpc/rpc/types.h: Likewise.
57290 * sunrpc/rpc/xdr.h: Likewise.
57291 * sunrpc/rpc_clntout.c: Likewise.
57292 * sunrpc/rpc_cmsg.c: Likewise.
57293 * sunrpc/rpc_common.c: Likewise.
57294 * sunrpc/rpc_cout.c: Likewise.
57295 * sunrpc/rpc_dtable.c: Likewise.
57296 * sunrpc/rpc_hout.c: Likewise.
57297 * sunrpc/rpc_main.c: Likewise.
57298 * sunrpc/rpc_parse.c: Likewise.
57299 * sunrpc/rpc_parse.h: Likewise.
57300 * sunrpc/rpc_prot.c: Likewise.
57301 * sunrpc/rpc_sample.c: Likewise.
57302 * sunrpc/rpc_scan.c: Likewise.
57303 * sunrpc/rpc_scan.h: Likewise.
57304 * sunrpc/rpc_svcout.c: Likewise.
57305 * sunrpc/rpc_tblout.c: Likewise.
57306 * sunrpc/rpc_util.c: Likewise.
57307 * sunrpc/rpc_util.h: Likewise.
57308 * sunrpc/rpcinfo.c: Likewise.
57309 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57310 * sunrpc/rpcsvc/key_prot.x: Likewise.
57311 * sunrpc/rpcsvc/klm_prot.x: Likewise.
57312 * sunrpc/rpcsvc/mount.x: Likewise.
57313 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57314 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57315 * sunrpc/rpcsvc/rex.x: Likewise.
57316 * sunrpc/rpcsvc/rstat.x: Likewise.
57317 * sunrpc/rpcsvc/rusers.x: Likewise.
57318 * sunrpc/rpcsvc/sm_inter.x: Likewise.
57319 * sunrpc/rpcsvc/spray.x: Likewise.
57320 * sunrpc/rpcsvc/yppasswd.x: Likewise.
57321 * sunrpc/rtime.c: Likewise.
57322 * sunrpc/svc.c: Likewise.
57323 * sunrpc/svc_auth.c: Likewise.
57324 * sunrpc/svc_authux.c: Likewise.
57325 * sunrpc/svc_raw.c: Likewise.
57326 * sunrpc/svc_run.c: Likewise.
57327 * sunrpc/svc_simple.c: Likewise.
57328 * sunrpc/svc_tcp.c: Likewise.
57329 * sunrpc/svc_udp.c: Likewise.
57330 * sunrpc/svc_unix.c: Likewise.
57331 * sunrpc/svcauth_des.c: Likewise.
57332 * sunrpc/xcrypt.c: Likewise.
57333 * sunrpc/xdr.c: Likewise.
57334 * sunrpc/xdr_array.c: Likewise.
57335 * sunrpc/xdr_float.c: Likewise.
57336 * sunrpc/xdr_mem.c: Likewise.
57337 * sunrpc/xdr_rec.c: Likewise.
57338 * sunrpc/xdr_ref.c: Likewise.
57339 * sunrpc/xdr_sizeof.c: Likewise.
57340 * sunrpc/xdr_stdio.c: Likewise.
57341
9da4bb31
UD
57342 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57343 handling.
57344
bdaa77bc
AS
573452010-08-19 Andreas Schwab <schwab@redhat.com>
57346
57347 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57348
fe2f79db
LM
573492010-08-19 Luis Machado <luisgpm@br.ibm.com>
57350
57351 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57352 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57353 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57354 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57355 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57356 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57357 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57358 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57359 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57360 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57361 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57362 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57363 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57364 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57365
b9b42ee0
AB
573662010-07-26 Anton Blanchard <anton@samba.org>
57367
57368 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57369 * malloc/arena.c (heap_trim): Likewise.
57370
1c06ba31
UD
573712010-08-16 Ulrich Drepper <drepper@redhat.com>
57372
57373 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57374 here. Not...
57375 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57376 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57377
f8392f40
L
573782010-08-12 H.J. Lu <hongjiu.lu@intel.com>
57379
57380 * sysdeps/i386/elf/Makefile: New file.
57381
3162f12e
AS
573822010-08-14 Andreas Schwab <schwab@linux-m68k.org>
57383
57384 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57385 from fanotify_init.
57386 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57387 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57388
28c90b2c
UD
573892010-08-15 Ulrich Drepper <drepper@redhat.com>
57390
57391 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57392 of strncasecmp_l.
1feccb6c 57393 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 57394
ca6bb004
UD
573952010-08-14 Ulrich Drepper <drepper@redhat.com>
57396
e9f82e0d
UD
57397 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57398 strncase_l-nonascii.
57399 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57400 Add strncase_l-ssse3.
57401 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57402 * sysdeps/x86_64/strcmp.S: Likewise.
57403 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57404 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57405 * sysdeps/x86_64/strncase.S: New file.
57406 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57407 * sysdeps/x86_64/strncase_l.S: New file.
57408 * string/Makefile (strop-tests): Add strncasecmp.
57409 * string/test-strncasecmp.c: New file.
57410
57411 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57412 warning.
57413
ca6bb004
UD
57414 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57415 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57416
052fa7b3
AS
574172010-08-14 Andreas Schwab <schwab@linux-m68k.org>
57418
57419 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57420
962dba78
UD
574212010-08-12 Ulrich Drepper <drepper@redhat.com>
57422
57423 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57424 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57425 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57426
bebff237
AM
574272010-05-01 Alan Modra <amodra@gmail.com>
57428
57429 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57430 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57431 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57432 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57433 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57434 tidying. Don't tail-call __sigjmp_save for static lib.
57435 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57436 save location.
57437 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57438 (CALL_MCOUNT): Add eh info, and nop after bl.
57439 (TAIL_CALL_SYSCALL_ERROR): New macro.
57440 (PSEUDO_RET): Use it.
57441 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57442 Correct save location of integer regs and cr.
57443 (_dl_profile_resolve): Correct cr save location. Delete nops
57444 after bl when SHARED. Reduce cfi size a little by better
57445 placement of cfi directives.
57446 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57447 make a stack frame. Instead use parm save area as a temp.
57448 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57449 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
57450 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57451 Don't make a stack frame for parent, use parm save area.
57452 Increase child stack frame to 112 bytes. Don't save unused reg,
57453 and adjust reg usage. Set up cfi on error recovery and
57454 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57455 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57456 (__makecontext): Add dummy nop after jump to exit.
57457 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57458 Use correct parm save area and cr save, reduce stack frame.
57459 Correct cfi for possible PSEUDO_RET frame setup.
57460 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57461 Branch to local label emitted by PSEUDO_RET rather than
57462 __syscall_error.
57463
02637374
AS
574642010-08-12 Andreas Schwab <schwab@redhat.com>
57465
57466 [BZ #11904]
57467 * locale/programs/locale.c (print_assignment): New function.
57468 (show_locale_vars): Use it.
57469
c3e2f19b
UD
574702010-08-11 Ulrich Drepper <drepper@redhat.com>
57471
3cdaa6ad
UD
57472 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57473 field.
57474 (struct statfs64): Likewise.
57475 (_STATFS_F_FLAGS): Define.
57476 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57477 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57478 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57479 (ST_VALID): Define locally.
57480 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57481 __statvfs_getflags, use the provided value.
57482 * sysdeps/unix/sysv/linux/kernel-features.h: Define
57483 __ASSUME_STATFS_F_FLAGS.
57484
754f7da3
UD
57485 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57486
10b3bedc
UD
57487 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57488 Add sys/fanotify.h.
57489 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57490 fanotify_mask for GLIBC_2.13.
57491 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57492 fanotify_init and fanotify_mark.
57493 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57494 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57495
c08fb0d7
UD
57496 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57497 Add prlimit.
57498 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57499 prlimit64 for GLIBC_2.13.
57500 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57501 prlimit64.
57502 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57503 syscall.
57504 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57505 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57506 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57507 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57508 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
57509 add prlimit alias.
57510 * sysdeps/unix/sysv/linux/prlimit.c: New file.
57511
15bac72b
UD
57512 [BZ #11903]
57513 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57514 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57515
c3e2f19b
UD
57516 * nss/Makefile: Add rules to build and run tst-nss-test1.
57517 * shlib-versions: Add entry for libnss_test1.
57518 * nss/nss_test1.c: New file.
57519 * nss/tst-nss-test1.c: New file.
57520
57521 * nss/nsswitch.c (__nss_database_custom): Define new variable.
57522 (__nss_configure_lookup): Set appropriate entry in
57523 __nss_configure_lookup to true.
57524 * nss/nsswitch.h: Define enum with indeces of databases in
57525 databases and __nss_database_custom arrays. Declare
57526 __nss_database_custom.
57527 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57528 to avoid using nscd when custom rules are installed.
57529 * nss/getXXbyYY_r.c: Likewise.
57530 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57531
57532 * nss/nss_files/files-parse.c: Whitespace fixes.
57533
f15ce4d8
UD
575342010-08-09 Ulrich Drepper <drepper@redhat.com>
57535
57536 [BZ #11883]
57537 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57538 * posix/fnmatch_loop.c: Likewise.
57539
d22e4cc9
AK
575402010-07-17 Andi Kleen <ak@linux.intel.com>
57541
57542 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57543 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57544 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57545 * Versions.def [GLIBC_2.13]: Add.
57546
805bc17d
UD
575472010-08-06 Ulrich Drepper <drepper@redhat.com>
57548
57549 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57550 Also fail if tpwd after pwuid call is NULL.
57551
5a42321d
ST
575522010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
57553
57554 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57555 when converting to ms.
57556
fd3ebeda
ST
575572010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
57558
57559 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57560 EOPNOTSUPP errors with ENOTTY.
57561 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57562 EOPNOTSUPP errors with ENOTTY.
57563
73507d3a
UD
575642010-07-31 Ulrich Drepper <drepper@redhat.com>
57565
57566 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57567 Add strcasecmp_l-ssse3.
57568 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57569 strcasecmp.
57570 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57571 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57572 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57573
fe36dd02
UD
575742010-07-30 Ulrich Drepper <drepper@redhat.com>
57575
66f6765a
UD
57576 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57577
42e08a54
UD
57578 * string/Makefile (strop-tests): Add strcasecmp.
57579 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57580 strcasecmp_l-nonascii.
57581 (gen-as-const-headers): Add locale-defines.sym.
57582 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57583 * sysdeps/x86_64/strcasecmp.S: New file.
57584 * sysdeps/x86_64/strcasecmp_l.S: New file.
57585 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57586 * sysdeps/x86_64/locale-defines.sym: New file.
57587 * string/test-strcasecmp.c: New file.
57588
fe36dd02
UD
57589 * string/test-strcasestr.c: Test both ends of the range of characters.
57590 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57591
48cbc0d6
RM
575922010-07-29 Roland McGrath <roland@redhat.com>
57593
76e6d6bc 57594 [BZ #11856]
48cbc0d6
RM
57595 * manual/locale.texi (Yes-or-No Questions): Fix example code.
57596
880113d9
UD
575972010-07-27 Ulrich Drepper <drepper@redhat.com>
57598
57599 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57600 for ld.so.
57601
deb9cabb
AS
576022010-07-27 Andreas Schwab <schwab@redhat.com>
57603
57604 * manual/memory.texi (Malloc Tunable Parameters): Document
57605 M_PERTURB.
57606
1c7570ff
RM
576072010-07-26 Roland McGrath <roland@redhat.com>
57608
57609 [BZ #11840]
57610 * configure.in (-fgnu89-inline check): Set and substitute
57611 gnu89_inline, not libc_cv_gnu89_inline.
57612 * configure: Regenerated.
57613 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57614
24fb0f88
UD
576152010-07-26 Ulrich Drepper <drepper@redhat.com>
57616
57617 * string/test-strnlen.c: New file.
57618 * string/Makefile (strop-tests): Add strnlen.
57619 * string/tester.c (test_strnlen): Add a few more test cases.
57620 * string/tst-strlen.c: Better error reporting.
57621
57622 * sysdeps/x86_64/strnlen.S: New file.
57623
8e96b93a
UD
576242010-07-24 Ulrich Drepper <drepper@redhat.com>
57625
57626 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57627 lower-latency instructions.
57628
dbc676d4
UD
576292010-07-23 Ulrich Drepper <drepper@redhat.com>
57630
57631 * string/test-strcasestr.c: New file.
57632 * string/test-strstr.c: New file.
57633 * string/Makefile (strop-tests): Add strstr and strcasestr.
57634 * string/str-two-way.h: Don't undefine MAX.
57635 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57636
f6a31e0e
AS
576372010-07-21 Andreas Schwab <schwab@redhat.com>
57638
57639 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57640 strcasestr-nonascii.
57641 (CFLAGS-strcasestr-nonascii.c): Define.
57642 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57643 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57644 Remove unused attribute.
57645
5dbc3b6c
RM
576462010-07-20 Roland McGrath <roland@redhat.com>
57647
57648 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57649 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
57650 ld.so.cache was broken. With it, there is no way to disable dsocaps
57651 like LD_HWCAP_MASK can disable hwcaps.
57652
23d101d8
EPM
576532010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
57654
57655 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57656
cc9f2e47
UD
576572010-07-16 Ulrich Drepper <drepper@redhat.com>
57658
57659 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57660 call in strcasestr.
57661 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57662 __strcasestr_sse42_nonascii.
57663 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57664 strcasestr-nonascii.c.
57665 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57666
77c1b069
LM
576672010-06-15 Luis Machado <luisgpm@br.ibm.com>
57668
57669 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57670 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57671 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57672 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57673
440566c3
UD
576742010-07-09 Ulrich Drepper <drepper@redhat.com>
57675
57676 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57677 fcntl.
57678
5be9d05d
AS
576792010-07-06 Andreas Schwab <schwab@redhat.com>
57680
c30b7ee2 57681 [BZ #11577]
5be9d05d
AS
57682 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57683 dl_signal_cerror.
57684
8a492a67
UD
576852010-07-06 Ulrich Drepper <drepper@redhat.com>
57686
57687 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57688 _PC_PIPE_BUF using F_GETPIPE_SZ.
57689
713df3d5
RM
576902010-07-05 Roland McGrath <roland@redhat.com>
57691
57692 * manual/arith.texi (Rounding Functions): Fix rint description
57693 implicit in round description.
57694
702e8f14
UD
576952010-07-02 Ulrich Drepper <drepper@redhat.com>
57696
57697 * elf/Makefile: Fix linking for a few tests to make recent linker
57698 happy.
57699
52ed8be9
AS
577002010-06-30 Andreas Schwab <schwab@redhat.com>
57701
57702 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57703 $(common-objpfx)libc_nonshared.a.
57704
f47c9a11
LM
577052010-06-21 Luis Machado <luisgpm@br.ibm.com>
57706
57707 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57708 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57709 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57710 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57711 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57712 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57713 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57714 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57715 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57716 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57717 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57718 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57719 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57720 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57721 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57724 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57725 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57727 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57728 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57729 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57730 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57731 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57732 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57733 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57734 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57735 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57736 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57737 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57738 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57739 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57740 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57741 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57742 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57743 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57744 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57745 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57746 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57748 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57749 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57750 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57751 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57752 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57753 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57754 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57755
6fb8cbcb
L
577562010-06-25 H.J. Lu <hongjiu.lu@intel.com>
57757
57758 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57759 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
57760 * string/memmove.c (memmove): Renamed to ...
57761 (MEMMOVE): ...this. Default to memmove.
57762 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57763 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57764 (END_CHK): Define.
57765 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57766 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57767 mempcpy-ssse3-back memmove-ssse3-back.
57768 * sysdeps/x86_64/multiarch/bcopy.S: New file .
57769 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57770 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57771 * sysdeps/x86_64/multiarch/memcpy.S: New file.
57772 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57773 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57774 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57775 * sysdeps/x86_64/multiarch/memmove.c: New file.
57776 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57777 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57778 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57779 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57780 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57781 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57782 Define.
57783 (index_Fast_Copy_Backward): Define.
57784 (HAS_ARCH_FEATURE): Define.
57785 (HAS_FAST_REP_STRING): Define.
57786 (HAS_FAST_COPY_BACKWARD): Define.
57787
4e733bac 577882010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
57789
57790 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57791 Restore proper fallback handling.
57792
63c4ed22
UD
577932010-06-19 Ulrich Drepper <drepper@redhat.com>
57794
ac2b484c
UD
57795 [BZ #11701]
57796 * posix/group_member.c (__group_member): Correct checking loop.
57797
63c4ed22
UD
57798 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57799 OOM in getpwuid_r correctly. Return error number when the caller
57800 should return, otherwise -1.
57801 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57802 call returning > 0 value.
57803 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57804
765ade4b
AS
578052010-06-07 Andreas Schwab <schwab@redhat.com>
57806
57807 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57808 libc_nonshared.a from targets in modules-names.
57809
80da2e09
KS
578102010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
57811
57812 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57813 requires it.
57814
158db122
LM
578152010-06-10 Luis Machado <luisgpm@br.ibm.com>
57816
57817 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57818 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57819 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57820 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57821
caa78cf8
AS
578222010-06-02 Andreas Schwab <schwab@redhat.com>
57823
57824 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57825
b2ef2c01
UD
578262010-06-14 Ulrich Drepper <drepper@redhat.com>
57827
57828 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57829 and F_GETPIPE_SZ.
57830 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57831 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57832 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57833 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57834 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57835 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57836
fbd643b6
RM
578372010-06-14 Roland McGrath <roland@redhat.com>
57838
57839 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57840
f32f2869
JJ
578412010-06-07 Jakub Jelinek <jakub@redhat.com>
57842
57843 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57844 __REDIRECT followed by __THROW.
57845 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57846 * posix/getopt.h (getopt): Likewise.
57847
2a50c078
EPM
578482010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
57849
57850 * hurd/lookup-at.c (__file_name_lookup_at): Accept
57851 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
57852 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57853 in AT_FLAGS.
57854 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57855 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57856
eb5ad2eb
LM
578572010-05-28 Luis Machado <luisgpm@br.ibm.com>
57858
57859 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57860
3c88fe1e
L
578612010-05-26 H.J. Lu <hongjiu.lu@intel.com>
57862
57863 [BZ #11640]
57864 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57865 Properly check family and model.
57866
d2f73151
TY
578672010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
57868
57869 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57870
ebd2e13d
LM
578712010-05-24 Luis Machado <luisgpm@br.ibm.com>
57872
57873 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57874
b32b8b45
UD
578752010-05-21 Ulrich Drepper <drepper@redhat.com>
57876
57877 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57878 symbol reference.
57879
9acbe24d
AS
578802010-05-19 Andreas Schwab <schwab@redhat.com>
57881
57882 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57883 symbol reference.
57884
f0ccf6ea
AS
578852010-05-21 Andreas Schwab <schwab@redhat.com>
57886
3d04ff3a
AS
57887 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57888 and internal_recvmmsg.
57889 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57890 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57891 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57892 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57893
f0ccf6ea
AS
57894 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57895 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57896 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57897
5b08ac57
AS
578982010-05-20 Andreas Schwab <schwab@redhat.com>
57899
57900 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57901
4828935d
LM
579022010-05-17 Luis Machado <luisgpm@br.ibm.com>
57903
57904 POWER7 optimizations.
57905 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57906 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57907
373d545e
UD
579082010-05-19 Ulrich Drepper <drepper@redhat.com>
57909
57910 * version.h: Update for 2.13 development version.
57911
21a2b1ae
AS
579122010-05-12 Andrew Stubbs <ams@codesourcery.com>
57913
57914 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57915 exceptions. Return 0.
57916
3f7dcb2b
RM
579172010-05-07 Roland McGrath <roland@redhat.com>
57918
57919 * elf/ldconfig.c (main): Add a const.
57920
5f24d53a 579212010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 57922
a160f8d8
UD
57923 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57924 (args_options): Add no-idn option.
57925 (ahosts_keys_int): Add idn_flags to ai_flags.
57926 (parse_option): Handle 'i' option to clear idn_flags.
57927
5f24d53a
UD
57928 * malloc/malloc.c (_int_free): Possible race in the most recently
57929 added check. Only act on the data if no current modification
57930 happened.
265bb1ce
UD
57931
57932See ChangeLog.17 for earlier changes.